1. be3c2fe removed Enum.__eq__ as it added nothing by Ethan Furman · 11 years ago
  2. 8b097b4 Close #17828: better handling of codec errors by Nick Coghlan · 11 years ago
  3. d3e83e2 Avoid global side effect in test_ensurepip by Nick Coghlan · 11 years ago
  4. ca351e6 Fix test_socket for repr update by Nick Coghlan · 11 years ago
  5. 1bfa7ed test.support: considering the module is a mix of utilities unrelated with each other divide __all__ in sub-sections so that it can be used as a quick-reference doc by Giampaolo Rodola' · 11 years ago
  6. 45956b9 Close #19466: Clear the frames of daemon threads earlier during the Python by Victor Stinner · 11 years ago
  7. d9182e6 Remove mis-merged artefact by Tim Golden · 11 years ago
  8. bbe268f Issue13674 Correct crash with strftime %y format under Windows by Tim Golden · 11 years ago
  9. 6e51b8f Issue13674 Correct crash with strftime %y format under Windows by Tim Golden · 11 years ago
  10. dfcd694 Issue #19440: Clean up test_capi by Zachary Ware · 11 years ago
  11. c12f09e Issue #19440: Clean up test_capi by Zachary Ware · 11 years ago
  12. 7859182 Closes #6683: add a test that exercises multiple authentication. by Andrew Kuchling · 11 years ago
  13. d0cf063 Close #19406: Initial implementation of ensurepip by Nick Coghlan · 11 years ago
  14. 020af2a Issue #8799: Reduce timing sensitivity of condition test by explicitly by Kristjan Valur Jonsson · 11 years ago
  15. 711e91b Issue #16685: Added support for any bytes-like objects in the audioop module. by Serhiy Storchaka · 11 years ago
  16. 74af9d3 Merge heads by Serhiy Storchaka · 11 years ago
  17. 81895f8 Issue #19261: Added support for writing 24-bit samples in the sunau module. by Serhiy Storchaka · 11 years ago
  18. 72cd8b9 Merge by Jason R. Coombs · 11 years ago
  19. 6bdc498 Normalize whitespace by Jason R. Coombs · 11 years ago
  20. ad8156e #1097797: Add CP273 codec, and exercise it in the test suite by Andrew Kuchling · 11 years ago
  21. 29828a6 Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms. by Serhiy Storchaka · 11 years ago
  22. a44372f Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms. by Serhiy Storchaka · 11 years ago
  23. 9e5aba2 remove dead import by Brett Cannon · 11 years ago
  24. 9ea8eda Issue #16803: test.test_importlib.source now tests frozen and source code by Brett Cannon · 11 years ago
  25. 3a4586a Issue #18923: Update subprocess to use the new selectors module. by Charles-François Natali · 11 years ago
  26. 2ce6c44 Simplify test.test_importlib.__main__ by Brett Cannon · 11 years ago
  27. 330f71b Issue #16803: test.test_importlib.import_ now tests frozen and source code by Brett Cannon · 11 years ago
  28. a3c6963 Issue #16803: test.test_importlib.frozen now runs both frozen and source code by Brett Cannon · 11 years ago
  29. d029359 Remove redundant test_selectors.py from test_asyncio. by Guido van Rossum · 11 years ago
  30. a5b9599 #17080: improve error message of float/complex when the wrong type is passed. by Ezio Melotti · 11 years ago
  31. d0786a1 Optimize BaseSelector.modify(). Patch by Arnaud Faure. by Guido van Rossum · 11 years ago
  32. b703881 #19480: merge with 3.3. by Ezio Melotti · 11 years ago
  33. 7165d8b #19480: HTMLParser now accepts all valid start-tag names as defined by the HTML5 standard. by Ezio Melotti · 11 years ago
  34. 0b69fbc asyncio: Add close() back to Unix selector event loop, to remove all signal handlers. Should fix buildbot issues. by Guido van Rossum · 11 years ago
  35. 95887b7 Remove incorrect comment from dis tests by Nick Coghlan · 11 years ago
  36. 90b8e7d Close #19378: address flaws in the new dis module APIs by Nick Coghlan · 11 years ago
  37. c1bd2fe Merge with 3.3 by Terry Jan Reedy · 11 years ago
  38. 5c81164 Issue #19397: test_pydoc now works with -S (help not added to builtins). by Terry Jan Reedy · 11 years ago
  39. 0eaa5ac asyncio: Refactor SIGCHLD handling. By Anthony Baire. by Guido van Rossum · 11 years ago
  40. ccea084 asyncio: Locks improvements by Arnaud Faure: better repr(), change Conditio\ by Guido van Rossum · 11 years ago
  41. 4376763 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  42. 7908068 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  43. ab7211f Issue #10197 Rework subprocess.get[status]output to use subprocess functionality and thus to work on Windows. Patch by Nick Coghlan. by Tim Golden · 11 years ago
  44. e004175 Issue #10197 Rework subprocess.get[status]output to use subprocess functionality and thus to work on Windows. Patch by Nick Coghlan. by Tim Golden · 11 years ago
  45. 8e113b4 Close #19403: make contextlib.redirect_stdout reentrant by Nick Coghlan · 11 years ago
  46. 4e641df Close #19439: execute embedding tests on Windows by Nick Coghlan · 11 years ago
  47. f4cb48a Issue #4331: Added functools.partialmethod by Nick Coghlan · 11 years ago
  48. af630c5 Merge. by Richard Oudkerk · 11 years ago
  49. b8ec1e3 Relax timeout test. by Richard Oudkerk · 11 years ago
  50. 2902b6d Relax test for process return code on Windows. by Richard Oudkerk · 11 years ago
  51. 1943c8a Merge test_htmlparser changes from 3.3. by Ezio Melotti · 11 years ago
  52. 5028f4d Use unittest.main() in test_htmlparser. by Ezio Melotti · 11 years ago
  53. 88ebfb1 #15114: The html.parser module now raises a DeprecationWarning when the strict argument of HTMLParser or the HTMLParser.error method are used. by Ezio Melotti · 11 years ago
  54. 05c511f asyncio: Slight rearrangement of tests for server_hostname=... by Guido van Rossum · 11 years ago
  55. 28dff0d asyncio: Better-looking errors when ssl module cannot be imported. In part by Arnaud Faure. by Guido van Rossum · 11 years ago
  56. a8d630a asyncio: Various style nits. by Guido van Rossum · 11 years ago
  57. e3f52ef asyncio: Document EventLoop.close(). by Guido van Rossum · 11 years ago
  58. 2b57016 asyncio: Refactor ssl transport ready loop (Nikolay Kim). by Guido van Rossum · 11 years ago
  59. 21c85a7 asyncio: Add server_hostname as create_connection() argument, with secure default. by Guido van Rossum · 11 years ago
  60. 3317a13 asyncio: Pause accepting whenever accept() returns certain errors. Fixes asyncio issue #78. by Guido van Rossum · 11 years ago
  61. 4ae17f5 Issue #19413: Disregard duplicate namespace portions during reload tests. by Eric Snow · 11 years ago
  62. cdf6012 Issue #19413: Restore pre-3.3 reload() semantics of re-finding modules. by Eric Snow · 11 years ago
  63. 5969128 asyncio: Add support for running subprocesses on Windows with the IOCP event loop (Richard Oudkerk). by Guido van Rossum · 11 years ago
  64. 90fb914 asyncio: Make the IOCP proactor support "waitable" handles (Richard Oudkerk). by Guido van Rossum · 11 years ago
  65. 4574b49 Issue #19172: Add a get_map() method to selectors. by Charles-François Natali · 11 years ago
  66. c99874d merge 3.3 (#19435) by Benjamin Peterson · 11 years ago
  67. a50f899 merge 3.2 (#19435) by Benjamin Peterson · 11 years ago
  68. 35aca89 merge 3.1 (#19435) by Benjamin Peterson · 11 years ago
  69. 04e9de4 use the collapsed path in the run_cgi method (closes #19435) by Benjamin Peterson · 11 years ago
  70. c0e07a3 Issue #19424: Fix test_warnings for locale encoding unable to encode by Victor Stinner · 11 years ago
  71. a4c704b Issue #19424: Fix the warnings module to accept filename containing surrogate by Victor Stinner · 11 years ago
  72. e90cedb Issue #19425 -- a pickling error should not cause pool to hang. by Richard Oudkerk · 11 years ago
  73. 33aaa73 Merge. by Richard Oudkerk · 11 years ago
  74. e6514f5 #19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor). by Nadeem Vawda · 11 years ago
  75. 3797065 #19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor). by Nadeem Vawda · 11 years ago
  76. d1b4899 Issue #19421: add an unit test for warnings.warn() during finalization by Victor Stinner · 11 years ago
  77. 8797dcd Fixed merge test for Tcl/Tk <8.5 (issue #18964). by Serhiy Storchaka · 11 years ago
  78. 78abc9d Skip overzealous test for existence of the online license.html for pre-release versions. by Georg Brandl · 11 years ago
  79. bf3f8eb Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than by Georg Brandl · 11 years ago
  80. 28e7841 Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to by Georg Brandl · 11 years ago
  81. 7e27abb Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to by Georg Brandl · 11 years ago
  82. 72c98d3 Issue #17997: Change behavior of ``ssl.match_hostname()`` to follow RFC 6125, by Georg Brandl · 11 years ago
  83. ca580f4 Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limit by Georg Brandl · 11 years ago
  84. 6d09f09 Issue14255 Don't flatten case of tempdir by Tim Golden · 11 years ago
  85. 186729e merge with 3.3 by Georg Brandl · 11 years ago
  86. b89b5df merge with 3.3 by Georg Brandl · 11 years ago
  87. 624a74e Mitigate #19412: restore test skips for --without-doc-strings by Nick Coghlan · 11 years ago
  88. 561eb5c Issue #19330: Handle the no-docstrings case in tests by Nick Coghlan · 11 years ago
  89. 059def5 Close #19330 by using public classes in contextlib by Nick Coghlan · 11 years ago
  90. 9eabac6 Issue #18685: Restore re performance to pre-PEP 393 levels. by Serhiy Storchaka · 11 years ago
  91. 0ddaed3 Close #19396: make test_contextlib tolerate -S by Nick Coghlan · 11 years ago
  92. 1cc3540 Correct whitespace in test_os by Tim Golden · 11 years ago
  93. 781bbeb Issue13234 Allow listdir to handle extended paths on Windows (Patch by Santoso Wijaya) by Tim Golden · 11 years ago
  94. 502834c merge by Brett Cannon · 11 years ago
  95. a20800d test_resource should not assume all attributes are available when they by Brett Cannon · 11 years ago
  96. e38b054 Issue #16803: Move test.test_importlib.extension to use both frozen and source importlib code by Brett Cannon · 11 years ago
  97. 79aa68d Issue #19387: explain and test the sre overlap table by Antoine Pitrou · 11 years ago
  98. ffd33c2 Issue #16803: Have test.test_importlib.builtin test both frozen and by Brett Cannon · 11 years ago
  99. b3d6aff Issue #16803: Stop having test.test_importlib.abc ABCs inherit from by Brett Cannon · 11 years ago
  100. c60dd5b test_selectors: make timeout-related errors report the actual elapsed timeout. by Charles-François Natali · 11 years ago