summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Prevent creation (followed by a segfault) of array types when the sizeThomas Heller2007-03-231-3/+20
| * Bug #978833: Revert r50844, as it broke _socketobject.dup.Martin v. Löwis2007-03-233-5/+4
| * Patch #1686451: Fix return type for PySequence_{Count,Index,Fast_GET_SIZE}.Martin v. Löwis2007-03-232-3/+10
| * Explain the purpose of the b_needsfree flag. This answers NealsThomas Heller2007-03-221-1/+6
| * Back out "Patch #1643874: memory leak in ctypes fixed."Thomas Heller2007-03-222-23/+8
| * Bug #1685704: use -m switch in timeit docs.Georg Brandl2007-03-221-1/+1
| * Bug #1675967: re patterns pickled with older Python versions canŽiga Seilnacht2007-03-213-0/+15
| * Test and fix fromkeys optional argument.Raymond Hettinger2007-03-212-2/+5
| * Add NEWS entry for old itemAndrew M. Kuchling2007-03-211-1/+4
| * Bug #1684254: webbrowser now uses shlex to split any command linesGeorg Brandl2007-03-212-1/+10
| * Patch #1684834: document some utility C API functions.Georg Brandl2007-03-211-0/+91
| * Patch #1682205: a TypeError while unpacking an iterable is no longerGeorg Brandl2007-03-213-6/+7
| * Extend work on rev 52962 and 53830 eliminating redundant PyObject_Hash() call...Raymond Hettinger2007-03-204-5/+44
| * Add new exampleRaymond Hettinger2007-03-201-0/+3
| * Backport docs for recv_into and recvfrom_into.Georg Brandl2007-03-182-2/+24
| * move note to the correct sectionGregory P. Smith2007-03-171-3/+3
| * RFE #1670167: fix in isinstance() docs.Georg Brandl2007-03-161-2/+3
| * Patch #1642547: Fix an error/crash when encountering syntax errors in complex...Collin Winter2007-03-163-14/+79
| * Patch #1462488: prevent a segfault in object_reduce_ex() by splittingŽiga Seilnacht2007-03-153-14/+82
| * Also commit the patch ;)Georg Brandl2007-03-151-2/+12
| * Patch #1681153: the wave module now closes a file object it opened ifGeorg Brandl2007-03-151-0/+3
| * Patch #1680978: consistently use "alive" instead of "active" in theGeorg Brandl2007-03-151-24/+20
| * Patch #1559413: Fix test_cmd_line if sys.executable contains a space.Martin v. Löwis2007-03-142-1/+3
| * Document fixed bugsBarry Warsaw2007-03-141-0/+5
| * Patch #1680015: Don't modify __slots__ tuple if it contains an unicodeŽiga Seilnacht2007-03-143-16/+46
| * Bug #767111: fix long-standing bug in urllib which caused anGeorg Brandl2007-03-143-0/+21
| * doc update from HEAD. don't list "Unix, Windows" as a platform since thatGregory P. Smith2007-03-143-3/+0
| * doc update from HEADGregory P. Smith2007-03-141-4/+4
| * SF bug #1582282; decode_header() incorrectly splits not-conformant RFCBarry Warsaw2007-03-143-1/+26
| * Inline PyImport_GetModulesReloading(). Backport from r54368.Collin Winter2007-03-131-10/+8
| * Patch #1194449: correctly detect unbound methods in pydoc.Georg Brandl2007-03-131-2/+2
| * Bug #1622896: fix a rare corner case where the bz2 module raised anGeorg Brandl2007-03-132-10/+14
| * Patch #1449244: Support Unicode strings inMartin v. Löwis2007-03-133-2/+14
| * Patch #1569798: fix a bug in distutils when building Python from aGeorg Brandl2007-03-132-2/+5
| * Patch #1542681: add entries for "with", "as" and "CONTEXTMANAGERS" toGeorg Brandl2007-03-132-0/+6
| * Patch #1679379: add documentation for fnmatch.translate().Georg Brandl2007-03-132-0/+33
| * Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. ...Collin Winter2007-03-127-2/+64
| * Typo fix.Georg Brandl2007-03-121-1/+1
| * Bug #1675511: Use -Kpic instead of -xcode=pic32 on Solaris/x86.Martin v. Löwis2007-03-123-7/+13
| * Tokio Kikuchi's fix for SF bug #1629369; folding whitespace allowed in theBarry Warsaw2007-03-123-4/+17
| * Patch #1678662: ftp.python.org does not exist. So the testcode in urllib.py m...Collin Winter2007-03-121-1/+1
| * Fix resource leak reported in SF #1516995.Vinay Sajip2007-03-111-0/+2
| * Patch #1192590: Fix pdb's "ignore" and "condition" commands so they trap the ...Collin Winter2007-03-112-2/+13
| * Patch #1675981: remove unreachable code from type.__new__() method.Žiga Seilnacht2007-03-112-7/+7
| * Add missing "return" statements in exception handler.Georg Brandl2007-03-111-0/+2
| * Convert an assert to a raise so it works even in the presence of -O.Collin Winter2007-03-101-2/+4
| * Revert rev. 54198, it's not really backwards compatible.Georg Brandl2007-03-103-20/+4
| * Bug #1531963: Make SocketServer.TCPServer's server_address always be equal to...Collin Winter2007-03-103-0/+7
| * Merged revisions 54248 via svnmerge fromThomas Heller2007-03-093-19/+15
| * Merged revisions 54244 via svnmerge fromThomas Heller2007-03-094-5/+10