summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 67098 via svnmerge fromMartin v. Löwis2008-11-041-0/+2
* Merged revisions 67082 via svnmerge fromHirokazu Yamamoto2008-11-031-0/+3
* Merged revisions 67077 via svnmerge fromBenjamin Peterson2008-11-032-0/+3
* Merged revisions 67066 via svnmerge fromBenjamin Peterson2008-10-311-0/+3
* Issue #4176: Pickle would crash the interpreter when a __reduce__ functionAmaury Forgeot d'Arc2008-10-301-0/+3
* Merged revisions 67046 via svnmerge fromThomas Heller2008-10-301-0/+2
* Merged revisions 67030-67031 via svnmerge fromBenjamin Peterson2008-10-261-0/+3
* Merged revisions 67000 via svnmerge fromBenjamin Peterson2008-10-221-0/+3
* Merged revisions 66995-66996 via svnmerge fromBenjamin Peterson2008-10-211-0/+3
* 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
* Add step to build downloadable docs.Georg Brandl2008-10-041-1/+15
* Disable the build for 2.6, only build docsNeal Norwitz2008-10-031-3/+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-012-2/+2
* 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-182-2/+2
* 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-132-8/+27
* 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-122-2/+2
* 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-112-0/+22
* 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