Menu

SVN archive Commit Log


Commit Date  
[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
[r3057] by bugman

Added the RelaxErrors to the interpreter module.

2007-02-27 06:19:07 Tree
[r3056] by bugman

Imported all the RelaxErrors and RelaxWarnings, as well as warn(), into the structure module.

2007-02-27 06:11:38 Tree
[r3055] by bugman

Fixed the RelaxErrors in the 'relax' base file.

2007-02-27 06:05:21 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.