Menu

SVN archive Commit Log


Commit Date  
[r3067] by bugman

Added import statements for the RelaxError and RelaxWarning systems to all the specific_fns modules.

2007-03-02 05:36:27 Tree
[r3066] by bugman

Added a import statements for the RelaxError and RelaxWarning systems to a few more modules.

2007-03-02 05:31:56 Tree
[r3065] by bugman

Modified the relax_errors import statement of the generic_fns.structure to not use the * notation.

2007-03-02 05:17:33 Tree
[r3064] by bugman

Modified the relax_errors import statement to not use the * notation.

2007-03-02 05:13:20 Tree
[r3063] by bugman

Removed the unused testing for the __builtin__ module.

The previous commit in this branch fixed the text "__builtins__", however the __builtin__ is no
longer imported by any part of relax and hence the test is unneccessary.

2007-03-02 04:22:24 Tree
[r3062] by bugman

Removed the unused import of the __builtin__ module by the prompt.tab_completion module.

See the thread starting at https://mail.gna.org/public/relax-devel/2007-02/msg00003.html
(Message-id: <45DACFEA.7020108@...>) for a discussion of the issue.

The text "__builtins__" has been fixed and is now "__builtin__".

2007-03-02 04:20:19 Tree
[r3061] by bugman

Removed the unused import of the __builtin__ module from the prompt.interpreter module.

See the thread starting at https://mail.gna.org/public/relax-devel/2007-02/msg00003.html
(Message-id: <45DACFEA.7020108@...>) for a discussion of the issue.

2007-03-02 04:16:41 Tree
[r3060] by bugman

Removed the variable 'C_module_exp_fn' from __builtin__.

See the thread starting at https://mail.gna.org/public/relax-devel/2007-02/msg00003.html
(Message-id: <45DACFEA.7020108@...>) for a discussion of the issue.

Rathar than placing the 'C_module_exp_fn' variable into __builtin__ from the specific_fns.relax_fit
module, it is now placed into the global namespace of that module. The generic_fns.runs module then
simply imports the variable.

2007-03-02 04:14:28 Tree
[r3059] by bugman

Removed the unneccessary usage of __builtin__.

See the thread starting at https://mail.gna.org/public/relax-devel/2007-02/msg00003.html
(Message-id: <45DACFEA.7020108@...>) for a discussion of the issue.

The following varibles have been shifted from __builtin__ to the global namespace of the 'io' module
as only this module was accessing them:
bz2_module
bz2_module_message
devnull_import
devnull_import_message

2007-03-02 04:07:20 Tree
[r3058] by varioustoxins

added rudimentary command line and tests for direct paths to tests cases

2007-02-28 09:32:06 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.