1. 8a03ff2 bpo-35833: Revise IDLE doc for control codes sent to Shell. (GH-11799) by Terry Jan Reedy · 5 years ago
  2. 96d37db bpo-35615: Fix crashes when copying a Weak{Key,Value}Dictionary. (GH-11384) by Fish · 5 years ago
  3. df8d2cd bpo-35911: add cell constructor (GH-11771) by Pierre Glaser · 5 years ago
  4. f289084 bpo-24209: In http.server script, rely on getaddrinfo to bind to preferred address based on the bind parameter. (#11767) by Jason R. Coombs · 5 years ago
  5. 2848d9d bpo-35917: Test multiprocessing manager classes and shareable types (GH-11772) by Giampaolo Rodola · 5 years ago
  6. bc09851 bpo-35606: Implement math.prod (GH-11359) by Pablo Galindo · 5 years ago
  7. 85e102a bpo-35299: Fixed sysconfig and distutils during PGO profiling (GH-11744) by Steve Dower · 5 years ago
  8. 69091cb bpo-35321: Set the spec origin to frozen in frozen modules (#11732) by Nina Zakharenko · 5 years ago
  9. 89427cd bpo-32417: Make timedelta arithmetic respect subclasses (#10902) by Paul Ganssle · 5 years ago
  10. e7afe1a Merge tag 'v3.8.0a1' by Łukasz Langa · 5 years ago
  11. a8474d0 bpo-35872 and bpo-35873: Clears __PYVENV_LAUNCHER__ variable (GH-11745) by Steve Dower · 5 years ago
  12. 2f6fae6 bpo-35692: pathlib no longer raises when checking file and directory existence on drives that are not ready (GH-11746) by Steve Dower · 5 years ago
  13. 8efa3b6 [blurb] v3.8.0a1 by Łukasz Langa · 5 years ago
  14. f75d59e bpo-35884: Add variable access benchmarking script (GH-11725) by Raymond Hettinger · 5 years ago
  15. 8ebc645 bpo-35890 : Fix some API calling consistency (GH-11742) by Minmin Gong · 5 years ago
  16. 4c70d9f bpo-34691: Compile _contextvars module into main Python library (GH-11741) by Steve Dower · 5 years ago
  17. b82bfac bpo-29734: nt._getfinalpathname handle leak (GH-740) by Mark Becwar · 5 years ago
  18. cb09047 bpo-32560: inherit the py launcher's STARTUPINFO (GH-9000) by Shiva Saxena · 5 years ago
  19. d08ea70 bpo-35845: Add order={'C', 'F', 'A'} parameter to memoryview.tobytes(). (#11730) by Stefan Krah · 5 years ago
  20. 4860f01 bpo-33895: Relase GIL while calling functions that acquire Windows loader lock (GH-7789) by Tony Roberts · 5 years ago
  21. 2de576e bpo-1104: msilib.SummaryInfo.GetProperty() truncates the string by one character (GH-4517) by Tzu-ping Chung · 5 years ago
  22. 05e9221 bpo-33316: PyThread_release_lock always fails (GH-6541) by native-api · 5 years ago
  23. e5ef45b bpo-35813: Added shared_memory submodule of multiprocessing. (#11664) by Davin Potts · 5 years ago
  24. d4fceaa bpo-35877: Make parenthesis optional for named expression in while statement (GH-11724) by Xtreak · 5 years ago
  25. 80c5dfe bpo-35537: Add setsid parameter to os.posix_spawn() and os.posix_spawnp() (GH-11608) by Joannah Nanjekye · 5 years ago
  26. dcfcd14 bpo-35766: Merge typed_ast back into CPython (GH-11645) by Guido van Rossum · 5 years ago
  27. 0bb4bdf bpo-35864: Replace OrderedDict with regular dict in namedtuple() (#11708) by Raymond Hettinger · 5 years ago
  28. 9f3f093 bpo-34003: Use dict instead of OrderedDict in csv.DictReader (GH-8014) by Michael Selik · 5 years ago
  29. a1f9a33 bpo-35854: Fix EnvBuilder and --symlinks in venv on Windows (GH-11700) by Steve Dower · 6 years ago
  30. bafa848 subprocess: close pipes/fds by using ExitStack (GH-11686) by Giampaolo Rodola · 6 years ago
  31. 742d768 bpo-35847: RISC-V needs CTYPES_PASS_BY_REF_HACK (GH-11694) by Andreas Schwab · 6 years ago
  32. d8080c0 bpo-35780: Fix errors in lru_cache() C code (GH-11623) by Raymond Hettinger · 6 years ago
  33. adad9e6 bpo-35811: Avoid propagating venv settings when launching via py.exe (GH-11677) by Steve Dower · 6 years ago
  34. 4e02f8f8 bpo-35797: Fix default executable used by the multiprocessing module (GH-11676) by Steve Dower · 6 years ago
  35. 62c35a8 bpo-35814: Allow same r.h.s. in annotated assignments as in normal ones (GH-11667) by Ivan Levkivskyi · 6 years ago
  36. 8f59ee0 bpo-35224: PEP 572 Implementation (#10497) by Emily Morehouse · 6 years ago
  37. 1fd06f1 bpo-35717: Fix KeyError exception raised when using enums and compile (GH-11523) by Rémi Lapeyre · 6 years ago
  38. da6424e bpo-35726: Prevented QueueHandler formatting from affecting other handlers (GH-11537) by Manjusaka · 6 years ago
  39. 6d43f6f bpo-35713: Split _Py_InitializeCore into subfunctions (GH-11650) by Victor Stinner · 6 years ago
  40. 28f6cb3 bpo-35683: Improve Azure Pipelines steps (GH-11493) by Steve Dower · 6 years ago
  41. bf4ac2d bpo-35713: Rework Python initialization (GH-11647) by Victor Stinner · 6 years ago
  42. 35ca182 bpo-35720: Fixing a memory leak in pymain_parse_cmdline_impl() (GH-11528) by Lucas Cimon · 6 years ago
  43. 9932a22 bpo-33416: Add end positions to Python AST (GH-11605) by Ivan Levkivskyi · 6 years ago
  44. 7a23680 bpo-35758: Fix building on ARM + MSVC (gh-11531) by Minmin Gong · 6 years ago
  45. b238545 bpo-35772: Fix test_tarfile on ppc64 (GH-11606) by Victor Stinner · 6 years ago
  46. 222d303 bpo-20239: Allow repeated deletion of unittest.mock.Mock attributes (#11057) by Pablo Galindo · 6 years ago
  47. b2dc4a3 bpo-35699: fix distuils cannot detect Build Tools 2017 anymore (GH-11495) by Marc Schlaich · 6 years ago
  48. 7417622 bpo-35733: Make isinstance(ast.Constant(boolean), ast.Num) be false. (GH-11547) by Anthony Sottile · 6 years ago
  49. 39ed289 bpo-35770: IDLE macosx deletes Options => Configure IDLE. (GH-11614) by Terry Jan Reedy · 6 years ago
  50. 478f829 bpo-21257: document http.client.parse_headers (GH-11443) by Ashwin Ramaswami · 6 years ago
  51. 34de2d3 bpo-35045: Accept TLSv1 default in min max test (GH-11510) by Christian Heimes · 6 years ago
  52. a902239 bpo-35769: Change IDLE's name for new files from 'Untitled' to 'untitled' (GH-11602) by Terry Jan Reedy · 6 years ago
  53. 3bcbedc bpo-34850: Emit a warning for "is" and "is not" with a literal. (GH-9642) by Serhiy Storchaka · 6 years ago
  54. 17f05bb bpo-33687: Fix call to os.chmod() in uu.decode() (GH-7282) by Timo Furrer · 6 years ago
  55. 89669ff bpo-35283: Add deprecation warning for Thread.isAlive (GH-11454) by Dong-hee Na · 6 years ago
  56. 92b8322 bpo-35674: Add os.posix_spawnp() (GH-11554) by Joannah Nanjekye · 6 years ago
  57. 9daecf3 bpo-35537: subprocess uses os.posix_spawn in some cases (GH-11452) by Victor Stinner · 6 years ago
  58. a37f524 bpo-35746: Fix segfault in ssl's cert parser (GH-11569) by Christian Heimes · 6 years ago
  59. c9f872b bpo-23846: Fix ProactorEventLoop._write_to_self() (GH-11566) by Victor Stinner · 6 years ago
  60. b1e4573 bpo-34323: Enhance IocpProactor.close() log (GH-11555) by Victor Stinner · 6 years ago
  61. efcf82f bpo-35619: Improve support of custom data descriptors in help() and pydoc. (GH-11366) by Serhiy Storchaka · 6 years ago
  62. 454b3d4 bpo-35066: _dateime.datetime.strftime copies trailing '%' (GH-10692) by MichaelSaah · 6 years ago
  63. 39a33e9 bpo-35196: Optimize Squeezer's write() interception (GH-10454) by Tal Einat · 6 years ago
  64. 995d9b9 bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens (GH-10021) by Anthony Sottile · 6 years ago
  65. d586ccb bpo-35552: Fix reading past the end in PyUnicode_FromFormat() and PyBytes_FromFormat(). (GH-11276) by Serhiy Storchaka · 6 years ago
  66. f1ec3ce bpo-35634: Raise an error when first passed kwargs contains duplicated keys. (GH-11438) by Serhiy Storchaka · 6 years ago
  67. 58159ef bpo-35494: Improve syntax error messages for unbalanced parentheses in f-string. (GH-11161) by Serhiy Storchaka · 6 years ago
  68. 44cc482 bpo-33817: Fix _PyBytes_Resize() for empty bytes object. (GH-11516) by Serhiy Storchaka · 6 years ago
  69. d0d3e99 bpo-35719: Optimize multi-argument math functions. (GH-11527) by Serhiy Storchaka · 6 years ago
  70. fdf282d bpo-35423: Stop using the "pending calls" machinery for signals. (gh-10972) by Eric Snow · 6 years ago
  71. a909460 bpo-34569: Fix subinterpreter 32-bit ABI, pystate.c/_new_long_object() (gh-9127) by Michael Felt · 6 years ago
  72. 5485085 bpo-32710: Fix _overlapped.Overlapped memory leaks (GH-11489) by Victor Stinner · 6 years ago
  73. bab4bbb bpo-32146: Add documentation about frozen executables on Unix (GH-5850) by Bo Bayles · 6 years ago
  74. 572168a bpo-35702: Add new identifier time.CLOCK_UPTIME_RAW for macOS 10.12 (GH-11503) by Joannah Nanjekye · 6 years ago
  75. ee65594 bpo-35641: Move IDLE blurb to IDLE directory (#11479) by Terry Jan Reedy · 6 years ago
  76. cbb1645 bpo-24746: Avoid stripping trailing whitespace in doctest fancy diff (#10639) by Sanyam Khurana · 6 years ago
  77. a234e14 bpo-32710: Fix leak in Overlapped_WSASend() (GH-11469) by Victor Stinner · 6 years ago
  78. 872bd2b bpo-35596: Use unchecked PYCs for the embeddable distro to avoid zipimport restrictions (GH-11465) by Steve Dower · 6 years ago
  79. c24c6c2 bpo-35568: add 'raise_signal' function (GH-11335) by Vladimir Matveev · 6 years ago
  80. 80fda71 bpo-35682: Fix _ProactorBasePipeTransport._force_close() (GH-11462) by Victor Stinner · 6 years ago
  81. fbf5068 bpo-35642: Remove asynciomodule.c from pythoncore.vcxproj (GH-11410) by Gregory Szorc · 6 years ago
  82. ddd7c42 bpo-33717: pythoninfo logs information of all clocks (GH-11460) by Victor Stinner · 6 years ago
  83. df8e1fb bpo-32710: test_asyncio: test_sendfile reset policy (GH-11461) by Victor Stinner · 6 years ago
  84. 2d53bed bpo-35664: Optimize operator.itemgetter (GH-11435) by Raymond Hettinger · 6 years ago
  85. 3f7983a bpo-35560: Remove assertion from format(float, "n") (GH-11288) by Xtreak · 6 years ago
  86. 11303dd bpo-35660: Fix imports in idlelib.window (#11434) by Cheryl Sabella · 6 years ago
  87. 83da926 bpo-35488: Add tests for ** glob matching in pathlib (GH-11171) by Anthony Shaw · 6 years ago
  88. ab54b9a bpo-35641: IDLE - format calltip properly when no docstring (GH-11415) by Emmanuel Arias · 6 years ago
  89. aff0ada bpo-33987: IDLE - use ttk Frame for ttk widgets (GH-11395) by Terry Jan Reedy · 6 years ago
  90. d466c43 closes bpo-35643: Fix a SyntaxWarning: invalid escape sequence in Modules/_sha3/cleanup.py (GH-11411) by Mickaël Schoentgen · 6 years ago
  91. 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
  92. 3a374e0 bpo-35588: Speed up mod, divmod and floordiv operations for Fraction type (#11322) by Stefan Behnel · 6 years ago
  93. f8b5344 closes bpo-35623: Fix integer overflow when sorting large lists (GH-11380) by sth · 6 years ago
  94. b4ea8bb bpo-35598: IDLE - Globalize some config_key objects (GH-11392) by Cheryl Sabella · 6 years ago
  95. b539cef bpo-35614: Fix pydoc help() on metaclasses (#11357) by Sanyam Khurana · 6 years ago
  96. 1d300ce bpo-35214: Annotate posix calls for clang MSan. (#11389) by Gregory P. Smith · 6 years ago
  97. e5796c4 bpo-35214: Skip test_io tests that'd cause a huge malloc under msan (#11385) by Gregory P. Smith · 6 years ago
  98. 6f9bc72 bpo-35550: Fix incorrect Solaris define guards (GH-11275) by Jakub Kulík · 6 years ago
  99. b474e67 bpo-35214: MSan workarounds for socket, time, and test_faulthandler. (GH-11375) by Gregory P. Smith · 6 years ago
  100. 387512c bpo-28503: Use crypt_r() when available instead of crypt() (GH-11373) by Gregory P. Smith · 6 years ago