| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added a HIGHEST_PROTOCOL module attribute to pickle and cPickle. | Tim Peters | 2003-02-13 | 1 | -5/+9 |
|
|
* | Minor cleanup of new batch-list/dict code. | Tim Peters | 2003-02-12 | 1 | -16/+12 |
|
|
* | Implemented batching for dicts in cPickle. This is after two failed | Tim Peters | 2003-02-11 | 1 | -30/+119 |
|
|
* | Implemented list batching in cPickle. | Tim Peters | 2003-02-11 | 1 | -30/+103 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | PDATA_PUSH and PDATA_APPEND. documented, and reformatted for better | Tim Peters | 2003-02-03 | 1 | -30/+38 |
|
|
* | 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 |
|
|
* | 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 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Removed all uses of the out-of-favor __safe_for_unpickling__ magic | Tim Peters | 2003-02-01 | 1 | -46/+5 |
|
|
* | Ignore the state returned by __reduce__ if it is Py_None. | Guido van Rossum | 2003-01-31 | 1 | -0/+2 |
|
|
* | Patch #661760: Cygwin auto-import module patch | Jason Tishler | 2003-01-06 | 1 | -4/+2 |
|
|
* | Add an XXX comment about relative imports. | Guido van Rossum | 2002-12-24 | 1 | -1/+2 |
|
|
* | A patch from Kevin Jacobs, plugging several leaks discovered when | Tim Peters | 2002-12-07 | 1 | -5/+10 |
|
|
* | Make BadPickleGet a class. Fixes #609164. | Martin v. Löwis | 2002-09-16 | 1 | -3/+4 |
|
|
* | Patch #505705: Remove eval in pickle and cPickle. | Martin v. Löwis | 2002-08-14 | 1 | -31/+20 |
|
|
* | Allow more docstrings to be removed during compilation in some modules | Neal Norwitz | 2002-08-13 | 1 | -15/+16 |
|
|
* | Add recursion counter for pickling. Fixes #576084. | Martin v. Löwis | 2002-08-04 | 1 | -0/+9 |
|
|
* | Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype | Mark Hammond | 2002-08-02 | 1 | -3/+3 |
|
|
* | Fix indentation. | Jeremy Hylton | 2002-07-18 | 1 | -5/+5 |
|
|
* | staticforward bites the dust. | Jeremy Hylton | 2002-07-17 | 1 | -2/+2 |
|
|
* | Given the persistent id code a shot at a class before calling save_global(). | Jeremy Hylton | 2002-07-16 | 1 | -5/+5 |
|
|
* | remove decl of unused variable | Jeremy Hylton | 2002-07-11 | 1 | -1/+1 |
|
|
* | Do more robust test of whether global objects are accessible. | Jeremy Hylton | 2002-07-11 | 1 | -4/+3 |
|
|
* | Undefine TRUE and FALSE before redefining them. | Jack Jansen | 2002-06-26 | 1 | -0/+2 |
|
|
* | Patch #568124: Add doc string macros. | Martin v. Löwis | 2002-06-13 | 1 | -10/+9 |
|
|
* | Pickler_clear_memo(): convert to METH_NOARGS. | Fred Drake | 2002-05-01 | 1 | -5/+2 |
|
|
* | Repair widespread misuse of _PyString_Resize. Since it's clear people | Tim Peters | 2002-04-27 | 1 | -7/+1 |
|
|
* | #546156, Remove load_false()/load_true(), they are not used | Neal Norwitz | 2002-04-21 | 1 | -14/+0 |
|
|