1. 17 Nov, 1998 3 commits
    • Jim Fulton's avatar
      new copyright. · 1de3ed16
      Jim Fulton authored
      1de3ed16
    • Jim Fulton's avatar
      - When support was added for passing acquisition wrappers to · f9bec3db
      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.
      f9bec3db
    • Jim Fulton's avatar
      A typo probably caused __delitem__ · ffa5a911
      Jim Fulton authored
      calls on wrapped mapping objects to fail.
      ffa5a911
  2. 14 Nov, 1998 1 commit
    • Amos Latteier's avatar
      Added __bobo_debug_mode__ special module variable. When set it shows... · 86142d8c
      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.
      86142d8c
  3. 13 Nov, 1998 2 commits
  4. 11 Nov, 1998 1 commit
  5. 10 Nov, 1998 3 commits
  6. 01 Nov, 1998 1 commit
  7. 29 Oct, 1998 4 commits
  8. 28 Oct, 1998 1 commit
    • Jim Fulton's avatar
      Massive update: · eea29ad9
      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.
      eea29ad9
  9. 23 Oct, 1998 1 commit
  10. 21 Oct, 1998 4 commits
  11. 19 Oct, 1998 3 commits
  12. 15 Oct, 1998 1 commit
  13. 13 Oct, 1998 2 commits
  14. 07 Oct, 1998 1 commit
  15. 06 Oct, 1998 1 commit
  16. 02 Oct, 1998 8 commits
  17. 01 Oct, 1998 3 commits