summaryrefslogtreecommitdiffstats
path: root/Lib/pickle.py
Commit message (Expand)AuthorAgeFilesLines
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-011-4/+4
* Remove comment about inheritance, look one line upNeal Norwitz2002-05-301-5/+1
* Patch 560023 adding docstrings. 2.2 Candidate (after verifying modules were ...Raymond Hettinger2002-05-291-3/+69
* Whitespace normalization.Tim Peters2002-05-231-1/+1
* Patch 533291. Deprecate None return form of __reduce__.Raymond Hettinger2002-05-211-0/+4
* Add Pickler.clear_memo() so the pickle and cPickle modules are more similar.Fred Drake2002-05-011-0/+3
* Implement an idea by Paul Rubin:Guido van Rossum2002-04-051-14/+12
* Add the 'bool' type and its values 'False' and 'True', as described inGuido van Rossum2002-04-031-0/+18
* Fix for SF 502085.Guido van Rossum2002-03-261-1/+5
* SF #515018, delete global variable that was apparently used onlyNeal Norwitz2002-02-111-0/+1
* Pickler.save(): Fix for SF bug #494904: Cannot pickle a class with aGuido van Rossum2001-12-191-0/+4
* Two changes:Barry Warsaw2001-11-151-8/+6
* A better new, unique objectJeremy Hylton2001-11-091-1/+1
* Use cStringIO when available.Jeremy Hylton2001-10-151-36/+4
* Make these modules work when Python is compiled without Unicode support.Guido van Rossum2001-09-211-4/+10
* pickle.py, load_int(): Match cPickle's just-repaired ability to unpickleTim Peters2001-08-281-1/+5
* Address SF #451547. The approach is a bit draconian: any object thatGuido van Rossum2001-08-171-0/+14
* Merge of descr-branch back into trunk.Tim Peters2001-08-021-0/+1
* test_pickle works on sizeof(long)==8 boxes again.Tim Peters2001-04-101-11/+18
* Mechanical fiddling for easier reading: every "if" test was enclosed inTim Peters2001-04-101-35/+35
* add module-level constants to __all__Skip Montanaro2001-02-181-0/+3
* Whitespace normalization.Tim Peters2001-02-091-2/+2
* a few more __all__ listsSkip Montanaro2001-02-071-0/+3
* Finn Bock (SF patch #103349):Guido van Rossum2001-01-221-0/+33
* Whitespace normalization.Tim Peters2001-01-151-15/+15
* Minimal fix for the complaints about pickling Unicode objects. (SFGuido van Rossum2000-12-191-0/+2
* Get rid of string module and string exceptions.Guido van Rossum2000-12-131-7/+10
* Fix Bug #114293:Jeremy Hylton2000-09-151-1/+41
* Change string exceptions to class exceptions.Guido van Rossum2000-06-291-2/+3
* Marc-Andre Lemburg: support pickling Unicode objects, both in textGuido van Rossum2000-03-101-0/+28
* More trivial comment -> docstring transformations by Ka-Ping Yee,Guido van Rossum2000-02-041-1/+1
* Jeremy writes:Guido van Rossum1999-10-101-1/+2
* Don't use "exec" in find_class(). It's slow, unnecessary, and (as AMKGuido van Rossum1999-03-251-5/+4
* Jim Fulton writes:Guido van Rossum1998-10-221-13/+16
* In load_inst(), when instantiating an instance the old way (i.e. whenGuido van Rossum1998-09-151-4/+7
* add handler for JPython's org.python.core.PyStringMap object, whichJeremy Hylton1998-05-271-0/+7
* Whoops! Add a missing 'instantiated = 1' to load_inst(); otherwise itGuido van Rossum1998-04-131-0/+1
* Correct dumb typo found by kjpylint (stack should be self.stack).Guido van Rossum1998-03-311-1/+1
* Correct a definite typo ('mem' should be 'memo').Guido van Rossum1998-03-311-1/+1
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-72/+72
* Fixed typo in docstring: "__ version__" --> "__version__"Fred Drake1998-02-131-1/+1
* Unpickler.load_inst(), Unpickler.load_obj(), Unpickler.load_build():Barry Warsaw1998-01-261-7/+28
* Jim Fulton writes:Guido van Rossum1997-12-101-5/+12
* Don't specify base 0 to string.atoi when unpickling integers in textGuido van Rossum1997-12-101-1/+1
* When instantiating a class with no arguments and where the class doesGuido van Rossum1997-12-051-135/+40
* Three independent changes:Guido van Rossum1997-09-121-5/+10
* *Semantic change*: when unpickling the instance variables of anGuido van Rossum1997-09-081-2/+1
* Add the same _keep_alive patch (by Michael Scharff) that was added toGuido van Rossum1997-09-031-0/+19
* Restore two features of the original 1.4 pickle:Guido van Rossum1997-04-251-5/+6
* Remove Digital Creations copyright (Jim sez it's okay).Guido van Rossum1997-04-111-53/+0