| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Document __module__. | Jeremy Hylton | 2003-01-31 | 1 | -3/+11 |
|
|
* | Provide __module__ attributes for functions defined in C and Python. | Jeremy Hylton | 2003-01-31 | 8 | -18/+114 |
|
|
* | 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 |
|
|
* | I believe this fixes | Michael W. Hudson | 2003-01-31 | 1 | -2/+3 |
|
|
* | Change the treatment of positions returned by PEP293 | Walter Dörwald | 2003-01-31 | 5 | -41/+122 |
|
|
* | Pass the object to save_reduce(), so the memoize() call can go into | Guido van Rossum | 2003-01-31 | 1 | -3/+8 |
|
|
* | Add a magical feature to save_reduce so that __reduce__ can cause | Guido van Rossum | 2003-01-31 | 1 | -4/+40 |
|
|
* | It's Official: for LONG1/LONG4, a "byte count" of 0 is taken as a | Tim Peters | 2003-01-31 | 2 | -9/+25 |
|
|
* | Initialize swappedinput to silence the compiler warning about | Walter Dörwald | 2003-01-31 | 1 | -1/+1 |
|
|
* | Make StringIO its own iterator, similar to real files. | Guido van Rossum | 2003-01-31 | 1 | -1/+9 |
|
|
* | _PyLong_NumBits(): The definition of this was too specific to the quirky | Tim Peters | 2003-01-31 | 3 | -34/+55 |
|
|
* | Fix typo | Raymond Hettinger | 2003-01-31 | 1 | -1/+1 |
|
|
* | SF bug #671447: StringIO doc doesn't say it's sometimes read-only. | Raymond Hettinger | 2003-01-31 | 1 | -0/+5 |
|
|
* | M PyShell.py | Kurt B. Kaiser | 2003-01-31 | 2 | -84/+42 |
|
|
* | Fix typo | Neal Norwitz | 2003-01-31 | 1 | -1/+1 |
|
|
* | Linear-time implementations of {encode,decode}_long. | Tim Peters | 2003-01-31 | 1 | -19/+50 |
|
|
* | typo in comment | Barry Warsaw | 2003-01-31 | 1 | -1/+1 |
|
|
* | Backward branches are disgusting, at least when a forward branch | Tim Peters | 2003-01-31 | 1 | -6/+6 |
|
|
* | Give people who run "pydoc re" a clue. | Neil Schemenauer | 2003-01-31 | 1 | -1/+1 |
|
|
* | Fix markup error. | Fred Drake | 2003-01-30 | 1 | -1/+1 |
|
|
* | Change the approach to pickling to use __reduce__ everywhere. Most | Guido van Rossum | 2003-01-30 | 2 | -295/+270 |
|
|
* | pickle.py has a few doctest'ed internal functions, so run their tests. | Tim Peters | 2003-01-30 | 1 | -0/+1 |
|
|
* | Check whether the choosen encoding requires byte swapping | Walter Dörwald | 2003-01-30 | 2 | -11/+93 |
|
|
* | Updated the INST/OBJ docs, to say they really are (almost) identical | Tim Peters | 2003-01-30 | 1 | -0/+6 |
|
|
* | load_inst(), load_obj(): Put the bulk of these into a common new | Tim Peters | 2003-01-30 | 1 | -26/+18 |
|
|
* | Style consistency, so "grep ^function ..." works as expected. | Fred Drake | 2003-01-30 | 1 | -2/+4 |
|
|
* | dis(): Simplified stack emulation a bit. | Tim Peters | 2003-01-30 | 1 | -14/+16 |
|
|
* | I was in this module anyway, so I did some janitorial things. | Michael W. Hudson | 2003-01-30 | 1 | -17/+14 |
|
|
* | Add the get_completer() function based on Michael Stone's patch in | Michael W. Hudson | 2003-01-30 | 1 | -0/+17 |
|
|
* | There was a subtle big in save_newobj(): it used self.save_global(t) | Guido van Rossum | 2003-01-30 | 1 | -1/+2 |
|
|
* | Slight code rearrangement to avoid testing getstate twice. | Guido van Rossum | 2003-01-30 | 1 | -22/+23 |
|
|
* | In save_newobj(), if an object's __getnewargs__ and __getstate__ are | Guido van Rossum | 2003-01-30 | 1 | -0/+23 |
|
|
* | Author markup: Andrew got to it first | Raymond Hettinger | 2003-01-30 | 1 | -1/+0 |
|
|
* | SF patch 672098: Three __contains__ implementations | Raymond Hettinger | 2003-01-30 | 3 | -0/+7 |
|
|
* | Fix [ 583477 ] wrong dest size. | Mark Hammond | 2003-01-29 | 1 | -1/+1 |
|
|
* | Use %c rather than chr() to turn some ints into chars. | Guido van Rossum | 2003-01-29 | 1 | -2/+2 |
|
|
* | dis(): This had a problem with proto 0 pickles, in that POP sometimes | Tim Peters | 2003-01-29 | 1 | -17/+113 |
|
|
* | Implement appropriate __getnewargs__ for all immutable subclassable builtin | Guido van Rossum | 2003-01-29 | 10 | -19/+133 |
|
|
* | Only log a message and chmod() when the mode isn't already what we | Guido van Rossum | 2003-01-29 | 1 | -3/+6 |
|
|