| Commit message (Expand) | Author | Age | Files | Lines |
* | More typo repair. | Tim Peters | 2003-02-05 | 1 | -1/+1 |
|
|
* | Typo repair. | Tim Peters | 2003-02-05 | 1 | -4/+4 |
|
|
* | cPickle: exempt two_tuple from GC -- it's a speed hack, and doesn't | Tim Peters | 2003-02-04 | 1 | -1/+6 |
|
|
* | cPickle now generates proto 2 EXT[124] when appropriate. | Tim Peters | 2003-02-04 | 1 | -2/+67 |
|
|
* | Remove forward static reference since it is not required | Neal Norwitz | 2003-02-04 | 1 | -3/+1 |
|
|
* | Whitespace normalization | Neal Norwitz | 2003-02-04 | 1 | -1/+1 |
|
|
* | Fix for [ 543344 ] Interpreter crashes when recoding; suggested | Marc-André Lemburg | 2003-02-04 | 1 | -1/+3 |
|
|
* | Use size_t instead of int for various variables to prevent | Walter Dörwald | 2003-02-04 | 1 | -9/+9 |
|
|
* | Typo in comment. | Tim Peters | 2003-02-04 | 1 | -1/+1 |
|
|
* | cPickle can load pickles using proto 2 EXT[124] now, but can't yet | Tim Peters | 2003-02-04 | 1 | -0/+108 |
|
|
* | Rename the extension registry variables to have leading underscores -- | Guido van Rossum | 2003-02-04 | 1 | -6/+6 |
|
|
* | Typo repair. | Tim Peters | 2003-02-04 | 1 | -1/+1 |
|
|
* | Brought some module variables into synch with pickle.py's current values. | Tim Peters | 2003-02-04 | 1 | -16/+47 |
|
|
* | load_counted_long(): Changed a ValueError to an UnpicklingError, just | Tim Peters | 2003-02-03 | 1 | -15/+1 |
|
|
* | - Thanks to Scott David Daniels, a subtle bug in how the zlib | Guido van Rossum | 2003-02-03 | 1 | -12/+45 |
|
|
* | PDATA_PUSH and PDATA_APPEND. documented, and reformatted for better | Tim Peters | 2003-02-03 | 1 | -30/+38 |
|
|
* | version 4.1.4 (4.1.3 just released) | Gregory P. Smith | 2003-02-03 | 1 | -1/+1 |
|
|
* | cPickle support for TUPLE[123]. Incidentally plugged several undetected | Tim Peters | 2003-02-02 | 1 | -84/+210 |
|
|
* | Massive edits. If p is a pointer to a struct, and p->f is a pointer to | Tim Peters | 2003-02-02 | 1 | -89/+93 |
|
|
* | Minor cleanup, mostly adding horizontal whitespace, and breaking apart | Tim Peters | 2003-02-02 | 1 | -31/+30 |
|
|
* | Implemented proto 2 NEWTRUE and NEWFALSE in cPickle. | Tim Peters | 2003-02-02 | 1 | -2/+34 |
|
|
* | Get ossaudiodev to compile on freebsd 4.7 | Neal Norwitz | 2003-02-02 | 1 | -0/+18 |
|
|
* | Beefed up the tests by putting in more "for proto in protocols:" outer | Tim Peters | 2003-02-02 | 1 | -0/+5 |
|
|
* | Fix compiler warning | Neal Norwitz | 2003-02-02 | 2 | -1/+2 |
|
|
* | dump(): Added asserts that self->proto is sane. | Tim Peters | 2003-02-02 | 1 | -1/+2 |
|
|
* | dump(): Fixed a stupid bug in new code. It wasn't possible for the bug | Tim Peters | 2003-02-02 | 1 | -1/+1 |
|
|
* | Add cPickle support for PROTO. Duplicated PROTO/LONG1/LONG4 code in | Tim Peters | 2003-02-02 | 1 | -2/+56 |
|
|
* | Fix memory leak: free memory storing the content model passed to the | Fred Drake | 2003-02-02 | 1 | -24/+48 |
|
|
* | cPickle.c: Full support for the new LONG1 and LONG4. Added comments. | Tim Peters | 2003-02-02 | 1 | -21/+161 |
|
|
* | The C pickle now knows how to deal with a proto= argument. Assorted | Tim Peters | 2003-02-01 | 1 | -45/+86 |
|
|
* | Removed needless include of errno.h. | Tim Peters | 2003-02-01 | 1 | -4/+0 |
|
|
* | The module docstring had an RCS ID from 1999 embedded in it. Enough | Tim Peters | 2003-02-01 | 1 | -3/+1 |
|
|
* | Trimmed trailing whitespace. | Tim Peters | 2003-02-01 | 1 | -223/+223 |
|
|
* | Added #defines for proto 2 opcodes; gave the Pickler a proto member; | Tim Peters | 2003-02-01 | 1 | -16/+30 |
|
|
* | New functions alloc_{time,datetime}. Got rid of all setstate-like | Tim Peters | 2003-02-01 | 1 | -168/+123 |
|
|
* | There's no good reason for datetime objects to expose __getstate__() | Tim Peters | 2003-02-01 | 1 | -52/+4 |
|
|
* | Removed all uses of the out-of-favor __safe_for_unpickling__ magic | Tim Peters | 2003-02-01 | 2 | -73/+5 |
|
|
* | All over: changed comments to reflect pickling is straightforward now, | Tim Peters | 2003-02-01 | 1 | -7/+5 |
|
|
* | delta_setstate(): This waS no longer referenced, so nukeit. | Tim Peters | 2003-02-01 | 1 | -38/+2 |
|
|
* | Move itertools module from the sandbox and into production. | Raymond Hettinger | 2003-02-01 | 1 | -0/+1532 |
|
|
* | The various datetime object __setstate__() methods are no longer public | Tim Peters | 2003-01-31 | 1 | -116/+105 |
|
|
* | Ignore the state returned by __reduce__ if it is Py_None. | Guido van Rossum | 2003-01-31 | 1 | -0/+2 |
|
|
* | SF patch #678257 by Geoff Talvola. | Guido van Rossum | 2003-01-31 | 1 | -1/+1 |
|
|
* | SF patch 676472 by Geoff Talvola, reviewed by Ben Laurie. | Guido van Rossum | 2003-01-31 | 1 | -13/+65 |
|
|
* | Change the treatment of positions returned by PEP293 | Walter Dörwald | 2003-01-31 | 1 | -4/+14 |
|
|
* | Initialize swappedinput to silence the compiler warning about | Walter Dörwald | 2003-01-31 | 1 | -1/+1 |
|
|
* | _PyLong_NumBits(): The definition of this was too specific to the quirky | Tim Peters | 2003-01-31 | 1 | -21/+27 |
|
|
* | Backward branches are disgusting, at least when a forward branch | Tim Peters | 2003-01-31 | 1 | -6/+6 |
|
|
* | Change the approach to pickling to use __reduce__ everywhere. Most | Guido van Rossum | 2003-01-30 | 1 | -242/+221 |
|
|
* | Check whether the choosen encoding requires byte swapping | Walter Dörwald | 2003-01-30 | 1 | -1/+79 |
|
|