1. 3cade99 Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in by Antoine Pitrou · 14 years ago
  2. 1be815a Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in by Antoine Pitrou · 14 years ago
  3. d7f12f3 Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented. by Antoine Pitrou · 14 years ago
  4. 5bcc50c Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented. by Antoine Pitrou · 14 years ago
  5. c1d5206 Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by Kasun Herath. by Antoine Pitrou · 14 years ago
  6. 97c3eb4 Closes Issue 11916: Add a number of MacOSX specific definitions to the errno module. by Ronald Oussoren · 14 years ago
  7. ff9bfca Issue #12000: When a SSL certificate has a subjectAltName without any by Antoine Pitrou · 14 years ago
  8. 1c86b44 Issue #12000: When a SSL certificate has a subjectAltName without any by Antoine Pitrou · 14 years ago
  9. b4dc250 Issue #10775: assertRaises, assertRaisesRegex, assertWarns, and assertWarnsRegex now accept a keyword argument 'msg' when used as context managers. Initial patch by Winston Ewert. by Ezio Melotti · 14 years ago
  10. 7ceb180 Merge #11647 update from 3.2 by Nick Coghlan · 14 years ago
  11. 0ded3e3 Issue #11647: allow contextmanager objects to be used as decorators as described in the docs. Initial patch by Ysj Ray. by Nick Coghlan · 14 years ago
  12. 13aaef5 Issue #9756: credit the author, Andreas Stührk (Trundle) by Victor Stinner · 14 years ago
  13. 70eb79c Merged solution for #11324 from 3.2. by Łukasz Langa · 14 years ago
  14. 1aa422f Closes #11324: ConfigParser(interpolation=None) doesn't work. by Łukasz Langa · 14 years ago
  15. bf53a9c Merged ACKS from 3.2: added Yuxiao Zeng by Łukasz Langa · 14 years ago
  16. f531113 Added Yuxiao Zeng for finding and resolving #11858. Thanks! by Łukasz Langa · 14 years ago
  17. dff18b0 Merge #11901: add description of how bitfields are laid out to hexversion docs by R David Murray · 14 years ago
  18. 0fb5b39 Merge #11901: add description of how bitfields are laid out to hexversion docs by R David Murray · 14 years ago
  19. 2043f9c #11901: add description of how bitfields are laid out to hexversion docs by R David Murray · 14 years ago
  20. 4f71172 pybench prep_times calculation error (closes #11895) by Jesus Cea · 14 years ago
  21. b32321a pybench prep_times calculation error (closes #11895) by Jesus Cea · 14 years ago
  22. 8f14bbd pybench prep_times calculation error (closes #11895) by Jesus Cea · 14 years ago
  23. 8c52027 Issue #11258: Speed up ctypes.util.find_library() under Linux by a factor by Antoine Pitrou · 14 years ago
  24. c1ceb64 MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 14 years ago
  25. 6159ee3 MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 14 years ago
  26. ac45150 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 14 years ago
  27. 8debacb #1690608: make formataddr RFC2047 aware. by R David Murray · 14 years ago
  28. d6056b7 Issue #7796: Add link to Jan Kaliszewski's alternate constructor and ABC for named tuples. by Raymond Hettinger · 14 years ago
  29. 6c94e6f Issue #7796: Add link to Jan Kaliszewski's alternate constructor and ABC for named tuples. by Raymond Hettinger · 14 years ago
  30. af88d86 merge #11696 by Martin v. Löwis · 14 years ago
  31. 987403b merge #11696 by Martin v. Löwis · 14 years ago
  32. f8d887e Closes #11696: Fix ID generation in msilib. Patch by Mark Mc Mahon. by Martin v. Löwis · 14 years ago
  33. 79a9036 Merge #9696 by Mark Dickinson · 14 years ago
  34. 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
  35. 4aeb542 Merge with 3.2 by Ross Lagerwall · 14 years ago
  36. 17ace7a Merge with 3.1 by Ross Lagerwall · 14 years ago
  37. b8a5769 Issue #11659: Fix ResourceWarning in test_subprocess introduced by #11459. by Ross Lagerwall · 14 years ago
  38. 7c9e803 Issue #11244: Remove outdated peepholer check that was preventing the peepholer from folding -0 and -0.0. Thanks Eugene Toder for the patch. by Mark Dickinson · 14 years ago
  39. 5e98141 Issue #5421: Fix misleading error message when one of socket.sendto()'s by Antoine Pitrou · 14 years ago
  40. b3c728f Close #11577: Improve binhex test coverage and fix ResourceWarning by Nick Coghlan · 14 years ago
  41. 78099bb Merge #9298 fix. by R David Murray · 14 years ago
  42. 6d94bd4 #9298: restore proper folding of base64 encoded bodies. by R David Murray · 14 years ago
  43. 7462fa6 Backport improved test coverage for string.py by Nick Coghlan · 14 years ago
  44. f0edd1b Merge with 3.1 by Ronald Oussoren · 14 years ago
  45. 0b8753d Issue #11569: use absolute path to the sysctl command in multiprocessing to by Ronald Oussoren · 14 years ago
  46. 2c50a09 On behalf of Tarek: Issue #11501: disutils.archive_utils.make_zipfile no by Antoine Pitrou · 14 years ago
  47. 56a9d7e #11554: reactivate test_email_codecs, and make it pass. by R David Murray · 14 years ago
  48. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  49. f8b9dfd #11496: skip history test if clear_history is not available. by R David Murray · 14 years ago
  50. 525c25d Fix #11491. When dbm.open was called with a file which already exists and by briancurtin · 14 years ago
  51. 94eceeb Fix #11491. When dbm.open was called with a file which already exists and by briancurtin · 14 years ago
  52. 1a5201f Merge #11488 patch from 3.1. by R David Murray · 14 years ago
  53. d89ee79 #11488: Add tests for writelines method of SpooledTemporaryFile. by R David Murray · 14 years ago
  54. 5647c47 Merge #10999 fix. by R David Murray · 14 years ago
  55. 3017806 #10999: Add missing documentation for chflags constants to stat module docs by R David Murray · 14 years ago
  56. bab07a6 Tidy up merge with remote by Nick Coghlan · 14 years ago
  57. bb35299 Merge #9298 fix. by R David Murray · 14 years ago
  58. e97a5b2 merge heads by Benjamin Peterson · 14 years ago
  59. d6afe72 improve dis test coverage (closes #11559) by Benjamin Peterson · 14 years ago
  60. df1d00a Merge #11554 test_email_codecs activation from 3.2. by R David Murray · 14 years ago
  61. ee354ea merge default by Michael Foord · 14 years ago
  62. 1341bb0 Closes issue 11407. TestCase.run returns the result object used or created by Michael Foord · 14 years ago
  63. d25fd4d Close #11505: Improve string.py coverage by Nick Coghlan · 14 years ago
  64. 30bb6e0 Fix #11491. When dbm.open was called with a file which already exists and by briancurtin · 14 years ago
  65. 91f0359 Skip test if zlib not present. Closes #11498. Patch by Natalia B. Bidart. by Eric V. Smith · 14 years ago
  66. af9be20 Merge #11488 patch from 3.2. by R David Murray · 14 years ago
  67. ee30a0b Merge #10999 fix. by R David Murray · 14 years ago
  68. 16a0a0b Issue #11391: Writing to a mmap object created with by Antoine Pitrou · 14 years ago
  69. dc29e7d Include Марк Коренберг and Steffen Daode Nurpmeso in Mist/ACKS for contributions in issues 11265 and 11351. by Giampaolo Rodolà · 14 years ago
  70. 863a0c3 add tests for xml.pulldom #9373 by Benjamin Peterson · 14 years ago
  71. 819c40f Followup to issue #11140 and r88682: also patch _dummy_thread. by Antoine Pitrou · 14 years ago
  72. 8d0f257 Add credit for r88682. by Antoine Pitrou · 14 years ago
  73. 09c530d Revert r88639 (the optimization changes behaviour and breaks buildbots) by Antoine Pitrou · 14 years ago
  74. ffa1a77 Issue #11258: Speed up ctypes.util.find_library() under Linux a lot. Patch by Antoine Pitrou · 14 years ago
  75. 6c3787c Allow usage of SomeABC.register as a class decorator. Patch by Edoardo Spadolini (#10868). by Éric Araujo · 14 years ago
  76. 4543846 #11132: pass optimize parameter to recursive call in compileall.compile_dir(). Reviewed by Eric A. by Georg Brandl · 15 years ago
  77. 2e811c9 Merged revisions 88284 via svnmerge from by Antoine Pitrou · 15 years ago
  78. 0ea622a Issue #8275: Fix passing of callback arguments with ctypes under Win64. by Antoine Pitrou · 15 years ago
  79. 87bb6e9 Merged revisions 88231 via svnmerge from by Alexander Belopolsky · 15 years ago
  80. 19e0a9e Issue #10939: Fixed imaplib.Internaldate2tuple(). Thanks Joe Peterson by Alexander Belopolsky · 15 years ago
  81. c598296 Issue #4953: add the author of the patch by Victor Stinner · 15 years ago
  82. 7fdc746 Merged revisions 87876-87877 via svnmerge from by Georg Brandl · 15 years ago
  83. 619e7ba #10869: do not visit root node twice in ast.increment_lineno(). by Georg Brandl · 15 years ago
  84. 23f9fc3 Issue #10042: Fixed the total_ordering decorator to handle cross-type by Raymond Hettinger · 15 years ago
  85. 5b6fc63 Merged revisions 87834 via svnmerge from by Antoine Pitrou · 15 years ago
  86. b7fb2e2 Issue #8020: Avoid a crash where the small objects allocator would read by Antoine Pitrou · 15 years ago
  87. 59bf738 Merged revisions 87797 via svnmerge from by Antoine Pitrou · 15 years ago
  88. b715fac Issue #3839: wsgiref should not override a Content-Length header set by by Antoine Pitrou · 15 years ago
  89. 8786d3d Issue #10756: add the author, Andreas Stührk by Victor Stinner · 15 years ago
  90. a75c105 Merged revisions 87698 via svnmerge from by Antoine Pitrou · 15 years ago
  91. f3fcd9f Issue #7716: Under Solaris, don't assume existence of /usr/xpg4/bin/grep in by Antoine Pitrou · 15 years ago
  92. 270fe40 test_tkinter: use a context manager to close directly the pipe by Victor Stinner · 15 years ago
  93. f1cc81a Merged revisions 87639 via svnmerge from by Antoine Pitrou · 15 years ago
  94. c224458 Issue #10475: Don't hardcode compilers for LDSHARED/LDCXXSHARED on NetBSD by Antoine Pitrou · 15 years ago
  95. 488b485 Merged revisions 83089,87590 via svnmerge from by R. David Murray · 15 years ago
  96. 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
  97. fd311a7 Add subparser aliases for argparse. Resolves issue 9324. Approved by Georg for beta2 on the tracker. by Steven Bethard · 15 years ago
  98. 3022ce1 Merged revisions 87317 via svnmerge from by Antoine Pitrou · 15 years ago
  99. c492437 Issue #10714: Limit length of incoming request in http.server to 65536 bytes by Antoine Pitrou · 15 years ago
  100. 810023d Issue #8844: Regular and recursive lock acquisitions can now be interrupted by Antoine Pitrou · 15 years ago