- 24 Nov, 1998 2 commits
-
-
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.
- 14 Nov, 1998 1 commit
-
-
Amos Latteier authored
Added __bobo_debug_mode__ special module variable. When set it shows tracebacks,and tells you why it can't publish an object (i.e. not found, no doc string, unauthorized--no headers, or bad username/password, or starts with an underscore). Also special variables can be set through the environment BOBO_DEBUG_MODE, BOBO_HIDE_TRACEBACKS, BOBO_REALM. Note: __bobo_debug_mode__ overrides __bobo_hide_tracebacks__ which is now deprecated.
-
- 13 Nov, 1998 1 commit
-
-
Jeffrey Shell authored
-