summaryrefslogtreecommitdiffstats
path: root/Lib/test/pickletester.py
Commit message (Expand)AuthorAgeFilesLines
* Use pickled data compatible with Python 2 for testing protocols 0-2.Serhiy Storchaka2015-02-151-216/+217
|\
| * Use pickled data compatible with Python 2 for testing protocols 0-2.Serhiy Storchaka2015-02-151-216/+217
* | Issue #23094: Fixed readline with frames in Python implementation of pickle.Serhiy Storchaka2015-01-261-0/+8
|\ \ | |/
| * Issue #23094: Fixed readline with frames in Python implementation of pickle.Serhiy Storchaka2015-01-261-0/+8
* | Issue #22783: Pickling now uses the NEWOBJ opcode instead of the NEWOBJ_EXSerhiy Storchaka2014-12-161-11/+65
* | Fix uninitialized variable after #22676.Antoine Pitrou2014-12-011-0/+21
|/
* Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2Serhiy Storchaka2014-11-021-1/+1
* Issue #19886: Use better estimated memory requirements for bigmem tests.Serhiy Storchaka2014-01-101-7/+5
|\
| * Issue #19886: Use better estimated memory requirements for bigmem tests.Serhiy Storchaka2014-01-101-7/+5
* | Issue #19648: implement empty tests in pickletester. Patch by Gennadiy Zlobin.Antoine Pitrou2013-12-281-2/+10
* | Issue #6784: Strings from Python 2 can now be unpickled as bytes objects.Alexandre Vassalotti2013-12-071-1/+29
* | Issue #19881: Fix bad pickling of large bytes in cpickle.Alexandre Vassalotti2013-12-061-21/+54
* | Issue #19800: make the pickle framing tests more precise.Antoine Pitrou2013-12-031-0/+22
* | Fix #19834: merge with 3.3.Walter Doerwald2013-12-021-0/+80
|\ \ | |/
| * Fix issue #19834: Support unpickling of exceptions pickled by Python 2.Walter Doerwald2013-12-021-0/+80
* | Issue #19754: Make pickletools.optimize respect the frame size target.Alexandre Vassalotti2013-12-021-12/+1
* | Issue #6477: Merge with 3.3.Alexandre Vassalotti2013-12-011-0/+9
|\ \ | |/
| * Issue #6477: Added support for pickling the types of built-in singletons.Alexandre Vassalotti2013-12-011-0/+9
* | Merge with 3.3.Alexandre Vassalotti2013-11-301-18/+22
|\ \ | |/
| * Fixed _pickle.Unpickler to handle empty persistent IDs correctly.Alexandre Vassalotti2013-11-301-18/+22
* | Selectively re-enable framing testsAntoine Pitrou2013-11-241-11/+19
* | Disable annoying tests which doesn't work optimized pickles.Alexandre Vassalotti2013-11-241-11/+13
* | Make framing optional in pickle protocol 4.Alexandre Vassalotti2013-11-241-0/+39
* | test_pickle: speed up test_longAntoine Pitrou2013-11-231-1/+5
* | Issue #17810: Implement PEP 3154, pickle protocol 4.Antoine Pitrou2013-11-231-129/+358
* | 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