1. 945c3bb - Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser, by doko@ubuntu.com · 11 years ago
  2. 31a7835 #17504: remove duplicated sentence. Patch by Radu Voicilas. by Ezio Melotti · 11 years ago
  3. 93f756b Merge test_queue clean up from 3.2. by Ezio Melotti · 11 years ago
  4. 656c808 Clean up references to threads in test_queue. by Ezio Melotti · 11 years ago
  5. a1b9ed3 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 11 years ago
  6. a1ed539 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 11 years ago
  7. daa42c7 #17479: test_io now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  8. 325dc88 Backport improved dict comparison logic by Raymond Hettinger · 11 years ago
  9. 9b862b9 Issue #17521: Merged fix from 3.2. by Vinay Sajip · 11 years ago
  10. 68b4cc8 Issue #17521: Corrected non-enabling of logger following two calls to fileConfig(). by Vinay Sajip · 11 years ago
  11. 340a4bb Issue #17508: Merged fix from 3.2. by Vinay Sajip · 11 years ago
  12. 3f885b5 Issue #17508: Handled out-of-order handler configuration correctly. by Vinay Sajip · 11 years ago
  13. 1621d77 - Issue #16754: Fix the incorrect shared library extension on linux. Introduce by doko@ubuntu.com · 11 years ago
  14. d5537d0 - Issue #16754: Fix the incorrect shared library extension on linux. Introduce by doko@ubuntu.com · 11 years ago
  15. 6bd5202 #5713: One more test_smtplib timing fix. by R David Murray · 11 years ago
  16. 54bd49d Merge: #5712: Preemptively fix some other possible timing issues. by R David Murray · 11 years ago
  17. 03b0116 #5712: Preemptively fix some other possible timing issues. by R David Murray · 11 years ago
  18. a686ed7 Merge: #5713: fix timing issue in smtplib tests. by R David Murray · 11 years ago
  19. 853c0f9 #5713: fix timing issue in smtplib tests. by R David Murray · 11 years ago
  20. 74b2404 merge by Gregory P. Smith · 11 years ago
  21. 1f8a40b remove the long obsolete mention of universal newlines mode only being by Gregory P. Smith · 11 years ago
  22. f1a40b4 Merge: #5713: Handle 421 error codes during sendmail by closing the socket. by R David Murray · 11 years ago
  23. d312c74 #5713: Handle 421 error codes during sendmail by closing the socket. by R David Murray · 11 years ago
  24. a49178e #17493: merge with 3.2. by Ezio Melotti · 11 years ago
  25. 958f7ae #17493: re-enable a test on Windows. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  26. 91110f5 Use a larger amount of data for tests such as the interrupted_write by Gregory P. Smith · 11 years ago
  27. f47e77f #17471 - merge from 3.2 by Senthil Kumaran · 11 years ago
  28. 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
  29. d17ca23 #17471 - merge from 3.2 by Senthil Kumaran · 11 years ago
  30. 843fae9 #17471 - Improve urllib2 test coverage. Patch contributed by Daniel Wozniak by Senthil Kumaran · 11 years ago
  31. 7889944 Merge: #17443: Fix buffering in IMAP4_stream. by R David Murray · 11 years ago
  32. fcb6d6a #17443: Fix buffering in IMAP4_stream. by R David Murray · 11 years ago
  33. e185341 Fix usage of the unittest.skip decorator. by Serhiy Storchaka · 11 years ago
  34. ae4ef4d Fix usage of the unittest.skip decorator. by Serhiy Storchaka · 11 years ago
  35. 52dfc74 #17476: make allmethods actually return all methods. by R David Murray · 11 years ago
  36. 9929bc5 #17476: make allmethods actually return all methods. by R David Murray · 11 years ago
  37. f0efea0 Issue #17463: Fix test discovery for test_pdb.py by Andrew Svetlov · 11 years ago
  38. f3a1b6e Merge #17448: Make test_sax skip if there are no xml parsers. by R David Murray · 11 years ago
  39. a846f5a #17448: Make test_sax skip if there are no xml parsers. by R David Murray · 11 years ago
  40. 1f2a49c Merge #16057: Clarify why the base method default is called in custom encoders. by R David Murray · 11 years ago
  41. dd24617 #16057: Clarify why the base method default is called in custom encoders. by R David Murray · 11 years ago
  42. 3e2fe05 Issue #16880: _imp.load_dynamic() is not defined on a platform that by Brett Cannon · 11 years ago
  43. 969ff72 Issue #16564: Fixed a performance regression relative to Python 3.1 in the by Serhiy Storchaka · 11 years ago
  44. 0f606a6 Issue #16564: Fixed a performance regression relative to Python 3.1 in the by Serhiy Storchaka · 11 years ago
  45. e5e7a7c #11420: merge with 3.2. by Ezio Melotti · 11 years ago
  46. c28f6fa #11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by Thomas Wouters. by Ezio Melotti · 11 years ago
  47. b73ac54 Issue # 10652: make tcl/tk tests run after __all__ test, patch by Zachary Ware. by Terry Jan Reedy · 11 years ago
  48. 743c85a Issue # 10652: make tcl/tk tests run after __all__ test, patch by Zachary Ware. by Terry Jan Reedy · 11 years ago
  49. 8093d6f Merge: #17431: Fix missing import of BytesFeedParser in email.parser. by R David Murray · 11 years ago
  50. 612528d #17431: Fix missing import of BytesFeedParser in email.parser. by R David Murray · 11 years ago
  51. a9d24e6 Issue #1285086: Get rid of the refcounting hack and speed up by Serhiy Storchaka · 11 years ago
  52. 8ea4616 Issue #1285086: Get rid of the refcounting hack and speed up by Serhiy Storchaka · 11 years ago
  53. 220391f #17368: merge with 3.2. by Ezio Melotti · 11 years ago
  54. 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
  55. 72cdb5c Issue #11367: fix documentation of some find* methods in ElementTree by Eli Bendersky · 11 years ago
  56. 7343cb0 Issue #11367: fix documentation of some find* methods in ElementTree by Eli Bendersky · 11 years ago
  57. 0fb37ea #17066: test_robotparser now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  58. 0f84764 Issue #17047: remove doubled words added in 3.3 by Terry Jan Reedy · 11 years ago
  59. 98472b8 Merge 3.2, issue #17047: remove doubled words found in 2.7 to by Terry Jan Reedy · 11 years ago
  60. c30b7b1 Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, by Terry Jan Reedy · 11 years ago
  61. 3300878 #11963: merge with 3.2. by Ezio Melotti · 11 years ago
  62. 42a541b #11963: remove human verification from test_parser and test_subprocess. by Ezio Melotti · 11 years ago
  63. a51be4c #11963: merge with 3.2. by Ezio Melotti · 11 years ago
  64. e7c3299 #11963: fix Windows buildbots. by Ezio Melotti · 11 years ago
  65. 0d7333e #11963: merge with 3.2. by Ezio Melotti · 11 years ago
  66. 3919184 #11963: avoid printing messages in test_parser. Initial patch by Éric Araujo. by Ezio Melotti · 11 years ago
  67. d8d6010 Sync-up with 3.4 to make maintenance easier. by Raymond Hettinger · 11 years ago
  68. f96b2b0 Improve comments and variable names. by Raymond Hettinger · 11 years ago
  69. 29c0034 Issue #17223: the test is specific to 32-bit wchar_t type by Victor Stinner · 11 years ago
  70. 965794e Merge: PEP8 fixup on previous patch, remove unused imports in test_email. by R David Murray · 11 years ago
  71. b9534f4 PEP8 fixup on previous patch, remove unused import in test_email. by R David Murray · 11 years ago
  72. addb0be Merge: #14645: Generator now emits correct linesep for all parts. by R David Murray · 11 years ago
  73. e67c6c5 #14645: Generator now emits correct linesep for all parts. by R David Murray · 11 years ago
  74. 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
  75. e846342 #11732: make suppress_crash_popup() work on Windows XP and Windows Server 2003. by Ezio Melotti · 11 years ago
  76. e1857d9 Fix indentation. by Ezio Melotti · 12 years ago
  77. 25a4045 #11732: add a new suppress_crash_popup() context manager to test.support. by Ezio Melotti · 12 years ago
  78. 884f058 Reverting the changeset 5d76a4746d9d made for Issue #12921 by Senthil Kumaran · 12 years ago
  79. 1e7551d Reverting the changeset 5126e62c60af made for Issue #12921 by Senthil Kumaran · 12 years ago
  80. c37f835 Fix Issue #12921: BaseHTTPServer's send_error should send the correct error by Senthil Kumaran · 12 years ago
  81. 3fb066d Fix Issue #12921: BaseHTTPServer's send_error should send the correct error by Senthil Kumaran · 12 years ago
  82. 2e8d9a7 Fix typo by Raymond Hettinger · 12 years ago
  83. f6b2667 Issue #16098: Update heapq.nsmallest to use the same algorithm as nlargest. by Raymond Hettinger · 12 years ago
  84. 31584e3 Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is being resized concurrently. by Antoine Pitrou · 12 years ago
  85. 44d5214 Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is being resized concurrently. by Antoine Pitrou · 12 years ago
  86. 2960693 #17346: merge with 3.2. by Ezio Melotti · 12 years ago
  87. aaef344 #17346: make sure pickle tests are run against all protocols. Initial patch by Marius Gedminas. by Ezio Melotti · 12 years ago
  88. 352cc8c Another nit. by Raymond Hettinger · 12 years ago
  89. f2c17a9 Fix other re-entrancy nits for the lru_cache. by Raymond Hettinger · 12 years ago
  90. 0392342 Add test for RLock in the lru_cache(). by Raymond Hettinger · 12 years ago
  91. ad246bf Issue #13898: test_ssl no longer prints a spurious stack trace on Ubuntu. by Nadeem Vawda · 12 years ago
  92. 7b39b9b Issue #13898: test_ssl no longer prints a spurious stack trace on Ubuntu. by Nadeem Vawda · 12 years ago
  93. bce9a5d #17334: test_index now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  94. 02bf701 #17333: test_imaplib now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  95. 4f4ba16 Issue #17331: Use isidentifier() instead of isalnum() to check for valid identifiers. by Raymond Hettinger · 12 years ago
  96. 409f663 Remove dependency on dummy_threading (to solve a bootstrap problem). by Raymond Hettinger · 12 years ago
  97. 7b3e571 #17315: merge with 3.2. by Ezio Melotti · 12 years ago
  98. 136726c #17315: unlink a file that test_posixpath was leaving around. by Ezio Melotti · 12 years ago
  99. fd54117 Don't deadlock on a reentrant call. by Raymond Hettinger · 12 years ago
  100. f79493b #17082: test_dbm* now work with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago