summaryrefslogtreecommitdiffstats
path: root/Lib/test/pickletester.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #9935: Speed up pickling of instances of user-defined classes.Antoine Pitrou2011-03-111-1/+20
* Issue #11286: Fixed unpickling of empty 2.x strings.Alexander Belopolsky2011-02-241-0/+4
* Issue #10990: Prevent tests from clobbering a set trace function.Brett Cannon2011-02-211-1/+2
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-1/+1
* Revert r85797 (and r85798): it broke the Windows buildbots because ofAntoine Pitrou2010-10-221-20/+1
* Issue #9935: Speed up pickling of instances of user-defined classes.Antoine Pitrou2010-10-221-1/+20
* Issue #3873: Speed up unpickling from file objects which have a peek()Antoine Pitrou2010-10-121-1/+42
* Issue #9410: Various optimizations to the pickle module, leading toAntoine Pitrou2010-09-091-0/+9
* Issue #5180: Fixed a bug that prevented loading 2.x pickles in 3.xAlexander Belopolsky2010-07-171-0/+69
* Issue #8383: pickle and pickletools use surrogatepass error handler whenVictor Stinner2010-04-131-1/+3
* Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-1/+1
* use assert[Not]In where appropriateEzio Melotti2010-01-231-4/+4
* Merged revisions 77352-77354 via svnmerge fromAntoine Pitrou2010-01-071-0/+3
* Issue #7435: Remove duplicate int/long tests, and otherMark Dickinson2009-12-051-4/+1
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-13/+13
* Issue #6137: The pickle module now translates module names when loadingAntoine Pitrou2009-06-041-0/+42
* Merged revisions 72930 via svnmerge fromCollin Winter2009-05-261-0/+10
* Merged revisions 72223 via svnmerge fromAntoine Pitrou2009-05-021-0/+14
* Port r71408 to py3k: issue 5665, add more pickling tests.Collin Winter2009-04-161-8/+145
* Merged revisions 68903,68906 via svnmerge fromMark Dickinson2009-01-241-0/+10
* Issue #4842, patch 1/2: fix pickle in Python 3.x so that pickling with theMark Dickinson2009-01-201-81/+81
* fix syntaxBenjamin Peterson2008-12-271-2/+2
* Merged revisions 67889-67892,67895,67898,67904-67907,67912,67918,67920-67921,...Benjamin Peterson2008-12-271-2/+2
* Update copy of PyUnicode_EncodeRawUnicodeEscape in _pickle.Alexandre Vassalotti2008-12-271-1/+9
* #4298: pickle.load() can segfault on invalid or truncated input.Amaury Forgeot d'Arc2008-11-111-0/+5
* Correct the pickle test, broken since r67059:Amaury Forgeot d'Arc2008-10-311-2/+9
* Merged revisions 67049 via svnmerge fromAmaury Forgeot d'Arc2008-10-301-0/+16
* #3664: The pickle module could segfault if a Pickler instance is not correctl...Amaury Forgeot d'Arc2008-10-171-0/+14
* Issue 3514: Fixed segfault dues to infinite loop in __getattr__.Alexandre Vassalotti2008-08-151-0/+12
* Restore _pickle module accelerator module.Alexandre Vassalotti2008-06-121-12/+13
* revert the addition of _pickle because it was causing havok with 64-bitBenjamin Peterson2008-06-121-13/+12
* Issue 2917: Merge the pickle and cPickle module.Alexandre Vassalotti2008-06-111-12/+13
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Rename copy_reg module to copyreg.Alexandre Vassalotti2008-05-111-177/+177
* - A new pickle protocol (protocol 3) is added with explicit supportGuido van Rossum2008-03-171-3/+18
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-041-1/+1
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-12/+12
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-220/+244
* Raise statement normalization in Lib/test/.Collin Winter2007-08-291-1/+1
* Changes in anticipation of stricter str vs. bytes enforcement.Guido van Rossum2007-08-271-14/+15
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-3/+3
* Getting rid of cPickle. Mmm, feels good!Guido van Rossum2007-07-201-6/+0
* Open files in binary mode.Walter Dörwald2007-06-201-2/+2
* Rename checks for test_support.have_unicode (we alwaysWalter Dörwald2007-06-081-11/+8
* Got test_pickletools and test_pickle working.Guido van Rossum2007-05-081-34/+35
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-4/+4
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-4/+4
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-0/+32
* Implement PEP 3115 -- new metaclass syntax and semantics.Guido van Rossum2007-03-181-2/+2
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-2/+2