summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* (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-231-0/+4
* Update NEWS for a future 2.5.3 releaseAndrew M. Kuchling2008-02-231-0/+23
* Add old NEWS itemAndrew M. Kuchling2008-02-231-0/+3
* Prepare for 2.5.2.Martin v. Löwis2008-02-211-1/+1
* Bug #2137: Remove test_struct.test_crasher, which was meaningfulMartin v. Löwis2008-02-181-0/+3
* Revert 60793 for test_array; on a 64-bit system,Martin v. Löwis2008-02-151-0/+1
* Fix deallocation of array objects when allocation ran out of memory.Martin v. Löwis2008-02-151-0/+11
* Preparing for 2.5.2c1.Martin v. Löwis2008-02-141-1/+1
* Added checks for integer overflows, contributed by Google. Some areMartin v. Löwis2008-02-141-0/+4
* Patch #1966: Break infinite loop in httplib when the serversMartin v. Löwis2008-02-121-0/+3
* Backport of r60743:Martin v. Löwis2008-02-121-0/+2