summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 66958 via svnmerge fromMartin v. Löwis2008-10-171-0/+2
* Merged revisions 66891 via svnmerge fromAmaury Forgeot d'Arc2008-10-141-0/+6
* Merged revisions 66881 via svnmerge fromMartin v. Löwis2008-10-131-0/+2
* Merged revisions 66809-66810,66835,66862-66863 via svnmerge fromHirokazu Yamamoto2008-10-091-0/+4
* #4069: aSet.remove(otherSet) would always report the empty frozenset([]) as t...Amaury Forgeot d'Arc2008-10-071-0/+5
* Merged revisions 66819 via svnmerge fromBrett Cannon2008-10-061-0/+5
* Merged revisions 66814 via svnmerge fromMartin v. Löwis2008-10-061-0/+3
* Merged revisions 66748 via svnmerge fromChristian Heimes2008-10-021-1/+1
* Merged revisions 66739 via svnmerge fromChristian Heimes2008-10-021-0/+3
* Post release danceBarry Warsaw2008-10-021-0/+12
* Bumping to 2.6 final.Barry Warsaw2008-10-011-1/+1
* Bug #3989: Package the 2to3 script (as 2to3.py) in the WindowsMartin v. Löwis2008-10-011-0/+3
* Works around issue3863: freebsd4/5/6 and os2emx are known to have OS bugs whenGregory P. Smith2008-09-301-0/+3
* fix security issue 2: imageop's poor validation of arguments could result in ...Benjamin Peterson2008-09-301-0/+3
* Issue #3965: Allow repeated calls to turtle.Screen, by making it aMartin v. Löwis2008-09-291-0/+3
* The _lsprof module could crash the interpreter if it was given an externalBrett Cannon2008-09-291-0/+4
* bsddb4.7.3pre9 renamed to 4.7.3Jesus Cea2008-09-281-1/+1
* #3967: Correct a crash in count() and find() methods of string-like objects.Amaury Forgeot d'Arc2008-09-261-0/+3
* #3965: on Windows, open() crashes if the filename or the mode is invalid,Amaury Forgeot d'Arc2008-09-251-0/+3
* add a NEWs entry for r66614Benjamin Peterson2008-09-251-0/+2
* Bug #3951: Py_USING_MEMORY_DEBUGGER should not be enabled by default.Martin v. Löwis2008-09-251-0/+2
* Fix issue #3547: ctypes is confused by bitfields of varying integer typesThomas Heller2008-09-241-0/+3
* #3879 fix a regression in urllib.getproxies_environmentBenjamin Peterson2008-09-211-0/+2
* Bug #3887: Package x64 version of CRT for AMD64Martin v. Löwis2008-09-191-0/+5
* done with 2.6rc2Barry Warsaw2008-09-181-0/+12
* Bumping to 2.6rc2v2.6rc2Barry Warsaw2008-09-181-1/+1
* fix possible integer overflows in _hashopenssl #3886Benjamin Peterson2008-09-181-2/+5
* Issue #3617: Include a licensing statement regarding the Microsoft C runtime ...Martin v. Löwis2008-09-141-0/+6
* Issue #3850: Misc/find_recursionlimit.py was broken.Antoine Pitrou2008-09-131-0/+8
* Issue #3833: Use a different upgrade code for Win64 installers.Martin v. Löwis2008-09-131-0/+2
* post release updatesBarry Warsaw2008-09-131-0/+12
* Bumping to 2.6rc1Barry Warsaw2008-09-121-1/+1
* Issue #3846: Release GIL during calls to sqlite3_prepare. This improves concu...Gerhard Häring2008-09-121-0/+4
* Fixes issue #3103. In the sqlite3 module, made one more function static. All ...Gerhard Häring2008-09-121-0/+3
* sqlite3 module: Mark iterdump() method as "Non-standard" like all the other m...Gerhard Häring2008-09-121-0/+2
* #3640: Correct a crash in cPickle on 64bit platforms, in the case of deeply n...Amaury Forgeot d'Arc2008-09-111-0/+3
* Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the te...Nick Coghlan2008-09-111-1/+9
* Issue #3642: Suppress warning in obmalloc when size_t isMartin v. Löwis2008-09-111-3/+2
* #3743: PY_FORMAT_SIZE_T is designed for the OS "printf" functions, not forAmaury Forgeot d'Arc2008-09-101-0/+8
* - Issue #3629: Fix sre "bytecode" validator for an end case.Guido van Rossum2008-09-101-0/+2
* Issue #3811: The Unicode database was updated to 5.1.Martin v. Löwis2008-09-101-0/+2
* Fix #3634 invalid return value from _weakref.ref(Exception).__init__Benjamin Peterson2008-09-091-0/+3
* Issue #3809: Fixed spurious 'test.blah' file left behind by test_logging.Vinay Sajip2008-09-091-1/+3
* #3777: long(4.2) returned an int, and broke backward compatibility.Amaury Forgeot d'Arc2008-09-091-0/+5
* warnings.catch_warnings() now returns a list or None instead of the customBrett Cannon2008-09-091-0/+3
* Issue #2271: Set SecureCustomProperties so that installation will properlyMartin v. Löwis2008-09-081-0/+3
* Allow passing the MSI file name to merge.py.Martin v. Löwis2008-09-081-0/+2
* - Issue #1204: The configure script now tests for additional librariesGregory P. Smith2008-09-071-0/+4
* #3796: A test class was not run in test_float.Amaury Forgeot d'Arc2008-09-061-3/+5
* #1638033: add support for httponly on Cookie.MorselBenjamin Peterson2008-09-061-0/+2