1. 4fb5b28 Three independent changes: by Guido van Rossum · 27 years ago
  2. d6ead32 *Semantic change*: when unpickling the instance variables of an by Guido van Rossum · 27 years ago
  3. 5ed5c4c Add the same _keep_alive patch (by Michael Scharff) that was added to by Guido van Rossum · 27 years ago
  4. 8be9a11 Restore two features of the original 1.4 pickle: by Guido van Rossum · 27 years ago
  5. 5a56649 Remove Digital Creations copyright (Jim sez it's okay). by Guido van Rossum · 27 years ago
  6. b72cf2d New version by Digital Creations, supports binary format compatible by Guido van Rossum · 27 years ago
  7. efd3a3a Implement find_class() without exec statement. by Guido van Rossum · 27 years ago
  8. 36fc11e Compromise on test in find_class(): a user-defined function is okay, by Guido van Rossum · 28 years ago
  9. abfd806 This is the third time I check in this change :-( by Guido van Rossum · 28 years ago
  10. 37a6f16 Slight update of doc string -- suggest default args for __init__, no by Guido van Rossum · 28 years ago
  11. c7c5e69 Optimizations and one intentional loophole by Jim Fulton. by Guido van Rossum · 28 years ago
  12. 955c5d1 Set the base for atoi() and atol() to 0, since we're reading Python by Guido van Rossum · 28 years ago
  13. 7853647 Don't atoi() the memo key. by Guido van Rossum · 28 years ago
  14. e0bfd50 correct typo (persis*ent) by Guido van Rossum · 29 years ago
  15. f71c79b test other name variable by Guido van Rossum · 29 years ago
  16. 48aa82e correct typo in example by Guido van Rossum · 29 years ago
  17. 0c891ce pickle classes; add format_version, load(s)/dump(s) shortcuts by Guido van Rossum · 29 years ago
  18. 7849da8 added PicklingError exception by Guido van Rossum · 29 years ago
  19. 7b5430f raise EOFError when load() hits EOF, instead of KeyError by Guido van Rossum · 29 years ago
  20. 256cbd7 minute comment changes by Guido van Rossum · 29 years ago
  21. a48061a shelve.py: database of persistent objects, on top of pickle.py and anydbm.py by Guido van Rossum · 29 years ago