| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -1/+1 |
|
|
* | Merged revisions 82937 via svnmerge from | Alexander Belopolsky | 2010-07-17 | 1 | -0/+69 |
|
|
* | Merged revisions 80031 via svnmerge from | Victor Stinner | 2010-04-13 | 1 | -1/+3 |
|
|
* | Merged revisions 77355 via svnmerge from | Antoine Pitrou | 2010-01-07 | 1 | -0/+3 |
|
|
* | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -13/+13 |
|
|
* | Issue #6137: The pickle module now translates module names when loading | Antoine Pitrou | 2009-06-04 | 1 | -0/+42 |
|
|
* | Merged revisions 72930 via svnmerge from | Collin Winter | 2009-05-26 | 1 | -0/+10 |
|
|
* | Merged revisions 72223 via svnmerge from | Antoine Pitrou | 2009-05-02 | 1 | -0/+14 |
|
|
* | Port r71408 to py3k: issue 5665, add more pickling tests. | Collin Winter | 2009-04-16 | 1 | -8/+145 |
|
|
* | Merged revisions 68903,68906 via svnmerge from | Mark Dickinson | 2009-01-24 | 1 | -0/+10 |
|
|
* | Issue #4842, patch 1/2: fix pickle in Python 3.x so that pickling with the | Mark Dickinson | 2009-01-20 | 1 | -81/+81 |
|
|
* | fix syntax | Benjamin Peterson | 2008-12-27 | 1 | -2/+2 |
|
|
* | Merged revisions 67889-67892,67895,67898,67904-67907,67912,67918,67920-67921,... | Benjamin Peterson | 2008-12-27 | 1 | -2/+2 |
|
|
* | Update copy of PyUnicode_EncodeRawUnicodeEscape in _pickle. | Alexandre Vassalotti | 2008-12-27 | 1 | -1/+9 |
|
|
* | #4298: pickle.load() can segfault on invalid or truncated input. | Amaury Forgeot d'Arc | 2008-11-11 | 1 | -0/+5 |
|
|
* | Correct the pickle test, broken since r67059: | Amaury Forgeot d'Arc | 2008-10-31 | 1 | -2/+9 |
|
|
* | Merged revisions 67049 via svnmerge from | Amaury Forgeot d'Arc | 2008-10-30 | 1 | -0/+16 |
|
|
* | #3664: The pickle module could segfault if a Pickler instance is not correctl... | Amaury Forgeot d'Arc | 2008-10-17 | 1 | -0/+14 |
|
|
* | Issue 3514: Fixed segfault dues to infinite loop in __getattr__. | Alexandre Vassalotti | 2008-08-15 | 1 | -0/+12 |
|
|
* | Restore _pickle module accelerator module. | Alexandre Vassalotti | 2008-06-12 | 1 | -12/+13 |
|
|
* | revert the addition of _pickle because it was causing havok with 64-bit | Benjamin Peterson | 2008-06-12 | 1 | -13/+12 |
|
|
* | Issue 2917: Merge the pickle and cPickle module. | Alexandre Vassalotti | 2008-06-11 | 1 | -12/+13 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -1/+1 |
|
|
* | Rename copy_reg module to copyreg. | Alexandre Vassalotti | 2008-05-11 | 1 | -177/+177 |
|
|
* | - A new pickle protocol (protocol 3) is added with explicit support | Guido van Rossum | 2008-03-17 | 1 | -3/+18 |
|
|
* | Removed PyInt_GetMax and sys.maxint | Christian Heimes | 2007-12-04 | 1 | -1/+1 |
|
|
* | #1535: rename __builtin__ module to builtins. | Georg Brandl | 2007-12-02 | 1 | -12/+12 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -220/+244 |
|
|
* | Raise statement normalization in Lib/test/. | Collin Winter | 2007-08-29 | 1 | -1/+1 |
|
|
* | Changes in anticipation of stricter str vs. bytes enforcement. | Guido van Rossum | 2007-08-27 | 1 | -14/+15 |
|
|
* | SF patch# 1770008 by Christian Heimes (plus some extras). | Guido van Rossum | 2007-08-09 | 1 | -3/+3 |
|
|
* | Getting rid of cPickle. Mmm, feels good! | Guido van Rossum | 2007-07-20 | 1 | -6/+0 |
|
|
* | Open files in binary mode. | Walter Dörwald | 2007-06-20 | 1 | -2/+2 |
|
|
* | Rename checks for test_support.have_unicode (we always | Walter Dörwald | 2007-06-08 | 1 | -11/+8 |
|
|
* | Got test_pickletools and test_pickle working. | Guido van Rossum | 2007-05-08 | 1 | -34/+35 |
|
|
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 | 1 | -4/+4 |
|
|
* | Rip out all the u"..." literals and calls to unicode(). | Guido van Rossum | 2007-05-02 | 1 | -4/+4 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -0/+32 |
|
|
* | Implement PEP 3115 -- new metaclass syntax and semantics. | Guido van Rossum | 2007-03-18 | 1 | -2/+2 |
|
|
* | - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; | Guido van Rossum | 2007-02-11 | 1 | -2/+2 |
|
|
* | Rip out 'long' and 'L'-suffixed integer literals. | Guido van Rossum | 2007-01-15 | 1 | -8/+8 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -1/+1 |
|
|
* | Restructure comparison dramatically. There is no longer a default | Guido van Rossum | 2006-08-24 | 1 | -2/+2 |
|
|
* | Quite a few fixes to make the library and test suite more robust when | Guido van Rossum | 2006-08-17 | 1 | -2/+6 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -1/+7 |
|
|
* | Patch #995766: Keyword argument support in cPickle. | Martin v. Löwis | 2004-07-27 | 1 | -0/+10 |
|
|
* | Deleting cyclic object comparison. | Armin Rigo | 2003-10-28 | 1 | -15/+10 |
|
|
* | MyComplex now works. | Guido van Rossum | 2003-03-02 | 1 | -1/+1 |
|
|
* | test_load_from_canned_string(): Created a DATA2 string to test a canned | Tim Peters | 2003-03-02 | 1 | -2/+66 |
|
|
* | Three test cases for __reduce_ex__. This fails for cPickle, until Tim | Guido van Rossum | 2003-02-18 | 1 | -0/+52 |
|
|