- 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 2 commits
-
-
Jeffrey Shell authored
-
Jeffrey Shell authored
-
- 11 Nov, 1998 1 commit
-
-
Jim Fulton authored
PATH_INFO. Moved initial bobo_traverse before first use of top-level object.
-
- 10 Nov, 1998 3 commits
-
-
Amos Latteier authored
or not </head> had been written yet. This could cause some problems for pople who expect the base to be automatically interpolated. Also removed extra blank lines written between headers and body, writing the headers already adds \n\n.
-
Jim Fulton authored
-
- 01 Nov, 1998 1 commit
-
-
jack authored
Project files converted for CW Pro 4. And the daylight savings time switch seems to have "modified" the binary files (but nothing has changed there).
-
- 29 Oct, 1998 4 commits
-
- 28 Oct, 1998 1 commit
-
-
Jim Fulton authored
- Added new protocol for binart string pickles that takes out unneeded puts. - Change unpickler to use internal data structure instead of list to reduce unpickling times by about a third. - Many cleanups to get rid of obfuscated error handling involving 'goto finally' and status vars. - Extensive reGuidofication. - Fixed binary floating-point pickling bug.
-
- 23 Oct, 1998 1 commit
-
-
Jim Fulton authored
-
- 21 Oct, 1998 4 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
Added check for 'sequence-item' in sort attribute.
-
Jim Fulton authored
-
Jim Fulton authored
-
- 19 Oct, 1998 3 commits
-
-
Jim Fulton authored
-
- 15 Oct, 1998 1 commit
-
-
jack authored
-
- 13 Oct, 1998 2 commits
-
-
Jeffrey Shell authored
-
jack authored
silently ignoring them.
-
- 07 Oct, 1998 1 commit
-
-
Jim Fulton authored
In particular, copy or moved object has new ID *before* it gets added to the collection.
-
- 06 Oct, 1998 1 commit
-
-
jack authored
-
- 02 Oct, 1998 6 commits
-
-
Jim Fulton authored
-
Jeffrey Shell authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-