1. 6636121 Close #4376: ctypes now supports nested structures in a endian different than by Victor Stinner · 13 years ago
  2. 093c8e4 Issue #12149: Update the method cache after a type's dictionnary gets by Antoine Pitrou · 13 years ago
  3. 84f1b17 Issue #12149: Update the method cache after a type's dictionnary gets by Antoine Pitrou · 13 years ago
  4. 4468e55 Close file handles in a timely manner in packaging.database (#12504). by Éric Araujo · 13 years ago
  5. ce5fe83 Factor out code used by packaging commands for HTTP requests (#12169). by Éric Araujo · 13 years ago
  6. 6a4ffd7 Fix #11512. Add an initial test suite for the cgitb, providing 75% coverage. by Brian Curtin · 13 years ago
  7. db4120b merge #12147: make send_message correctly handle Sender and Resent- headers. by R David Murray · 13 years ago
  8. ac4e5ab #12147: make send_message correctly handle Sender and Resent- headers. by R David Murray · 13 years ago
  9. 8b56c4b Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 13 years ago
  10. 3eb67d5 Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 13 years ago
  11. 29e2c64 Issue #4608: urllib.request.urlopen does not return an iterable object by Raymond Hettinger · 13 years ago
  12. 038018a Issue #4608: urllib.request.urlopen does not return an iterable object by Raymond Hettinger · 13 years ago
  13. fcb17e1 Merge #10206: add test for previously fixed bug. by R David Murray · 13 years ago
  14. e697e37 #10206: add test for previously fixed bug. by R David Murray · 13 years ago
  15. 3b83ff6 ACKS update for devguide patch (closes #12278) by Nick Coghlan · 13 years ago
  16. bc18532 Branch merge by Éric Araujo · 13 years ago
  17. 3605030 Fix assorted bugs in packaging.util.cfg_to_args (#11595). by Éric Araujo · 13 years ago
  18. 49aaad3 merge heads by Benjamin Peterson · 13 years ago
  19. ae10b32 merge 3.2 (#12009) by Benjamin Peterson · 13 years ago
  20. 9aa68e4 merge 3.1 (#12009) by Benjamin Peterson · 13 years ago
  21. 1df0f21 fix regression in netrc comment handling (closes #12009) by Benjamin Peterson · 13 years ago
  22. fa6cfbc Don’t try to install something when running from uninstalled source (#12246). by Éric Araujo · 13 years ago
  23. 4dd453c Issue #12021: Make mmap's read() method argument optional. Patch by Petri by Charles-François Natali · 13 years ago
  24. c072516 Remove duplicate entry for Josip by Éric Araujo · 13 years ago
  25. 1b5b9d7 (Merge 3.2) Close #12085: Fix an attribute error in subprocess.Popen destructor by Victor Stinner · 13 years ago
  26. 87b9bc3 Close #12085: Fix an attribute error in subprocess.Popen destructor if the by Victor Stinner · 13 years ago
  27. 62ecb6a Tidy up the additional string module tests added at the Pycon sprints (closes #11505) by Nick Coghlan · 13 years ago
  28. ebbb3b7 Update the ACKS file with the packaging contributors by Alexis Metaireau · 13 years ago
  29. 59a3338 Issue #985064: Make plistlib more resilient to faulty input plists. by Ned Deily · 13 years ago
  30. 32b5cb0 Issue #985064: Make plistlib more resilient to faulty input plists. by Ned Deily · 13 years ago
  31. b8e59f7 Issue #985064: Make plistlib more resilient to faulty input plists. by Ned Deily · 13 years ago
  32. 42fc33a add ack from 2.7 by Benjamin Peterson · 13 years ago
  33. 3486a98 Issue #9971: Write an optimized implementation of BufferedReader.readinto(). by Antoine Pitrou · 13 years ago
  34. 3cade99 Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in by Antoine Pitrou · 13 years ago
  35. 1be815a Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in by Antoine Pitrou · 13 years ago
  36. d7f12f3 Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented. by Antoine Pitrou · 13 years ago
  37. 5bcc50c Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented. by Antoine Pitrou · 13 years ago
  38. c1d5206 Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by Kasun Herath. by Antoine Pitrou · 13 years ago
  39. 97c3eb4 Closes Issue 11916: Add a number of MacOSX specific definitions to the errno module. by Ronald Oussoren · 13 years ago
  40. ff9bfca Issue #12000: When a SSL certificate has a subjectAltName without any by Antoine Pitrou · 13 years ago
  41. 1c86b44 Issue #12000: When a SSL certificate has a subjectAltName without any by Antoine Pitrou · 13 years ago
  42. 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 · 13 years ago
  43. 7ceb180 Merge #11647 update from 3.2 by Nick Coghlan · 13 years ago
  44. 0ded3e3 Issue #11647: allow contextmanager objects to be used as decorators as described in the docs. Initial patch by Ysj Ray. by Nick Coghlan · 13 years ago
  45. 13aaef5 Issue #9756: credit the author, Andreas Stührk (Trundle) by Victor Stinner · 13 years ago
  46. 70eb79c Merged solution for #11324 from 3.2. by Łukasz Langa · 13 years ago
  47. 1aa422f Closes #11324: ConfigParser(interpolation=None) doesn't work. by Łukasz Langa · 13 years ago
  48. bf53a9c Merged ACKS from 3.2: added Yuxiao Zeng by Łukasz Langa · 13 years ago
  49. f531113 Added Yuxiao Zeng for finding and resolving #11858. Thanks! by Łukasz Langa · 13 years ago
  50. dff18b0 Merge #11901: add description of how bitfields are laid out to hexversion docs by R David Murray · 13 years ago
  51. 0fb5b39 Merge #11901: add description of how bitfields are laid out to hexversion docs by R David Murray · 13 years ago
  52. 2043f9c #11901: add description of how bitfields are laid out to hexversion docs by R David Murray · 13 years ago
  53. 4f71172 pybench prep_times calculation error (closes #11895) by Jesus Cea · 13 years ago
  54. b32321a pybench prep_times calculation error (closes #11895) by Jesus Cea · 13 years ago
  55. 8f14bbd pybench prep_times calculation error (closes #11895) by Jesus Cea · 13 years ago
  56. 8c52027 Issue #11258: Speed up ctypes.util.find_library() under Linux by a factor by Antoine Pitrou · 13 years ago
  57. c1ceb64 MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  58. 6159ee3 MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  59. ac45150 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  60. 8debacb #1690608: make formataddr RFC2047 aware. by R David Murray · 13 years ago
  61. d6056b7 Issue #7796: Add link to Jan Kaliszewski's alternate constructor and ABC for named tuples. by Raymond Hettinger · 13 years ago
  62. 6c94e6f Issue #7796: Add link to Jan Kaliszewski's alternate constructor and ABC for named tuples. by Raymond Hettinger · 13 years ago
  63. af88d86 merge #11696 by Martin v. Löwis · 13 years ago
  64. 987403b merge #11696 by Martin v. Löwis · 13 years ago
  65. f8d887e Closes #11696: Fix ID generation in msilib. Patch by Mark Mc Mahon. by Martin v. Löwis · 13 years ago
  66. 79a9036 Merge #9696 by Mark Dickinson · 13 years ago
  67. 92b60d5 Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when trying to pack a negative (in-range) integer. by Mark Dickinson · 13 years ago
  68. 4aeb542 Merge with 3.2 by Ross Lagerwall · 13 years ago
  69. 17ace7a Merge with 3.1 by Ross Lagerwall · 13 years ago
  70. b8a5769 Issue #11659: Fix ResourceWarning in test_subprocess introduced by #11459. by Ross Lagerwall · 13 years ago
  71. 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 · 13 years ago
  72. 5e98141 Issue #5421: Fix misleading error message when one of socket.sendto()'s by Antoine Pitrou · 13 years ago
  73. b3c728f Close #11577: Improve binhex test coverage and fix ResourceWarning by Nick Coghlan · 13 years ago
  74. 78099bb Merge #9298 fix. by R David Murray · 13 years ago
  75. 6d94bd4 #9298: restore proper folding of base64 encoded bodies. by R David Murray · 13 years ago
  76. 7462fa6 Backport improved test coverage for string.py by Nick Coghlan · 13 years ago
  77. f0edd1b Merge with 3.1 by Ronald Oussoren · 13 years ago
  78. 0b8753d Issue #11569: use absolute path to the sysctl command in multiprocessing to by Ronald Oussoren · 13 years ago
  79. 2c50a09 On behalf of Tarek: Issue #11501: disutils.archive_utils.make_zipfile no by Antoine Pitrou · 13 years ago
  80. 56a9d7e #11554: reactivate test_email_codecs, and make it pass. by R David Murray · 13 years ago
  81. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  82. f8b9dfd #11496: skip history test if clear_history is not available. by R David Murray · 13 years ago
  83. 525c25d Fix #11491. When dbm.open was called with a file which already exists and by briancurtin · 13 years ago
  84. 94eceeb Fix #11491. When dbm.open was called with a file which already exists and by briancurtin · 13 years ago
  85. 1a5201f Merge #11488 patch from 3.1. by R David Murray · 13 years ago
  86. d89ee79 #11488: Add tests for writelines method of SpooledTemporaryFile. by R David Murray · 13 years ago
  87. 5647c47 Merge #10999 fix. by R David Murray · 13 years ago
  88. 3017806 #10999: Add missing documentation for chflags constants to stat module docs by R David Murray · 13 years ago
  89. bab07a6 Tidy up merge with remote by Nick Coghlan · 13 years ago
  90. bb35299 Merge #9298 fix. by R David Murray · 13 years ago
  91. e97a5b2 merge heads by Benjamin Peterson · 13 years ago
  92. d6afe72 improve dis test coverage (closes #11559) by Benjamin Peterson · 13 years ago
  93. df1d00a Merge #11554 test_email_codecs activation from 3.2. by R David Murray · 13 years ago
  94. ee354ea merge default by Michael Foord · 13 years ago
  95. 1341bb0 Closes issue 11407. TestCase.run returns the result object used or created by Michael Foord · 13 years ago
  96. d25fd4d Close #11505: Improve string.py coverage by Nick Coghlan · 13 years ago
  97. 30bb6e0 Fix #11491. When dbm.open was called with a file which already exists and by briancurtin · 13 years ago
  98. 91f0359 Skip test if zlib not present. Closes #11498. Patch by Natalia B. Bidart. by Eric V. Smith · 13 years ago
  99. af9be20 Merge #11488 patch from 3.2. by R David Murray · 13 years ago
  100. ee30a0b Merge #10999 fix. by R David Murray · 13 years ago