1. 19e0a9e Issue #10939: Fixed imaplib.Internaldate2tuple(). Thanks Joe Peterson by Alexander Belopolsky · 14 years ago
  2. c598296 Issue #4953: add the author of the patch by Victor Stinner · 14 years ago
  3. 619e7ba #10869: do not visit root node twice in ast.increment_lineno(). by Georg Brandl · 14 years ago
  4. 23f9fc3 Issue #10042: Fixed the total_ordering decorator to handle cross-type by Raymond Hettinger · 14 years ago
  5. b7fb2e2 Issue #8020: Avoid a crash where the small objects allocator would read by Antoine Pitrou · 14 years ago
  6. b715fac Issue #3839: wsgiref should not override a Content-Length header set by by Antoine Pitrou · 14 years ago
  7. 8786d3d Issue #10756: add the author, Andreas Stührk by Victor Stinner · 14 years ago
  8. f3fcd9f Issue #7716: Under Solaris, don't assume existence of /usr/xpg4/bin/grep in by Antoine Pitrou · 14 years ago
  9. 270fe40 test_tkinter: use a context manager to close directly the pipe by Victor Stinner · 14 years ago
  10. c224458 Issue #10475: Don't hardcode compilers for LDSHARED/LDCXXSHARED on NetBSD by Antoine Pitrou · 14 years ago
  11. aedd289 #6075: make idle work with both Carbon AquaTk and Cocoa AquaTk. Patch by Kevin Walzer and Ned Deily. by Georg Brandl · 14 years ago
  12. fd311a7 Add subparser aliases for argparse. Resolves issue 9324. Approved by Georg for beta2 on the tracker. by Steven Bethard · 14 years ago
  13. c492437 Issue #10714: Limit length of incoming request in http.server to 65536 bytes by Antoine Pitrou · 14 years ago
  14. 810023d Issue #8844: Regular and recursive lock acquisitions can now be interrupted by Antoine Pitrou · 14 years ago
  15. ec07331 #775964: skip YP/NIS entries instead of failing the test by R. David Murray · 14 years ago
  16. 7bb30b7 Improve Pydoc interactive browsing (#2001). Patch by Ron Adam. by Nick Coghlan · 14 years ago
  17. a0b44b5 #8989: add 'domain' keyword to make_msgid. by R. David Murray · 14 years ago
  18. 5a22b65 Issue 9299 Add exist_ok parameter to os.makedirs to suppress 'File exists' exception. Patch by Ray Allen. by Terry Reedy · 14 years ago
  19. d2bb830 #10464: fix netrc handling of lines with embedded '#" characters. by R. David Murray · 14 years ago
  20. 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 · 14 years ago
  21. 59540f2 Remove UTF-8 BOM. by Georg Brandl · 14 years ago
  22. c11e9d1 IssIssue 1859: Add Jeremy Thurgood to Misc/ACKS by Terry Reedy · 14 years ago
  23. 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 · 14 years ago
  24. a78f74c Issue #8078: Add constants for higher baud rates in the termios module. by Antoine Pitrou · 14 years ago
  25. 5f78040 add filename to ENOENT message #4925 by Benjamin Peterson · 14 years ago
  26. 6bb9989 #1574217: only swallow AttributeErrors in isinstance, not everything. by R. David Murray · 14 years ago
  27. d79f3c8 Issue #4471: Properly shutdown socket in IMAP.shutdown(). Patch by by Antoine Pitrou · 14 years ago
  28. 1cb121e Issue #1926: Add support for NNTP over SSL on port 563, as well as by Antoine Pitrou · 14 years ago
  29. 39a6591 Issue #10311: The signal module now restores errno before returning from by Antoine Pitrou · 14 years ago
  30. 7dd1af0 Issue #10285: explain the `flag` return field better in NNTP.list(). by Antoine Pitrou · 14 years ago
  31. 6b03ee6 Issue #5027: The standard `xml` namespace is now understood by by Antoine Pitrou · 14 years ago
  32. b1c5496 Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module, by Antoine Pitrou · 14 years ago
  33. 834bd81 Issue #10041: The signature of optional arguments in socket.makefile() by Antoine Pitrou · 14 years ago
  34. 06bca9a #6612: add the author of the patch (W. Trevor King) by Victor Stinner · 14 years ago
  35. 1bf29b7 Some platforms provide uintptr_t in inttypes.h. Patch by Akira Kitada. by Antoine Pitrou · 14 years ago
  36. 38e2996 Issue #6608: time.asctime is now checking struct tm fields its input by Alexander Belopolsky · 14 years ago
  37. 11cabcf #7110: have regrtest print test failures and tracebacks to stderr not stdout. by R. David Murray · 14 years ago
  38. 7b96984 Issue #1675951: Allow GzipFile to work with unseekable file objects. by Antoine Pitrou · 14 years ago
  39. d72461a Updated VS7.1 project file. (I cannot test this file because I don't have VS7.1) by Hirokazu Yamamoto · 14 years ago
  40. 4b6fdf3 #6394: Add os.getppid() support for Windows. by Amaury Forgeot d'Arc · 14 years ago
  41. 74a69fa Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced by Antoine Pitrou · 14 years ago
  42. b5cfd55 Fix Björn's name in ACKS. by Antoine Pitrou · 14 years ago
  43. b0fa831 Issue #7415: PyUnicode_FromEncodedObject() now uses the new buffer API by Antoine Pitrou · 14 years ago
  44. 33a2994 Issue #9700: define HAVE_BROKEN_POSIX_SEMAPHORES under AIX 6.x. Patch by by Antoine Pitrou · 14 years ago
  45. 64a38c0 Issue #1512791: In setframerate method of Wave_write, round non-integral by Mark Dickinson · 14 years ago
  46. 219d1c8 #1194222: make parsedate always return RFC2822 four character years. by R. David Murray · 14 years ago
  47. 1768999 only catch AttributeError in hasattr() #9666 by Benjamin Peterson · 14 years ago
  48. 4ea04a3 #7647: add ST_RDONLY, ST_NOSUID constants to os module. by Andrew M. Kuchling · 14 years ago
  49. b85e165 Issue #5737: Add Solaris-specific mnemonics in the errno module. Patch by by Antoine Pitrou · 14 years ago
  50. 79c5ef1 Issue #3488: Provide convenient shorthand functions `gzip.compress` by Antoine Pitrou · 14 years ago
  51. 32cfede Issue #9550: a BufferedReader could issue an additional read when the by Antoine Pitrou · 14 years ago
  52. 8f60430 Issue #8834: Added a comment describing the order of entries in Misc/ACKS. by Alexander Belopolsky · 14 years ago
  53. b73caab Issue #6915: Under Windows, os.listdir() didn't release the Global by Antoine Pitrou · 14 years ago
  54. 560f764 Issue #8814: function annotations (the `__annotations__` attribute) by Antoine Pitrou · 14 years ago
  55. 482e66a Issue #9496: Provide a test suite for the rlcompleter module. Patch by by Antoine Pitrou · 14 years ago
  56. f96482e as per discussion with antoine revert changes made in 83708 as the user useing ftplib's readline methods is supposed to always use a binary file by Giampaolo Rodolà · 14 years ago
  57. b939235 fix issue #6822: ftplib's storline method doesn't work with text files by Giampaolo Rodolà · 14 years ago
  58. 934abdd fix issue #2944: asyncore doesn't handle connection refused correctly (patch by Alexander Shigin). Merged from 2.7 branch. by Giampaolo Rodolà · 14 years ago
  59. c4e69cc #3196: if needed pad a short base64 encoded word before trying to decode. by R. David Murray · 14 years ago
  60. 88c49fe #9444: use first of prefix_chars for help opt instead of raising error by R. David Murray · 14 years ago
  61. a2fa2e5 Fix ACKS alphabetization. by R. David Murray · 14 years ago
  62. 7905d61 #8620: Cmd no longer truncates last character if stdin ends without newline by R. David Murray · 14 years ago
  63. e59ca2a Add "longlist" and "source" commands, ideas borrowed from pdb++ by Antonio Cuni. by Georg Brandl · 14 years ago
  64. cbb0ae4 #9354: Provide getsockopt() in asyncore file_wrapper(). Patch by Lukas Langa. by Georg Brandl · 14 years ago
  65. c47bd4a Issue #9294: remove dead code in Objects/object.c. Patch by Grant Limberg. by Antoine Pitrou · 14 years ago
  66. 0f0c332 Add note about #7113 and add Łukasz Langa to ACKS by Brian Curtin · 14 years ago
  67. c2721b0 Add Brian Brazil. by Brett Cannon · 14 years ago
  68. cfae36f Test calendar.monthrange. by Brett Cannon · 14 years ago
  69. 533a167 Issue #9282: Fixed --listfuncs option of trace.py. Thanks Eli by Alexander Belopolsky · 14 years ago
  70. e9ebde4 Issue #9243: Fix sndhdr module and add unit tests, contributed by James Lee. by Victor Stinner · 14 years ago
  71. c2f583a Reorder Jason "two O's" Coombs by Brian Curtin · 14 years ago
  72. 893766c Fix sort order mistake in Misc/ACKS. by R. David Murray · 14 years ago
  73. ea340a3 7846: limit fnmatch pattern cache to _MAXCACHE=100 entries. by R. David Murray · 14 years ago
  74. d40e6f7 Implement #1578269. Patch by Jason R. Coombs. by Brian Curtin · 14 years ago
  75. 5c8b54e Issue 6507: accept source strings directly in dis.dis(). Original patch by Daniel Urban by Nick Coghlan · 14 years ago
  76. 4e749a1 Issue #5094: The ``datetime`` module now has a simple concrete class by Alexander Belopolsky · 14 years ago
  77. edc5d20 Merged revisions 81971 via svnmerge from by Mark Dickinson · 14 years ago
  78. 3898174 Merged revisions 81969 via svnmerge from by Mark Dickinson · 14 years ago
  79. bcdf9da Merged revisions 81967 via svnmerge from by Mark Dickinson · 14 years ago
  80. fcdc79a Added acknowlegement for Issue #3129 by Alexander Belopolsky · 14 years ago
  81. 5e76e94 Merged revisions 80578 via svnmerge from by Nick Coghlan · 14 years ago
  82. 7f3652e Issue #8897: Fix sunau module, use bytes to write the header. Patch written by by Victor Stinner · 14 years ago
  83. 7da8f06 #4768: store base64 encoded email body parts as text, not binary. by R. David Murray · 14 years ago
  84. d35251d #8845: expose sqlite3 inTransaction as RO in_transaction Connection attribute. by R. David Murray · 14 years ago
  85. 1ed21db Stefan Krah was missing from Misc/ACKS in the py3k branch. by Mark Dickinson · 14 years ago
  86. 60438ba Merged revisions 81512 via svnmerge from by Mark Dickinson · 14 years ago
  87. e021f4b Recorded merge of revisions 81500-81501 via svnmerge from by Victor Stinner · 14 years ago
  88. 85eacea Merged revisions 81045 via svnmerge from by Mark Dickinson · 14 years ago
  89. bf04349 Merged revisions 80610 via svnmerge from by Antoine Pitrou · 14 years ago
  90. 9bfbe61 Merged revisions 80557 via svnmerge from by Antoine Pitrou · 14 years ago
  91. 06e34a9 Merged revisions 80540 via svnmerge from by Antoine Pitrou · 14 years ago
  92. 5bc7ec9 Merged revisions 80325 via svnmerge from by Antoine Pitrou · 14 years ago
  93. 0454af9 Issue #850728: Add a *timeout* parameter to the `acquire()` method of by Antoine Pitrou · 14 years ago
  94. d48739f Merged revisions 80062 via svnmerge from by R. David Murray · 14 years ago
  95. b2416e5 Merged revisions 80004 via svnmerge from by R. David Murray · 14 years ago
  96. 6a6666a Merged revisions 79548,79557,79616-79617,79716,79778,79795,79803,79896 via svnmerge from by Benjamin Peterson · 14 years ago
  97. 704ed93 Merged revisions 79498 via svnmerge from by Florent Xicluna · 15 years ago
  98. 503ab33 Merged revisions 79502 via svnmerge from by Antoine Pitrou · 15 years ago
  99. 39b3543 Issue #8139: ossaudiodev didn't initialize its types properly, therefore by Antoine Pitrou · 15 years ago
  100. 21896a3 Merged revisions 77952,78030,78102,78104,78107,78206,78216,78296-78297,78328,78331-78332,78336,78339,78343,78378-78379,78415,78559,78717,78791 via svnmerge from by Benjamin Peterson · 15 years ago