Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
b15d4d899cbe6f54778e42eba3e827ba06fb1883
/
Lib
/
pickle.py
« Previous
b72cf2d
New version by Digital Creations, supports binary format compatible
by Guido van Rossum
· 28 years ago
efd3a3a
Implement find_class() without exec statement.
by Guido van Rossum
· 28 years ago
36fc11e
Compromise on test in find_class(): a user-defined function is okay,
by Guido van Rossum
· 28 years ago
abfd806
This is the third time I check in this change :-(
by Guido van Rossum
· 28 years ago
37a6f16
Slight update of doc string -- suggest default args for __init__, no
by Guido van Rossum
· 28 years ago
c7c5e69
Optimizations and one intentional loophole by Jim Fulton.
by Guido van Rossum
· 28 years ago
955c5d1
Set the base for atoi() and atol() to 0, since we're reading Python
by Guido van Rossum
· 28 years ago
7853647
Don't atoi() the memo key.
by Guido van Rossum
· 29 years ago
e0bfd50
correct typo (persis*ent)
by Guido van Rossum
· 29 years ago
f71c79b
test other name variable
by Guido van Rossum
· 29 years ago
48aa82e
correct typo in example
by Guido van Rossum
· 30 years ago
0c891ce
pickle classes; add format_version, load(s)/dump(s) shortcuts
by Guido van Rossum
· 30 years ago
7849da8
added PicklingError exception
by Guido van Rossum
· 30 years ago
7b5430f
raise EOFError when load() hits EOF, instead of KeyError
by Guido van Rossum
· 30 years ago
256cbd7
minute comment changes
by Guido van Rossum
· 30 years ago
a48061a
shelve.py: database of persistent objects, on top of pickle.py and anydbm.py
by Guido van Rossum
· 30 years ago