- 28 Nov, 2003 29 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
(special '__' methods) on an instance-by instance basis. Changed the handling of the length so that the __len__ method looks for a __len__ dictionary key. It would be better not to use a __len__ attribute name for the BTree length object, but such a change would be problematic for old instances.
-
Jim Fulton authored
New-style class dictionaries are immutable. Changed some class-update code to use setattr rather thah class-dictionary modifications.
-
Jim Fulton authored
-
Jim Fulton authored
__roles__ attribute.
-
Jim Fulton authored
validate method instead. Use new getRoles function to get object roles, rather than using __roles__ attribute.
-
Jim Fulton authored
Changed call to no-longer-supported validateValue methos to use the validate method instead. Use new getRoles function to get object roles, rather than using __roles__ attribute.
-
Jim Fulton authored
New-style class dictionaries are immutable. Changed some class-update code to use setattr rather thah class-dictionary modifications.
-
Jim Fulton authored
code to use setattr rather thah class-dictionary modifications.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
followed by a security check.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
by Dieter Maurer. This was to allow storing class-defined permission requirements for class-defined attributes in classes totally independently from the values being protected.
-
Jim Fulton authored
necessitated by changes in the security policy that requires access to source objects and attribute names to check acces to objects obtained through attribute access.
-
Jim Fulton authored
necessitated by changes in the security policy that requires access to source objects and attribute names to check acces to objects obtained through attribute access. New-style class dictionaries are immutable. Changed some class-update code to use setattr rather thah class-dictionary modifications.
-
Jim Fulton authored
roles when role-computation isn't triggered through attribute accesses. Temporarily disabled C permision-role implementation.
-
Jim Fulton authored
equivalent of the same. This was necessitated by changes in the security policy that requires access to source objects and attribute names to check acces to objects obtained through attribute access. New-style class dictionaries are immutable. Changed some class-update code to use setattr rather thah class-dictionary modifications.
-
Jim Fulton authored
The new implementation is provided as a collection of individual packages, corresponding to the original extension modules.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
(Jeremy and Tim) Changed the implementation of ZODB no lon-longer depend on ExtensionClass.
-
- 26 Nov, 2003 1 commit
-
-
Fred Drake authored
-
- 25 Nov, 2003 1 commit
-
-
Amos Latteier authored
-
- 21 Nov, 2003 3 commits
-
-
Tres Seaver authored
-
Andreas Jung authored
-
Andreas Jung authored
-
- 20 Nov, 2003 4 commits
-
-
Evan Simpson authored
-
Tres Seaver authored
-
Evan Simpson authored
-
Evan Simpson authored
except that 'Z' is still allowed in front of a '+/-HH:MM' timezone. I left that in since it was used elsewhere in the code, and was probably harmless, whereas the other parse problems caused dates like "2003-2-5" to be accepted as valid and silently converted into "2003-01-01". Also re-exposed the DateTime-specific exceptions as attributes of the DateTime class. During their recent converted from strings to classes, they were removed.
-
- 19 Nov, 2003 1 commit
-
-
Andreas Jung authored
-
- 18 Nov, 2003 1 commit
-
-
Tres Seaver authored
-