1. 36fc11e Compromise on test in find_class(): a user-defined function is okay, by Guido van Rossum · 28 years ago
  2. abfd806 This is the third time I check in this change :-( by Guido van Rossum · 28 years ago
  3. 37a6f16 Slight update of doc string -- suggest default args for __init__, no by Guido van Rossum · 28 years ago
  4. c7c5e69 Optimizations and one intentional loophole by Jim Fulton. by Guido van Rossum · 28 years ago
  5. 955c5d1 Set the base for atoi() and atol() to 0, since we're reading Python by Guido van Rossum · 28 years ago
  6. 7853647 Don't atoi() the memo key. by Guido van Rossum · 28 years ago
  7. e0bfd50 correct typo (persis*ent) by Guido van Rossum · 29 years ago
  8. f71c79b test other name variable by Guido van Rossum · 29 years ago
  9. 48aa82e correct typo in example by Guido van Rossum · 29 years ago
  10. 0c891ce pickle classes; add format_version, load(s)/dump(s) shortcuts by Guido van Rossum · 29 years ago
  11. 7849da8 added PicklingError exception by Guido van Rossum · 29 years ago
  12. 7b5430f raise EOFError when load() hits EOF, instead of KeyError by Guido van Rossum · 30 years ago
  13. 256cbd7 minute comment changes by Guido van Rossum · 30 years ago
  14. a48061a shelve.py: database of persistent objects, on top of pickle.py and anydbm.py by Guido van Rossum · 30 years ago