1. c0f964f inspect: Validate that __signature__ is None or an instance of Signature. by Yury Selivanov · 10 years ago
  2. 751c7c0 asyncio: Fix BaseEventLoop._assert_is_current_event_loop(): get_event_loop() by Victor Stinner · 10 years ago
  3. 1c99bc8 Issue #8343: Named group error msgs did not show the group name. by Raymond Hettinger · 10 years ago
  4. f328c7d asyncio, Tulip issue 171: BaseEventLoop.close() now raises an exception if the by Victor Stinner · 10 years ago
  5. 1580fe3 asyncio, Tulip issue 172: only log selector timing in debug mode by Victor Stinner · 10 years ago
  6. c082ee6 asyncio: Add an unit test to check that setting the PYTHONASYNCIODEBUG env var by Victor Stinner · 10 years ago
  7. 7b7120e asyncio: Enable the debug mode of event loops when the PYTHONASYNCIODEBUG by Victor Stinner · 10 years ago
  8. d6de5d8 asyncio: BaseEventLoop._assert_is_current_event_loop() now only raises an by Victor Stinner · 10 years ago
  9. 6dec4ea Issue #21812: Trigger immediate transformation in turtle.shapetransform(). by Raymond Hettinger · 10 years ago
  10. f51531e Issue #21823: Catch turtle.Terminator exceptions in turtledemo. by Terry Jan Reedy · 10 years ago
  11. fabefc3 Issue 21635: Fix caching in difflib.SequenceMatcher.get_matching_blocks(). by Raymond Hettinger · 10 years ago
  12. 8aa9e42 Merge. by Charles-François Natali · 10 years ago
  13. 57398c3 Fix test_pydoc failure introduced by 7aa72075d440. Patch by Berker Peksag. by Charles-François Natali · 10 years ago
  14. 5d82895 Issue #21770: Call function instead of module. Patch by Claudiu Popa. by Terry Jan Reedy · 10 years ago
  15. 504f5c3 Issue #21491: socketserver: Fix a race condition in child processes reaping. by Charles-François Natali · 10 years ago
  16. af9eb96 Issue #21768: fix NameError in test_pydescr. Patch by Claudiu Popa. by Terry Jan Reedy · 10 years ago
  17. fe928de Issue #21768: fix type in test_pydoc, patch by Claudiu Popa. by Terry Jan Reedy · 10 years ago
  18. 0e6f52a asyncio, Tulip issue 105: in debug mode, log callbacks taking more than 100 ms by Victor Stinner · 10 years ago
  19. d143209 Tulip issue 83: document more asyncio functions in docstrings by Victor Stinner · 10 years ago
  20. 54c4b8e Closes #21595: asyncio.BaseSelectorEventLoop._read_from_self() now reads all by Victor Stinner · 10 years ago
  21. 2e4d3b1 Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails. by Antoine Pitrou · 10 years ago
  22. 845fd9a Issue #3485: remove misleading comment by Ned Deily · 10 years ago
  23. 64d750b asyncio: Fix pyflakes errors by Victor Stinner · 10 years ago
  24. c73701d asyncio: Refactor tests: add a base TestCase class by Victor Stinner · 10 years ago
  25. d6f02fc asyncio: Refactor test__run_once_logging() to not rely on the exact number of by Victor Stinner · 10 years ago
  26. 8d3e02e asyncio: Set __qualname__ attribute of CoroWrapper in @coroutine decorator on by Victor Stinner · 10 years ago
  27. 66dc6b0 Issue #21723: asyncio.Queue: support any type of number (ex: float) for the by Victor Stinner · 10 years ago
  28. 14fbe72 Issue #21694: Add unittest for ParenMatch. Patch by Saimadhav Heblikar. by Terry Jan Reedy · 10 years ago
  29. 9db2816 merge 3.3 by Benjamin Peterson · 10 years ago
  30. 0fd3972 merge 3.2 by Benjamin Peterson · 10 years ago
  31. 314dc12 expect the correct platform-dependent linesep by Benjamin Peterson · 10 years ago
  32. 10b1c7c Issue #21686: add unittest for idlelib.HyperParser. Original patch by Saimadhav by Terry Jan Reedy · 10 years ago
  33. bc434e2 asyncio: Task.__repr__() now also handles CoroWrapper by Victor Stinner · 10 years ago
  34. 4b0432d Issue #21773: Fix TestStdLib.test_pydoc() of test_enum. Patch written by by Victor Stinner · 10 years ago
  35. 4802c6e Sync asyncio with Tulip: Fix test_tasks for Python 3.5 by Victor Stinner · 10 years ago
  36. 5b1fdc1 Issue #21669: Special case print & exec syntax errors by Nick Coghlan · 10 years ago
  37. d0c1ea4 whitespace by Terry Jan Reedy · 10 years ago
  38. 3e58330 Issue #21686: idlelib/HyperParser.py - Update docstrings and comments and by Terry Jan Reedy · 10 years ago
  39. e58e0c7 clarify when the list of subdirectories is read (closes #13779) by Benjamin Peterson · 10 years ago
  40. 9204e09 fix a BytesWarning in my previous commit. by Gregory P. Smith · 10 years ago
  41. 634aa68 Isolate the subprocess test_close_fds_when_max_fd_is_lowered test so by Gregory P. Smith · 10 years ago
  42. 92a4055 Issue #21774: Fix incorrect variable in xml.dom.minidom by Raymond Hettinger · 10 years ago
  43. a8c75fe merge 3.3 (#21766) by Benjamin Peterson · 10 years ago
  44. 6cd1954 merge 3.2 (#21766) by Benjamin Peterson · 10 years ago
  45. 73b8b1c url unquote the path before checking if it refers to a CGI script (closes #21766) by Benjamin Peterson · 10 years ago
  46. 0220048 Issue #21742: Set stream to None after closing. by Vinay Sajip · 10 years ago
  47. a40e6b0 Issue #21730: Add no-thread skip in test_socket. Patch by Berker Peksag. by Terry Jan Reedy · 10 years ago
  48. 9422df0 Issue #19493: Refactor ctypes test package. by Zachary Ware · 10 years ago
  49. bc7c96b Issue #20043: Add direct test for _thread. by Terry Jan Reedy · 10 years ago
  50. 194bcaf Issue #21709: Improved implementation to cover the frozen module case. by Vinay Sajip · 10 years ago
  51. 307bccc asyncio: Tulip issue 173: Enhance repr(Handle) and repr(Task) by Victor Stinner · 10 years ago
  52. f54432e Issue #12387: Add missing upper(lower)case versions of default Windows key by Terry Jan Reedy · 10 years ago
  53. 80f2262 Issue #21709: Remove references to __file__ when part of a frozen application. by Vinay Sajip · 10 years ago
  54. db74d98 Issue #21596: asyncio.wait(): mention that the sequence of futures must not by Victor Stinner · 10 years ago
  55. bb2fc5b Issue #21326: Add a new is_closed() method to asyncio.BaseEventLoop by Victor Stinner · 10 years ago
  56. 4762382 Issue #21695: Catch AttributeError created when user closes grep output window by Terry Jan Reedy · 10 years ago
  57. f10063e Issue #21310: Fixed possible resource leak in failed open(). by Serhiy Storchaka · 10 years ago
  58. 8a8f7f9 Issue #21677: Fixed chaining nonnormalized exceptions in io close() methods. by Serhiy Storchaka · 10 years ago
  59. c6a66cc whitespace by Terry Jan Reedy · 10 years ago
  60. ba229d9 Issue #21682: Replace EditorWindow with mock to eliminate memory leaks. by Terry Jan Reedy · 10 years ago
  61. 159824e make sure the builtin help function doesn't fail when sys.stdin is not a valid file (closes #11709) by Benjamin Peterson · 10 years ago
  62. ed1160b don't remove self from example code in the HTML output (closes #13223) by Benjamin Peterson · 10 years ago
  63. 3c2dca6 in ftp cache pruning, avoid changing the size of a dict while iterating over it (closes #21463) by Benjamin Peterson · 10 years ago
  64. c416162 allow the keyword else immediately after (no space) an integer (closes #21642) by Benjamin Peterson · 10 years ago
  65. 38ebdf5 Issue #21682: Replace EditorWindow with mock to eliminate memory leaks. by Terry Jan Reedy · 10 years ago
  66. 4a3f135 Issue #18910: test_textView - since all tests require 'gui', make root global. by Terry Jan Reedy · 10 years ago
  67. f9e49dd Tulip issue 83, Python issue #21252: Fill some XXX docstrings in asyncio by Victor Stinner · 10 years ago
  68. 1a170a7 Issue #21663: Fixed error caused by trying to create an existing directory. by Vinay Sajip · 10 years ago
  69. 7be121f whitespace by Terry Jan Reedy · 10 years ago
  70. 537e2c8 Issue #18910: Add unittest for textView. Patch by Phil Webster. by Terry Jan Reedy · 10 years ago
  71. 0d3e4b4 Merge heads. by Terry Jan Reedy · 10 years ago
  72. 7936e6f Issue #18292: Idle - test AutoExpand. Patch by Saihadhav Heblikar. by Terry Jan Reedy · 10 years ago
  73. adaddde Don't chmod() if path is a symlink. by Barry Warsaw · 10 years ago
  74. e3fcfc2 Issue #18409: Idle: add unittest for AutoComplete. Patch by Phil Webster. by Terry Jan Reedy · 10 years ago
  75. 3f9535b Fix asyncio tests on Windows: wait for the subprocess exit by Victor Stinner · 10 years ago
  76. 27d4112 Issue #21651: Fix ResourceWarning when running asyncio tests on Windows. by Victor Stinner · 10 years ago
  77. 8551e0f cleanup test_asyncio/test_base_events.py: cm variable was unused by Victor Stinner · 10 years ago
  78. a9fa266 Issue #21119: asyncio: Make sure that socketpair() close sockets on error by Victor Stinner · 10 years ago
  79. 223a624 Issue #21119: asyncio now closes sockets on errors by Victor Stinner · 10 years ago
  80. b9b965f Issue #21643: Updated test and fixed logic bug in lib64 symlink creation. by Vinay Sajip · 10 years ago
  81. 4ce118e Fix issue #21641: Close the socket before raising the SMTPResponseException. Fixes the ResourceWarning in the test run. by Senthil Kumaran · 10 years ago
  82. 8d21357 Issue #21601: Document asyncio.Task.cancel(). Initial patch written by Vajrasky by Victor Stinner · 10 years ago
  83. 66f2928 Issue #18492: Allow all resources when tests are not run by regrtest.py. by Zachary Ware · 10 years ago
  84. 8dd49fe Issue #21639: Add a test to check that PyMem_Malloc(0) with tracemalloc enabled by Victor Stinner · 10 years ago
  85. fc14ad9 Issue #6181: Fixed minor bugs in tkinter.Listbox methods: by Serhiy Storchaka · 10 years ago
  86. ca3cd00 Issue #6181: Fixed errors in tkinter.Listbox docstrings. by Serhiy Storchaka · 10 years ago
  87. ec5a860 Issue #21636: Fix test_logging, skip UNIX stream (AF_UNIX) tests on Windows. by Victor Stinner · 10 years ago
  88. d4d39c7 Issue #21634: Fix pystone micro-benchmark: use floor division instead of true by Victor Stinner · 10 years ago
  89. d04f699 Skip test_subprocess test_close_fds_when_max_fd_is_lowered on FreeBSD by Gregory P. Smith · 10 years ago
  90. 8fed4de Attempt to fix the "too many open files" errors on several of the by Gregory P. Smith · 10 years ago
  91. ffd529c Explicitly wait for the child instead of letting a destructor do it. by Gregory P. Smith · 10 years ago
  92. d4dcb70 Don't restrict ourselves to a "max" fd when closing fds before exec() by Gregory P. Smith · 10 years ago
  93. 694c315 Issue #21605: Added tests for Tkinter images. by Serhiy Storchaka · 10 years ago
  94. 8381f90 Added missed calls of splitlist(). by Serhiy Storchaka · 10 years ago
  95. 078b8a8 Issue #21477: Update htest docstring and remove extraneous differences between by Terry Jan Reedy · 10 years ago
  96. 5f8784b Issue #21572: Change license command to fallback to generic license URL. by Ned Deily · 10 years ago
  97. aecfa9e Test correct getXXX methods in Tkinter bigmem tests. by Serhiy Storchaka · 10 years ago
  98. 79851d7 Issue #21552: Fixed possible integer overflow of too long string lengths in by Serhiy Storchaka · 10 years ago
  99. 9f1f4f4 Add tests for getint, getdouble and getboolean methods of the tkapp object. by Serhiy Storchaka · 10 years ago
  100. 0af8a86 Fix issue #14315: The zipfile module now ignores extra fields in the central by Gregory P. Smith · 10 years ago