index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
pickle.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Three independent changes:
Guido van Rossum
1997-09-12
1
-5/+10
*
*Semantic change*: when unpickling the instance variables of an
Guido van Rossum
1997-09-08
1
-2/+1
*
Add the same _keep_alive patch (by Michael Scharff) that was added to
Guido van Rossum
1997-09-03
1
-0/+19
*
Restore two features of the original 1.4 pickle:
Guido van Rossum
1997-04-25
1
-5/+6
*
Remove Digital Creations copyright (Jim sez it's okay).
Guido van Rossum
1997-04-11
1
-53/+0
*
New version by Digital Creations, supports binary format compatible
Guido van Rossum
1997-04-09
1
-427/+785
*
Implement find_class() without exec statement.
Guido van Rossum
1997-03-14
1
-4/+2
*
Compromise on test in find_class(): a user-defined function is okay,
Guido van Rossum
1996-10-07
1
-3/+1
*
This is the third time I check in this change :-(
Guido van Rossum
1996-08-08
1
-2/+1
*
Slight update of doc string -- suggest default args for __init__, no
Guido van Rossum
1996-08-08
1
-4/+6
*
Optimizations and one intentional loophole by Jim Fulton.
Guido van Rossum
1996-07-22
1
-58/+82
*
Set the base for atoi() and atol() to 0, since we're reading Python
Guido van Rossum
1996-05-15
1
-3/+3
*
Don't atoi() the memo key.
Guido van Rossum
1996-04-12
1
-7/+16
*
correct typo (persis*ent)
Guido van Rossum
1995-08-07
1
-1/+1
*
test other name variable
Guido van Rossum
1995-06-22
1
-1/+1
*
correct typo in example
Guido van Rossum
1995-04-10
1
-1/+1
*
pickle classes; add format_version, load(s)/dump(s) shortcuts
Guido van Rossum
1995-03-14
1
-16/+61
*
added PicklingError exception
Guido van Rossum
1995-03-09
1
-2/+9
*
raise EOFError when load() hits EOF, instead of KeyError
Guido van Rossum
1995-03-04
1
-0/+4
*
minute comment changes
Guido van Rossum
1995-02-16
1
-3/+3
*
shelve.py: database of persistent objects, on top of pickle.py and anydbm.py
Guido van Rossum
1995-01-10
1
-0/+504