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