1. 25 Nov, 1998 6 commits
    • Fred Drake's avatar
      Minor adjustments to a few index entries. · 559ee65d
      Fred Drake authored
      559ee65d
    • Fred Drake's avatar
      Minor nit that fixes a bunch of indexing: the way the classdesc · 7dd91d13
      Fred Drake authored
      environment saves the name of the last class described, method and
      member descriptions were not picking it up correctly.  Thus, many
      index entries were described as "( method)" instead of "(FooClass
      method)".  Multiple entries were collapsed in the index when
      methods/members from multiple classes share the same name.
      7dd91d13
    • Fred Drake's avatar
      Fix indexing of func_code attribute; this is on a function, not a code · d3b377f8
      Fred Drake authored
      object.
      
      Add "()" to method names indexed using \ttindex{}.
      d3b377f8
    • Guido van Rossum's avatar
      New version from Jim Fulton: · 4963291c
      Guido van Rossum authored
        - New copyright. (Open source)
      
        - Added new protocol for binary string pickles that
          takes out unneeded puts:
      
            p=Pickler()
            p.dump(x)
            p.dump(y)
            thePickle=p.getvalue()
      
          This has little or no impact on pickling time, but
          often reduces unpickling time and pickle size, sometimes
          significantly.
      
        - Changed 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 variables.
      
        - Extensive reGuidofication. (formatting :)
      
        - Fixed binary floating-point pickling bug. 0.0 was not
          pickled correctly.
      
        - Now use binary floating point format when saving
          floats in binary mode.
      
        - Fixed some error message spelling error.
      4963291c
    • Guido van Rossum's avatar
      New version from Jim Fulton: · ca9d50cb
      Guido van Rossum authored
        - New copyright. (Open source)
      
        - Fixed problem in seek method.  The seek method should (and now does)
          fill with nulls when seeking past the end of the "file".
      ca9d50cb
    • Guido van Rossum's avatar
      3c192a52
  2. 24 Nov, 1998 3 commits
  3. 23 Nov, 1998 13 commits
  4. 20 Nov, 1998 1 commit
  5. 18 Nov, 1998 10 commits
  6. 17 Nov, 1998 5 commits
  7. 16 Nov, 1998 2 commits