summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cPickle.c: Full support for the new LONG1 and LONG4. Added comments.Tim Peters2003-02-024-41/+227
* The C pickle now knows how to deal with a proto= argument. AssortedTim Peters2003-02-012-56/+95
* removed bizarre construct, no idea why it was there...Just van Rossum2003-02-011-1/+0
* patch #678211 from Robin DunnJust van Rossum2003-02-011-7/+15
* icon support by Robin Dunn, closes patch #678218Just van Rossum2003-02-011-1/+14
* Removed needless include of errno.h.Tim Peters2003-02-011-4/+0
* The module docstring had an RCS ID from 1999 embedded in it. EnoughTim Peters2003-02-011-3/+1
* Trimmed trailing whitespace.Tim Peters2003-02-011-223/+223
* Added #defines for proto 2 opcodes; gave the Pickler a proto member;Tim Peters2003-02-011-16/+30
* New functions alloc_{time,datetime}. Got rid of all setstate-likeTim Peters2003-02-011-168/+123
* There's no good reason for datetime objects to expose __getstate__()Tim Peters2003-02-013-66/+6
* Neaten ref count test.Raymond Hettinger2003-02-011-1/+1
* Removed all uses of the out-of-favor __safe_for_unpickling__ magicTim Peters2003-02-015-79/+5
* All over: changed comments to reflect pickling is straightforward now,Tim Peters2003-02-011-7/+5
* delta_setstate(): This waS no longer referenced, so nukeit.Tim Peters2003-02-011-38/+2
* Move itertools module from the sandbox and into production.Raymond Hettinger2003-02-018-0/+2027
* The various datetime object __setstate__() methods are no longer publicTim Peters2003-01-312-117/+111
* Changed the tests to stop using __setstate__(). __setstate__() noTim Peters2003-01-311-65/+31
* Squash compiler wng about signed/unsigned comparison mismatch.Tim Peters2003-01-311-1/+1
* Ignore the state returned by __reduce__ if it is Py_None.Guido van Rossum2003-01-311-0/+2
* Patch #669198: Add cflags to RC compile.Thomas Heller2003-01-311-0/+3
* Pass the preprocessor options also to the resource compilerThomas Heller2003-01-311-1/+1
* Add extension management to __all__.Guido van Rossum2003-01-311-1/+2
* Change the default protocol back to 0.Guido van Rossum2003-01-311-8/+12
* Another extension to reduce(). It can return a 4- or 5-tuple now.Guido van Rossum2003-01-311-67/+92
* Document __module__.Jeremy Hylton2003-01-311-3/+11
* Provide __module__ attributes for functions defined in C and Python.Jeremy Hylton2003-01-318-18/+114
* SF patch #678257 by Geoff Talvola.Guido van Rossum2003-01-311-1/+1
* SF patch 676472 by Geoff Talvola, reviewed by Ben Laurie.Guido van Rossum2003-01-311-13/+65
* I believe this fixesMichael W. Hudson2003-01-311-2/+3
* Change the treatment of positions returned by PEP293Walter Dörwald2003-01-315-41/+122
* Pass the object to save_reduce(), so the memoize() call can go intoGuido van Rossum2003-01-311-3/+8
* Add a magical feature to save_reduce so that __reduce__ can causeGuido van Rossum2003-01-311-4/+40
* It's Official: for LONG1/LONG4, a "byte count" of 0 is taken as aTim Peters2003-01-312-9/+25
* Initialize swappedinput to silence the compiler warning aboutWalter Dörwald2003-01-311-1/+1
* Make StringIO its own iterator, similar to real files.Guido van Rossum2003-01-311-1/+9
* _PyLong_NumBits(): The definition of this was too specific to the quirkyTim Peters2003-01-313-34/+55
* Fix typoRaymond Hettinger2003-01-311-1/+1
* SF bug #671447: StringIO doc doesn't say it's sometimes read-only.Raymond Hettinger2003-01-311-0/+5
* M PyShell.pyKurt B. Kaiser2003-01-312-84/+42
* Fix typoNeal Norwitz2003-01-311-1/+1
* Linear-time implementations of {encode,decode}_long.Tim Peters2003-01-311-19/+50
* typo in commentBarry Warsaw2003-01-311-1/+1
* Backward branches are disgusting, at least when a forward branchTim Peters2003-01-311-6/+6
* Give people who run "pydoc re" a clue.Neil Schemenauer2003-01-311-1/+1
* Fix markup error.Fred Drake2003-01-301-1/+1
* Change the approach to pickling to use __reduce__ everywhere. MostGuido van Rossum2003-01-302-295/+270
* pickle.py has a few doctest'ed internal functions, so run their tests.Tim Peters2003-01-301-0/+1
* Check whether the choosen encoding requires byte swappingWalter Dörwald2003-01-302-11/+93
* Updated the INST/OBJ docs, to say they really are (almost) identicalTim Peters2003-01-301-0/+6