1. bb2fc5b Issue #21326: Add a new is_closed() method to asyncio.BaseEventLoop by Victor Stinner · 10 years ago
  2. 1538665 Issue #21700: Fix asyncio doc, add DatagramProtocol by Victor Stinner · 10 years ago
  3. 4762382 Issue #21695: Catch AttributeError created when user closes grep output window by Terry Jan Reedy · 10 years ago
  4. 6ceca4e #20903: clarify what happens when an smtp connection timeout occurs. by R David Murray · 10 years ago
  5. f10063e Issue #21310: Fixed possible resource leak in failed open(). by Serhiy Storchaka · 10 years ago
  6. 8a8f7f9 Issue #21677: Fixed chaining nonnormalized exceptions in io close() methods. by Serhiy Storchaka · 10 years ago
  7. b1f59ce Issue #21569: Fix incorrect cross reference by Nick Coghlan · 10 years ago
  8. 9789185 Issue #21683: Add Tix build to the Windows buildbot scripts. by Zachary Ware · 10 years ago
  9. c6a66cc whitespace by Terry Jan Reedy · 10 years ago
  10. ba229d9 Issue #21682: Replace EditorWindow with mock to eliminate memory leaks. by Terry Jan Reedy · 10 years ago
  11. 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
  12. 96e0430 document TokenError and unclosed expression behavior (closes #12063) by Benjamin Peterson · 10 years ago
  13. ed1160b don't remove self from example code in the HTML output (closes #13223) by Benjamin Peterson · 10 years ago
  14. 3c2dca6 in ftp cache pruning, avoid changing the size of a dict while iterating over it (closes #21463) by Benjamin Peterson · 10 years ago
  15. 4bb09c8 specify that getuid() returns the real uid (closes #10503) by Benjamin Peterson · 10 years ago
  16. 9b2731b document the compress_level argument to tarfile.open (closes #21404) by Benjamin Peterson · 10 years ago
  17. c416162 allow the keyword else immediately after (no space) an integer (closes #21642) by Benjamin Peterson · 10 years ago
  18. 024b2f5 Issue #21569: sync Python 2.7 What's New with 2.7 version by Nick Coghlan · 10 years ago
  19. 1462786 Issue #21667: Clarify string data model description by Nick Coghlan · 10 years ago
  20. 38ebdf5 Issue #21682: Replace EditorWindow with mock to eliminate memory leaks. by Terry Jan Reedy · 10 years ago
  21. 4a3f135 Issue #18910: test_textView - since all tests require 'gui', make root global. by Terry Jan Reedy · 10 years ago
  22. 780b585 Quash extraneous quote. by Zachary Ware · 10 years ago
  23. 7d55da4 Issue #21671, CVE-2014-0224: Update the Windows build to openssl-1.0.1h by Zachary Ware · 10 years ago
  24. 2c07818 #21662: fix typo, improve sentence flow by R David Murray · 10 years ago
  25. 092135e #21653: fix doc for return type of sqlite3.Row.keys(). by R David Murray · 10 years ago
  26. 66f305b Issue #21661: Fix typo. by Zachary Ware · 10 years ago
  27. 60cc211 Revert Tools/buildbot/external-common.bat to normal (with updated versions). by Zachary Ware · 10 years ago
  28. 6d602c0 Force a clean pull-and-build of Tcl/Tk on Windows buildbots. by Zachary Ware · 10 years ago
  29. 4a01fd2 Clean up Tcl/Tk building in the Windows buildbot scripts. by Zachary Ware · 10 years ago
  30. f9e49dd Tulip issue 83, Python issue #21252: Fill some XXX docstrings in asyncio by Victor Stinner · 10 years ago
  31. 1a170a7 Issue #21663: Fixed error caused by trying to create an existing directory. by Vinay Sajip · 10 years ago
  32. 7be121f whitespace by Terry Jan Reedy · 10 years ago
  33. 537e2c8 Issue #18910: Add unittest for textView. Patch by Phil Webster. by Terry Jan Reedy · 10 years ago
  34. 0d3e4b4 Merge heads. by Terry Jan Reedy · 10 years ago
  35. 7936e6f Issue #18292: Idle - test AutoExpand. Patch by Saihadhav Heblikar. by Terry Jan Reedy · 10 years ago
  36. adaddde Don't chmod() if path is a symlink. by Barry Warsaw · 10 years ago
  37. e3fcfc2 Issue #18409: Idle: add unittest for AutoComplete. Patch by Phil Webster. by Terry Jan Reedy · 10 years ago
  38. 3f9535b Fix asyncio tests on Windows: wait for the subprocess exit by Victor Stinner · 10 years ago
  39. 27d4112 Issue #21651: Fix ResourceWarning when running asyncio tests on Windows. by Victor Stinner · 10 years ago
  40. 8551e0f cleanup test_asyncio/test_base_events.py: cm variable was unused by Victor Stinner · 10 years ago
  41. a9fa266 Issue #21119: asyncio: Make sure that socketpair() close sockets on error by Victor Stinner · 10 years ago
  42. 223a624 Issue #21119: asyncio now closes sockets on errors by Victor Stinner · 10 years ago
  43. b9b965f Issue #21643: Updated test and fixed logic bug in lib64 symlink creation. by Vinay Sajip · 10 years ago
  44. 2f78b84 Issue #21439: Fix a couple of typos. by Zachary Ware · 10 years ago
  45. 4ce118e Fix issue #21641: Close the socket before raising the SMTPResponseException. Fixes the ResourceWarning in the test run. by Senthil Kumaran · 10 years ago
  46. 8dc3df1 Update references to Python docs in the sidebar index. by Senthil Kumaran · 10 years ago
  47. b52f876 Issue 21533: Dicts take iterables, not iterators. Patch by Wolfgang Maier. by Terry Jan Reedy · 10 years ago
  48. 8d21357 Issue #21601: Document asyncio.Task.cancel(). Initial patch written by Vajrasky by Victor Stinner · 10 years ago
  49. 66f2928 Issue #18492: Allow all resources when tests are not run by regrtest.py. by Zachary Ware · 10 years ago
  50. 8dd49fe Issue #21639: Add a test to check that PyMem_Malloc(0) with tracemalloc enabled by Victor Stinner · 10 years ago
  51. 797bcb5 Issue #21639: Fix name of _testcapi test functions by Victor Stinner · 10 years ago
  52. fc14ad9 Issue #6181: Fixed minor bugs in tkinter.Listbox methods: by Serhiy Storchaka · 10 years ago
  53. 90441e8 Issue #21623: open pyproject.props with an explicit encoding by Zachary Ware · 10 years ago
  54. ca3cd00 Issue #6181: Fixed errors in tkinter.Listbox docstrings. by Serhiy Storchaka · 10 years ago
  55. ec5a860 Issue #21636: Fix test_logging, skip UNIX stream (AF_UNIX) tests on Windows. by Victor Stinner · 10 years ago
  56. d4d39c7 Issue #21634: Fix pystone micro-benchmark: use floor division instead of true by Victor Stinner · 10 years ago
  57. b166191 Issue #17095: Fix Modules/Setup *shared* support. by Ned Deily · 10 years ago
  58. e81c637 Updated logging HOWTO section on optimization. by Vinay Sajip · 10 years ago
  59. d04f699 Skip test_subprocess test_close_fds_when_max_fd_is_lowered on FreeBSD by Gregory P. Smith · 10 years ago
  60. 8fed4de Attempt to fix the "too many open files" errors on several of the by Gregory P. Smith · 10 years ago
  61. ffd529c Explicitly wait for the child instead of letting a destructor do it. by Gregory P. Smith · 10 years ago
  62. a26987a Fix the comment to not refer to the removed end_fd parameter. by Gregory P. Smith · 10 years ago
  63. d4dcb70 Don't restrict ourselves to a "max" fd when closing fds before exec() by Gregory P. Smith · 10 years ago
  64. 694c315 Issue #21605: Added tests for Tkinter images. by Serhiy Storchaka · 10 years ago
  65. 8381f90 Added missed calls of splitlist(). by Serhiy Storchaka · 10 years ago
  66. 078b8a8 Issue #21477: Update htest docstring and remove extraneous differences between by Terry Jan Reedy · 10 years ago
  67. a819577 give the correct fixer name (closes #21604) by Benjamin Peterson · 10 years ago
  68. 5f8784b Issue #21572: Change license command to fallback to generic license URL. by Ned Deily · 10 years ago
  69. 0edb5c1 Issue #21593: (from StackOverflow) minor doc clarification for re.search. by Terry Jan Reedy · 10 years ago
  70. c673a9a Issue #21608: Updated HTTPHandler documentation. by Vinay Sajip · 10 years ago
  71. aecfa9e Test correct getXXX methods in Tkinter bigmem tests. by Serhiy Storchaka · 10 years ago
  72. 79851d7 Issue #21552: Fixed possible integer overflow of too long string lengths in by Serhiy Storchaka · 10 years ago
  73. 9f1f4f4 Add tests for getint, getdouble and getboolean methods of the tkapp object. by Serhiy Storchaka · 10 years ago
  74. 0af8a86 Fix issue #14315: The zipfile module now ignores extra fields in the central by Gregory P. Smith · 10 years ago
  75. 58cfdd8 Issue #21226: fix a ref leak. by Eric Snow · 10 years ago
  76. 2e8234a Issue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog. by Terry Jan Reedy · 10 years ago
  77. a5b257a Issue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe doc by Victor Stinner · 10 years ago
  78. 28d0ae48 Issue #21376: document asyncio.TimeoutError by Victor Stinner · 10 years ago
  79. 12c575f Restore performance of some dumb database methods (regression introduced by #19385). by Serhiy Storchaka · 10 years ago
  80. b49eff2 Issue #21402: tkinter.ttk now works when default root window is not set. by Serhiy Storchaka · 10 years ago
  81. ffc1e6d Issue #21493: Added test for ntpath.expanduser(). Original patch by by Serhiy Storchaka · 10 years ago
  82. 47a9813 Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulr by Serhiy Storchaka · 10 years ago
  83. 432810f Issue #18807: If copying (no symlinks) specified for a venv, then the python interpreter aliases (python, python3) are now created by copying rather than symlinking. by Vinay Sajip · 10 years ago
  84. 3207a03 Fix for raising exception not derived from BaseException in _SelectorSslTransport.resume_reading by Andrew Svetlov · 10 years ago
  85. 0a4d13e Issue #21477: Add htests for Search and Replace dialogs. by Terry Jan Reedy · 10 years ago
  86. aa7886d Issue 21439: Minor issues in the reference manual. by Raymond Hettinger · 10 years ago
  87. c7ceefc a post 3.4.1 world by Benjamin Peterson · 10 years ago
  88. 5e2c4d2 grammar and sentence flow fix by Benjamin Peterson · 10 years ago
  89. f9ea5f3 format reST directive in the usual way by Benjamin Peterson · 10 years ago
  90. 0d81d80 link to wikipedia description of cryptographic salt by Benjamin Peterson · 10 years ago
  91. 0ccff4d oxford comma by Benjamin Peterson · 10 years ago
  92. 1a2cf9a remove tab (closes #21587) by Benjamin Peterson · 10 years ago
  93. 419f1fa fix typo in variable name (closes #21586) by Benjamin Peterson · 10 years ago
  94. dea46ec Issue #21481: Teach argparse equality tests to return NotImplemented when comparing to unknown types. by Raymond Hettinger · 10 years ago
  95. dd5e53a Issue 8743: Improve interoperability between sets and the collections.Set abstract base class. by Raymond Hettinger · 10 years ago
  96. e8e2df3 Issue 21558: Fix a typo in the contextlib docs by Raymond Hettinger · 10 years ago
  97. 978c6ab Issue 13355: Make random.triangular degrade gracefully when low == high. by Raymond Hettinger · 10 years ago
  98. a2fc99e Issue #21477: Idle htest: modify run; add more tests. by Terry Jan Reedy · 10 years ago
  99. e1d54e5 Mention setuptools & wheel as key terms for distribution by Nick Coghlan · 10 years ago
  100. 7df417d Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok. by Serhiy Storchaka · 10 years ago