1. 3a4586a Issue #18923: Update subprocess to use the new selectors module. by Charles-François Natali · 11 years ago
  2. 2ce6c44 Simplify test.test_importlib.__main__ by Brett Cannon · 11 years ago
  3. 330f71b Issue #16803: test.test_importlib.import_ now tests frozen and source code by Brett Cannon · 11 years ago
  4. a3c6963 Issue #16803: test.test_importlib.frozen now runs both frozen and source code by Brett Cannon · 11 years ago
  5. d029359 Remove redundant test_selectors.py from test_asyncio. by Guido van Rossum · 11 years ago
  6. a5b9599 #17080: improve error message of float/complex when the wrong type is passed. by Ezio Melotti · 11 years ago
  7. d0786a1 Optimize BaseSelector.modify(). Patch by Arnaud Faure. by Guido van Rossum · 11 years ago
  8. b703881 #19480: merge with 3.3. by Ezio Melotti · 11 years ago
  9. 7165d8b #19480: HTMLParser now accepts all valid start-tag names as defined by the HTML5 standard. by Ezio Melotti · 11 years ago
  10. 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
  11. 95887b7 Remove incorrect comment from dis tests by Nick Coghlan · 11 years ago
  12. 90b8e7d Close #19378: address flaws in the new dis module APIs by Nick Coghlan · 11 years ago
  13. 24f1258 Revert wrong change in previous commit (issue #19085). by Serhiy Storchaka · 11 years ago
  14. 7c934da Revert wrong change in previous commit (issue #19085). by Serhiy Storchaka · 11 years ago
  15. 96c0168 Fix test_insertwidth Tkinter tests on Tk 8.5 with patchlevel >= 8.5.12 (issue #19085). by Serhiy Storchaka · 11 years ago
  16. 8f9f587 Fix test_insertwidth Tkinter tests on Tk 8.5 with patchlevel >= 8.5.12 (issue #19085). by Serhiy Storchaka · 11 years ago
  17. 17972a7 Fix typo in tkinter tests (issue #19085). by Serhiy Storchaka · 11 years ago
  18. 98555f3 Fix typo in tkinter tests (issue #19085). by Serhiy Storchaka · 11 years ago
  19. 6079814 Issue #10197 Tweak docs for subprocess.getstatusoutput and align the documentation, the module docstring, and the function docstring. by Tim Golden · 11 years ago
  20. c1bd2fe Merge with 3.3 by Terry Jan Reedy · 11 years ago
  21. 5c81164 Issue #19397: test_pydoc now works with -S (help not added to builtins). by Terry Jan Reedy · 11 years ago
  22. 0eaa5ac asyncio: Refactor SIGCHLD handling. By Anthony Baire. by Guido van Rossum · 11 years ago
  23. ccea084 asyncio: Locks improvements by Arnaud Faure: better repr(), change Conditio\ by Guido van Rossum · 11 years ago
  24. b58d4a3 Issue #19085: Fix running test_ttk_textonly on displayless host. by Serhiy Storchaka · 11 years ago
  25. 2028e01 Issue #19085: Fix running test_ttk_textonly on displayless host. by Serhiy Storchaka · 11 years ago
  26. 20acaa7 Issue #19085: Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.12. by Serhiy Storchaka · 11 years ago
  27. 8d8599c Issue #19085: Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.12. by Serhiy Storchaka · 11 years ago
  28. 3daaf5f Fix functools.partialmethod docs and __all__ by Nick Coghlan · 11 years ago
  29. 7b5d6ad Backout 265d369ad3b9. by Georg Brandl · 11 years ago
  30. 7ec3e56 Backout d80207d15294. by Georg Brandl · 11 years ago
  31. 4376763 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  32. 7908068 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  33. af73496 Merge #19485: clarify get_param example. by R David Murray · 11 years ago
  34. 0de4d3e #19485: clarify get_param example. by R David Murray · 11 years ago
  35. 9fe43f5 Issue #19085: Fixed pixels rounding for last Tk patchlevels. by Serhiy Storchaka · 11 years ago
  36. b281732 Issue #19085: Fixed pixels rounding for last Tk patchlevels. by Serhiy Storchaka · 11 years ago
  37. eb6392b Issue #10197: merge heads by Tim Golden · 11 years ago
  38. 49667f0 Issue #10197: merge heads by Tim Golden · 11 years ago
  39. 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
  40. 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
  41. 4babb91 Issue #6157: Fixed tkinter.Text.debug(). tkinter.Text.bbox() now raises by Serhiy Storchaka · 11 years ago
  42. 0b9e815 Issue #6157: Fixed tkinter.Text.debug(). Original patch by Guilherme Polo. by Serhiy Storchaka · 11 years ago
  43. 0de5362 Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple of by Serhiy Storchaka · 11 years ago
  44. 2849e0d Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple of by Serhiy Storchaka · 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. df0b14d Merge. by Richard Oudkerk · 11 years ago
  49. e943697 Issue #19478: Make choice of semaphore prefix more flexible. by Richard Oudkerk · 11 years ago
  50. e71fb28 Merge with 3.3 for Issue #19286. by Jason R. Coombs · 11 years ago
  51. ca9242f Merge with 3.2 for Issue #19286. by Jason R. Coombs · 11 years ago
  52. 0aade62 Merge heads by Serhiy Storchaka · 11 years ago
  53. 9788497 Issue #19085: Fixed some Tkinter tests on Windows. by Serhiy Storchaka · 11 years ago
  54. af630c5 Merge. by Richard Oudkerk · 11 years ago
  55. b8ec1e3 Relax timeout test. by Richard Oudkerk · 11 years ago
  56. 2902b6d Relax test for process return code on Windows. by Richard Oudkerk · 11 years ago
  57. 1943c8a Merge test_htmlparser changes from 3.3. by Ezio Melotti · 11 years ago
  58. 5028f4d Use unittest.main() in test_htmlparser. by Ezio Melotti · 11 years ago
  59. 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
  60. bd26d86 Issue #19286: [distutils] Only match files in build_py.find_data_files. by Jason R. Coombs · 11 years ago
  61. 93912b9 Issue #19286: Adding test demonstrating the failure when a directory is found in the package_data globs. by Jason R. Coombs · 11 years ago
  62. 28f0bea Issue #19085. Try to fix tkinter tests on Windows. by Serhiy Storchaka · 11 years ago
  63. bf30c9f Issue #10734: Fix and re-enable test_ttk test_heading_callback. by Serhiy Storchaka · 11 years ago
  64. 007c047 Issue #10734: Fix and re-enable test_ttk test_heading_callback. by Serhiy Storchaka · 11 years ago
  65. d58972c Merge heads by Serhiy Storchaka · 11 years ago
  66. b2564ce Issue #19085: Added basic tests for all tkinter widget options. by Serhiy Storchaka · 11 years ago
  67. 758c521 Issue #19085: Added basic tests for all tkinter widget options. by Serhiy Storchaka · 11 years ago
  68. 05c511f asyncio: Slight rearrangement of tests for server_hostname=... by Guido van Rossum · 11 years ago
  69. 28dff0d asyncio: Better-looking errors when ssl module cannot be imported. In part by Arnaud Faure. by Guido van Rossum · 11 years ago
  70. a8d630a asyncio: Various style nits. by Guido van Rossum · 11 years ago
  71. 3a70392 asyncio: Log a warning when eof_received() returns true and using ssl. by Guido van Rossum · 11 years ago
  72. e3f52ef asyncio: Document EventLoop.close(). by Guido van Rossum · 11 years ago
  73. 2b57016 asyncio: Refactor ssl transport ready loop (Nikolay Kim). by Guido van Rossum · 11 years ago
  74. 21c85a7 asyncio: Add server_hostname as create_connection() argument, with secure default. by Guido van Rossum · 11 years ago
  75. 2b430b8 asyncio: Fold some long lines. by Guido van Rossum · 11 years ago
  76. 3317a13 asyncio: Pause accepting whenever accept() returns certain errors. Fixes asyncio issue #78. by Guido van Rossum · 11 years ago
  77. 2b8fc30 Abstract out stat calls in importlib for easier experimentation. by Brett Cannon · 11 years ago
  78. f6901c8 Issue #19410: Put back in special-casing of '' for by Brett Cannon · 11 years ago
  79. 4ae17f5 Issue #19413: Disregard duplicate namespace portions during reload tests. by Eric Snow · 11 years ago
  80. cdf6012 Issue #19413: Restore pre-3.3 reload() semantics of re-finding modules. by Eric Snow · 11 years ago
  81. 6ec518b Closes #19349: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  82. 0e6c66d Issue #19349: Corrected error message. by Vinay Sajip · 11 years ago
  83. 61a2ced Close resources owned by subclass before calling super().close(). by Guido van Rossum · 11 years ago
  84. 0016e1d asyncio: Add new file (forgotten). by Guido van Rossum · 11 years ago
  85. 5969128 asyncio: Add support for running subprocesses on Windows with the IOCP event loop (Richard Oudkerk). by Guido van Rossum · 11 years ago
  86. 90fb914 asyncio: Make the IOCP proactor support "waitable" handles (Richard Oudkerk). by Guido van Rossum · 11 years ago
  87. ec7922c asyncio: Update some comments. by Guido van Rossum · 11 years ago
  88. 1f683bb asyncio: When not closing the connection after receiving EOF, still remove the read handler. by Guido van Rossum · 11 years ago
  89. 4574b49 Issue #19172: Add a get_map() method to selectors. by Charles-François Natali · 11 years ago
  90. c99874d merge 3.3 (#19435) by Benjamin Peterson · 11 years ago
  91. a50f899 merge 3.2 (#19435) by Benjamin Peterson · 11 years ago
  92. 35aca89 merge 3.1 (#19435) by Benjamin Peterson · 11 years ago
  93. 04e9de4 use the collapsed path in the run_cgi method (closes #19435) by Benjamin Peterson · 11 years ago
  94. c0e07a3 Issue #19424: Fix test_warnings for locale encoding unable to encode by Victor Stinner · 11 years ago
  95. a4c704b Issue #19424: Fix the warnings module to accept filename containing surrogate by Victor Stinner · 11 years ago
  96. c9cb18d Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by by Georg Brandl · 10 years ago
  97. f0746ca Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than by Georg Brandl · 10 years ago
  98. ec3c103 Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes by Georg Brandl · 10 years ago
  99. b3acacc Transplant of rev 544b654d000c: directory traversal attack in CGIHttpRequestHandler. by Georg Brandl · 11 years ago
  100. e90cedb Issue #19425 -- a pickling error should not cause pool to hang. by Richard Oudkerk · 11 years ago