summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Just remove the #include of signal.h. That it was C++-commented outMichael W. Hudson2004-10-141-1/+0
* Use C89 style comment for old compilersNeal Norwitz2004-10-141-1/+1
* Synchronize with PyXML 1.79:Martin v. Löwis2004-10-131-1/+10
* Patch 977343, Solaris likes sys/loadavg.h. Added support for sys/loadavg.hAnthony Baxter2004-10-131-0/+4
* Patch #975056 - fixes for restartable signals on *BSD. In addition,Anthony Baxter2004-10-133-11/+5
* Simplify delitem() code by calling rotate() directly instead of usingRaymond Hettinger2004-10-091-35/+23
* This is Michiel de Hoon's patch, as attached to the bug report:Michael W. Hudson2004-10-071-7/+13
* SF patch #1035498: -m option to run a module as a scriptRaymond Hettinger2004-10-071-7/+73
* Armin's patch to prevent overflows.Raymond Hettinger2004-10-061-7/+22
* Upon insertion, if memory runs out, the deque was left in a corrupted state.Armin Rigo2004-10-021-34/+34
* Replace structure member before decreffing.Raymond Hettinger2004-10-021-1/+3
* * Bulletproof the method for detecting mutations during iteration.Raymond Hettinger2004-10-021-18/+32
* Restore the block length and add a comment.Raymond Hettinger2004-10-011-1/+7
* Clarify the relationship between indices.Raymond Hettinger2004-10-011-5/+7
* * Elaborate on the invariant comments and make them more precise.Raymond Hettinger2004-10-011-14/+28
* deque_traverse(): If the deque had one block, and its rightindex wasTim Peters2004-10-011-10/+13
* Typos in new comments.Tim Peters2004-10-011-2/+2
* Document some reverse-engineered invariants and pragmatic hints.Tim Peters2004-10-011-2/+17
* Definition consistency.Tim Peters2004-10-011-1/+2
* Trimmed trailing whitespace.Tim Peters2004-10-011-26/+26
* * Increase test coverage.Raymond Hettinger2004-09-281-5/+9
* Silence a compiler warning by supplying the correct argument type toRaymond Hettinger2004-09-281-2/+2
* Plug a leak and beef-up test coverage.Raymond Hettinger2004-09-281-4/+12
* Patch #1009075, bug #952953: allow execve with empty 2nd argumentArmin Rigo2004-09-271-12/+0
* Patch #1011240: SystemError generated by struct.pack('P', 'foo').Armin Rigo2004-09-271-7/+9
* Add docstrings for regular expression objects and methods.Raymond Hettinger2004-09-241-8/+51
* SF bug #1028306: date-datetime comparisonTim Peters2004-09-161-1/+11
* Patch for compilation on IRIX from rwgk on http://python.org/sf/728330Trent Mick2004-09-131-0/+10
* SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now supportWalter Dörwald2004-09-071-24/+57
* Apply patch from http://python.org/sf/728330 to fix socket module compilation...Trent Mick2004-09-071-1/+13
* Remove redunandant assertions from last checkin.Raymond Hettinger2004-09-061-9/+0
* SF #1022953: binascii.a2b_hqx("") raises SystemErrorRaymond Hettinger2004-09-061-5/+16
* Fix erroneous docstring comment.Raymond Hettinger2004-09-061-2/+3
* SF bug 1017405: the keys() values() and items() DB methods wereGregory P. Smith2004-09-041-1/+1
* Fixing bug #817234, which made SRE get into an infinite loop onGustavo Niemeyer2004-09-031-5/+3
* SF patch #1020188: Use Py_CLEAR where necessary to avoid crashesRaymond Hettinger2004-09-011-2/+1
* Remove mpz, rotor, xreadlines modulesAndrew M. Kuchling2004-08-311-22/+1
* Remove mpz, rotor, xreadlines modulesAndrew M. Kuchling2004-08-313-2488/+0
* SF patch #1007189, multi-line imports, for instance:Anthony Baxter2004-08-311-36/+88
* win32_urandom(): There's no need to copy the generated byte string, soTim Peters2004-08-301-17/+11
* win32_urandom(): pass the function name to PyArg_ParseTuple, for betterTim Peters2004-08-301-1/+1
* win32_urandom(): Raise ValueError if the argument is negative.Tim Peters2004-08-301-0/+3
* win32_urandom(): Rewrite to Python C standards (hard tabs, function nameTim Peters2004-08-301-52/+59
* Patch #934711: Expose platform-specific entropy.Martin v. Löwis2004-08-291-1/+72
* SF feature request #992967: array.array objects should support sequences.Raymond Hettinger2004-08-291-6/+20
* Fix the spelling of Fredrik Lundh's last name (unless there really is aBrett Cannon2004-08-271-1/+1
* Patch #1015012. Improve markup and punctuation in libsocket.texDave Cole2004-08-261-2/+2
* Patch #1014930. Expose current parse location to XMLParser.Dave Cole2004-08-261-0/+14
* Back out 1.289, which breaks platforms needing addrinfo.h, andMartin v. Löwis2004-08-251-31/+0
* SF #1015517, get readline to compile with older compilersNeal Norwitz2004-08-251-3/+4