| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | 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 | 
| *  | cPickle.c, load_build():  Taught cPickle how to pick apart | Tim Peters | 2003-02-15 | 1 | -6/+1 | 
| *  | cPickle produces NEWOBJ appropriately now.  It still doesn't know | Tim Peters | 2003-02-14 | 1 | -6/+6 | 
| *  | We didn't have any tests making pickles with one of {pickle, cPickle}, | Tim Peters | 2003-02-13 | 1 | -0/+5 | 
| *  | Added a simple NEWOBJ test.  This is in the pickle-only part of the | Tim Peters | 2003-02-13 | 1 | -0/+15 | 
| *  | Added a HIGHEST_PROTOCOL module attribute to pickle and cPickle. | Tim Peters | 2003-02-13 | 1 | -2/+4 | 
| *  | Implemented batching for dicts in cPickle.  This is after two failed | Tim Peters | 2003-02-11 | 1 | -17/+17 | 
| *  | Implemented list batching in cPickle. | Tim Peters | 2003-02-11 | 1 | -17/+17 | 
| *  | Added tests to ensure that list and dict "chunking" are actually | Tim Peters | 2003-02-11 | 1 | -1/+51 | 
| *  | cPickle:  exempt two_tuple from GC -- it's a speed hack, and doesn't | Tim Peters | 2003-02-04 | 1 | -11/+53 | 
| *  | cPickle now generates proto 2 EXT[124] when appropriate. | Tim Peters | 2003-02-04 | 1 | -18/+18 | 
| *  | test_newobj_tuple(), test_newobj_list():  These tests should work under | Tim Peters | 2003-02-03 | 1 | -8/+10 | 
| *  | test_newobj_generic():  Use the global protocols vector instead of a | Tim Peters | 2003-02-03 | 1 | -1/+1 | 
| *  | Added a bit to the EXT[124] tests, and refactored them to squash code | Tim Peters | 2003-02-03 | 1 | -51/+27 | 
| *  | Do a better job of testing that opcodes aren't generated under protocols | Tim Peters | 2003-02-03 | 1 | -18/+32 | 
| *  | Proper testing of proto 2 in part requires checking that the new opcodes | Tim Peters | 2003-02-03 | 1 | -11/+10 | 
| *  | cPickle support for TUPLE[123].  Incidentally plugged several undetected | Tim Peters | 2003-02-02 | 1 | -0/+31 | 
| *  | Implemented proto 2 NEWTRUE and NEWFALSE in cPickle. | Tim Peters | 2003-02-02 | 1 | -0/+6 | 
| *  | Beefed up the tests by putting in more "for proto in protocols:" outer | Tim Peters | 2003-02-02 | 1 | -86/+231 | 
| *  | Add cPickle support for PROTO.  Duplicated PROTO/LONG1/LONG4 code in | Tim Peters | 2003-02-02 | 1 | -2/+23 |