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