| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor cleanup of new batch-list/dict code. | Tim Peters | 2003-02-12 | 1 | -16/+12 |
|
|
* | Add more missing PyErr_NoMemory() after failled memory allocs | Neal Norwitz | 2003-02-11 | 2 | -3/+3 |
|
|
* | Implemented batching for dicts in cPickle. This is after two failed | Tim Peters | 2003-02-11 | 1 | -30/+119 |
|
|
* | Add Str, a subclass of str. | Guido van Rossum | 2003-02-11 | 1 | -0/+58 |
|
|
* | Implemented list batching in cPickle. | Tim Peters | 2003-02-11 | 1 | -30/+103 |
|
|
* | Unparenting BZ2File, as discussed in SF patch #661796. | Gustavo Niemeyer | 2003-02-11 | 1 | -102/+158 |
|
|
* | SF bug 684667: Modules/selectmodule.c returns NULL without exception set. | Tim Peters | 2003-02-11 | 1 | -1/+1 |
|
|
* | Patch #676839: Cygwin _iconv_codec module patch | Jason Tishler | 2003-02-10 | 1 | -1/+2 |
|
|
* | Patch #676837: Cygwin array module patch | Jason Tishler | 2003-02-10 | 1 | -1/+2 |
|
|
* | Fix memory leak of newstr when putenv() fails | Neal Norwitz | 2003-02-10 | 1 | -0/+1 |
|
|
* | Remove duplicate code introduced by fixing bug #678518 | Neal Norwitz | 2003-02-10 | 1 | -3/+0 |
|
|
* | Remove unused variable. | Guido van Rossum | 2003-02-09 | 2 | -2/+1 |
|
|
* | C Code: | Raymond Hettinger | 2003-02-09 | 1 | -124/+248 |
|
|
* | Apply logistix's patch from | Michael W. Hudson | 2003-02-08 | 1 | -3/+43 |
|
|
* | timedelta comparison and datetime addition: as the Python implementation | Tim Peters | 2003-02-08 | 1 | -4/+4 |
|
|
* | Comparison for timedelta, time, date and datetime objects: __eq__ and | Tim Peters | 2003-02-07 | 1 | -38/+52 |
|
|
* | SF patch #682514, mmapmodule.c write fix for LP64 executables | Neal Norwitz | 2003-02-07 | 1 | -1/+1 |
|
|
* | * Eliminated tuple re-use in imap(). Doing it correctly made the code | Raymond Hettinger | 2003-02-07 | 1 | -62/+30 |
|
|
* | SF bug #681003: itertools issues | Raymond Hettinger | 2003-02-07 | 1 | -6/+84 |
|
|
* | Integrate the patch from expat.h 1.51; needed for some C compilers. | Fred Drake | 2003-02-07 | 1 | -21/+24 |
|
|
* | 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 |
|
|