- 11 Dec, 2003 1 commit
-
-
Kiran Jonnalagadda authored
-
- 10 Dec, 2003 4 commits
-
-
Shane Hathaway authored
This was the Python 2.1 support for RestrictedPython.
-
Evan Simpson authored
-
Shane Hathaway authored
-
Evan Simpson authored
Collector #809: Added and documented Traversable.py methods absolute_url_path and virtual_url_path, and reverted earlier change to absolute_url behaviour.
-
- 09 Dec, 2003 1 commit
-
-
Jeremy Hylton authored
-
- 07 Dec, 2003 2 commits
-
- 04 Dec, 2003 1 commit
-
-
Tres Seaver authored
-
- 02 Dec, 2003 1 commit
-
-
Fred Drake authored
-
- 01 Dec, 2003 1 commit
-
-
Andreas Jung authored
-
- 30 Nov, 2003 7 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
- 28 Nov, 2003 22 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
consistent with changes in ZODB 3.3.
-
Jim Fulton authored
__roles__ attribute directly. This further links the publisher to the Zope application. :( Perhsps in Zope 2.9, we can switch to using the Zope 3 publisher.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
name.
-
Jim Fulton authored
prevent errors pickling acquisition wrappers from hiding the error the test was looking for.
-
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
-