1. 278d03b Revert a premature patch for issue #14010 (changeset aaaf36026511). by Serhiy Storchaka · 11 years ago
  2. e8f706e Issue #14010: Fix a crash when iterating or deleting deeply nested filters by Serhiy Storchaka · 11 years ago
  3. 0f38908 #17572: Avoid chained exceptions while passing bad directives to time.strptime(). Initial patch by Claudiu Popa. by Ezio Melotti · 11 years ago
  4. ed3a303 Close #6822: ftplib.FTP.storlines() expects a binary file, not a text file by Victor Stinner · 11 years ago
  5. 7a03e2d Issue #6419: Fix a test_kqueue failure on some BSD flavors. by Charles-Francois Natali · 11 years ago
  6. e5aefa4 Skip a test of an old API on ARM Linux that isn't supported by the OS. by Gregory P. Smith · 11 years ago
  7. 19aeb43 Issue #17435: Don't use mutable default values in Timer. by R David Murray · 11 years ago
  8. 1b14592 #17526: fix an IndexError raised while passing code without filename to inspect.findsource(). Initial patch by Tyler Doyle. by Ezio Melotti · 11 years ago
  9. 9098472 #17564: skip test_bad_address unless the tests are run with -unetwork/-uall. by Ezio Melotti · 11 years ago
  10. 28421c6 Issue #17540: Added style to Formatter configuration by dict. by Vinay Sajip · 11 years ago
  11. 93f756b Merge test_queue clean up from 3.2. by Ezio Melotti · 11 years ago
  12. 656c808 Clean up references to threads in test_queue. by Ezio Melotti · 11 years ago
  13. a1b9ed3 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 11 years ago
  14. a1ed539 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 11 years ago
  15. daa42c7 #17479: test_io now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  16. 9b862b9 Issue #17521: Merged fix from 3.2. by Vinay Sajip · 11 years ago
  17. 68b4cc8 Issue #17521: Corrected non-enabling of logger following two calls to fileConfig(). by Vinay Sajip · 11 years ago
  18. 340a4bb Issue #17508: Merged fix from 3.2. by Vinay Sajip · 11 years ago
  19. 3f885b5 Issue #17508: Handled out-of-order handler configuration correctly. by Vinay Sajip · 11 years ago
  20. 6bd5202 #5713: One more test_smtplib timing fix. by R David Murray · 11 years ago
  21. 54bd49d Merge: #5712: Preemptively fix some other possible timing issues. by R David Murray · 11 years ago
  22. 03b0116 #5712: Preemptively fix some other possible timing issues. by R David Murray · 11 years ago
  23. a686ed7 Merge: #5713: fix timing issue in smtplib tests. by R David Murray · 11 years ago
  24. 853c0f9 #5713: fix timing issue in smtplib tests. by R David Murray · 11 years ago
  25. f1a40b4 Merge: #5713: Handle 421 error codes during sendmail by closing the socket. by R David Murray · 11 years ago
  26. d312c74 #5713: Handle 421 error codes during sendmail by closing the socket. by R David Murray · 11 years ago
  27. a49178e #17493: merge with 3.2. by Ezio Melotti · 11 years ago
  28. 958f7ae #17493: re-enable a test on Windows. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  29. 91110f5 Use a larger amount of data for tests such as the interrupted_write by Gregory P. Smith · 11 years ago
  30. f47e77f #17471 - merge from 3.2 by Senthil Kumaran · 11 years ago
  31. 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
  32. d17ca23 #17471 - merge from 3.2 by Senthil Kumaran · 11 years ago
  33. 843fae9 #17471 - Improve urllib2 test coverage. Patch contributed by Daniel Wozniak by Senthil Kumaran · 11 years ago
  34. 52dfc74 #17476: make allmethods actually return all methods. by R David Murray · 11 years ago
  35. 9929bc5 #17476: make allmethods actually return all methods. by R David Murray · 11 years ago
  36. f0efea0 Issue #17463: Fix test discovery for test_pdb.py by Andrew Svetlov · 11 years ago
  37. f3a1b6e Merge #17448: Make test_sax skip if there are no xml parsers. by R David Murray · 11 years ago
  38. a846f5a #17448: Make test_sax skip if there are no xml parsers. by R David Murray · 11 years ago
  39. e5e7a7c #11420: merge with 3.2. by Ezio Melotti · 11 years ago
  40. c28f6fa #11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by Thomas Wouters. by Ezio Melotti · 11 years ago
  41. b73ac54 Issue # 10652: make tcl/tk tests run after __all__ test, patch by Zachary Ware. by Terry Jan Reedy · 11 years ago
  42. 743c85a Issue # 10652: make tcl/tk tests run after __all__ test, patch by Zachary Ware. by Terry Jan Reedy · 11 years ago
  43. 8093d6f Merge: #17431: Fix missing import of BytesFeedParser in email.parser. by R David Murray · 11 years ago
  44. 220391f #17368: merge with 3.2. by Ezio Melotti · 11 years ago
  45. 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
  46. 0fb37ea #17066: test_robotparser now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  47. 0f84764 Issue #17047: remove doubled words added in 3.3 by Terry Jan Reedy · 11 years ago
  48. 98472b8 Merge 3.2, issue #17047: remove doubled words found in 2.7 to by Terry Jan Reedy · 11 years ago
  49. c30b7b1 Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, by Terry Jan Reedy · 11 years ago
  50. 3300878 #11963: merge with 3.2. by Ezio Melotti · 11 years ago
  51. 42a541b #11963: remove human verification from test_parser and test_subprocess. by Ezio Melotti · 11 years ago
  52. a51be4c #11963: merge with 3.2. by Ezio Melotti · 11 years ago
  53. e7c3299 #11963: fix Windows buildbots. by Ezio Melotti · 11 years ago
  54. 0d7333e #11963: merge with 3.2. by Ezio Melotti · 11 years ago
  55. 3919184 #11963: avoid printing messages in test_parser. Initial patch by Éric Araujo. by Ezio Melotti · 11 years ago
  56. 29c0034 Issue #17223: the test is specific to 32-bit wchar_t type by Victor Stinner · 11 years ago
  57. 965794e Merge: PEP8 fixup on previous patch, remove unused imports in test_email. by R David Murray · 11 years ago
  58. addb0be Merge: #14645: Generator now emits correct linesep for all parts. by R David Murray · 11 years ago
  59. 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
  60. e846342 #11732: make suppress_crash_popup() work on Windows XP and Windows Server 2003. by Ezio Melotti · 11 years ago
  61. e1857d9 Fix indentation. by Ezio Melotti · 11 years ago
  62. 25a4045 #11732: add a new suppress_crash_popup() context manager to test.support. by Ezio Melotti · 11 years ago
  63. 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
  64. 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
  65. 2960693 #17346: merge with 3.2. by Ezio Melotti · 11 years ago
  66. aaef344 #17346: make sure pickle tests are run against all protocols. Initial patch by Marius Gedminas. by Ezio Melotti · 11 years ago
  67. 0392342 Add test for RLock in the lru_cache(). by Raymond Hettinger · 11 years ago
  68. ad246bf Issue #13898: test_ssl no longer prints a spurious stack trace on Ubuntu. by Nadeem Vawda · 11 years ago
  69. 7b39b9b Issue #13898: test_ssl no longer prints a spurious stack trace on Ubuntu. by Nadeem Vawda · 11 years ago
  70. bce9a5d #17334: test_index now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  71. 02bf701 #17333: test_imaplib now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  72. 7b3e571 #17315: merge with 3.2. by Ezio Melotti · 11 years ago
  73. 136726c #17315: unlink a file that test_posixpath was leaving around. by Ezio Melotti · 11 years ago
  74. f79493b #17082: test_dbm* now work with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  75. 520378f #17079: test_ctypes now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  76. 1cb0cb2 #17296: backport fix for issue 1692335, naive exception pickling. by R David Murray · 11 years ago
  77. e601fb0 #17304: test_hash now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  78. 1ed6be3 #17303: test_future* now work with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  79. c472c5d Issue #17223: Fix test_array on Windows (16-bit wchar_t/Py_UNICODE) by Victor Stinner · 11 years ago
  80. 2368704 Some cosmetic changes by Eli Bendersky · 11 years ago
  81. 5b8a324 Merge by Richard Oudkerk · 11 years ago
  82. 7aaa1ef Issue #17018: Make Process.join() retry if os.waitpid() fails with EINTR. by Richard Oudkerk · 11 years ago
  83. 29ec595 Issue #17223: array module: Fix a crasher when converting an array containing by Victor Stinner · 11 years ago
  84. f8cf59e Issue #15083: Convert ElementTree doctests to unittests. by Serhiy Storchaka · 11 years ago
  85. d9a550b Issue #1470548: Add test for fragment producing with XMLGenerator. by Serhiy Storchaka · 11 years ago
  86. a5f13d2 Issue #1470548: Add test for fragment producing with XMLGenerator. by Serhiy Storchaka · 11 years ago
  87. 9f10f56 Merge #17275: Fix class name in init errors in C bufferedio classes. by R David Murray · 11 years ago
  88. 67bfe80 #17275: Fix class name in init errors in C bufferedio classes. by R David Murray · 11 years ago
  89. e766c74 Revert "Issue #16121: Fix line number accounting in shlex" by Petri Lehtinen · 11 years ago
  90. 0362b54 Revert "Issue #16121: Fix line number accounting in shlex" by Petri Lehtinen · 11 years ago
  91. 6d61eaa Issue #16121: Fix line number accounting in shlex by Petri Lehtinen · 11 years ago
  92. 7a05113 Issue #16121: Fix line number accounting in shlex by Petri Lehtinen · 11 years ago
  93. eadece2 #12749: add a test for non-BMP ranges in character classes. by Ezio Melotti · 11 years ago
  94. 4ad8eec #17217: merge with 3.2. by Ezio Melotti · 11 years ago
  95. 507eb09 #17217: fix UnicodeEncodeErrors errors in test_format by printing ASCII only. by Ezio Melotti · 11 years ago
  96. 1ca8794 #17249: check for the availability of the thread module. by Ezio Melotti · 11 years ago
  97. 35246bd #17249: merge with 3.2. by Ezio Melotti · 11 years ago
  98. 29267c8 #17249: convert a test in test_capi to use unittest and reap threads. by Ezio Melotti · 11 years ago
  99. 600b711 #17255: merge with 3.2. by Ezio Melotti · 11 years ago
  100. 0f4377c #17255: test short-circuiting behavior of any()/all(). Patch by Wim Glenn. by Ezio Melotti · 11 years ago