- 1aa422f Closes #11324: ConfigParser(interpolation=None) doesn't work. by Łukasz Langa · 14 years ago
- f531113 Added Yuxiao Zeng for finding and resolving #11858. Thanks! by Łukasz Langa · 14 years ago
- 0fb5b39 Merge #11901: add description of how bitfields are laid out to hexversion docs by R David Murray · 14 years ago
- 2043f9c #11901: add description of how bitfields are laid out to hexversion docs by R David Murray · 14 years ago
- b32321a pybench prep_times calculation error (closes #11895) by Jesus Cea · 14 years ago
- 8f14bbd pybench prep_times calculation error (closes #11895) by Jesus Cea · 14 years ago
- 6159ee3 MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 14 years ago
- ac45150 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 14 years ago
- 6c94e6f Issue #7796: Add link to Jan Kaliszewski's alternate constructor and ABC for named tuples. by Raymond Hettinger · 14 years ago
- 987403b merge #11696 by Martin v. Löwis · 14 years ago
- f8d887e Closes #11696: Fix ID generation in msilib. Patch by Mark Mc Mahon. by Martin v. Löwis · 14 years ago
- 79a9036 Merge #9696 by Mark Dickinson · 14 years ago
- 92b60d5 Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when trying to pack a negative (in-range) integer. by Mark Dickinson · 14 years ago
- 17ace7a Merge with 3.1 by Ross Lagerwall · 14 years ago
- b8a5769 Issue #11659: Fix ResourceWarning in test_subprocess introduced by #11459. by Ross Lagerwall · 14 years ago
- 5e98141 Issue #5421: Fix misleading error message when one of socket.sendto()'s by Antoine Pitrou · 14 years ago
- b3c728f Close #11577: Improve binhex test coverage and fix ResourceWarning by Nick Coghlan · 14 years ago
- 78099bb Merge #9298 fix. by R David Murray · 14 years ago
- 6d94bd4 #9298: restore proper folding of base64 encoded bodies. by R David Murray · 14 years ago
- 7462fa6 Backport improved test coverage for string.py by Nick Coghlan · 14 years ago
- f0edd1b Merge with 3.1 by Ronald Oussoren · 14 years ago
- 0b8753d Issue #11569: use absolute path to the sysctl command in multiprocessing to by Ronald Oussoren · 14 years ago
- 2c50a09 On behalf of Tarek: Issue #11501: disutils.archive_utils.make_zipfile no by Antoine Pitrou · 14 years ago
- 56a9d7e #11554: reactivate test_email_codecs, and make it pass. by R David Murray · 14 years ago
- 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
- f8b9dfd #11496: skip history test if clear_history is not available. by R David Murray · 14 years ago
- 525c25d Fix #11491. When dbm.open was called with a file which already exists and by briancurtin · 14 years ago
- 94eceeb Fix #11491. When dbm.open was called with a file which already exists and by briancurtin · 14 years ago
- 1a5201f Merge #11488 patch from 3.1. by R David Murray · 14 years ago
- d89ee79 #11488: Add tests for writelines method of SpooledTemporaryFile. by R David Murray · 14 years ago
- 5647c47 Merge #10999 fix. by R David Murray · 14 years ago
- 3017806 #10999: Add missing documentation for chflags constants to stat module docs by R David Murray · 14 years ago
- 16a0a0b Issue #11391: Writing to a mmap object created with by Antoine Pitrou · 14 years ago
- 4543846 #11132: pass optimize parameter to recursive call in compileall.compile_dir(). Reviewed by Eric A. by Georg Brandl · 15 years ago
- 2e811c9 Merged revisions 88284 via svnmerge from by Antoine Pitrou · 15 years ago
- 0ea622a Issue #8275: Fix passing of callback arguments with ctypes under Win64. by Antoine Pitrou · 15 years ago
- 87bb6e9 Merged revisions 88231 via svnmerge from by Alexander Belopolsky · 15 years ago
- 19e0a9e Issue #10939: Fixed imaplib.Internaldate2tuple(). Thanks Joe Peterson by Alexander Belopolsky · 15 years ago
- c598296 Issue #4953: add the author of the patch by Victor Stinner · 15 years ago
- 7fdc746 Merged revisions 87876-87877 via svnmerge from by Georg Brandl · 15 years ago
- 619e7ba #10869: do not visit root node twice in ast.increment_lineno(). by Georg Brandl · 15 years ago
- 23f9fc3 Issue #10042: Fixed the total_ordering decorator to handle cross-type by Raymond Hettinger · 15 years ago
- 5b6fc63 Merged revisions 87834 via svnmerge from by Antoine Pitrou · 15 years ago
- b7fb2e2 Issue #8020: Avoid a crash where the small objects allocator would read by Antoine Pitrou · 15 years ago
- 59bf738 Merged revisions 87797 via svnmerge from by Antoine Pitrou · 15 years ago
- b715fac Issue #3839: wsgiref should not override a Content-Length header set by by Antoine Pitrou · 15 years ago
- 8786d3d Issue #10756: add the author, Andreas Stührk by Victor Stinner · 15 years ago
- a75c105 Merged revisions 87698 via svnmerge from by Antoine Pitrou · 15 years ago
- f3fcd9f Issue #7716: Under Solaris, don't assume existence of /usr/xpg4/bin/grep in by Antoine Pitrou · 15 years ago
- 270fe40 test_tkinter: use a context manager to close directly the pipe by Victor Stinner · 15 years ago
- f1cc81a Merged revisions 87639 via svnmerge from by Antoine Pitrou · 15 years ago
- c224458 Issue #10475: Don't hardcode compilers for LDSHARED/LDCXXSHARED on NetBSD by Antoine Pitrou · 15 years ago
- 488b485 Merged revisions 83089,87590 via svnmerge from by R. David Murray · 15 years ago
- aedd289 #6075: make idle work with both Carbon AquaTk and Cocoa AquaTk. Patch by Kevin Walzer and Ned Deily. by Georg Brandl · 15 years ago
- fd311a7 Add subparser aliases for argparse. Resolves issue 9324. Approved by Georg for beta2 on the tracker. by Steven Bethard · 15 years ago
- 3022ce1 Merged revisions 87317 via svnmerge from by Antoine Pitrou · 15 years ago
- c492437 Issue #10714: Limit length of incoming request in http.server to 65536 bytes by Antoine Pitrou · 15 years ago
- 810023d Issue #8844: Regular and recursive lock acquisitions can now be interrupted by Antoine Pitrou · 15 years ago
- d8fec5f Merged revisions 87238 via svnmerge from by R. David Murray · 15 years ago
- ec07331 #775964: skip YP/NIS entries instead of failing the test by R. David Murray · 15 years ago
- cd4f758 Merged revisions 85086 via svnmerge from by R. David Murray · 15 years ago
- 7bb30b7 Improve Pydoc interactive browsing (#2001). Patch by Ron Adam. by Nick Coghlan · 15 years ago
- a0b44b5 #8989: add 'domain' keyword to make_msgid. by R. David Murray · 15 years ago
- 5a22b65 Issue 9299 Add exist_ok parameter to os.makedirs to suppress 'File exists' exception. Patch by Ray Allen. by Terry Reedy · 15 years ago
- 78a1a15 Merged revisions 86925 via svnmerge from by R. David Murray · 15 years ago
- d2bb830 #10464: fix netrc handling of lines with embedded '#" characters. by R. David Murray · 15 years ago
- 984bb58 Issue #7094: Add alternate ('#') flag to __format__ methods for float, complex and Decimal. Allows greater control over when decimal points appear. Added to make transitioning from %-formatting easier. '#g' still has a problem with Decimal which I'll fix soon. by Eric Smith · 15 years ago
- 59540f2 Remove UTF-8 BOM. by Georg Brandl · 15 years ago
- c11e9d1 IssIssue 1859: Add Jeremy Thurgood to Misc/ACKS by Terry Reedy · 15 years ago
- 086f308 Issue 10470: 'python -m unittest' launches test discovery by default.(If you need to pass options to test discovery the discover subcommand must still be specified explicitly.) by Michael Foord · 15 years ago
- a78f74c Issue #8078: Add constants for higher baud rates in the termios module. by Antoine Pitrou · 15 years ago
- 5f78040 add filename to ENOENT message #4925 by Benjamin Peterson · 15 years ago
- 6bb9989 #1574217: only swallow AttributeErrors in isinstance, not everything. by R. David Murray · 15 years ago
- 5466e92 Merged revisions 86383 via svnmerge from by Antoine Pitrou · 15 years ago
- d79f3c8 Issue #4471: Properly shutdown socket in IMAP.shutdown(). Patch by by Antoine Pitrou · 15 years ago
- 1cb121e Issue #1926: Add support for NNTP over SSL on port 563, as well as by Antoine Pitrou · 15 years ago
- 8d46e42 Merged revisions 86214 via svnmerge from by Antoine Pitrou · 15 years ago
- 39a6591 Issue #10311: The signal module now restores errno before returning from by Antoine Pitrou · 15 years ago
- 7dd1af0 Issue #10285: explain the `flag` return field better in NNTP.list(). by Antoine Pitrou · 15 years ago
- 0619ae7 Merged revisions 85858 via svnmerge from by Antoine Pitrou · 15 years ago
- 6b03ee6 Issue #5027: The standard `xml` namespace is now understood by by Antoine Pitrou · 15 years ago
- b1c5496 Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module, by Antoine Pitrou · 15 years ago
- 674f400 Merged revisions 85420 via svnmerge from by Antoine Pitrou · 15 years ago
- 834bd81 Issue #10041: The signature of optional arguments in socket.makefile() by Antoine Pitrou · 15 years ago
- 93f5cd4 Merged revisions 85386-85387,85389 via svnmerge from by Victor Stinner · 15 years ago
- 06bca9a #6612: add the author of the patch (W. Trevor King) by Victor Stinner · 15 years ago
- c158354 Merged revisions 85349 via svnmerge from by Antoine Pitrou · 15 years ago
- 1bf29b7 Some platforms provide uintptr_t in inttypes.h. Patch by Akira Kitada. by Antoine Pitrou · 15 years ago
- 38e2996 Issue #6608: time.asctime is now checking struct tm fields its input by Alexander Belopolsky · 15 years ago
- 11cabcf #7110: have regrtest print test failures and tracebacks to stderr not stdout. by R. David Murray · 15 years ago
- 7b96984 Issue #1675951: Allow GzipFile to work with unseekable file objects. by Antoine Pitrou · 15 years ago
- 13bba43 Merged revisions 84644 via svnmerge from by Hirokazu Yamamoto · 15 years ago
- d72461a Updated VS7.1 project file. (I cannot test this file because I don't have VS7.1) by Hirokazu Yamamoto · 15 years ago
- 4b6fdf3 #6394: Add os.getppid() support for Windows. by Amaury Forgeot d'Arc · 15 years ago
- 74a69fa Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced by Antoine Pitrou · 15 years ago
- ce111ca Merged revisions 84495-84497 via svnmerge from by Antoine Pitrou · 15 years ago
- b5cfd55 Fix Björn's name in ACKS. by Antoine Pitrou · 15 years ago
- a2983c6 Merged revisions 84394 via svnmerge from by Antoine Pitrou · 15 years ago
- b0fa831 Issue #7415: PyUnicode_FromEncodedObject() now uses the new buffer API by Antoine Pitrou · 15 years ago
- 48fd2a6 Merged revisions 84366 via svnmerge from by Antoine Pitrou · 15 years ago