1. 67fbed5 add Ammar Brohi for running ssllab's test on python.org and reporting a problem by Benjamin Peterson · 10 years ago
  2. 59830b6 revert tstate_delete_common, since it's pretty much wrong by Benjamin Peterson · 10 years ago
  3. 95d7519 remove extra call to tstate_delete_common (merge artifact) by Benjamin Peterson · 10 years ago
  4. 9db2816 merge 3.3 by Benjamin Peterson · 10 years ago
  5. 0fd3972 merge 3.2 by Benjamin Peterson · 10 years ago
  6. 314dc12 expect the correct platform-dependent linesep by Benjamin Peterson · 10 years ago
  7. 068f81e avoid a deadlock with the interpreter head lock and the GIL during finalization by Benjamin Peterson · 10 years ago
  8. 17548dd check if the thread is finalizing after retaking the GIL by Benjamin Peterson · 10 years ago
  9. 6637565 Add Idle news entries. by Terry Jan Reedy · 10 years ago
  10. 10b1c7c Issue #21686: add unittest for idlelib.HyperParser. Original patch by Saimadhav by Terry Jan Reedy · 10 years ago
  11. bc434e2 asyncio: Task.__repr__() now also handles CoroWrapper by Victor Stinner · 10 years ago
  12. 4b0432d Issue #21773: Fix TestStdLib.test_pydoc() of test_enum. Patch written by by Victor Stinner · 10 years ago
  13. 0aecc18 Fix typo reported by Jesse W on docs@ by Zachary Ware · 10 years ago
  14. 4802c6e Sync asyncio with Tulip: Fix test_tasks for Python 3.5 by Victor Stinner · 10 years ago
  15. 5b1fdc1 Issue #21669: Special case print & exec syntax errors by Nick Coghlan · 10 years ago
  16. b6d1f48 Issue #21559: Add alternative (historical) reason for OverflowError. by Terry Jan Reedy · 10 years ago
  17. f2fb73f Issue #19362: Tweek len() doc and docstring to expand the indicated range of by Terry Jan Reedy · 10 years ago
  18. d0c1ea4 whitespace by Terry Jan Reedy · 10 years ago
  19. 3e58330 Issue #21686: idlelib/HyperParser.py - Update docstrings and comments and by Terry Jan Reedy · 10 years ago
  20. e58e0c7 clarify when the list of subdirectories is read (closes #13779) by Benjamin Peterson · 10 years ago
  21. 9204e09 fix a BytesWarning in my previous commit. by Gregory P. Smith · 10 years ago
  22. 634aa68 Isolate the subprocess test_close_fds_when_max_fd_is_lowered test so by Gregory P. Smith · 10 years ago
  23. 92a4055 Issue #21774: Fix incorrect variable in xml.dom.minidom by Raymond Hettinger · 10 years ago
  24. ef8abfc document IOBase.__del__'s behavior (closes #21764) by Benjamin Peterson · 10 years ago
  25. a8c75fe merge 3.3 (#21766) by Benjamin Peterson · 10 years ago
  26. 6cd1954 merge 3.2 (#21766) by Benjamin Peterson · 10 years ago
  27. 73b8b1c url unquote the path before checking if it refers to a CGI script (closes #21766) by Benjamin Peterson · 10 years ago
  28. 0220048 Issue #21742: Set stream to None after closing. by Vinay Sajip · 10 years ago
  29. e0d324d Issue #21752: Documented change to behaviour of logging.getLevelName(). by Vinay Sajip · 10 years ago
  30. a40e6b0 Issue #21730: Add no-thread skip in test_socket. Patch by Berker Peksag. by Terry Jan Reedy · 10 years ago
  31. 6926e3e Issue #21726: Remove unnecessary and contextually wrong line. by Terry Jan Reedy · 10 years ago
  32. 9422df0 Issue #19493: Refactor ctypes test package. by Zachary Ware · 10 years ago
  33. bc7c96b Issue #20043: Add direct test for _thread. by Terry Jan Reedy · 10 years ago
  34. ee0e510 Per Martin [1], PGO is no longer used for official releases. by Zachary Ware · 10 years ago
  35. 4856a6a Issue #21745: Mention VS2010 SP1 as a solution for LNK1123 errors by Zachary Ware · 10 years ago
  36. b2788fe Issue #16136: VMSError is done, bye bye VMS by Victor Stinner · 10 years ago
  37. 194bcaf Issue #21709: Improved implementation to cover the frozen module case. by Vinay Sajip · 10 years ago
  38. 307bccc asyncio: Tulip issue 173: Enhance repr(Handle) and repr(Task) by Victor Stinner · 10 years ago
  39. f54432e Issue #12387: Add missing upper(lower)case versions of default Windows key by Terry Jan Reedy · 10 years ago
  40. 732ac32 Issue #21713: Fix typo in a comment. Found by Joseph Shen. by Zachary Ware · 10 years ago
  41. e973823 #21693 - Fix the broken link for pylons project. by Senthil Kumaran · 10 years ago
  42. f150378 Issue #21629: Fix Argument Clinic's "--converters" feature. by Larry Hastings · 10 years ago
  43. 80f2262 Issue #21709: Remove references to __file__ when part of a frozen application. by Vinay Sajip · 10 years ago
  44. 76d3f14 PyErr_NormalizeException doesn't like being called with an exception set by Serhiy Storchaka · 10 years ago
  45. 5989511 Issue #21688: Give informative error message when hhc.exe cannot be found. by Zachary Ware · 10 years ago
  46. db74d98 Issue #21596: asyncio.wait(): mention that the sequence of futures must not by Victor Stinner · 10 years ago
  47. bb2fc5b Issue #21326: Add a new is_closed() method to asyncio.BaseEventLoop by Victor Stinner · 10 years ago
  48. 1538665 Issue #21700: Fix asyncio doc, add DatagramProtocol by Victor Stinner · 10 years ago
  49. 4762382 Issue #21695: Catch AttributeError created when user closes grep output window by Terry Jan Reedy · 10 years ago
  50. 6ceca4e #20903: clarify what happens when an smtp connection timeout occurs. by R David Murray · 10 years ago
  51. f10063e Issue #21310: Fixed possible resource leak in failed open(). by Serhiy Storchaka · 10 years ago
  52. 8a8f7f9 Issue #21677: Fixed chaining nonnormalized exceptions in io close() methods. by Serhiy Storchaka · 10 years ago
  53. b1f59ce Issue #21569: Fix incorrect cross reference by Nick Coghlan · 10 years ago
  54. 9789185 Issue #21683: Add Tix build to the Windows buildbot scripts. by Zachary Ware · 10 years ago
  55. c6a66cc whitespace by Terry Jan Reedy · 10 years ago
  56. ba229d9 Issue #21682: Replace EditorWindow with mock to eliminate memory leaks. by Terry Jan Reedy · 10 years ago
  57. 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
  58. 96e0430 document TokenError and unclosed expression behavior (closes #12063) by Benjamin Peterson · 10 years ago
  59. ed1160b don't remove self from example code in the HTML output (closes #13223) by Benjamin Peterson · 10 years ago
  60. 3c2dca6 in ftp cache pruning, avoid changing the size of a dict while iterating over it (closes #21463) by Benjamin Peterson · 10 years ago
  61. 4bb09c8 specify that getuid() returns the real uid (closes #10503) by Benjamin Peterson · 10 years ago
  62. 9b2731b document the compress_level argument to tarfile.open (closes #21404) by Benjamin Peterson · 10 years ago
  63. c416162 allow the keyword else immediately after (no space) an integer (closes #21642) by Benjamin Peterson · 10 years ago
  64. 024b2f5 Issue #21569: sync Python 2.7 What's New with 2.7 version by Nick Coghlan · 10 years ago
  65. 1462786 Issue #21667: Clarify string data model description by Nick Coghlan · 10 years ago
  66. 38ebdf5 Issue #21682: Replace EditorWindow with mock to eliminate memory leaks. by Terry Jan Reedy · 10 years ago
  67. 4a3f135 Issue #18910: test_textView - since all tests require 'gui', make root global. by Terry Jan Reedy · 10 years ago
  68. 780b585 Quash extraneous quote. by Zachary Ware · 10 years ago
  69. 7d55da4 Issue #21671, CVE-2014-0224: Update the Windows build to openssl-1.0.1h by Zachary Ware · 10 years ago
  70. 2c07818 #21662: fix typo, improve sentence flow by R David Murray · 10 years ago
  71. 092135e #21653: fix doc for return type of sqlite3.Row.keys(). by R David Murray · 10 years ago
  72. 66f305b Issue #21661: Fix typo. by Zachary Ware · 10 years ago
  73. 60cc211 Revert Tools/buildbot/external-common.bat to normal (with updated versions). by Zachary Ware · 10 years ago
  74. 6d602c0 Force a clean pull-and-build of Tcl/Tk on Windows buildbots. by Zachary Ware · 10 years ago
  75. 4a01fd2 Clean up Tcl/Tk building in the Windows buildbot scripts. by Zachary Ware · 10 years ago
  76. f9e49dd Tulip issue 83, Python issue #21252: Fill some XXX docstrings in asyncio by Victor Stinner · 10 years ago
  77. 1a170a7 Issue #21663: Fixed error caused by trying to create an existing directory. by Vinay Sajip · 10 years ago
  78. 7be121f whitespace by Terry Jan Reedy · 10 years ago
  79. 537e2c8 Issue #18910: Add unittest for textView. Patch by Phil Webster. by Terry Jan Reedy · 10 years ago
  80. 0d3e4b4 Merge heads. by Terry Jan Reedy · 10 years ago
  81. 7936e6f Issue #18292: Idle - test AutoExpand. Patch by Saihadhav Heblikar. by Terry Jan Reedy · 10 years ago
  82. adaddde Don't chmod() if path is a symlink. by Barry Warsaw · 10 years ago
  83. e3fcfc2 Issue #18409: Idle: add unittest for AutoComplete. Patch by Phil Webster. by Terry Jan Reedy · 10 years ago
  84. 3f9535b Fix asyncio tests on Windows: wait for the subprocess exit by Victor Stinner · 10 years ago
  85. 27d4112 Issue #21651: Fix ResourceWarning when running asyncio tests on Windows. by Victor Stinner · 10 years ago
  86. 8551e0f cleanup test_asyncio/test_base_events.py: cm variable was unused by Victor Stinner · 10 years ago
  87. a9fa266 Issue #21119: asyncio: Make sure that socketpair() close sockets on error by Victor Stinner · 10 years ago
  88. 223a624 Issue #21119: asyncio now closes sockets on errors by Victor Stinner · 10 years ago
  89. b9b965f Issue #21643: Updated test and fixed logic bug in lib64 symlink creation. by Vinay Sajip · 10 years ago
  90. 2f78b84 Issue #21439: Fix a couple of typos. by Zachary Ware · 10 years ago
  91. 4ce118e Fix issue #21641: Close the socket before raising the SMTPResponseException. Fixes the ResourceWarning in the test run. by Senthil Kumaran · 10 years ago
  92. 8dc3df1 Update references to Python docs in the sidebar index. by Senthil Kumaran · 10 years ago
  93. b52f876 Issue 21533: Dicts take iterables, not iterators. Patch by Wolfgang Maier. by Terry Jan Reedy · 10 years ago
  94. 8d21357 Issue #21601: Document asyncio.Task.cancel(). Initial patch written by Vajrasky by Victor Stinner · 10 years ago
  95. 66f2928 Issue #18492: Allow all resources when tests are not run by regrtest.py. by Zachary Ware · 10 years ago
  96. 8dd49fe Issue #21639: Add a test to check that PyMem_Malloc(0) with tracemalloc enabled by Victor Stinner · 10 years ago
  97. 797bcb5 Issue #21639: Fix name of _testcapi test functions by Victor Stinner · 10 years ago
  98. fc14ad9 Issue #6181: Fixed minor bugs in tkinter.Listbox methods: by Serhiy Storchaka · 10 years ago
  99. 90441e8 Issue #21623: open pyproject.props with an explicit encoding by Zachary Ware · 10 years ago
  100. ca3cd00 Issue #6181: Fixed errors in tkinter.Listbox docstrings. by Serhiy Storchaka · 10 years ago