1. 2a4d245 #17471 - Increasing the urllib.error test coverage. Bringing it to 100%. Based on patch contributed by Daniel Wozniak by Senthil Kumaran · 11 years ago
  2. 8927e8f Issue #12098: multiprocessing on Windows now starts child processes by Kristján Valur Jónsson · 11 years ago
  3. 7161075 Reindent files for: by doko@ubuntu.com · 11 years ago
  4. 4950a3b - Issue #17477: Update the bsddb module to pybsddb 5.3.0, supporting by doko@ubuntu.com · 11 years ago
  5. d17ca23 #17471 - merge from 3.2 by Senthil Kumaran · 11 years ago
  6. 843fae9 #17471 - Improve urllib2 test coverage. Patch contributed by Daniel Wozniak by Senthil Kumaran · 11 years ago
  7. 7889944 Merge: #17443: Fix buffering in IMAP4_stream. by R David Murray · 11 years ago
  8. fcb6d6a #17443: Fix buffering in IMAP4_stream. by R David Murray · 11 years ago
  9. e185341 Fix usage of the unittest.skip decorator. by Serhiy Storchaka · 11 years ago
  10. ae4ef4d Fix usage of the unittest.skip decorator. by Serhiy Storchaka · 11 years ago
  11. 52dfc74 #17476: make allmethods actually return all methods. by R David Murray · 11 years ago
  12. 9929bc5 #17476: make allmethods actually return all methods. by R David Murray · 11 years ago
  13. f0efea0 Issue #17463: Fix test discovery for test_pdb.py by Andrew Svetlov · 11 years ago
  14. bebf75f open file in binary mode by Benjamin Peterson · 11 years ago
  15. f3a1b6e Merge #17448: Make test_sax skip if there are no xml parsers. by R David Murray · 11 years ago
  16. a846f5a #17448: Make test_sax skip if there are no xml parsers. by R David Murray · 11 years ago
  17. 35893b7 #16057: Clarify why the base method default is called in custom encoders. by R David Murray · 11 years ago
  18. 1f2a49c Merge #16057: Clarify why the base method default is called in custom encoders. by R David Murray · 11 years ago
  19. dd24617 #16057: Clarify why the base method default is called in custom encoders. by R David Murray · 11 years ago
  20. 3e2fe05 Issue #16880: _imp.load_dynamic() is not defined on a platform that by Brett Cannon · 11 years ago
  21. 969ff72 Issue #16564: Fixed a performance regression relative to Python 3.1 in the by Serhiy Storchaka · 11 years ago
  22. 0f606a6 Issue #16564: Fixed a performance regression relative to Python 3.1 in the by Serhiy Storchaka · 11 years ago
  23. e5e7a7c #11420: merge with 3.2. by Ezio Melotti · 11 years ago
  24. e015b6b #11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by Thomas Wouters. by Ezio Melotti · 11 years ago
  25. c28f6fa #11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by Thomas Wouters. by Ezio Melotti · 11 years ago
  26. b73ac54 Issue # 10652: make tcl/tk tests run after __all__ test, patch by Zachary Ware. by Terry Jan Reedy · 11 years ago
  27. 743c85a Issue # 10652: make tcl/tk tests run after __all__ test, patch by Zachary Ware. by Terry Jan Reedy · 11 years ago
  28. 8093d6f Merge: #17431: Fix missing import of BytesFeedParser in email.parser. by R David Murray · 11 years ago
  29. 612528d #17431: Fix missing import of BytesFeedParser in email.parser. by R David Murray · 11 years ago
  30. a9d24e6 Issue #1285086: Get rid of the refcounting hack and speed up by Serhiy Storchaka · 11 years ago
  31. 8ea4616 Issue #1285086: Get rid of the refcounting hack and speed up by Serhiy Storchaka · 11 years ago
  32. 923baea Issue #1285086: Get rid of the refcounting hack and speed up urllib.unquote(). by Serhiy Storchaka · 11 years ago
  33. 2556c83 Issue #17299: Add test coverage for cPickle with file objects and general IO by Serhiy Storchaka · 11 years ago
  34. 220391f #17368: merge with 3.2. by Ezio Melotti · 11 years ago
  35. a7d64a6 #17368: Fix an off-by-one error in the Python JSON decoder that caused a failure while decoding empty object literals when object_pairs_hook was specified. by Ezio Melotti · 11 years ago
  36. fda7a8c #17368: Fix an off-by-one error in the Python JSON decoder that caused a failure while decoding empty object literals when object_pairs_hook was specified. by Ezio Melotti · 11 years ago
  37. 981c3bd Issue #11367: fix documentation of some find* methods in ElementTree by Eli Bendersky · 11 years ago
  38. 72cdb5c Issue #11367: fix documentation of some find* methods in ElementTree by Eli Bendersky · 11 years ago
  39. 7343cb0 Issue #11367: fix documentation of some find* methods in ElementTree by Eli Bendersky · 11 years ago
  40. 0fb37ea #17066: test_robotparser now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  41. 0f84764 Issue #17047: remove doubled words added in 3.3 by Terry Jan Reedy · 11 years ago
  42. 98472b8 Merge 3.2, issue #17047: remove doubled words found in 2.7 to by Terry Jan Reedy · 11 years ago
  43. c30b7b1 Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, by Terry Jan Reedy · 11 years ago
  44. a70f60a Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, by Terry Jan Reedy · 11 years ago
  45. 3300878 #11963: merge with 3.2. by Ezio Melotti · 11 years ago
  46. 42a541b #11963: remove human verification from test_parser and test_subprocess. by Ezio Melotti · 11 years ago
  47. 9b9cd4c #11963: fix Windows buildbots. by Ezio Melotti · 11 years ago
  48. efaad09 #11963: remove human verification from test_subprocess. by Ezio Melotti · 11 years ago
  49. a51be4c #11963: merge with 3.2. by Ezio Melotti · 11 years ago
  50. e7c3299 #11963: fix Windows buildbots. by Ezio Melotti · 11 years ago
  51. c526704 #11963: fix Windows buildbots. by Ezio Melotti · 11 years ago
  52. 0d7333e #11963: merge with 3.2. by Ezio Melotti · 11 years ago
  53. 3919184 #11963: avoid printing messages in test_parser. Initial patch by Éric Araujo. by Ezio Melotti · 11 years ago
  54. da9eeae #11963: avoid printing messages in test_parser. Initial patch by Éric Araujo. by Ezio Melotti · 11 years ago
  55. d8d6010 Sync-up with 3.4 to make maintenance easier. by Raymond Hettinger · 11 years ago
  56. f96b2b0 Improve comments and variable names. by Raymond Hettinger · 11 years ago
  57. 9f7e247 Issue #17375: Add docstrings to the threading module. by Raymond Hettinger · 11 years ago
  58. 29c0034 Issue #17223: the test is specific to 32-bit wchar_t type by Victor Stinner · 11 years ago
  59. 965794e Merge: PEP8 fixup on previous patch, remove unused imports in test_email. by R David Murray · 11 years ago
  60. b9534f4 PEP8 fixup on previous patch, remove unused import in test_email. by R David Murray · 11 years ago
  61. addb0be Merge: #14645: Generator now emits correct linesep for all parts. by R David Murray · 11 years ago
  62. e67c6c5 #14645: Generator now emits correct linesep for all parts. by R David Murray · 11 years ago
  63. 1f38621 #11732: add a new suppress_crash_popup() context manager to test.support that disables crash popups on Windows and use it in test_ctypes. by Ezio Melotti · 11 years ago
  64. e846342 #11732: make suppress_crash_popup() work on Windows XP and Windows Server 2003. by Ezio Melotti · 11 years ago
  65. e1857d9 Fix indentation. by Ezio Melotti · 11 years ago
  66. 25a4045 #11732: add a new suppress_crash_popup() context manager to test.support. by Ezio Melotti · 11 years ago
  67. 884f058 Reverting the changeset 5d76a4746d9d made for Issue #12921 by Senthil Kumaran · 11 years ago
  68. 1e7551d Reverting the changeset 5126e62c60af made for Issue #12921 by Senthil Kumaran · 11 years ago
  69. 6234cc0 Reverting the changeset c31d700dea8b made for Issue #12921 by Senthil Kumaran · 11 years ago
  70. c37f835 Fix Issue #12921: BaseHTTPServer's send_error should send the correct error by Senthil Kumaran · 11 years ago
  71. 3fb066d Fix Issue #12921: BaseHTTPServer's send_error should send the correct error by Senthil Kumaran · 11 years ago
  72. c74e764 Fix Issue #12921: BaseHTTPServer's send_error should send the correct error by Senthil Kumaran · 11 years ago
  73. 757408a merge by Raymond Hettinger · 11 years ago
  74. 3e6aafe Issue #16098: Update heapq.nsmallest to use the same algorithm as nlargest. by Raymond Hettinger · 11 years ago
  75. 2e8d9a7 Fix typo by Raymond Hettinger · 11 years ago
  76. f6b2667 Issue #16098: Update heapq.nsmallest to use the same algorithm as nlargest. by Raymond Hettinger · 11 years ago
  77. 31584e3 Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is being resized concurrently. by Antoine Pitrou · 11 years ago
  78. 44d5214 Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is being resized concurrently. by Antoine Pitrou · 11 years ago
  79. 49e4dfe Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is being resized concurrently. by Antoine Pitrou · 11 years ago
  80. a84ecc6 #17346: make sure pickle tests are run against all protocols. by Ezio Melotti · 11 years ago
  81. 2960693 #17346: merge with 3.2. by Ezio Melotti · 11 years ago
  82. aaef344 #17346: make sure pickle tests are run against all protocols. Initial patch by Marius Gedminas. by Ezio Melotti · 11 years ago
  83. 352cc8c Another nit. by Raymond Hettinger · 11 years ago
  84. f2c17a9 Fix other re-entrancy nits for the lru_cache. by Raymond Hettinger · 11 years ago
  85. 0392342 Add test for RLock in the lru_cache(). by Raymond Hettinger · 11 years ago
  86. ad246bf Issue #13898: test_ssl no longer prints a spurious stack trace on Ubuntu. by Nadeem Vawda · 11 years ago
  87. 7b39b9b Issue #13898: test_ssl no longer prints a spurious stack trace on Ubuntu. by Nadeem Vawda · 11 years ago
  88. 7cac1c2 Issue #16445: Fix potential segmentation fault when deleting an exception message. by Mark Dickinson · 11 years ago
  89. bce9a5d #17334: test_index now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  90. 02bf701 #17333: test_imaplib now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  91. 4f4ba16 Issue #17331: Use isidentifier() instead of isalnum() to check for valid identifiers. by Raymond Hettinger · 11 years ago
  92. 409f663 Remove dependency on dummy_threading (to solve a bootstrap problem). by Raymond Hettinger · 11 years ago
  93. 7b3e571 #17315: merge with 3.2. by Ezio Melotti · 11 years ago
  94. 136726c #17315: unlink a file that test_posixpath was leaving around. by Ezio Melotti · 11 years ago
  95. c86e866 #17315: unlink a file that test_posixpath was leaving around. by Ezio Melotti · 11 years ago
  96. fd54117 Don't deadlock on a reentrant call. by Raymond Hettinger · 11 years ago
  97. f79493b #17082: test_dbm* now work with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  98. 520378f #17079: test_ctypes now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  99. 1cb0cb2 #17296: backport fix for issue 1692335, naive exception pickling. by R David Murray · 11 years ago
  100. e601fb0 #17304: test_hash now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago