1. 24bba8c bpo-36347: stop using RESTRICTED constants (GH-12684) by Jeroen Demeyer · 4 years, 7 months ago
  2. 5d38517 bpo-1635741: Port _bz2 extension module to multiphase initialization(PEP 489) (GH-18050) by Hai Shi · 4 years, 7 months ago
  3. 8edfc47 bpo-39546: argparse: Honor allow_abbrev=False for specified prefix_chars (GH-18337) by Kyle Meyer · 4 years, 7 months ago
  4. ffda25f bpo-39663: IDLE: Add additional tests for pyparse (GH-18536) by Cheryl Sabella · 4 years, 7 months ago
  5. 4c1b6a6 bpo-1635741: Port _abc extension to multiphase initialization (PEP 489) (GH-18030) by Hai Shi · 4 years, 7 months ago
  6. 7d79568 bpo-1635741: Port _contextvars module to multiphase initialization (PEP 489) (GH-18374) by Hai Shi · 4 years, 7 months ago
  7. 3d235f5 bpo-39500: Fix compile warnings in unicodeobject.c (GH-18519) by Hai Shi · 4 years, 7 months ago
  8. 1b55b65 bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521) by Dong-hee Na · 4 years, 7 months ago
  9. a784759 bpo-36465: Update doc of init_config.rst (GH-18520) by Hai Shi · 4 years, 7 months ago
  10. b2b6e27 bpo-1635741: Port _crypt extension module to multiphase initialization (PEP 489) (GH-18404) by Hai Shi · 4 years, 7 months ago
  11. d83b660 bpo-38691 Added a switch to ignore PYTHONCASEOK when -E or -I flags passed (#18314) by idomic · 4 years, 7 months ago
  12. 85a2eef bpo-32892: Update the documentation for handling constants in AST. (GH-18514) by Serhiy Storchaka · 4 years, 7 months ago
  13. c33bdbb bpo-37970: update and improve urlparse and urlsplit doc-strings (GH-16458) by idomic · 4 years, 7 months ago
  14. a5cbab5 bpo-39104: Fix hanging ProcessPoolExecutor on shutdown nowait with pickling failure (GH-17670) by Thomas Moreau · 4 years, 7 months ago
  15. 1ed6161 bpo-12915: Add pkgutil.resolve_name (GH-18310) by Vinay Sajip · 4 years, 7 months ago
  16. 9aeb0ef bpo-39573: Update clinic to use Py_IS_TYPE() function (GH-18507) by Dong-hee Na · 4 years, 7 months ago
  17. d212c3c bpo-39573: PyXXX_Check() macros use Py_IS_TYPE() (GH-18508) by Dong-hee Na · 4 years, 7 months ago
  18. 7386a70 closes bpo-39630: Update pointers to string literals to be const char *. (GH-18510) by Andy Lester · 4 years, 7 months ago
  19. a9edf44 closes bpo-39619 Fix os.chroot on HP-UX 11.31 (GH-18495) by Ian Norton · 4 years, 7 months ago
  20. f632736 bpo-39545: Document changes in the support of await in f-strings. (GH-18456) by Serhiy Storchaka · 4 years, 7 months ago
  21. 10e87e5 bpo-39627: Fix TypedDict totality check for inherited keys (#18503) by Vlad Emelianov · 4 years, 7 months ago
  22. fbeba8f bpo-39524: Fixed doc-string in ast._pad_whitespace (GH-18340) by mpheath · 4 years, 7 months ago
  23. d905df7 bpo-39573: Add Py_IS_TYPE() function (GH-18488) by Dong-hee Na · 4 years, 7 months ago
  24. 968dcd9 bpo-39573: Fix bad copy-paste in Py_SET_SIZE (GH-18496) by Brandt Bucher · 4 years, 7 months ago
  25. 925dc7f bpo-39606: allow closing async generators that are already closed (GH-18475) by Nathaniel J. Smith · 4 years, 7 months ago
  26. 7514f4f bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resource`, `shutil`, `signal`, `syslog` (GH-18407) by Saiyang Gou · 4 years, 7 months ago
  27. 597ebed closes bpo-39621: Make buf arg to md5_compress be const. (GH-18497) by Andy Lester · 4 years, 7 months ago
  28. 8c3aee6 bpo-35134: Add Include/cpython/fileutils.h header file (GH-18493) by Victor Stinner · 4 years, 7 months ago
  29. 98921ae bpo-35134: Add Include/cpython/bytesobject.h file (GH-18494) by Victor Stinner · 4 years, 7 months ago
  30. e9e7d28 bpo-35081: Move dtoa.h header to the internal C API (GH-18489) by Victor Stinner · 4 years, 7 months ago
  31. 45876a9 bpo-35081: Move bytes_methods.h to the internal C API (GH-18492) by Victor Stinner · 4 years, 7 months ago
  32. 6e619c4 bpo-39474: Fix AST pos for expressions like (a)(b), (a)[b] and (a).b. (GH-18477) by Serhiy Storchaka · 4 years, 7 months ago
  33. 674935b bpo-18819: tarfile: only set device fields for device files (GH-18080) by William Chargin · 4 years, 7 months ago
  34. 4fac7ed bpo-21016: pydoc and trace use sysconfig (GH-18476) by Victor Stinner · 4 years, 7 months ago
  35. 8c579b1 bpo-32856: Optimize the assignment idiom in comprehensions. (GH-16814) by Serhiy Storchaka · 4 years, 7 months ago
  36. 0cc6b5e bpo-39219: Fix SyntaxError attributes in the tokenizer. (GH-17828) by Serhiy Storchaka · 4 years, 7 months ago
  37. f4f445b bpo-39567: Add audit for os.walk(), os.fwalk(), Path.glob() and Path.rglob(). (GH-18372) by Serhiy Storchaka · 4 years, 7 months ago
  38. 95905ce bpo-39605: Remove a cast that causes a warning. (GH-18473) by Benjamin Peterson · 4 years, 7 months ago
  39. e5bd736 bpo-39595: Improve zipfile.Path performance (#18406) by Jason R. Coombs · 4 years, 7 months ago
  40. e6be9b5 closes bpo-39605: Fix some casts to not cast away const. (GH-18453) by Andy Lester · 4 years, 7 months ago
  41. 029e840 docs: macos - change "versiona" to "versions" (GH-18467) by @RandyMcMillan · 4 years, 7 months ago
  42. b138dd2 Fix ordering issue in Windows release upload script (GH-18465) by Steve Dower · 4 years, 7 months ago
  43. f3fda37 bpo-38644: Rephrase What's New entry (GH-18461) by Victor Stinner · 4 years, 7 months ago
  44. ffd9753 bpo-39245: Switch to public API for Vectorcall (GH-18460) by Petr Viktorin · 4 years, 7 months ago
  45. f3e7ea5 bpo-39500: Document PyUnicode_IsIdentifier() function (GH-18397) by Victor Stinner · 4 years, 7 months ago
  46. 1ea45ae bpo-1635741: Port _codecs extension module to multiphase initialization (PEP 489) (GH-18065) by Hai Shi · 4 years, 7 months ago
  47. 4eb9f43 bpo-38374: Remove weakref.ReferenceError from docs (GH-18452) by Roger Hurwitz · 4 years, 7 months ago
  48. 96ce227 bpo-39600: Adjust code, add idlelib/NEWS item (GH-18449) by Terry Jan Reedy · 4 years, 7 months ago
  49. 038770e bpo-38325: Skip non-BMP tests of test_winconsoleio (GH-18448) by Victor Stinner · 4 years, 7 months ago
  50. c4a65ed bpo-39417: Fix broken link to guide to building venvs (GH-18432) by Ogi Moore · 4 years, 7 months ago
  51. bf15d5b Correct the documented default encoding (GH-18429) by Eric Wieser · 4 years, 7 months ago
  52. 95d024d bpo-13826: Clarify Popen constructor example (GH-18438) by Tim D. Smith · 4 years, 7 months ago
  53. 37c55b2 bpo-39594: Fix typo in os.times documentation (GH-18443) by Roger Hurwitz · 4 years, 7 months ago
  54. d68e0a8 Issue3950: Fix docs for default locale used by gettext to match implementation (#18435) by Carl · 4 years, 7 months ago
  55. 3c5dec6 Remove redundant references in struct doc (GH-18053) by Christophe Nanteuil · 4 years, 7 months ago
  56. 6c9974e bpo-39369 Doc: Update mmap readline method documentation (GH-17957) by Wellington Pardim · 4 years, 7 months ago
  57. ed335cf bpo-39600, IDLE: Remove duplicated font names (GH-18430) by Victor Stinner · 4 years, 7 months ago
  58. e00c1d0 Remove note saying patch is straightforward (#18431) by Brian Curtin · 4 years, 7 months ago
  59. 29b3fc0 bpo-39586: Deprecate distutils bdist_msi command (GH-18415) by Hugo van Kemenade · 4 years, 7 months ago
  60. 5305cc9 bpo-39128: Added happy_eyeballs_delay, interleave to function signature (GH-18315) by idomic · 4 years, 7 months ago
  61. 3ed4d25 Grammar fix in tutorial (GH-18425) by Don Kirkby · 4 years, 7 months ago
  62. c6dedde bpo-39590: make deque.__contains__ and deque.count hold strong references (GH-18421) by sweeneyde · 4 years, 7 months ago
  63. 7f6f7ee bpo-39573: Use Py_TYPE() macro in ctypes.h (GH-18411) by Dong-hee Na · 4 years, 7 months ago
  64. 0edc2c7 Doc: sys.__unraisablehook__ and bytearray.hex separators are new in 3.8 (GH-17884) by Saiyang Gou · 4 years, 7 months ago
  65. 9a978dd closes bpo-39575: Change -lgcov to --coverage. (GH-18382) by Fangrui Song · 4 years, 7 months ago
  66. d2e1098 bpo-39579: Fix Attribute end_col_offset to point at the current node (GH-18405) by Lysandros Nikolaou · 4 years, 7 months ago
  67. dc7a50d bpo-39350: Fix fractions for int subclasses (GH-18375) by Victor Stinner · 4 years, 7 months ago
  68. 60ac6ed bpo-39573: Use Py_SET_SIZE() function (GH-18402) by Victor Stinner · 4 years, 7 months ago
  69. de6f38d bpo-39502: Fix 64-bit Python PyTime_localtime() on AIX (GH-18285) by Michael Felt · 4 years, 7 months ago
  70. b10dc3e bpo-39573: Add Py_SET_SIZE() function (GH-18400) by Victor Stinner · 4 years, 7 months ago
  71. 877ea88 bpo-38644: Add Py_EnterRecursiveCall() to python3.def (GH-18399) by Victor Stinner · 4 years, 8 months ago
  72. c65b320 bpo-39573: Use Py_TYPE() macro in object.c (GH-18398) by Victor Stinner · 4 years, 8 months ago
  73. bec4186 bpo-35134: Create Include/cpython/listobject.h (GH-18395) by Victor Stinner · 4 years, 8 months ago
  74. d2ec81a bpo-39573: Add Py_SET_TYPE() function (GH-18394) by Victor Stinner · 4 years, 8 months ago
  75. daa9756 bpo-39573: Use Py_TYPE() macro in Modules directory (GH-18393) by Victor Stinner · 4 years, 8 months ago
  76. 58ac700 bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392) by Victor Stinner · 4 years, 8 months ago
  77. a102ed7 bpo-39573: Use Py_TYPE() macro in Python and Include directories (GH-18391) by Victor Stinner · 4 years, 8 months ago
  78. 38aaaaa bpo-39491: Mention Annotated in get_origin() docstring (GH-18379) by Jakub Stasiak · 4 years, 8 months ago
  79. 0d76d2b bpo-39573: Use Py_TYPE() in abstract.c (GH-18390) by Victor Stinner · 4 years, 8 months ago
  80. f95cd19 bpo-39571: Fix clang warning on PyTypeObject typedef (GH-18385) by Victor Stinner · 4 years, 8 months ago
  81. c86a112 bpo-39573: Add Py_SET_REFCNT() function (GH-18389) by Victor Stinner · 4 years, 8 months ago
  82. a93c51e bpo-39573: Use Py_REFCNT() macro (GH-18388) by Victor Stinner · 4 years, 8 months ago
  83. 446463f bpo-39534: Doc: Clarify return in finally (GH-18324) by Julien Palard · 4 years, 8 months ago
  84. 227af8e What's New in Python 3.9: sort improved modules (GH-18383) by Victor Stinner · 4 years, 8 months ago
  85. 2844336 bpo-39542: Document limited C API changes (GH-18378) by Victor Stinner · 4 years, 8 months ago
  86. 427c84f bpo-39274: Ensure Fraction.__bool__() returns a bool (GH-18017) by Sebastian Berg · 4 years, 8 months ago
  87. 3f563ce bpo-39245: Make Vectorcall C API public (GH-17893) by Petr Viktorin · 4 years, 8 months ago
  88. d2f9667 bpo-38823: Fix refleaks in _ast initialization error path (GH-17276) by Brandt Bucher · 4 years, 8 months ago
  89. 54b4f14 bpo-38149: Call sys.audit() only once per call for glob.glob(). (GH-18360) by Serhiy Storchaka · 4 years, 8 months ago
  90. ab0d892 bpo-39555: Fix distutils test to handle _d suffix on Windows debug build (GH-18357) by Steve Dower · 4 years, 8 months ago
  91. 3d06953 bpo-39127: Make _Py_HashPointer's argument be const (GH-17690) by Andy Lester · 4 years, 8 months ago
  92. 8b6f652 bpo-39559: Remove unused, undocumented argument from uuid.getnode (GH-18369) by Shantanu · 4 years, 8 months ago
  93. 58f4e1a bpo-39542: Declare _Py_AddToAllObjects() in pycore_object.h (GH-18368) by Victor Stinner · 4 years, 8 months ago
  94. b39fb8e bpo-39488: Skip test_largefile tests if not enough disk space (GH-18261) by Giampaolo Rodola · 4 years, 8 months ago
  95. bf305cc Add PyInterpreterState.fs_codec.utf8 (GH-18367) by Victor Stinner · 4 years, 8 months ago
  96. 0e4e735 bpo-39542: Define PyTypeObject earlier in object.h (GH-18366) by Victor Stinner · 4 years, 8 months ago
  97. 509dd90 bpo-39542: Convert PyType_Check() to static inline function (GH-18364) by Victor Stinner · 4 years, 8 months ago
  98. f58bd7c bpo-39542: Make PyObject_INIT() opaque in limited C API (GH-18363) by Victor Stinner · 4 years, 8 months ago
  99. 0fa4f43 bpo-39542: Exclude trashcan from the limited C API (GH-18362) by Victor Stinner · 4 years, 8 months ago
  100. f16433a bpo-39543: Remove unused _Py_Dealloc() macro (GH-18361) by Victor Stinner · 4 years, 8 months ago