1. e7c566c bpo-30465: Fix lineno and col_offset in fstring AST nodes (#1800) by Łukasz Langa · 7 years ago
  2. 0f6b9d2 bpo-14191 Add parse_intermixed_args. (#3319) by R. David Murray · 7 years ago
  3. 49ce74e Remove all mention of Windows IA-64 support (GH-3389) by Zachary Ware · 7 years ago
  4. effc12f bpo-27584: New addition of vSockets to the python socket module (#2489) by caavery · 7 years ago
  5. c5bace2 bpo-29505: Add fuzz tests for float(str), int(str), unicode(str) (#2878) by Devin Jeanpierre · 7 years ago
  6. 5fcd5e6 bpo-31340: Change to building with MSVC v141 (included with Visual Studio 2017) (#3311) by Steve Dower · 7 years ago
  7. 3fc499b bpo-31178: Avoid concatenating bytes with str in subprocess error (#3066) by Ammar Askar · 7 years ago
  8. 6877111 bpo-29781: Fix SSLObject.version before handshake (#3364) by Christian Heimes · 7 years ago
  9. 3463ee3 Stop test_xmlrpc from writing to sys.stderr (#3359) by Christian Heimes · 7 years ago
  10. 80bbe6a7 bpo-31350: Optimize get_event_loop and _get_running_loop (#3347) by jimmylai · 7 years ago
  11. 305e56c bpo-31320: No traceback to sys.stderr in test_ssl (#3360) by Christian Heimes · 7 years ago
  12. faa57cb bpo-30662: fixed OrderedDict.__init__ docstring re PEP 468 (#2179) by Jonathan Eunice · 7 years ago
  13. 15ce0be Conceptually, roots is a set. Also searching it as a set is a tiny bit faster (#3338) by Raymond Hettinger · 7 years ago
  14. db56423 Revert "bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#1908)" (#3337) by Neil Schemenauer · 7 years ago
  15. e38d12e bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#1908) by Neil Schemenauer · 7 years ago
  16. 5503709 Add comment to explain the implications of not sorting keywords (#3331) by Raymond Hettinger · 7 years ago
  17. f5ea83f random_triangular: sqrt() is more accurate than **0.5 (#3317) by Raymond Hettinger · 7 years ago
  18. 0693063 remove IRIX support (closes bpo-31341) (#3310) by Benjamin Peterson · 7 years ago
  19. ba42796 bpo-1198569: Allow string.Template braced pattern to be different (#3288) by Barry Warsaw · 7 years ago
  20. 002d640 bpo-25674: remove sha256.tbs-internet.com ssl test (#3297) by Christian Heimes · 7 years ago
  21. 1bfbe78 Improve clarity (and small speed-up) by using tuple unpacking (#3289) by Raymond Hettinger · 7 years ago
  22. 06de1ae bpo-31281: Fix pathlib.Path incompatibility in fileinput (gh-3208) by Zhiming Wang · 7 years ago
  23. 918edc0 bpo-12383: Also ignore __PYVENV_LAUNCHER__ (#3278) by Ned Deily · 7 years ago
  24. 2ef3760 Fix a c.f.as_completed() refleak previously introduced in bpo-27144 (#3270) by Antoine Pitrou · 7 years ago
  25. bca4939 bpo-31185: Fixed miscellaneous errors in asyncio speedup module. (#3076) by Serhiy Storchaka · 7 years ago
  26. 8df44ee remove a redundant lower in urllib.parse.urlsplit (#3008) by Oren Milman · 7 years ago
  27. 8687101 bpo-31323: Fix reference leak in test_ssl (#3263) by Victor Stinner · 7 years ago
  28. e8a533f bpo-31250, test_asyncio: fix EventLoopTestsMixin.tearDown() (#3264) by Victor Stinner · 7 years ago
  29. b713adf bpo-31326: ProcessPoolExecutor waits for the call queue thread (#3265) by Victor Stinner · 7 years ago
  30. 97e1b1c bpo-27144: concurrent.futures as_complete and map iterators do not keep reference to returned object (#1560) by Grzegorz Grzywacz · 7 years ago
  31. 16432be bpo-31250, test_asyncio: fix dangling threads (#3252) by Victor Stinner · 7 years ago
  32. 6c2feab bpo-31217: Fix regrtest -R for small integer (#3260) by Victor Stinner · 7 years ago
  33. e91c2a5 [Trivial] Remove now redundant assert (#3245) by Antoine Pitrou · 7 years ago
  34. cb76029 Removed noop branch from ctypes code (#3234) by Alex Gaynor · 7 years ago
  35. 390eadd bpo-31051: Rearrange IDLE condigdialog GenPage into Window, Editor, and Help sections. (#3239) by Terry Jan Reedy · 7 years ago
  36. bd73e72 bpo-5001: More-informative multiprocessing error messages (#3079) by Allen W. Smith, Ph.D · 7 years ago
  37. 631fdee bpo-31291: Fixed an assertion failure in zipimport.zipimporter.get_data() (#3226) by Oren Milman · 7 years ago
  38. 265fcc5 bpo-31286, bpo-30024: Fixed stack usage in absolute imports with (#3217) by Serhiy Storchaka · 7 years ago
  39. ba7d736 bpo-31243: Fixed PyArg_ParseTuple failure checks. (#3171) by Oren Milman · 7 years ago
  40. 07f1658 bpo-10746: Fix ctypes PEP 3118 type codes for c_long, c_bool, c_int (#31) by Pauli Virtanen · 7 years ago
  41. a30f6d4 bpo-30987 - Support for ISO-TP protocol in SocketCAN (#2956) by Pier-Yves Lessard · 7 years ago
  42. 998f496 bpo-30617: IDLE: docstrings and unittest for outwin.py (#2046) by Cheryl Sabella · 7 years ago
  43. 3457f42 bpo-31287: IDLE - do not alter tkinter.messagebox in configdialog tests. (#3220) by Terry Jan Reedy · 7 years ago
  44. 7028e59 bpo-30781: IDLE - use ttk widgets in configdialog (#2654) by Cheryl Sabella · 7 years ago
  45. 0780bf7 bpo-31072: Rename the new filter argument for zipapp.create_archive. (#3049) by Paul Moore · 7 years ago
  46. a5b4ea1 bpo-31271: Fix an assertion failure in io.TextIOWrapper.write. (#3201) by Oren Milman · 7 years ago
  47. a3a6df3 Skip two tests not intended to pass on Windows. (#3202) by Gregory P. Smith · 7 years ago
  48. 8621bb5 bpo-22536: Set the filename in FileNotFoundError. (#3194) by Gregory P. Smith · 7 years ago
  49. de50360 bpo-29741: Update some methods in the _pyio module to also accept integer types. Patch by Oren Milman. (#560) by Oren Milman · 7 years ago
  50. a5fab17 bpo-23835: Restore legacy defaults= behavior for RawConfigParser (#3191) by Łukasz Langa · 7 years ago
  51. bf9075a bpo-31229: Fixed wrong error messages when too many keyword arguments are received. (#3180) by Oren Milman · 7 years ago
  52. 772d809 bpo-31161: only check for parens error for SyntaxError (#3082) by Martijn Pieters · 7 years ago
  53. 41bbd82 bpo-31234: test_threaded_import: fix test_side_effect_import() (#3189) by Victor Stinner · 7 years ago
  54. 830d7d2 bpo-31234: test_httpservers joins the server thread (#3188) by Victor Stinner · 7 years ago
  55. bc61315 bpo-31249: Fix ref cycle in ThreadPoolExecutor (#3178) by Victor Stinner · 7 years ago
  56. 44e6ad8 bpo-23835: Enforce that configparser defaults are strings (#2558) by James Tocknell · 7 years ago
  57. 9a83f65 Add test_subprocess.test_nonexisting_with_pipes() (#3133) by Victor Stinner · 7 years ago
  58. 4cab2cd bpo-31238: pydoc ServerThread.stop() now joins itself (#3151) by Victor Stinner · 7 years ago
  59. 489d91c bpo-31249: test_concurrent_futures checks dangling threads (#3167) by Victor Stinner · 7 years ago
  60. 8452445 bpo-31247: xmlrpc.server: break reference cycle (#3166) by Victor Stinner · 7 years ago
  61. 1d1d3e9 bpo-28261: Fixed err msgs where PyArg_ParseTuple is used to parse normal tuples. (#3119) by Oren Milman · 7 years ago
  62. 4bfebc6 bpo-31206: IDLE: Factor HighPage class from ConfigDialog (#3160) by Cheryl Sabella · 7 years ago
  63. 8f7a798 bpo-31206: IDLE: Factor HighPage class from ConfigDialog (#3156) by Cheryl Sabella · 7 years ago
  64. 3d284c0 bpo-31234: test_threading: fix ref cycle (#3150) by Victor Stinner · 7 years ago
  65. a32e405 bpo-31206: IDLE: Factor HighPage class from ConfigDialog (#3141) by Cheryl Sabella · 7 years ago
  66. a7719e2 bpo-31235: Fix ResourceWarning in test_logging (#3147) by Victor Stinner · 7 years ago
  67. 6966960 bpo-30830: test_logging uses threading_setup/cleanup (#3137) by Victor Stinner · 7 years ago
  68. c99d41f bpo-31234: fork_wait tests now join threads (#3139) by Victor Stinner · 7 years ago
  69. 4d38517 bpo-30121: Fix debug assert in subprocess on Windows (#1224) by Segev Finer · 7 years ago
  70. a7c449b bpo-30721: Add missing '?' to new error message (GH-3131) by Sanyam Khurana · 7 years ago
  71. 5e2eb35 bpo-30721: Show correct syntax hint in Py3 when using Py2 redirection syntax (#2345) by Sanyam Khurana · 7 years ago
  72. ad7eaed bpo-30871: pythoninfo: more sys, os, time data (#3130) by Victor Stinner · 7 years ago
  73. fe2b56a bpo-31183: `dis` now handles coroutines & async generators (GH-3077) by syncosmic · 7 years ago
  74. 82aff62 bpo-31001: IDLE: Add tests for configdialog highlight tab (#3123) by Cheryl Sabella · 7 years ago
  75. f6ebd83 bpo-30871: pythoninfo: add expat and _decimal (#3121) by Victor Stinner · 7 years ago
  76. b907abc bpo-30871: Add test.pythoninfo (#3075) by Victor Stinner · 7 years ago
  77. 7c17e23 bpo-24700: Add a fast path for comparing array.array of equal type (#3009) by Adrian Wielgosik · 7 years ago
  78. ee84a60 bpo-18966: non-daemonic threads created by a multiprocessing.Process should be joined on exit (#3111) by Antoine Pitrou · 7 years ago
  79. 17657bb bpo-31069, test_multiprocessing: Fix dangling process (#3103) by Victor Stinner · 7 years ago
  80. 7f06684 bpo-30928: Update idlelib/NEWS.txt to 2017-08-15. (#3098) by Terry Jan Reedy · 7 years ago
  81. e36d9f5 bpo-31205: IDLE: Factor KeysPage class from ConfigDialog (#3096) by Cheryl Sabella · 7 years ago
  82. 7b40cb7 bpo-30714: ALPN changes for OpenSSL 1.1.0f (#2305) by Christian Heimes · 7 years ago
  83. 2f89646 bpo-31002: IDLE: Add tests for configdialog keys tab (#2996) by Cheryl Sabella · 7 years ago
  84. 8204b90 bpo-30824: Add mimetype for .json (#3048) by Nate Tangsurat · 7 years ago
  85. d4b93e2 bpo-31106: Fix handling of erros in posix_fallocate() and posix_fadvise() (#3000) (#3000) by Коренберг Марк · 7 years ago
  86. 48d9823 bpo-5001, bpo-31169: Fix two uninformative asserts in multiprocessing/managers.py (#3078) by Allen W. Smith, Ph.D · 7 years ago
  87. 5659a72 bpo-31008: Fix asyncio test_wait_for_handle on Windows (#3065) by Victor Stinner · 7 years ago
  88. 957d0e9 bpo-26762: _test_multiprocessing reports dangling (#3064) by Victor Stinner · 7 years ago
  89. b97d99c regrtest: count also env changed as failures in progress (#3061) by Victor Stinner · 7 years ago
  90. b501147 Enhance support.reap_children() (#3036) by Victor Stinner · 7 years ago
  91. aa8ec34 bpo-31151: Add socketserver.ForkingMixIn.server_close() (#3057) by Victor Stinner · 7 years ago
  92. 6c8c294 bpo-31160: test_tempfile: Fix reap_children() warning (#3056) by Victor Stinner · 7 years ago
  93. 7b7c6dc bpo-31173: Rewrite WSTOPSIG test of test_subprocess (#3055) by Victor Stinner · 7 years ago
  94. 3b0f620 bpo-19903: IDLE: Calltips changed to use inspect.signature (#2822) by Louie Lu · 7 years ago
  95. 3ca9f50 bpo-31160: test_builtin: don't check waitpid() status (#3050) by Victor Stinner · 7 years ago
  96. da5e930 bpo-31160: Fix test_random for zombie process (#3045) by Victor Stinner · 7 years ago
  97. e3510d7 bpo-31160: regrtest now reaps child processes (#3044) by Victor Stinner · 7 years ago
  98. 4baca1b bpo-31160: Fix test_builtin for zombie process (#3043) by Victor Stinner · 7 years ago
  99. b811d66 bpo-31072: Add filter to zipapp (#3021) by Jeffrey Rackauckas · 7 years ago
  100. 9b0d1d6 bpo-31070: Fix a race condition in importlib _get_module_lock(). (#3033) by Serhiy Storchaka · 7 years ago