summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
Commit message (Expand)AuthorAgeFilesLines
* Allow usage of SomeABC.register as a class decorator. Patch by Edoardo Spado...Éric Araujo2011-02-241-0/+1
* #11132: pass optimize parameter to recursive call in compileall.compile_dir()...Georg Brandl2011-02-071-0/+1
* Issue #8275: Fix passing of callback arguments with ctypes under Win64.Antoine Pitrou2011-01-311-0/+1
* Issue #10939: Fixed imaplib.Internaldate2tuple(). Thanks Joe PetersonAlexander Belopolsky2011-01-291-0/+1
* Issue #4953: add the author of the patchVictor Stinner2011-01-141-0/+1
* #10869: do not visit root node twice in ast.increment_lineno().Georg Brandl2011-01-091-0/+1
* Issue #10042: Fixed the total_ordering decorator to handle cross-typeRaymond Hettinger2011-01-081-0/+1
* Issue #8020: Avoid a crash where the small objects allocator would readAntoine Pitrou2011-01-071-0/+1
* Issue #3839: wsgiref should not override a Content-Length header set byAntoine Pitrou2011-01-061-0/+1
* Issue #10756: add the author, Andreas StührkVictor Stinner2011-01-051-0/+1
* Issue #7716: Under Solaris, don't assume existence of /usr/xpg4/bin/grep inAntoine Pitrou2011-01-031-0/+1
* test_tkinter: use a context manager to close directly the pipeVictor Stinner2011-01-031-0/+1
* Issue #10475: Don't hardcode compilers for LDSHARED/LDCXXSHARED on NetBSDAntoine Pitrou2011-01-021-0/+1
* #6075: make idle work with both Carbon AquaTk and Cocoa AquaTk. Patch by Kevi...Georg Brandl2010-12-191-0/+1
* Add subparser aliases for argparse. Resolves issue 9324. Approved by Georg fo...Steven Bethard2010-12-181-0/+1
* Issue #10714: Limit length of incoming request in http.server to 65536 bytesAntoine Pitrou2010-12-161-0/+1
* Issue #8844: Regular and recursive lock acquisitions can now be interruptedAntoine Pitrou2010-12-151-0/+1
* #775964: skip YP/NIS entries instead of failing the testR. David Murray2010-12-141-0/+1
* Improve Pydoc interactive browsing (#2001). Patch by Ron Adam.Nick Coghlan2010-12-031-0/+1
* #8989: add 'domain' keyword to make_msgid.R. David Murray2010-12-021-0/+1
* Issue 9299 Add exist_ok parameter to os.makedirs to suppress 'File exists' ex...Terry Reedy2010-12-021-0/+1
* #10464: fix netrc handling of lines with embedded '#" characters.R. David Murray2010-12-021-0/+1
* Issue #7094: Add alternate ('#') flag to __format__ methods for float, comple...Eric Smith2010-11-251-0/+4
* Remove UTF-8 BOM.Georg Brandl2010-11-241-1/+1
* IssIssue 1859: Add Jeremy Thurgood to Misc/ACKSTerry Reedy2010-11-231-1/+2
* Issue 10470: 'python -m unittest' launches test discovery by default.(If you...Michael Foord2010-11-211-0/+1
* Issue #8078: Add constants for higher baud rates in the termios module.Antoine Pitrou2010-11-201-0/+1
* add filename to ENOENT message #4925Benjamin Peterson2010-11-201-0/+1
* #1574217: only swallow AttributeErrors in isinstance, not everything.R. David Murray2010-11-201-0/+1
* Issue #4471: Properly shutdown socket in IMAP.shutdown(). Patch byAntoine Pitrou2010-11-091-0/+1
* Issue #1926: Add support for NNTP over SSL on port 563, as well asAntoine Pitrou2010-11-091-0/+1
* Issue #10311: The signal module now restores errno before returning fromAntoine Pitrou2010-11-051-0/+1
* Issue #10285: explain the `flag` return field better in NNTP.list().Antoine Pitrou2010-11-031-0/+1
* Issue #5027: The standard `xml` namespace is now understood byAntoine Pitrou2010-10-271-0/+1
* Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module,Antoine Pitrou2010-10-141-0/+1
* Issue #10041: The signature of optional arguments in socket.makefile()Antoine Pitrou2010-10-131-0/+1
* #6612: add the author of the patch (W. Trevor King)Victor Stinner2010-10-121-0/+1
* Some platforms provide uintptr_t in inttypes.h. Patch byAntoine Pitrou2010-10-101-0/+1
* Issue #6608: time.asctime is now checking struct tm fields its inputAlexander Belopolsky2010-10-011-1/+2
* #7110: have regrtest print test failures and tracebacks to stderr not stdout.R. David Murray2010-09-291-0/+1
* Issue #1675951: Allow GzipFile to work with unseekable file objects.Antoine Pitrou2010-09-231-0/+1
* Updated VS7.1 project file. (I cannot test this file because I don't have VS7.1)Hirokazu Yamamoto2010-09-091-0/+1
* #6394: Add os.getppid() support for Windows.Amaury Forgeot d'Arc2010-09-071-0/+1
* Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replacedAntoine Pitrou2010-09-041-0/+1
* Fix Björn's name in ACKS.Antoine Pitrou2010-09-041-1/+1
* Issue #7415: PyUnicode_FromEncodedObject() now uses the new buffer APIAntoine Pitrou2010-09-011-0/+1
* Issue #9700: define HAVE_BROKEN_POSIX_SEMAPHORES under AIX 6.x. Patch byAntoine Pitrou2010-08-301-0/+1
* Issue #1512791: In setframerate method of Wave_write, round non-integralMark Dickinson2010-08-281-0/+1
* #1194222: make parsedate always return RFC2822 four character years.R. David Murray2010-08-251-0/+1
* only catch AttributeError in hasattr() #9666Benjamin Peterson2010-08-241-0/+1