summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* note about r60104Gregory P. Smith2008-01-191-0/+4
* Patch #1019808 from Federico Schwindt: Return correct socket error whenAndrew M. Kuchling2008-01-192-0/+4
* #1663329: add os.closerange() to close a range of fds,Georg Brandl2008-01-191-0/+3
* Fix #1146: TextWrap vs words 1-character shorter than the width.Georg Brandl2008-01-191-0/+3
* Fix #1679: "0x" was taken as a valid integer literal.Georg Brandl2008-01-191-0/+2
* missing from r60088 checkin.Skip Montanaro2008-01-191-0/+3
* Comment in NEWS regarding the change in trace.py.Facundo Batista2008-01-191-0/+3
* Patch #976880: add mmap .rfind() method, and 'end' paramter to .find().Andrew M. Kuchling2008-01-192-0/+5
* Sort two names into positionAndrew M. Kuchling2008-01-191-2/+2
* Patch #742598 from Michael Pomraning: add .timeout attribute to SocketServer ...Andrew M. Kuchling2008-01-192-0/+4
* Fix issue #1822: MIMEMultipart.is_multipart() behaves correctly for aFacundo Batista2008-01-191-0/+3
* Added bytes and b'' as aliases for str and ''Christian Heimes2008-01-181-0/+3
* Added win_add2path.py to Tools/scripts/Christian Heimes2008-01-181-0/+4
* Issue #1861: Add read-only attribute listing upcoming events in the order th...Raymond Hettinger2008-01-171-0/+3
* Fixes (accepts patch) issue1339 - http://bugs.python.org/issue1339Gregory P. Smith2008-01-171-0/+6
* entry for r60015Gregory P. Smith2008-01-171-0/+4
* Make starmap() match its pure python definition and accept any itertable inpu...Raymond Hettinger2008-01-171-0/+3
* Add news entry.Raymond Hettinger2008-01-161-0/+2
* Raise a TypeError instead of a ValueError when too many initializersThomas Heller2008-01-161-0/+2
* Raise a TypeError if conflicting positional and named arguments areThomas Heller2008-01-161-0/+3
* Convert the internal ctypes array type cache to a WeakValueDict soThomas Heller2008-01-161-0/+3
* Issue #1786 (by myself): pdb should use its own stdin/stdout around anGuido van Rossum2008-01-151-1/+5
* Temporarily revert 59967 until GC can be added.Raymond Hettinger2008-01-152-5/+0
* Issue 1820: structseq objects did not work with the % formatting operator or...Raymond Hettinger2008-01-152-0/+5
* Fix 1698398: Zipfile.printdir() crashed because the format string expected a...Raymond Hettinger2008-01-141-0/+3
* Now that I've learnt about structseq objects I felt like converting sys.float...Christian Heimes2008-01-141-0/+3
* Applied patch #1816: sys.flags patchChristian Heimes2008-01-141-2/+5
* Added new an better structseq representation. E.g. repr(time.gmtime(0)) now r...Christian Heimes2008-01-141-0/+3
* Re-apply patch #1700288 (first applied in r59931, rolled back in r59940)Amaury Forgeot d'Arc2008-01-141-0/+3
* Back out r59931 - test_ctypes fails with it.Georg Brandl2008-01-131-3/+0
* Patch #1700288: Method cache optimization, by Armin Rigo, ported toGeorg Brandl2008-01-121-0/+3
* Issue 1780: Allow leading and trailing whitespace in Decimal constructor,Mark Dickinson2008-01-121-0/+4
* News entries for rev. 5990[567].Georg Brandl2008-01-111-0/+3
* Doctest results return a named tuple for readabilityRaymond Hettinger2008-01-111-0/+3
* Reword entry, not sure I made it much better though.Neal Norwitz2008-01-101-3/+2
* Fixed #1776. __import__() no longer imports modules by file nameChristian Heimes2008-01-091-0/+4
* minor cleaningFred Drake2008-01-091-2/+2
* Issue 846388. Adds a call to PyErr_CheckSignals toFacundo Batista2008-01-081-0/+3
* Added __enter__ and __exit__ functions to HKEY objectChristian Heimes2008-01-081-0/+4
* Patch 1114: fix compilation of curses module on 64-bit AIX, and any other LP6...Andrew M. Kuchling2008-01-081-0/+4
* Patch 1137: allow assigning to .buffer_size attribute of PyExpat.parser objectsAndrew M. Kuchling2008-01-082-0/+4
* Issue #1757: The hash of a Decimal instance is no longer affectedFacundo Batista2008-01-081-0/+3
* #467924, patch by Alan McIntyre: Add ZipFile.extract and ZipFile.extractall.Georg Brandl2008-01-071-0/+3
* patch #1668: clarify envvar docs; rename THREADDEBUG to PYTHONTHREADDEBUG.Georg Brandl2008-01-071-0/+2
* Patch #602345 by Neal Norwitz and me: add -B option and PYTHONDONTWRITEBYTECO...Georg Brandl2008-01-071-0/+4
* Issue #1646: Make socket support TIPC. The socket module now has supportChristian Heimes2008-01-071-0/+5
* Added Mark Dickinson.Facundo Batista2008-01-061-0/+3
* #1742: don't raise exception on os.path.relpath("a", "a"), but return os.curdir.Georg Brandl2008-01-061-0/+3
* Add John Nagle (of issue #1637).Guido van Rossum2008-01-051-0/+1
* Patch #1637: fix urlparse for URLs like 'http://x.com?arg=/foo'.Guido van Rossum2008-01-051-0/+2