mailr3118 - /1.2/


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on March 08, 2007 - 07:30:
Author: bugman
Date: Thu Mar  8 07:30:17 2007
New Revision: 3118

URL: http://svn.gna.org/viewcvs/relax?rev=3118&view=rev
Log:
Blocked revisions 3098,3100-3116 via svnmerge

........
  r3098 | bugman | 2007-03-08 15:01:04 +1100 (Thu, 08 Mar 2007) | 5 lines
  
  Shifted the __all__ list from '__init__.py' to 'main.py'.
  
  This is in preparation for the replacement of the current '__init__.py' 
with 'main.py'.
........
  r3100 | bugman | 2007-03-08 15:03:25 +1100 (Thu, 08 Mar 2007) | 5 lines
  
  File deletion.
  
  This is in preparation for the replacement of the current '__init__.py' 
with 'main.py'.
........
  r3101 | bugman | 2007-03-08 15:03:57 +1100 (Thu, 08 Mar 2007) | 3 lines
  
  Renamed 'main.py' to '__init__.py'.
........
  r3102 | bugman | 2007-03-08 15:09:31 +1100 (Thu, 08 Mar 2007) | 7 lines
  
  Creation of the RunContainer object.
  
  This file was copied from '__init__.py' as the old top level Data() class 
setup will be similar to
  the new RunContainer object.  The Data class has been renamed to 
RunContainer and the Singleton
  setup has been eliminated.  The __all__ list object has also been removed.
........
  r3103 | bugman | 2007-03-08 15:19:16 +1100 (Thu, 08 Mar 2007) | 6 lines
  
  All the statements of the __init__() method of the Data class have been 
removed.
  
  The __init__() method now does nothing (preventing problems with the 
Singleton set up).  The Data
  object has been given a docstring and the unused import statements deleted.
........
  r3104 | bugman | 2007-03-08 15:20:20 +1100 (Thu, 08 Mar 2007) | 5 lines
  
  The Data class has been converted from an 'object' type to a 'DictType'.
  
  The Singleton set up has been appropriately modified.
........
  r3105 | bugman | 2007-03-08 15:23:29 +1100 (Thu, 08 Mar 2007) | 3 lines
  
  Added a docstring for the __reset__() method of the Data class.
........
  r3106 | bugman | 2007-03-08 15:46:36 +1100 (Thu, 08 Mar 2007) | 3 lines
  
  Rewrote the __repr__() method of the relax data storage object.
........
  r3107 | bugman | 2007-03-08 15:51:00 +1100 (Thu, 08 Mar 2007) | 3 lines
  
  Added a variable to the relax data storage object for storing the name of 
the current data pipe.
........
  r3108 | bugman | 2007-03-08 16:05:14 +1100 (Thu, 08 Mar 2007) | 3 lines
  
  Modified the __reset__ method of the relax data storage object to remove 
all the dictionary items.
........
  r3109 | bugman | 2007-03-08 16:09:56 +1100 (Thu, 08 Mar 2007) | 3 lines
  
  Improved the object print out of the relax data storage object __repr__ 
method.
........
  r3110 | bugman | 2007-03-08 16:14:38 +1100 (Thu, 08 Mar 2007) | 3 lines
  
  Renamed the data pipe object module (for the name change from 'run' to 
'pipe').
........
  r3111 | bugman | 2007-03-08 16:15:47 +1100 (Thu, 08 Mar 2007) | 3 lines
  
  Renamed the class RunContainer to PipeContainer and removed the inheritance 
from 'object'.
........
  r3112 | bugman | 2007-03-08 16:40:11 +1100 (Thu, 08 Mar 2007) | 3 lines
  
  Shifted the physical constants h, hbar, and mu0 from the PipeContainer 
class to their own module.
........
  r3113 | bugman | 2007-03-08 16:41:32 +1100 (Thu, 08 Mar 2007) | 3 lines
  
  Removal of unused import statements.
........
  r3114 | bugman | 2007-03-08 16:43:31 +1100 (Thu, 08 Mar 2007) | 3 lines
  
  Shifted all the objects of PipeContainer from the instance scope to the 
class scope.
........
  r3115 | bugman | 2007-03-08 16:57:06 +1100 (Thu, 08 Mar 2007) | 6 lines
  
  Addition of the 'add()' method to the relax data storage object.
  
  This method will add a new pipe data container to the dictionary using the 
name of the pipe as the
  key.
........
  r3116 | bugman | 2007-03-08 17:01:21 +1100 (Thu, 08 Mar 2007) | 3 lines
  
  The 'add()' method now throws a RelaxRunError if the data pipe already 
exists.
........

Modified:
    1.2/   (props changed)

Propchange: 1.2/
------------------------------------------------------------------------------
Binary property 'svnmerge-blocked' - no diff available.




Related Messages


Powered by MHonArc, Updated Thu Mar 08 08:00:06 2007