1. 1e39b83f bpo-35537: Skip test_start_new_session() of posix_spawn (GH-11718) by Victor Stinner · 6 years ago
  2. 80c5dfe bpo-35537: Add setsid parameter to os.posix_spawn() and os.posix_spawnp() (GH-11608) by Joannah Nanjekye · 6 years ago
  3. ffdf1c3 Consistently move the misses update to just before the user function call (GH-11715) by Raymond Hettinger · 6 years ago
  4. dcfcd14 bpo-35766: Merge typed_ast back into CPython (GH-11645) by Guido van Rossum · 6 years ago
  5. 0bb4bdf bpo-35864: Replace OrderedDict with regular dict in namedtuple() (#11708) by Raymond Hettinger · 6 years ago
  6. 9f3f093 bpo-34003: Use dict instead of OrderedDict in csv.DictReader (GH-8014) by Michael Selik · 6 years ago
  7. a1f9a33 bpo-35854: Fix EnvBuilder and --symlinks in venv on Windows (GH-11700) by Steve Dower · 6 years ago
  8. bafa848 subprocess: close pipes/fds by using ExitStack (GH-11686) by Giampaolo Rodola · 6 years ago
  9. 808180c Fast path for int inputs to math.dist() and math.hypot() (GH-11692) by Raymond Hettinger · 6 years ago
  10. 81d04bc Fix docstr/comment typos in _use_posix_spawn(). (GH-11684) by Gregory P. Smith · 6 years ago
  11. d8080c0 bpo-35780: Fix errors in lru_cache() C code (GH-11623) by Raymond Hettinger · 6 years ago
  12. 4e02f8f8 bpo-35797: Fix default executable used by the multiprocessing module (GH-11676) by Steve Dower · 6 years ago
  13. 62c35a8 bpo-35814: Allow same r.h.s. in annotated assignments as in normal ones (GH-11667) by Ivan Levkivskyi · 6 years ago
  14. 8f59ee0 bpo-35224: PEP 572 Implementation (#10497) by Emily Morehouse · 6 years ago
  15. 1fd06f1 bpo-35717: Fix KeyError exception raised when using enums and compile (GH-11523) by Rémi Lapeyre · 6 years ago
  16. fd628cf bpo-35767: Fix unittest.loader to allow partials as test_functions (#11600) by Jason Fried · 6 years ago
  17. f6243ac bpo-35537: subprocess can use posix_spawn with pipes (GH-11575) by Victor Stinner · 6 years ago
  18. da6424e bpo-35726: Prevented QueueHandler formatting from affecting other handlers (GH-11537) by Manjusaka · 6 years ago
  19. 28f6cb3 bpo-35683: Improve Azure Pipelines steps (GH-11493) by Steve Dower · 6 years ago
  20. 9932a22 bpo-33416: Add end positions to Python AST (GH-11605) by Ivan Levkivskyi · 6 years ago
  21. 2433a2a bpo-35782: Fix error message in randrange (GH-11620) by Kumar Akshay · 6 years ago
  22. e9b185f2a bpo-35794: Catch PermissionError in test_no_such_executable (GH-11635) by Pablo Galindo · 6 years ago
  23. b238545 bpo-35772: Fix test_tarfile on ppc64 (GH-11606) by Victor Stinner · 6 years ago
  24. 222d303 bpo-20239: Allow repeated deletion of unittest.mock.Mock attributes (#11057) by Pablo Galindo · 6 years ago
  25. b2dc4a3 bpo-35699: fix distuils cannot detect Build Tools 2017 anymore (GH-11495) by Marc Schlaich · 6 years ago
  26. 2cf1dda bpo-35770: Fix off-by-1 error. (#11618) by Terry Jan Reedy · 6 years ago
  27. 7417622 bpo-35733: Make isinstance(ast.Constant(boolean), ast.Num) be false. (GH-11547) by Anthony Sottile · 6 years ago
  28. 39ed289 bpo-35770: IDLE macosx deletes Options => Configure IDLE. (GH-11614) by Terry Jan Reedy · 6 years ago
  29. 34de2d3 bpo-35045: Accept TLSv1 default in min max test (GH-11510) by Christian Heimes · 6 years ago
  30. 36d9e9a bpo-35283: Update the docstring of threading.Thread.join method (GH-11596) by Dong-hee Na · 6 years ago
  31. a902239 bpo-35769: Change IDLE's name for new files from 'Untitled' to 'untitled' (GH-11602) by Terry Jan Reedy · 6 years ago
  32. 3bcbedc bpo-34850: Emit a warning for "is" and "is not" with a literal. (GH-9642) by Serhiy Storchaka · 6 years ago
  33. e55cf02 bpo-35730: IDLE - test squeezer reload() by checking load_font() (GH-11585) by Tal Einat · 6 years ago
  34. 56c1605 bpo-34161: Update idlelib/NEWS.txt to 2019 Jan 17 (GH-11597) by Terry Jan Reedy · 6 years ago
  35. 17f05bb bpo-33687: Fix call to os.chmod() in uu.decode() (GH-7282) by Timo Furrer · 6 years ago
  36. f1d8e7c bpo-35701: Added __weakref__ slot to uuid.UUID (GH-11570) by David H · 6 years ago
  37. 89669ff bpo-35283: Add deprecation warning for Thread.isAlive (GH-11454) by Dong-hee Na · 6 years ago
  38. 8c34956 Revert "bpo-35537: subprocess can now use os.posix_spawnp (GH-11579)" (GH-11582) by Victor Stinner · 6 years ago
  39. 0785889 bpo-35537: subprocess can now use os.posix_spawnp (GH-11579) by Victor Stinner · 6 years ago
  40. 92b8322 bpo-35674: Add os.posix_spawnp() (GH-11554) by Joannah Nanjekye · 6 years ago
  41. 9daecf3 bpo-35537: subprocess uses os.posix_spawn in some cases (GH-11452) by Victor Stinner · 6 years ago
  42. a37f524 bpo-35746: Fix segfault in ssl's cert parser (GH-11569) by Christian Heimes · 6 years ago
  43. c9f872b bpo-23846: Fix ProactorEventLoop._write_to_self() (GH-11566) by Victor Stinner · 6 years ago
  44. 3607ef4 bpo-35742: Fix test_envar_unimportable in test_builtin. (GH-11561) by Serhiy Storchaka · 6 years ago
  45. b91140f bpo-11555: Enhance IocpProactor.close() log again (GH-11563) by Victor Stinner · 6 years ago
  46. b1e4573 bpo-34323: Enhance IocpProactor.close() log (GH-11555) by Victor Stinner · 6 years ago
  47. efcf82f bpo-35619: Improve support of custom data descriptors in help() and pydoc. (GH-11366) by Serhiy Storchaka · 6 years ago
  48. 454b3d4 bpo-35066: _dateime.datetime.strftime copies trailing '%' (GH-10692) by MichaelSaah · 6 years ago
  49. 5bb146a bpo-35730: Disable IDLE test_reload assertion. (GH-11543) by Terry Jan Reedy · 6 years ago
  50. 39a33e9 bpo-35196: Optimize Squeezer's write() interception (GH-10454) by Tal Einat · 6 years ago
  51. 995d9b9 bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens (GH-10021) by Anthony Sottile · 6 years ago
  52. f1ec3ce bpo-35634: Raise an error when first passed kwargs contains duplicated keys. (GH-11438) by Serhiy Storchaka · 6 years ago
  53. 58159ef bpo-35494: Improve syntax error messages for unbalanced parentheses in f-string. (GH-11161) by Serhiy Storchaka · 6 years ago
  54. 44cc482 bpo-33817: Fix _PyBytes_Resize() for empty bytes object. (GH-11516) by Serhiy Storchaka · 6 years ago
  55. cb08a71 bpo-34838: Use subclass_of for math.dist. (GH-9659) by Ammar Askar · 6 years ago
  56. 2a39d25 bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520) by Serhiy Storchaka · 6 years ago
  57. 4fa9591 bpo-35582: Argument Clinic: inline parsing code for positional parameters. (GH-11313) by Serhiy Storchaka · 6 years ago
  58. c5dc60e bpo-24746: Fix doctest failures when running the testsuite with -R (#11501) by Pablo Galindo · 6 years ago
  59. fb2c346 asyncio: __del__() keep reference to warnings.warn (GH-11491) by Victor Stinner · 6 years ago
  60. 9b07681 IocpProactor: prevent modification if closed (GH-11494) by Victor Stinner · 6 years ago
  61. a306bdd Distutils no longer needs to remain compatible with 2.3 (GH-11423) by Miro Hrončok · 6 years ago
  62. cbb1645 bpo-24746: Avoid stripping trailing whitespace in doctest fancy diff (#10639) by Sanyam Khurana · 6 years ago
  63. c24c6c2 bpo-35568: add 'raise_signal' function (GH-11335) by Vladimir Matveev · 6 years ago
  64. 80fda71 bpo-35682: Fix _ProactorBasePipeTransport._force_close() (GH-11462) by Victor Stinner · 6 years ago
  65. ddd7c42 bpo-33717: pythoninfo logs information of all clocks (GH-11460) by Victor Stinner · 6 years ago
  66. df8e1fb bpo-32710: test_asyncio: test_sendfile reset policy (GH-11461) by Victor Stinner · 6 years ago
  67. 2d53bed bpo-35664: Optimize operator.itemgetter (GH-11435) by Raymond Hettinger · 6 years ago
  68. 3f7983a bpo-35560: Remove assertion from format(float, "n") (GH-11288) by Xtreak · 6 years ago
  69. a0bb51e test_threading_local: add missing "import sys" (GH-8049) by cclauss · 6 years ago
  70. 11303dd bpo-35660: Fix imports in idlelib.window (#11434) by Cheryl Sabella · 6 years ago
  71. 83da926 bpo-35488: Add tests for ** glob matching in pathlib (GH-11171) by Anthony Shaw · 6 years ago
  72. 67ba547 bpo-23057: Use 'raise' to emulate ctrl-c in proactor tests (#11274) by Vladimir Matveev · 6 years ago
  73. ab54b9a bpo-35641: IDLE - format calltip properly when no docstring (GH-11415) by Emmanuel Arias · 6 years ago
  74. aff0ada bpo-33987: IDLE - use ttk Frame for ttk widgets (GH-11395) by Terry Jan Reedy · 6 years ago
  75. 830ddc7 Revert "bpo-35603: Escape table header of make_table output that can cause potential XSS. (GH-11341)" (GH-11356) by Serhiy Storchaka · 6 years ago
  76. 3a374e0 bpo-35588: Speed up mod, divmod and floordiv operations for Fraction type (#11322) by Stefan Behnel · 6 years ago
  77. b4ea8bb bpo-35598: IDLE - Globalize some config_key objects (GH-11392) by Cheryl Sabella · 6 years ago
  78. 052b2df bpo-32492: Tweak _collections._tuplegetter. (GH-11367) by Serhiy Storchaka · 6 years ago
  79. 5c117dd bpo-35609: Remove examples for deprecated decorators in the abc module. (GH-11355) by Serhiy Storchaka · 6 years ago
  80. 7108aab Fix typo in test module usage message (GH-11374) by sth · 6 years ago
  81. b539cef bpo-35614: Fix pydoc help() on metaclasses (#11357) by Sanyam Khurana · 6 years ago
  82. e5796c4 bpo-35214: Skip test_io tests that'd cause a huge malloc under msan (#11385) by Gregory P. Smith · 6 years ago
  83. d6f45b2 Fix typos in test_faulthandler skipIfs for ubsan. (GH-11386) by Gregory P. Smith · 6 years ago
  84. 30e0232 Cleanup test_faulthandler sanitizer skip logic. (GH-11381) by Gregory P. Smith · 6 years ago
  85. b474e67 bpo-35214: MSan workarounds for socket, time, and test_faulthandler. (GH-11375) by Gregory P. Smith · 6 years ago
  86. 4bd79c3 bpo-35598: IDLE: Switch config_key dialog to ttk widgets (GH-11365) by Cheryl Sabella · 6 years ago
  87. 3f5fc70 bpo-32492: 1.6x speed up in namedtuple attribute access using C fast-path (#10495) by Pablo Galindo · 6 years ago
  88. b0a6196 bpo-35598: IDLE: Increase test coverage for config_key.py (#11360) by Cheryl Sabella · 6 years ago
  89. d51324a bpo-35602: Make sure the transport is always closed in SelectorEventLoopUnixSockSendfileTests (GH-11338) by Pablo Galindo · 6 years ago
  90. 78de011 bpo-35603: Escape table header of make_table output that can cause potential XSS. (GH-11341) by Xtreak · 6 years ago
  91. 1f511e1 Make sure file object is close if socket.create_connection fails (GH-11334) by Pablo Galindo · 6 years ago
  92. 5471420 bpo-35601: Alleviate race condition when waiting for SIGALRM in test_asyncio (GH-11337) by Pablo Galindo · 6 years ago
  93. 4bc2467 bpo-34055: Revert deletion of line in IDLE's PyShell (#11346) by Terry Jan Reedy · 6 years ago
  94. c0381aa bpo-28097: IDLE - Add Previous/Next History to Shell menu (#11325) by Cheryl Sabella · 6 years ago
  95. 804a5d9 IDLE: Create function to update menu item state. (GH-11343) by Cheryl Sabella · 6 years ago
  96. 9e00d9e bpo-20849: add dirs_exist_ok arg to shutil.copytree (patch by Josh Bronson) by jab · 6 years ago
  97. ed57e13 bpo-11191: skip unsupported test_distutils case for AIX with xlc (GH-8709) by Michael Felt · 6 years ago
  98. e2926b7 bpo-34373: fix test_mktime and test_pthread_getcpuclickid tests on AIX (GH-8726) by Michael Felt · 6 years ago
  99. c465682 bpo-35591: IDLE Find Selection now works when selection not found (GH-11339) by Terry Jan Reedy · 6 years ago
  100. 55698cc bpo-35598: IDLE: Update config_key.py with PEP8 names (GH-11330) by Cheryl Sabella · 6 years ago