1. 7bb30b7 Improve Pydoc interactive browsing (#2001). Patch by Ron Adam. by Nick Coghlan · 14 years ago
  2. a0b44b5 #8989: add 'domain' keyword to make_msgid. by R. David Murray · 14 years ago
  3. 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
  4. d2bb830 #10464: fix netrc handling of lines with embedded '#" characters. by R. David Murray · 14 years ago
  5. 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
  6. 59540f2 Remove UTF-8 BOM. by Georg Brandl · 14 years ago
  7. c11e9d1 IssIssue 1859: Add Jeremy Thurgood to Misc/ACKS by Terry Reedy · 14 years ago
  8. 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
  9. a78f74c Issue #8078: Add constants for higher baud rates in the termios module. by Antoine Pitrou · 14 years ago
  10. 5f78040 add filename to ENOENT message #4925 by Benjamin Peterson · 14 years ago
  11. 6bb9989 #1574217: only swallow AttributeErrors in isinstance, not everything. by R. David Murray · 14 years ago
  12. d79f3c8 Issue #4471: Properly shutdown socket in IMAP.shutdown(). Patch by by Antoine Pitrou · 14 years ago
  13. 1cb121e Issue #1926: Add support for NNTP over SSL on port 563, as well as by Antoine Pitrou · 14 years ago
  14. 39a6591 Issue #10311: The signal module now restores errno before returning from by Antoine Pitrou · 14 years ago
  15. 7dd1af0 Issue #10285: explain the `flag` return field better in NNTP.list(). by Antoine Pitrou · 14 years ago
  16. 6b03ee6 Issue #5027: The standard `xml` namespace is now understood by by Antoine Pitrou · 14 years ago
  17. b1c5496 Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module, by Antoine Pitrou · 14 years ago
  18. 834bd81 Issue #10041: The signature of optional arguments in socket.makefile() by Antoine Pitrou · 14 years ago
  19. 06bca9a #6612: add the author of the patch (W. Trevor King) by Victor Stinner · 14 years ago
  20. 1bf29b7 Some platforms provide uintptr_t in inttypes.h. Patch by Akira Kitada. by Antoine Pitrou · 14 years ago
  21. 38e2996 Issue #6608: time.asctime is now checking struct tm fields its input by Alexander Belopolsky · 14 years ago
  22. 11cabcf #7110: have regrtest print test failures and tracebacks to stderr not stdout. by R. David Murray · 14 years ago
  23. 7b96984 Issue #1675951: Allow GzipFile to work with unseekable file objects. by Antoine Pitrou · 14 years ago
  24. d72461a Updated VS7.1 project file. (I cannot test this file because I don't have VS7.1) by Hirokazu Yamamoto · 14 years ago
  25. 4b6fdf3 #6394: Add os.getppid() support for Windows. by Amaury Forgeot d'Arc · 14 years ago
  26. 74a69fa Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced by Antoine Pitrou · 14 years ago
  27. b5cfd55 Fix Björn's name in ACKS. by Antoine Pitrou · 14 years ago
  28. b0fa831 Issue #7415: PyUnicode_FromEncodedObject() now uses the new buffer API by Antoine Pitrou · 14 years ago
  29. 33a2994 Issue #9700: define HAVE_BROKEN_POSIX_SEMAPHORES under AIX 6.x. Patch by by Antoine Pitrou · 14 years ago
  30. 64a38c0 Issue #1512791: In setframerate method of Wave_write, round non-integral by Mark Dickinson · 14 years ago
  31. 219d1c8 #1194222: make parsedate always return RFC2822 four character years. by R. David Murray · 14 years ago
  32. 1768999 only catch AttributeError in hasattr() #9666 by Benjamin Peterson · 14 years ago
  33. 4ea04a3 #7647: add ST_RDONLY, ST_NOSUID constants to os module. by Andrew M. Kuchling · 14 years ago
  34. b85e165 Issue #5737: Add Solaris-specific mnemonics in the errno module. Patch by by Antoine Pitrou · 14 years ago
  35. 79c5ef1 Issue #3488: Provide convenient shorthand functions `gzip.compress` by Antoine Pitrou · 14 years ago
  36. 32cfede Issue #9550: a BufferedReader could issue an additional read when the by Antoine Pitrou · 14 years ago
  37. 8f60430 Issue #8834: Added a comment describing the order of entries in Misc/ACKS. by Alexander Belopolsky · 14 years ago
  38. b73caab Issue #6915: Under Windows, os.listdir() didn't release the Global by Antoine Pitrou · 14 years ago
  39. 560f764 Issue #8814: function annotations (the `__annotations__` attribute) by Antoine Pitrou · 14 years ago
  40. 482e66a Issue #9496: Provide a test suite for the rlcompleter module. Patch by by Antoine Pitrou · 14 years ago
  41. 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
  42. b939235 fix issue #6822: ftplib's storline method doesn't work with text files by Giampaolo Rodolà · 14 years ago
  43. 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
  44. c4e69cc #3196: if needed pad a short base64 encoded word before trying to decode. by R. David Murray · 14 years ago
  45. 88c49fe #9444: use first of prefix_chars for help opt instead of raising error by R. David Murray · 14 years ago
  46. a2fa2e5 Fix ACKS alphabetization. by R. David Murray · 14 years ago
  47. 7905d61 #8620: Cmd no longer truncates last character if stdin ends without newline by R. David Murray · 14 years ago
  48. e59ca2a Add "longlist" and "source" commands, ideas borrowed from pdb++ by Antonio Cuni. by Georg Brandl · 14 years ago
  49. cbb0ae4 #9354: Provide getsockopt() in asyncore file_wrapper(). Patch by Lukas Langa. by Georg Brandl · 14 years ago
  50. c47bd4a Issue #9294: remove dead code in Objects/object.c. Patch by Grant Limberg. by Antoine Pitrou · 14 years ago
  51. 0f0c332 Add note about #7113 and add Łukasz Langa to ACKS by Brian Curtin · 14 years ago
  52. c2721b0 Add Brian Brazil. by Brett Cannon · 14 years ago
  53. cfae36f Test calendar.monthrange. by Brett Cannon · 14 years ago
  54. 533a167 Issue #9282: Fixed --listfuncs option of trace.py. Thanks Eli by Alexander Belopolsky · 14 years ago
  55. e9ebde4 Issue #9243: Fix sndhdr module and add unit tests, contributed by James Lee. by Victor Stinner · 14 years ago
  56. c2f583a Reorder Jason "two O's" Coombs by Brian Curtin · 14 years ago
  57. 893766c Fix sort order mistake in Misc/ACKS. by R. David Murray · 14 years ago
  58. ea340a3 7846: limit fnmatch pattern cache to _MAXCACHE=100 entries. by R. David Murray · 14 years ago
  59. d40e6f7 Implement #1578269. Patch by Jason R. Coombs. by Brian Curtin · 14 years ago
  60. 5c8b54e Issue 6507: accept source strings directly in dis.dis(). Original patch by Daniel Urban by Nick Coghlan · 14 years ago
  61. 4e749a1 Issue #5094: The ``datetime`` module now has a simple concrete class by Alexander Belopolsky · 14 years ago
  62. edc5d20 Merged revisions 81971 via svnmerge from by Mark Dickinson · 14 years ago
  63. 3898174 Merged revisions 81969 via svnmerge from by Mark Dickinson · 14 years ago
  64. bcdf9da Merged revisions 81967 via svnmerge from by Mark Dickinson · 14 years ago
  65. fcdc79a Added acknowlegement for Issue #3129 by Alexander Belopolsky · 14 years ago
  66. 5e76e94 Merged revisions 80578 via svnmerge from by Nick Coghlan · 14 years ago
  67. 7f3652e Issue #8897: Fix sunau module, use bytes to write the header. Patch written by by Victor Stinner · 14 years ago
  68. 7da8f06 #4768: store base64 encoded email body parts as text, not binary. by R. David Murray · 14 years ago
  69. d35251d #8845: expose sqlite3 inTransaction as RO in_transaction Connection attribute. by R. David Murray · 14 years ago
  70. 1ed21db Stefan Krah was missing from Misc/ACKS in the py3k branch. by Mark Dickinson · 14 years ago
  71. 60438ba Merged revisions 81512 via svnmerge from by Mark Dickinson · 14 years ago
  72. e021f4b Recorded merge of revisions 81500-81501 via svnmerge from by Victor Stinner · 14 years ago
  73. 85eacea Merged revisions 81045 via svnmerge from by Mark Dickinson · 14 years ago
  74. bf04349 Merged revisions 80610 via svnmerge from by Antoine Pitrou · 14 years ago
  75. 9bfbe61 Merged revisions 80557 via svnmerge from by Antoine Pitrou · 14 years ago
  76. 06e34a9 Merged revisions 80540 via svnmerge from by Antoine Pitrou · 14 years ago
  77. 5bc7ec9 Merged revisions 80325 via svnmerge from by Antoine Pitrou · 14 years ago
  78. 0454af9 Issue #850728: Add a *timeout* parameter to the `acquire()` method of by Antoine Pitrou · 14 years ago
  79. d48739f Merged revisions 80062 via svnmerge from by R. David Murray · 14 years ago
  80. b2416e5 Merged revisions 80004 via svnmerge from by R. David Murray · 14 years ago
  81. 6a6666a Merged revisions 79548,79557,79616-79617,79716,79778,79795,79803,79896 via svnmerge from by Benjamin Peterson · 14 years ago
  82. 704ed93 Merged revisions 79498 via svnmerge from by Florent Xicluna · 15 years ago
  83. 503ab33 Merged revisions 79502 via svnmerge from by Antoine Pitrou · 15 years ago
  84. 39b3543 Issue #8139: ossaudiodev didn't initialize its types properly, therefore by Antoine Pitrou · 15 years ago
  85. 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
  86. 57a4b98 bdecode was already gone in email 5. This merge adds the test from by R. David Murray · 15 years ago
  87. 378c0cf Merged revisions 78351 via svnmerge from by R. David Murray · 15 years ago
  88. 84230a1 Merged revisions 78217-78218 via svnmerge from by Mark Dickinson · 15 years ago
  89. 99f69ee Merged revisions 78125 via svnmerge from by Antoine Pitrou · 15 years ago
  90. c77dd32 Issue #6233: ElementTree failed converting unicode characters to XML by Antoine Pitrou · 15 years ago
  91. 5973e4d Merged revisions 77943,77959-77960 via svnmerge from by R. David Murray · 15 years ago
  92. 905a2ff Merged revisions 77890 via svnmerge from by Antoine Pitrou · 15 years ago
  93. 1f0b658 Merged revisions 77794 via svnmerge from by Jesse Noller · 15 years ago
  94. 2500147 Merged revisions 77735 via svnmerge from by Benjamin Peterson · 15 years ago
  95. 8e33fd7 Merged revisions 77472-77473 via svnmerge from by Antoine Pitrou · 15 years ago
  96. 66c741f Merged revisions 77290 via svnmerge from by Antoine Pitrou · 15 years ago
  97. 9ab44b5 Merged revisions 77139-77140 via svnmerge from by Mark Dickinson · 15 years ago
  98. 4e7dc5f Merged revisions 76716 via svnmerge from by Antoine Pitrou · 15 years ago
  99. 5f885c6 Merged revisions 76655 via svnmerge from by Martin v. Löwis · 15 years ago
  100. 1fc0d2b Merged revisions 76571 via svnmerge from by Antoine Pitrou · 15 years ago