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