summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 88622 via svnmerge fromAntoine Pitrou2011-02-251-0/+3
* Merged revisions 88610 via svnmerge fromAntoine Pitrou2011-02-251-0/+3
* Merged revisions 88550 via svnmerge fromAntoine Pitrou2011-02-241-0/+3
* Merged revisions 88481 via svnmerge fromVictor Stinner2011-02-231-0/+3
* Merged revisions 88530 via svnmerge fromVictor Stinner2011-02-231-1/+4
* Merged revisions 88528 via svnmerge fromLars Gustäbel2011-02-231-0/+4
* Merged revisions 88498 via svnmerge fromBrett Cannon2011-02-221-0/+2
* Merged revisions 88486 via svnmerge fromAntoine Pitrou2011-02-211-0/+4
* Merged revisions 88484 via svnmerge fromAntoine Pitrou2011-02-211-0/+6
* Merged revisions 88475 via svnmerge fromNed Deily2011-02-211-0/+6
* Issue #11089: Fix performance issue limiting the use of ConfigParser()Raymond Hettinger2011-02-211-0/+3
* Merged revisions 88460 via svnmerge fromAntoine Pitrou2011-02-211-0/+6
* Merged revisions 88456 via svnmerge fromMartin v. Löwis2011-02-211-0/+11
* Version bump to 3.2 final.Georg Brandl2011-02-202-18/+15
* #11249: in PyType_FromSpec, copy tp_doc slot since it usually will point to a...Georg Brandl2011-02-191-0/+2
* #11184: Fix large file support on AIX.Georg Brandl2011-02-191-0/+2
* #11222: fix non-framework shared library build on Mac, patch by Ned Deily.Georg Brandl2011-02-191-0/+2
* #10709: add back an updated AIX-NOTES (as README.AIX).Georg Brandl2011-02-192-0/+142
* #941346: Fix broken shared library build on AIX. Patch by Sebastien Sable, re...Georg Brandl2011-02-151-0/+5
* Post-release updates.Georg Brandl2011-02-141-0/+12
* Bump for 3.2rc3.v3.2rc3Georg Brandl2011-02-132-5/+5
* #11116: roll back on error during add so mailbox isn't left corrupted.R. David Murray2011-02-111-0/+3
* Issue #11134: Add missing fields to typeslots.h.Martin v. Löwis2011-02-111-0/+2
* Issue #11135: Remove redundant doc field from PyType_Spec.Martin v. Löwis2011-02-111-0/+2
* Issue #11079: The /Applications/Python x.x folder created by the MacNed Deily2011-02-071-0/+5
* Issue 10971: Make test_zipimport_support once again compatible with refleak h...Nick Coghlan2011-02-071-0/+6
* #11132: pass optimize parameter to recursive call in compileall.compile_dir()...Georg Brandl2011-02-072-0/+4
* Issue #11067: Add PyType_GetFlags, to support PyUnicode_CheckMartin v. Löwis2011-02-051-0/+3
* Issue #11121: Fix building with --enable-shared.Martin v. Löwis2011-02-051-0/+5
* There was a possibility that the initialization of _sqlite, when it failed,Brett Cannon2011-02-041-0/+2
* Issue #11118: Fix bogus export of None in python3.dll.Martin v. Löwis2011-02-041-0/+2
* Issue #8275: Fix passing of callback arguments with ctypes under Win64.Antoine Pitrou2011-01-312-0/+4
* Post-release updates.Georg Brandl2011-01-311-0/+12
* Bump version.v3.2rc2Georg Brandl2011-01-302-2/+2
* #10680: fix mutually exclusive arguments in argument groups.Georg Brandl2011-01-301-0/+3
* #10961: fix exception handling in new pydoc server code.Georg Brandl2011-01-301-0/+3
* #9124: mailbox now accepts binary input and uses binary internallyR. David Murray2011-01-301-0/+6
* Issue #10845: Improve compatibility between multiprocessing on Windows and pa...Nick Coghlan2011-01-301-0/+4
* Protect logging call against None argument (fixes #11045).Éric Araujo2011-01-291-0/+2
* Issue 11052: Correct IDLE menu accelerators on Mac OS X for SaveNed Deily2011-01-291-0/+3
* Issue #11054: Allow Mac OS X installer builds to again work on 10.5 withNed Deily2011-01-291-0/+7
* Issue #11053: Fix IDLE "Syntax Error" windows to behave as in 2.x,Ned Deily2011-01-291-0/+4
* Issue #10940: Workaround an IDLE hang on Mac OS X 10.6 when using theNed Deily2011-01-291-0/+4
* Issue #10939: Fixed imaplib.Internaldate2tuple(). Thanks Joe PetersonAlexander Belopolsky2011-01-291-0/+1
* Issue #10989: Fix a crash on SSLContext.load_verify_locations(None, True).Victor Stinner2011-01-291-0/+2
* Issue #11020: Command-line pyclbr was broken because of missing 2-to-3Raymond Hettinger2011-01-271-0/+3
* #11019: Make BytesGenerator handle Message with None body.R. David Murray2011-01-261-0/+3
* Issue #11014: Make 'filter' argument in tarfile.Tarfile.add() into aRaymond Hettinger2011-01-261-0/+4
* Issue #11004: Repair edge case in deque.count().Raymond Hettinger2011-01-251-0/+2
* #10974: IDLE no longer crashes if its recent files list includes filesNed Deily2011-01-241-0/+3