| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #15767: Add ModuleNotFoundError. | Eric Snow | 2016-09-07 | 1 | -0/+8 |
|
|
* | Issue #25761: Improved error reporting about truncated pickle data in | Serhiy Storchaka | 2016-09-06 | 1 | -2/+1 |
|
|
* | Issue #17711: Fixed unpickling by the persistent ID with protocol 0. | Serhiy Storchaka | 2016-07-17 | 1 | -8/+25 |
|\ |
|
| * | Issue #17711: Fixed unpickling by the persistent ID with protocol 0. | Serhiy Storchaka | 2016-07-17 | 1 | -8/+25 |
|
|
* | | Added exceptins for testing non-reversible import mapping for Issue #26013. | Serhiy Storchaka | 2016-01-18 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Added exceptins for testing non-reversible import mapping for Issue #26013. | Serhiy Storchaka | 2016-01-18 | 1 | -0/+2 |
|
|
* | | Issue #25761: Improved detecting errors in broken pickle data. | Serhiy Storchaka | 2015-12-06 | 1 | -5/+0 |
|/ |
|
* | Issue #25761: Added more test cases for testing unpickling broken data. | Serhiy Storchaka | 2015-11-29 | 1 | -0/+13 |
|\ |
|
| * | Issue #25761: Added more test cases for testing unpickling broken data. | Serhiy Storchaka | 2015-11-29 | 1 | -0/+13 |
|
|
* | | Issue #23914: Fixed SystemError raised by unpickler on broken pickle data. | Serhiy Storchaka | 2015-11-23 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #23914: Fixed SystemError raised by unpickler on broken pickle data. | Serhiy Storchaka | 2015-11-23 | 1 | -0/+3 |
|
|
* | | Issue #25365: test_pickle now works in threads disabled builds. | Serhiy Storchaka | 2015-10-10 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | Issue #25365: test_pickle now works in threads disabled builds. | Serhiy Storchaka | 2015-10-10 | 1 | -2/+3 |
|
|
* | | Moved unpickling tests with prepickled data to separate class. | Serhiy Storchaka | 2015-09-29 | 1 | -3/+18 |
|\ \
| |/ |
|
| * | Moved unpickling tests with prepickled data to separate class. | Serhiy Storchaka | 2015-09-29 | 1 | -3/+18 |
|
|
* | | Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. | Yury Selivanov | 2015-07-03 | 1 | -1/+2 |
|
|
* | | PEP 0492 -- Coroutines with async and await syntax. Issue #24017. | Yury Selivanov | 2015-05-12 | 1 | -1/+3 |
|/ |
|
* | Issue #18473: Fixed pickle compatibility tests for optional modules. | Serhiy Storchaka | 2015-03-31 | 1 | -10/+25 |
|
|
* | Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings. | Serhiy Storchaka | 2015-03-31 | 1 | -1/+151 |
|
|
* | Issue #15513: Added a __sizeof__ implementation for pickle classes. | Serhiy Storchaka | 2014-12-16 | 1 | -1/+69 |
|
|
* | Issue #6784: Strings from Python 2 can now be unpickled as bytes objects. | Alexandre Vassalotti | 2013-12-07 | 1 | -0/+4 |
|
|
* | Issue #18339: use with self.assertRaises() to make test case more readable | Christian Heimes | 2013-07-01 | 1 | -2/+4 |
|
|
* | Issue #18339: Negative ints keys in unpickler.memo dict no longer cause a | Christian Heimes | 2013-07-01 | 1 | -0/+7 |
|
|
* | Issue #14166: Pickler objects now have an optional `dispatch_table` attribute... | Antoine Pitrou | 2012-03-04 | 1 | -1/+27 |
|
|
* | Issue #11564: Avoid crashes when trying to pickle huge objects or containers | Antoine Pitrou | 2011-08-29 | 1 | -3/+4 |
|
|
* | Merged revisions 88546 via svnmerge from | Alexander Belopolsky | 2011-02-24 | 1 | -6/+6 |
|
|
* | Issue #9410: Various optimizations to the pickle module, leading to | Antoine Pitrou | 2010-09-09 | 1 | -1/+14 |
|
|
* | Port r71408 to py3k: issue 5665, add more pickling tests. | Collin Winter | 2009-04-16 | 1 | -1/+23 |
|
|
* | Restore _pickle module accelerator module. | Alexandre Vassalotti | 2008-06-12 | 1 | -19/+34 |
|
|
* | revert the addition of _pickle because it was causing havok with 64-bit | Benjamin Peterson | 2008-06-12 | 1 | -34/+19 |
|
|
* | Issue 2917: Merge the pickle and cPickle module. | Alexandre Vassalotti | 2008-06-11 | 1 | -19/+34 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -3/+3 |
|
|
* | - A new pickle protocol (protocol 3) is added with explicit support | Guido van Rossum | 2008-03-17 | 1 | -9/+3 |
|
|
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 1 | -1/+0 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -3/+3 |
|
|
* | Got test_pickletools and test_pickle working. | Guido van Rossum | 2007-05-08 | 1 | -6/+6 |
|
|
* | Combine the functionality of test_support.run_unittest() | Walter Dörwald | 2003-05-01 | 1 | -6/+5 |
|
|
* | cPickle.c, load_build(): Taught cPickle how to pick apart | Tim Peters | 2003-02-15 | 1 | -2/+1 |
|
|
* | pickle.py has a few doctest'ed internal functions, so run their tests. | Tim Peters | 2003-01-30 | 1 | -0/+1 |
|
|
* | Implement appropriate __getnewargs__ for all immutable subclassable builtin | Guido van Rossum | 2003-01-29 | 1 | -5/+13 |
|
|
* | Temporary hacks to arrange that the pickle tests relying on protocol 2 | Tim Peters | 2003-01-28 | 1 | -3/+7 |
|
|
* | Rename 'bin' arg to 'proto'. Keep the default at 0 lest the tests | Guido van Rossum | 2003-01-28 | 1 | -4/+4 |
|
|
* | Remove inst_persistent_id() WANNI (we ain't never needed it). | Jeremy Hylton | 2002-11-13 | 1 | -1/+23 |
|
|
* | Complete the absolute import patch for the test suite. All relative | Barry Warsaw | 2002-07-30 | 1 | -1/+1 |
|
|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
|
|
* | Fix the test control support for the pickle & cPickle tests so the tests run | Fred Drake | 2001-12-19 | 1 | -3/+10 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-10-18 | 1 | -1/+1 |
|
|
* | Covert pickle tests to use unittest. | Jeremy Hylton | 2001-10-15 | 1 | -2/+32 |
|
|
* | Reorganize pickle/cPickle testing so the tests pass regardless of the order | Tim Peters | 2001-01-22 | 1 | -154/+2 |
|
|
* | Test some Unicode pickling endcases. | Guido van Rossum | 2000-12-19 | 1 | -0/+12 |
|
|