summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* issue #3554: ctypes.string_at and ctypes.wstring_at must use theThomas Heller2008-08-191-0/+4
* Issue #2234: distutils failed with mingw binutils 2.18.50.20080109.Amaury Forgeot d'Arc2008-08-181-0/+4
* Backport of r64767 from trunkGregory P. Smith2008-08-171-0/+4
* Backport of r65032 from trunkGregory P. Smith2008-08-171-0/+4
* I forgot to update NEWS.Hirokazu Yamamoto2008-08-171-0/+3
* #3205: bz2 iterator fails silently on MemoryErrorGeorg Brandl2008-08-121-0/+3
* #3134: shutil referenced undefined WindowsError symbolGeorg Brandl2008-08-121-0/+2
* - Issue #3537: Fix an assertion failure when an empty but presized dictGeorg Brandl2008-08-111-0/+3
* Issue #1342811: Fix leak in Tkinter.Menu.delete. Commands associated toRobert Schuppenies2008-08-101-0/+3
* (backport from trunk r64756)Gregory P. Smith2008-08-041-0/+4
* (backport of r61652 and r61665 from trunk)Gregory P. Smith2008-08-041-0/+3
* (backport trunk r65151)Gregory P. Smith2008-08-041-0/+2
* (backport r65459 from trunk)Gregory P. Smith2008-08-041-0/+4
* Issue #799428: Fix Tkinter.Misc._nametowidget to unwrapMartin v. Löwis2008-08-021-0/+2
* Security patches from Apple: prevent int overflow when allocating memoryNeal Norwitz2008-07-311-0/+2
* Backport code from r65182:Neal Norwitz2008-07-281-0/+7
* #2242: utf7 decoding crashes on bogus input on some Windows/MSVC versionsAntoine Pitrou2008-07-251-13/+16
* Issue #3360: Fix incorrect parsing of '020000000000.0'.Mark Dickinson2008-07-161-0/+3
* Backport of 64903.Brett Cannon2008-07-131-0/+3
* Backport r62627 + r62744 from trunk to fix issue 2632.Gregory P. Smith2008-07-061-0/+3
* Backport of r64677.Brett Cannon2008-07-021-0/+2
* #Issue3088 in-progress: Race condition with instances of classes derived from...Amaury Forgeot d'Arc2008-07-011-0/+4
* #3242: fix a crash in "print", if sys.stdout is set to a custom object,Amaury Forgeot d'Arc2008-07-011-0/+4
* Issue 3110: Crash with weakref subclass,Amaury Forgeot d'Arc2008-06-161-0/+3
* Issue #3116 and #1792: Fix quadratic behavior in marshal.dumps().Raymond Hettinger2008-06-161-0/+2
* - Issue #2588, #2589: Fix potential integer underflow and overflowGregory P. Smith2008-06-021-0/+3
* Backport r62724 from trunk. Fixes issue 2791. subprocess.Popen.communicateGregory P. Smith2008-06-011-0/+4
* Patch #2111: Avoid mmap segfault when modifying a PROT_READ block.Martin v. Löwis2008-05-231-0/+2
* fix issue2858: potential memory corruption when any of the bsddb.db.*Gregory P. Smith2008-05-171-0/+3
* Issue #2682: ctypes callback functions no longer contain a cyclicThomas Heller2008-04-251-0/+3
* Issue #2670: urllib2.build_opener() failed when two handlersAmaury Forgeot d'Arc2008-04-221-0/+3
* - Issue #1686386: Tuple's tp_repr did not take into account the possibility ofGuido van Rossum2008-04-101-0/+6
* Backport r62261 from trunk:Gregory P. Smith2008-04-091-3/+8
* Add a note about the zlib.decompressobj().flush() fix.Gregory P. Smith2008-04-091-0/+3
* Backport #1442: report exception when startup file cannot be run.Georg Brandl2008-03-291-1/+6
* Fix a reference leak found by Georg, when compiling a class nested in another...Amaury Forgeot d'Arc2008-03-281-0/+3
* Issue2495: tokenize.untokenize did not insert space between two consecutive s...Amaury Forgeot d'Arc2008-03-271-0/+4
* Issue #2482: Make sure that the coefficient of a Decimal instanceMark Dickinson2008-03-251-0/+5
* Decimal.sqrt(0) failed when the context was notMark Dickinson2008-03-251-0/+2
* #1477: ur'\U0010FFFF' used to raise in narrow unicode builds.Amaury Forgeot d'Arc2008-03-241-0/+7
* Issue #2432: give DictReader the dialect and line_num attributesGeorg Brandl2008-03-211-0/+3
* Back-port of rev 61240 for issue #2238, fixing: Some syntax errors in *argsSean Reifscheider2008-03-201-0/+3
* The missing NEWS entry for r61542..Gregory P. Smith2008-03-181-0/+3
* Backport r61458:Neal Norwitz2008-03-181-0/+2
* Bug #2220: handle rlcompleter attribute match failure more gracefully.Georg Brandl2008-03-061-0/+2
* Backport of r61263:Martin v. Löwis2008-03-061-0/+3
* Patch #2232: os.tmpfile might fail on Windows if the user has noMartin v. Löwis2008-03-061-0/+7
* #1389051, #1092502: fix excessively large allocations when using read() on a ...Andrew M. Kuchling2008-02-231-0/+3
* #1389051: IMAP module tries to read entire message in one chunk. Patch by Fr...Andrew M. Kuchling2008-02-231-0/+3
* #1433694: minidom's .normalize() failed to set .nextSibling for last element.Andrew M. Kuchling2008-02-232-0/+5