- 25 Nov, 1998 1 commit
-
-
Jim Fulton authored
-
- 24 Nov, 1998 3 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
- 23 Nov, 1998 17 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
Added hack to make BoboPOS2.PersistentMapping look like PersistentMapping
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
- 20 Nov, 1998 2 commits
-
-
Jim Fulton authored
fallback to cgi_module_publisher.
-
Jim Fulton authored
-
- 19 Nov, 1998 1 commit
-
-
Jim Fulton authored
-
- 18 Nov, 1998 8 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
- 17 Nov, 1998 8 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
constructor. - MultiMapping objects implement the has_key and get methods as defined for Python 1.5 dictionaries. new copyright.
-
Jim Fulton authored
-
Jim Fulton authored
methods of data-less C mix-in classes, C-based __call_method__ hooks were broken. The most notable example of this was the breaking of the Synchronized class. - Calling C-base-class special methods from overriding methods, as in:: class LowerMultiMapping(MultiMapping): def __getitem__(self, key): return MultiMapping.__getitem__(self, lower(key)) caused infinite loops. Added new copyright.
-
Jim Fulton authored
calls on wrapped mapping objects to fail.