summaryrefslogtreecommitdiffstats
path: root/Lib/pickle.py
Commit message (Expand)AuthorAgeFilesLines
* New version by Digital Creations, supports binary format compatibleGuido van Rossum1997-04-091-427/+785
* Implement find_class() without exec statement.Guido van Rossum1997-03-141-4/+2
* Compromise on test in find_class(): a user-defined function is okay,Guido van Rossum1996-10-071-3/+1
* This is the third time I check in this change :-(Guido van Rossum1996-08-081-2/+1
* Slight update of doc string -- suggest default args for __init__, noGuido van Rossum1996-08-081-4/+6
* Optimizations and one intentional loophole by Jim Fulton.Guido van Rossum1996-07-221-58/+82
* Set the base for atoi() and atol() to 0, since we're reading PythonGuido van Rossum1996-05-151-3/+3
* Don't atoi() the memo key.Guido van Rossum1996-04-121-7/+16
* correct typo (persis*ent)Guido van Rossum1995-08-071-1/+1
* test other name variableGuido van Rossum1995-06-221-1/+1
* correct typo in exampleGuido van Rossum1995-04-101-1/+1
* pickle classes; add format_version, load(s)/dump(s) shortcutsGuido van Rossum1995-03-141-16/+61
* added PicklingError exceptionGuido van Rossum1995-03-091-2/+9
* raise EOFError when load() hits EOF, instead of KeyErrorGuido van Rossum1995-03-041-0/+4
* minute comment changesGuido van Rossum1995-02-161-3/+3
* shelve.py: database of persistent objects, on top of pickle.py and anydbm.pyGuido van Rossum1995-01-101-0/+504