| Commit message (Expand) | Author | Age | Files | Lines |
* | Add PyFloat_FromString. Left the char **pend argument out of the | Skip Montanaro | 2003-02-03 | 1 | -0/+5 |
|
|
* | cPickle now implements enough of protocol 2 to enable all | Guido van Rossum | 2003-02-03 | 1 | -3/+3 |
|
|
* | Fix comment typo. | Walter Dörwald | 2003-02-02 | 1 | -1/+1 |
|
|
* | Fix typos. | Walter Dörwald | 2003-02-02 | 1 | -5/+5 |
|
|
* | Fix typos. | Walter Dörwald | 2003-02-02 | 1 | -4/+4 |
|
|
* | Getting rid of macfs usage and almost all FSSpecs. Untested on MacOS9. | Jack Jansen | 2003-02-02 | 1 | -18/+22 |
|
|
* | The FSAliasFile routines also have an in/out parameter. | Jack Jansen | 2003-02-02 | 2 | -4/+9 |
|
|
* | cPickle support for TUPLE[123]. Incidentally plugged several undetected | Tim Peters | 2003-02-02 | 3 | -91/+250 |
|
|
* | jeez, now I know why I shouldn't even _want_ to learn sh. | Just van Rossum | 2003-02-02 | 1 | -4/+4 |
|
|
* | 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 | 2 | -2/+40 |
|
|
* | Get ossaudiodev to compile on freebsd 4.7 | Neal Norwitz | 2003-02-02 | 2 | -1/+20 |
|
|
* | long_from_binary_base(): Sped this a little by computing the # of bits | Tim Peters | 2003-02-02 | 1 | -6/+6 |
|
|
* | Beefed up the tests by putting in more "for proto in protocols:" outer | Tim Peters | 2003-02-02 | 2 | -86/+236 |
|
|
* | Add some notes that got python to work on the snake farm | Neal Norwitz | 2003-02-02 | 1 | -0/+16 |
|
|
* | 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 | 2 | -4/+79 |
|
|
* | One more use of ifilter() | Raymond Hettinger | 2003-02-02 | 1 | -3/+2 |
|
|
* | SF patch #678899: Save time and memory by using itertools in sets module. | Raymond Hettinger | 2003-02-02 | 1 | -19/+11 |
|
|
* | Tightened a too-generous assert. | Tim Peters | 2003-02-02 | 1 | -1/+1 |
|
|
* | long(string, base) now takes time linear in len(string) when base is a | Tim Peters | 2003-02-02 | 4 | -29/+113 |
|
|
* | 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 | 4 | -41/+227 |
|
|
* | The C pickle now knows how to deal with a proto= argument. Assorted | Tim Peters | 2003-02-01 | 2 | -56/+95 |
|
|
* | removed bizarre construct, no idea why it was there... | Just van Rossum | 2003-02-01 | 1 | -1/+0 |
|
|
* | patch #678211 from Robin Dunn | Just van Rossum | 2003-02-01 | 1 | -7/+15 |
|
|
* | icon support by Robin Dunn, closes patch #678218 | Just van Rossum | 2003-02-01 | 1 | -1/+14 |
|
|
* | 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 | 3 | -66/+6 |
|
|
* | Neaten ref count test. | Raymond Hettinger | 2003-02-01 | 1 | -1/+1 |
|
|
* | Removed all uses of the out-of-favor __safe_for_unpickling__ magic | Tim Peters | 2003-02-01 | 5 | -79/+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 | 8 | -0/+2027 |
|
|
* | The various datetime object __setstate__() methods are no longer public | Tim Peters | 2003-01-31 | 2 | -117/+111 |
|
|
* | Changed the tests to stop using __setstate__(). __setstate__() no | Tim Peters | 2003-01-31 | 1 | -65/+31 |
|
|
* | Squash compiler wng about signed/unsigned comparison mismatch. | Tim Peters | 2003-01-31 | 1 | -1/+1 |
|
|
* | Ignore the state returned by __reduce__ if it is Py_None. | Guido van Rossum | 2003-01-31 | 1 | -0/+2 |
|
|
* | Patch #669198: Add cflags to RC compile. | Thomas Heller | 2003-01-31 | 1 | -0/+3 |
|
|
* | Pass the preprocessor options also to the resource compiler | Thomas Heller | 2003-01-31 | 1 | -1/+1 |
|
|
* | Add extension management to __all__. | Guido van Rossum | 2003-01-31 | 1 | -1/+2 |
|
|
* | Change the default protocol back to 0. | Guido van Rossum | 2003-01-31 | 1 | -8/+12 |
|
|
* | Another extension to reduce(). It can return a 4- or 5-tuple now. | Guido van Rossum | 2003-01-31 | 1 | -67/+92 |
|
|