summaryrefslogtreecommitdiffstats
path: root/Lib/test/pickletester.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #18743: Fix references to non-existant "StringIO" moduleSerhiy Storchaka2013-08-291-2/+2
|\
| * Issue #18743: Fix references to non-existant "StringIO" moduleSerhiy Storchaka2013-08-291-2/+2
* | Merge 3.3Alexandre Vassalotti2013-04-201-4/+54
|\ \ | |/
| * Isuse #17720: Fix APPENDS handling in the Python implementation of UnpicklerAlexandre Vassalotti2013-04-201-4/+54
* | Make C and Python implementations of pickle load STRING opcodes the same way.Alexandre Vassalotti2013-04-161-24/+29
|/
* Issue #17710: Fix pickle raising a SystemError on bogus input.Antoine Pitrou2013-04-151-0/+8
* #17346: merge with 3.2.Ezio Melotti2013-03-041-5/+5
|\
| * #17346: make sure pickle tests are run against all protocols. Initial patch ...Ezio Melotti2013-03-041-5/+5
* | Issue #15079: make a test applicable to both C and Python versions of the pic...Antoine Pitrou2012-06-261-3/+5
|\ \ | |/
| * Issue #15079: make a test applicable to both C and Python versions of the pic...Antoine Pitrou2012-06-261-3/+5
* | Fixes #13842: cannot pickle Ellipsis or NotImplemented.Ɓukasz Langa2012-03-121-0/+12
* | Issue #14166: Pickler objects now have an optional `dispatch_table` attribute...Antoine Pitrou2012-03-041-0/+99
* | Merge 3.2Alexandre Vassalotti2011-12-131-3/+9
|\ \ | |/
| * Issue #13505: Make pickling of bytes object compatible with Python 2.Alexandre Vassalotti2011-12-131-3/+9
* | Also fix pickletesterAntoine Pitrou2011-10-041-3/+3
* | Start fixing test_bigmem:Antoine Pitrou2011-10-041-6/+6
|\ \ | |/
| * Start fixing test_bigmem:Antoine Pitrou2011-10-041-6/+6
* | Issue #7689: Allow pickling of dynamically created classes when theirAntoine Pitrou2011-10-041-0/+21
|\ \ | |/
| * Issue #7689: Allow pickling of dynamically created classes when theirAntoine Pitrou2011-10-041-0/+21
* | Try to fix one of the bigmem tests in test_pickleAntoine Pitrou2011-08-301-0/+5
|\ \ | |/
| * Try to fix one of the bigmem tests in test_pickleAntoine Pitrou2011-08-301-0/+5
* | Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments inAntoine Pitrou2011-08-291-0/+12
|\ \ | |/
| * Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments inAntoine Pitrou2011-08-291-0/+12
* | Issue #11564: Avoid crashes when trying to pickle huge objects or containersAntoine Pitrou2011-08-291-1/+100
|\ \ | |/
| * Issue #11564: Avoid crashes when trying to pickle huge objects or containersAntoine Pitrou2011-08-291-1/+101
* | Monotonic, not monotonousAntoine Pitrou2011-08-131-1/+1
* | Issue #12744: Fix inefficient representation of integersAntoine Pitrou2011-08-131-0/+10
* | Issue #12687: Fix a possible buffering bug when unpickling text mode (protoco...Antoine Pitrou2011-08-111-0/+13
|\ \ | |/
| * Issue #12687: Fix a possible buffering bug when unpickling text mode (protoco...Antoine Pitrou2011-08-111-0/+13
| * Merged revisions 88546 via svnmerge fromAlexander Belopolsky2011-02-241-0/+4
* | 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