1. 7be74cf Remove the obsolete MAXFD constant and Popen._close_fds() method. by Gregory P. Smith · 10 years ago
  2. d3e50be Merge with 3.4 by Terry Jan Reedy · 10 years ago
  3. 078b8a8 Issue #21477: Update htest docstring and remove extraneous differences between by Terry Jan Reedy · 10 years ago
  4. da30b46 merge 3.4 by Benjamin Peterson · 10 years ago
  5. a819577 give the correct fixer name (closes #21604) by Benjamin Peterson · 10 years ago
  6. 1feedb4 Closes #21583: Improved test_logging. Thanks to Diana Joan Clarke for the patch. by Vinay Sajip · 10 years ago
  7. d53c41e Issue #21572: Change license command to fallback to generic license URL. by Ned Deily · 10 years ago
  8. 5f8784b Issue #21572: Change license command to fallback to generic license URL. by Ned Deily · 10 years ago
  9. 42535f0 Fix a parameter name to make sense again by Brett Cannon · 10 years ago
  10. 069c87b Merge with 3.4 by Terry Jan Reedy · 10 years ago
  11. 0edb5c1 Issue #21593: (from StackOverflow) minor doc clarification for re.search. by Terry Jan Reedy · 10 years ago
  12. 2a17bde Issue #20383: Introduce importlib.util.module_from_spec(). by Brett Cannon · 10 years ago
  13. c8f0d6e Closes #21608: Merged documentation update from 3.4. by Vinay Sajip · 10 years ago
  14. c673a9a Issue #21608: Updated HTTPHandler documentation. by Vinay Sajip · 10 years ago
  15. fd4d050 Move import.c to use Clinic file output. by Brett Cannon · 10 years ago
  16. 1715830 Test correct getXXX methods in Tkinter bigmem tests. by Serhiy Storchaka · 10 years ago
  17. aecfa9e Test correct getXXX methods in Tkinter bigmem tests. by Serhiy Storchaka · 10 years ago
  18. 1753d22 Issue #21552: Fixed possible integer overflow of too long string lengths in by Serhiy Storchaka · 10 years ago
  19. 79851d7 Issue #21552: Fixed possible integer overflow of too long string lengths in by Serhiy Storchaka · 10 years ago
  20. 88c56cb Add tests for getint, getdouble and getboolean methods of the tkapp object. by Serhiy Storchaka · 10 years ago
  21. 9f1f4f4 Add tests for getint, getdouble and getboolean methods of the tkapp object. by Serhiy Storchaka · 10 years ago
  22. 35db439 Issue #13742: Add key and reverse parameters to heapq.merge() by Raymond Hettinger · 10 years ago
  23. e7bfe13 Fix issue #14315: The zipfile module now ignores extra fields in the central by Gregory P. Smith · 10 years ago
  24. 0af8a86 Fix issue #14315: The zipfile module now ignores extra fields in the central by Gregory P. Smith · 10 years ago
  25. 12c5247 Issue #21226: Merge from 3.4. by Eric Snow · 10 years ago
  26. 58cfdd8 Issue #21226: fix a ref leak. by Eric Snow · 10 years ago
  27. 679a2fe Merge with 3.4 by Terry Jan Reedy · 10 years ago
  28. 2e8234a Issue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog. by Terry Jan Reedy · 10 years ago
  29. 7434ed7 (Merge 3.4) Issue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe doc by Victor Stinner · 10 years ago
  30. a5b257a Issue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe doc by Victor Stinner · 10 years ago
  31. a1a4ddf (Merge 3.4) Issue #21376: document asyncio.TimeoutError by Victor Stinner · 10 years ago
  32. 28d0ae48 Issue #21376: document asyncio.TimeoutError by Victor Stinner · 10 years ago
  33. 20ed56c Restore performance of some dumb database methods (regression introduced by #19385). by Serhiy Storchaka · 10 years ago
  34. 12c575f Restore performance of some dumb database methods (regression introduced by #19385). by Serhiy Storchaka · 10 years ago
  35. 24604d5 Issue #21402: tkinter.ttk now works when default root window is not set. by Serhiy Storchaka · 10 years ago
  36. b49eff2 Issue #21402: tkinter.ttk now works when default root window is not set. by Serhiy Storchaka · 10 years ago
  37. af984de Issue #21493: Added test for ntpath.expanduser(). Original patch by by Serhiy Storchaka · 10 years ago
  38. ffc1e6d Issue #21493: Added test for ntpath.expanduser(). Original patch by by Serhiy Storchaka · 10 years ago
  39. 9e7cbda Issue #3015: _tkinter.create() now creates tkapp object with wantobject=1 by by Serhiy Storchaka · 10 years ago
  40. 3fc6d80 Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulr by Serhiy Storchaka · 10 years ago
  41. 47a9813 Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulr by Serhiy Storchaka · 10 years ago
  42. f9e77b3 Issue #18807: Merged fix from 3.4. by Vinay Sajip · 10 years ago
  43. 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
  44. a5f6ef8 Fix for raising exception not derived from BaseException in _SelectorSslTransport.resume_reading by Andrew Svetlov · 10 years ago
  45. 3207a03 Fix for raising exception not derived from BaseException in _SelectorSslTransport.resume_reading by Andrew Svetlov · 10 years ago
  46. 1086fb0 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  47. 0a4d13e Issue #21477: Add htests for Search and Replace dialogs. by Terry Jan Reedy · 10 years ago
  48. a73a34d merge by Raymond Hettinger · 10 years ago
  49. aa7886d Issue 21439: Minor issues in the reference manual. by Raymond Hettinger · 10 years ago
  50. 07e0485 Issue 21575: Show list.sort() arguments in the tutorial. by Raymond Hettinger · 10 years ago
  51. ab09c13 Minor clean-ups for heapq.merge(). by Raymond Hettinger · 10 years ago
  52. 9f4c963 null merge 3.4 by Benjamin Peterson · 10 years ago
  53. c7ceefc a post 3.4.1 world by Benjamin Peterson · 10 years ago
  54. e44b947 merge 3.4 by Benjamin Peterson · 10 years ago
  55. 5e2c4d2 grammar and sentence flow fix by Benjamin Peterson · 10 years ago
  56. 2059ded merge 3.4 by Benjamin Peterson · 10 years ago
  57. f9ea5f3 format reST directive in the usual way by Benjamin Peterson · 10 years ago
  58. 0024fbb merge 3.4 by Benjamin Peterson · 10 years ago
  59. 0d81d80 link to wikipedia description of cryptographic salt by Benjamin Peterson · 10 years ago
  60. 0ccff4d oxford comma by Benjamin Peterson · 10 years ago
  61. c12318a merge 3.4 (#21587) by Benjamin Peterson · 10 years ago
  62. 1a2cf9a remove tab (closes #21587) by Benjamin Peterson · 10 years ago
  63. 3ecb192 merge 3.4 (#21586) by Benjamin Peterson · 10 years ago
  64. 419f1fa fix typo in variable name (closes #21586) by Benjamin Peterson · 10 years ago
  65. 41331e8 Minor clean-ups for heapq. by Raymond Hettinger · 10 years ago
  66. 79cae68 merge by Raymond Hettinger · 10 years ago
  67. dea46ec Issue #21481: Teach argparse equality tests to return NotImplemented when comparing to unknown types. by Raymond Hettinger · 10 years ago
  68. aa92d34 merge by Raymond Hettinger · 10 years ago
  69. dd5e53a Issue 8743: Improve interoperability between sets and the collections.Set abstract base class. by Raymond Hettinger · 10 years ago
  70. dfe098d Issue 16774: Add a new itertools recipe (suggested by Alexey Kachayev). by Raymond Hettinger · 10 years ago
  71. 2d452ee Issue 15246: Improve test coverage for collections.abc.Set. (Contributed by James King). by Raymond Hettinger · 10 years ago
  72. 62f4dad Issue 21137: Better repr for threading.Lock() by Raymond Hettinger · 10 years ago
  73. fa4ed0c merge by Raymond Hettinger · 10 years ago
  74. e8e2df3 Issue 21558: Fix a typo in the contextlib docs by Raymond Hettinger · 10 years ago
  75. d58a0b6 merge by Raymond Hettinger · 10 years ago
  76. 978c6ab Issue 13355: Make random.triangular degrade gracefully when low == high. by Raymond Hettinger · 10 years ago
  77. c738874 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  78. a2fc99e Issue #21477: Idle htest: modify run; add more tests. by Terry Jan Reedy · 10 years ago
  79. 0afd0ad Merge from 3.4 by Nick Coghlan · 10 years ago
  80. e1d54e5 Mention setuptools & wheel as key terms for distribution by Nick Coghlan · 10 years ago
  81. 89b49a9 Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok. by Serhiy Storchaka · 10 years ago
  82. 7df417d Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok. by Serhiy Storchaka · 10 years ago
  83. a924fc7 Issue #21565: multiprocessing: use contex-manager protocol for synchronization by Charles-François Natali · 10 years ago
  84. 1691e35 Issue #18918: Removed non-existing topic from a list of available topics. by Serhiy Storchaka · 10 years ago
  85. 5bb446f Issue #18918: Removed non-existing topic from a list of available topics. by Serhiy Storchaka · 10 years ago
  86. 2f8dca7 Issue #20197: Added support for the WebP image type in the imghdr module. by Serhiy Storchaka · 10 years ago
  87. e84d26c Merge with 3.4 by Terry Jan Reedy · 10 years ago
  88. 1b392ff Issue #21477: Idle htest: merge and modify run and runall; add many tests. by Terry Jan Reedy · 10 years ago
  89. ded3c1b Cleanup other stats formatting code in gcmodule.c by Antoine Pitrou · 10 years ago
  90. 40f6b12 Issue #21555: simplify code in gcmodule.c by using the pytime.h functions instead of trying to call time.time() via the C API. by Antoine Pitrou · 10 years ago
  91. b19e75d Refactor precomputed constants in the ipaddress module (suggested by Charles-François) by Antoine Pitrou · 10 years ago
  92. f573ce9 Issue #21513: Speedup some properties of IP addresses (IPv4Address, IPv6Address) such as .is_private or .is_multicast. by Antoine Pitrou · 10 years ago
  93. ff36b79 Fixed new Tkinter tests added in issue #21522 with Tk 8.4. by Serhiy Storchaka · 10 years ago
  94. 10cbb1e Fixed new Tkinter tests added in issue #21522 with Tk 8.4. by Serhiy Storchaka · 10 years ago
  95. 17f9cc0 Merge for issue #14710 by Brett Cannon · 10 years ago
  96. 8447c70 Issue #14710: Fix both pkgutil.find_loader() and get_loader() to not by Brett Cannon · 10 years ago
  97. c083537 Issue #21538: The plistlib module now supports loading of binary plist files by Serhiy Storchaka · 10 years ago
  98. 0652664 Issue #21538: The plistlib module now supports loading of binary plist files by Serhiy Storchaka · 10 years ago
  99. a7834d3 Move NEWS entry to correct place. by Serhiy Storchaka · 10 years ago
  100. 4756201 Issue #21522: Added Tkinter tests for Listbox.itemconfigure(), by Serhiy Storchaka · 10 years ago