| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump-up block size. | ![](//www.gravatar.com/avatar/bc2071afd499daef001e75e14d7f9cce?s=13&d=retro) Raymond Hettinger | 2004-11-02 | 1 | -1/+1 |
* | Add error checks for the bz2, cStringIO and operator modules. | ![](//www.gravatar.com/avatar/dbdddb64dc47a7853e836edfed6b1f3f?s=13&d=retro) Walter Dörwald | 2004-11-01 | 1 | -4/+4 |
* | gc_list_move(): Make this truly equivalent to remove+append. While | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2004-11-01 | 1 | -3/+5 |
* | gc list function cleanup. | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2004-11-01 | 1 | -15/+31 |
* | handle_weakrefs(): Simplification -- there's no need to make a second | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2004-10-31 | 1 | -58/+28 |
* | SF 1055820: weakref callback vs gc vs threads | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2004-10-30 | 2 | -107/+296 |
* | some platforms still need offsetof() from structmember.h | ![](//www.gravatar.com/avatar/4f1bdb13d00c0dc4355e24349d61e107?s=13&d=retro) Fred Drake | 2004-10-17 | 1 | -0/+1 |
* | Fix and test weak referencing of itertools.tee objects. | ![](//www.gravatar.com/avatar/bc2071afd499daef001e75e14d7f9cce?s=13&d=retro) Raymond Hettinger | 2004-10-17 | 1 | -1/+6 |
* | Just remove the #include of signal.h. That it was C++-commented out | ![](//www.gravatar.com/avatar/1efc90ff6075b7654d8a8ce6e51a2cd3?s=13&d=retro) Michael W. Hudson | 2004-10-14 | 1 | -1/+0 |
* | Use C89 style comment for old compilers | ![](//www.gravatar.com/avatar/e6facc7b962c35bc84dd526698529a6b?s=13&d=retro) Neal Norwitz | 2004-10-14 | 1 | -1/+1 |
* | Synchronize with PyXML 1.79: | ![](//www.gravatar.com/avatar/3acb8bae5a2b5a28f6fe522a4ea9b873?s=13&d=retro) Martin v. Löwis | 2004-10-13 | 1 | -1/+10 |
* | Patch 977343, Solaris likes sys/loadavg.h. Added support for sys/loadavg.h | ![](//www.gravatar.com/avatar/daa1cb7c6880afc209c99df9ef1b201e?s=13&d=retro) Anthony Baxter | 2004-10-13 | 1 | -0/+4 |
* | Patch #975056 - fixes for restartable signals on *BSD. In addition, | ![](//www.gravatar.com/avatar/daa1cb7c6880afc209c99df9ef1b201e?s=13&d=retro) Anthony Baxter | 2004-10-13 | 3 | -11/+5 |
* | Simplify delitem() code by calling rotate() directly instead of using | ![](//www.gravatar.com/avatar/bc2071afd499daef001e75e14d7f9cce?s=13&d=retro) Raymond Hettinger | 2004-10-09 | 1 | -35/+23 |
* | This is Michiel de Hoon's patch, as attached to the bug report: | ![](//www.gravatar.com/avatar/1efc90ff6075b7654d8a8ce6e51a2cd3?s=13&d=retro) Michael W. Hudson | 2004-10-07 | 1 | -7/+13 |
* | SF patch #1035498: -m option to run a module as a script | ![](//www.gravatar.com/avatar/bc2071afd499daef001e75e14d7f9cce?s=13&d=retro) Raymond Hettinger | 2004-10-07 | 1 | -7/+73 |
* | Armin's patch to prevent overflows. | ![](//www.gravatar.com/avatar/bc2071afd499daef001e75e14d7f9cce?s=13&d=retro) Raymond Hettinger | 2004-10-06 | 1 | -7/+22 |
* | Upon insertion, if memory runs out, the deque was left in a corrupted state. | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2004-10-02 | 1 | -34/+34 |
* | Replace structure member before decreffing. | ![](//www.gravatar.com/avatar/bc2071afd499daef001e75e14d7f9cce?s=13&d=retro) Raymond Hettinger | 2004-10-02 | 1 | -1/+3 |
* | * Bulletproof the method for detecting mutations during iteration. | ![](//www.gravatar.com/avatar/bc2071afd499daef001e75e14d7f9cce?s=13&d=retro) Raymond Hettinger | 2004-10-02 | 1 | -18/+32 |
* | Restore the block length and add a comment. | ![](//www.gravatar.com/avatar/bc2071afd499daef001e75e14d7f9cce?s=13&d=retro) Raymond Hettinger | 2004-10-01 | 1 | -1/+7 |
* | Clarify the relationship between indices. | ![](//www.gravatar.com/avatar/bc2071afd499daef001e75e14d7f9cce?s=13&d=retro) Raymond Hettinger | 2004-10-01 | 1 | -5/+7 |
* | * Elaborate on the invariant comments and make them more precise. | ![](//www.gravatar.com/avatar/bc2071afd499daef001e75e14d7f9cce?s=13&d=retro) Raymond Hettinger | 2004-10-01 | 1 | -14/+28 |
* | deque_traverse(): If the deque had one block, and its rightindex was | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2004-10-01 | 1 | -10/+13 |
* | Typos in new comments. | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2004-10-01 | 1 | -2/+2 |
* | Document some reverse-engineered invariants and pragmatic hints. | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2004-10-01 | 1 | -2/+17 |
* | Definition consistency. | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2004-10-01 | 1 | -1/+2 |
* | Trimmed trailing whitespace. | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2004-10-01 | 1 | -26/+26 |
* | * Increase test coverage. | ![](//www.gravatar.com/avatar/bc2071afd499daef001e75e14d7f9cce?s=13&d=retro) Raymond Hettinger | 2004-09-28 | 1 | -5/+9 |
* | Silence a compiler warning by supplying the correct argument type to | ![](//www.gravatar.com/avatar/bc2071afd499daef001e75e14d7f9cce?s=13&d=retro) Raymond Hettinger | 2004-09-28 | 1 | -2/+2 |
* | Plug a leak and beef-up test coverage. | ![](//www.gravatar.com/avatar/bc2071afd499daef001e75e14d7f9cce?s=13&d=retro) Raymond Hettinger | 2004-09-28 | 1 | -4/+12 |
* | Patch #1009075, bug #952953: allow execve with empty 2nd argument | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2004-09-27 | 1 | -12/+0 |
* | Patch #1011240: SystemError generated by struct.pack('P', 'foo'). | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2004-09-27 | 1 | -7/+9 |
* | Add docstrings for regular expression objects and methods. | ![](//www.gravatar.com/avatar/bc2071afd499daef001e75e14d7f9cce?s=13&d=retro) Raymond Hettinger | 2004-09-24 | 1 | -8/+51 |
* | SF bug #1028306: date-datetime comparison | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2004-09-16 | 1 | -1/+11 |
* | Patch for compilation on IRIX from rwgk on http://python.org/sf/728330 | ![](//www.gravatar.com/avatar/b7bcafafd2161e9941736fa1e0069a6f?s=13&d=retro) Trent Mick | 2004-09-13 | 1 | -0/+10 |
* | SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support | ![](//www.gravatar.com/avatar/dbdddb64dc47a7853e836edfed6b1f3f?s=13&d=retro) Walter Dörwald | 2004-09-07 | 1 | -24/+57 |
* | Apply patch from http://python.org/sf/728330 to fix socket module compilation... | ![](//www.gravatar.com/avatar/b7bcafafd2161e9941736fa1e0069a6f?s=13&d=retro) Trent Mick | 2004-09-07 | 1 | -1/+13 |
* | Remove redunandant assertions from last checkin. | ![](//www.gravatar.com/avatar/bc2071afd499daef001e75e14d7f9cce?s=13&d=retro) Raymond Hettinger | 2004-09-06 | 1 | -9/+0 |
* | SF #1022953: binascii.a2b_hqx("") raises SystemError | ![](//www.gravatar.com/avatar/bc2071afd499daef001e75e14d7f9cce?s=13&d=retro) Raymond Hettinger | 2004-09-06 | 1 | -5/+16 |
* | Fix erroneous docstring comment. | ![](//www.gravatar.com/avatar/bc2071afd499daef001e75e14d7f9cce?s=13&d=retro) Raymond Hettinger | 2004-09-06 | 1 | -2/+3 |
* | SF bug 1017405: the keys() values() and items() DB methods were | ![](//www.gravatar.com/avatar/dd17843d5fb08340f5d8952ee33ccbeb?s=13&d=retro) Gregory P. Smith | 2004-09-04 | 1 | -1/+1 |
* | Fixing bug #817234, which made SRE get into an infinite loop on | ![](//www.gravatar.com/avatar/88d553accfca32636d96a8d5075e85d1?s=13&d=retro) Gustavo Niemeyer | 2004-09-03 | 1 | -5/+3 |
* | SF patch #1020188: Use Py_CLEAR where necessary to avoid crashes | ![](//www.gravatar.com/avatar/bc2071afd499daef001e75e14d7f9cce?s=13&d=retro) Raymond Hettinger | 2004-09-01 | 1 | -2/+1 |
* | Remove mpz, rotor, xreadlines modules | ![](//www.gravatar.com/avatar/e2cb0083d4d61cebb1325281f88f3843?s=13&d=retro) Andrew M. Kuchling | 2004-08-31 | 1 | -22/+1 |
* | Remove mpz, rotor, xreadlines modules | ![](//www.gravatar.com/avatar/e2cb0083d4d61cebb1325281f88f3843?s=13&d=retro) Andrew M. Kuchling | 2004-08-31 | 3 | -2488/+0 |
* | SF patch #1007189, multi-line imports, for instance: | ![](//www.gravatar.com/avatar/daa1cb7c6880afc209c99df9ef1b201e?s=13&d=retro) Anthony Baxter | 2004-08-31 | 1 | -36/+88 |
* | win32_urandom(): There's no need to copy the generated byte string, so | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2004-08-30 | 1 | -17/+11 |
* | win32_urandom(): pass the function name to PyArg_ParseTuple, for better | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2004-08-30 | 1 | -1/+1 |
* | win32_urandom(): Raise ValueError if the argument is negative. | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2004-08-30 | 1 | -0/+3 |