summaryrefslogtreecommitdiff
path: root/Lib/test/test_pickle.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-37210: Fix pure Python pickle when _pickle is unavailable (GH-14016)Victor Stinner2019-06-131-6/+7
* bpo-36785: PEP 574 implementation (GH-7076)Antoine Pitrou2019-05-261-6/+6
* bpo-35900: Enable custom reduction callback registration in _pickle (GH-12499)Pierre Glaser2019-05-081-2/+16
* Fix upsizing of marks stack in pickle module. (GH-8860)Sergey Fedoseev2018-08-251-3/+3
* bpo-31993: Do not create frames for large bytes and str objects (#5114)Serhiy Storchaka2018-01-111-2/+2
* bpo-28416: Break reference cycles in Pickler and Unpickler subclasses (#4080)Serhiy Storchaka2017-11-301-2/+63
* bpo-32032: Test both implementations of module-level pickle API. (#4401)Serhiy Storchaka2017-11-151-4/+12
* Issue #15767: Add ModuleNotFoundError.Eric Snow2016-09-071-0/+8
* Issue #25761: Improved error reporting about truncated pickle data inSerhiy Storchaka2016-09-061-2/+1
* Issue #17711: Fixed unpickling by the persistent ID with protocol 0.Serhiy Storchaka2016-07-171-8/+25
|\
| * Issue #17711: Fixed unpickling by the persistent ID with protocol 0.Serhiy Storchaka2016-07-171-8/+25
* | Added exceptins for testing non-reversible import mapping for Issue #26013.Serhiy Storchaka2016-01-181-0/+2
|\ \ | |/
| * Added exceptins for testing non-reversible import mapping for Issue #26013.Serhiy Storchaka2016-01-181-0/+2
* | Issue #25761: Improved detecting errors in broken pickle data.Serhiy Storchaka2015-12-061-5/+0
|/
* Issue #25761: Added more test cases for testing unpickling broken data.Serhiy Storchaka2015-11-291-0/+13
|\
| * Issue #25761: Added more test cases for testing unpickling broken data.Serhiy Storchaka2015-11-291-0/+13
* | Issue #23914: Fixed SystemError raised by unpickler on broken pickle data.Serhiy Storchaka2015-11-231-0/+3
|\ \ | |/
| * Issue #23914: Fixed SystemError raised by unpickler on broken pickle data.Serhiy Storchaka2015-11-231-0/+3
* | Issue #25365: test_pickle now works in threads disabled builds.Serhiy Storchaka2015-10-101-2/+3
|\ \ | |/
| * Issue #25365: test_pickle now works in threads disabled builds.Serhiy Storchaka2015-10-101-2/+3
* | Moved unpickling tests with prepickled data to separate class.Serhiy Storchaka2015-09-291-3/+18
|\ \ | |/
| * Moved unpickling tests with prepickled data to separate class.Serhiy Storchaka2015-09-291-3/+18
* | Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.Yury Selivanov2015-07-031-1/+2
* | PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-111-1/+3
|/
* Issue #18473: Fixed pickle compatibility tests for optional modules.Serhiy Storchaka2015-03-311-10/+25
* Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings.Serhiy Storchaka2015-03-311-1/+151
* Issue #15513: Added a __sizeof__ implementation for pickle classes.Serhiy Storchaka2014-12-161-1/+69
* Issue #6784: Strings from Python 2 can now be unpickled as bytes objects.Alexandre Vassalotti2013-12-071-0/+4
* Issue #18339: use with self.assertRaises() to make test case more readableChristian Heimes2013-07-011-2/+4
* Issue #18339: Negative ints keys in unpickler.memo dict no longer cause aChristian Heimes2013-07-011-0/+7
* Issue #14166: Pickler objects now have an optional `dispatch_table` attribute...Antoine Pitrou2012-03-041-1/+27
* Issue #11564: Avoid crashes when trying to pickle huge objects or containersAntoine Pitrou2011-08-291-3/+4
* Merged revisions 88546 via svnmerge fromAlexander Belopolsky2011-02-241-6/+6
* Issue #9410: Various optimizations to the pickle module, leading toAntoine Pitrou2010-09-091-1/+14
* Port r71408 to py3k: issue 5665, add more pickling tests.Collin Winter2009-04-161-1/+23
* Restore _pickle module accelerator module.Alexandre Vassalotti2008-06-121-19/+34
* revert the addition of _pickle because it was causing havok with 64-bitBenjamin Peterson2008-06-121-34/+19
* Issue 2917: Merge the pickle and cPickle module.Alexandre Vassalotti2008-06-111-19/+34
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-3/+3
* - A new pickle protocol (protocol 3) is added with explicit supportGuido van Rossum2008-03-171-9/+3
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+0
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-3/+3
* Got test_pickletools and test_pickle working.Guido van Rossum2007-05-081-6/+6
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-6/+5
* cPickle.c, load_build(): Taught cPickle how to pick apartTim Peters2003-02-151-2/+1
* pickle.py has a few doctest'ed internal functions, so run their tests.Tim Peters2003-01-301-0/+1
* Implement appropriate __getnewargs__ for all immutable subclassable builtinGuido van Rossum2003-01-291-5/+13
* Temporary hacks to arrange that the pickle tests relying on protocol 2Tim Peters2003-01-281-3/+7
* Rename 'bin' arg to 'proto'. Keep the default at 0 lest the testsGuido van Rossum2003-01-281-4/+4
* Remove inst_persistent_id() WANNI (we ain't never needed it).Jeremy Hylton2002-11-131-1/+23