• Guido van Rossum's avatar
    New version from Jim Fulton: · 053b8dfc
    Guido van Rossum yazdı
      - 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.
    053b8dfc
Adı
Son kayıt (commit)
Son güncelleme
BeOS Loading commit data...
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.hgtags Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
acconfig.h Loading commit data...
config.h.in Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...