1. 45df61f bpo-26789: Fix logging.FileHandler._open() at exit (GH-23053) by Victor Stinner · 3 years, 11 months ago
  2. 5cf4782 bpo-41796: Make _ast module state per interpreter (GH-23024) by Victor Stinner · 3 years, 11 months ago
  3. 34637a0 bpo-42103: Improve validation of Plist files. (GH-22882) by Serhiy Storchaka · 3 years, 11 months ago
  4. 6fdfcec bpo-41943: Fix bug where assertLogs doesn't correctly filter messages… (GH-22565) by Irit Katriel · 3 years, 11 months ago
  5. aca67da Revert "bpo-37193: remove thread objects which finished process its request (GH-13893)" (GH-23107) by Jason R. Coombs · 3 years, 11 months ago
  6. 4b9aad4 bpo-42236: Enhance init and encoding documentation (GH-23109) by Victor Stinner · 3 years, 11 months ago
  7. 3018228 bpo-42224: Fix test_format when locale does not expect number grouping (GH-23067) by Lysandros Nikolaou · 3 years, 11 months ago
  8. 64366fa bpo-41435: Add sys._current_exceptions() function (GH-21689) by Julien Danjou · 3 years, 11 months ago
  9. 3d86d09 bpo-42230: Improve asyncio documentation regarding accepting sets vs iterables (GH-23073) by Jakub Stasiak · 3 years, 11 months ago
  10. 6e8dcda bpo-41229: Update docs for explicit aclose()-required cases and add contextlib.aclosing() method (GH-21545) by Joongi Kim · 3 years, 11 months ago
  11. e9208f0 Minor formatting edits to the descriptor howto guide (GH-23092) by Raymond Hettinger · 3 years, 11 months ago
  12. da7bb7b bpo-40511: Stop unwanted flashing of IDLE calltips (GH-20910) by Tal Einat · 3 years, 11 months ago
  13. 74fa464 Add member objects to the descriptor howto guide (GH-23084) by Raymond Hettinger · 3 years, 11 months ago
  14. c415590 bpo-37193: remove thread objects which finished process its request (GH-13893) by MARUYAMA Norihiro · 3 years, 11 months ago
  15. e662c39 bpo-42236: Use UTF-8 encoding if nl_langinfo(CODESET) fails (GH-23086) by Victor Stinner · 3 years, 11 months ago
  16. 82458b6 bpo-42236: Enhance _locale._get_locale_encoding() (GH-23083) by Victor Stinner · 3 years, 11 months ago
  17. 1f7dfb2 bpo-42233: Correctly repr GenericAlias when used with typing module (GH-23081) by kj · 3 years, 11 months ago
  18. 148c76b Expand and clarify the "Invoking Descriptors" section of the Descriptor HowTo (GH-23078) by Raymond Hettinger · 3 years, 11 months ago
  19. 7feb54a bpo-37483: Add PyObject_CallOneArg() in the What's New in Python 3.9 (GH-23062) by Dong-hee Na · 3 years, 11 months ago
  20. d281005 tempfile: Use random.choises() instead of choise() (GH-23068) by Inada Naoki · 3 years, 11 months ago
  21. 2165cea bpo-29566: binhex.binhex now consitently writes MacOS 9 line endings. (GH-23059) by Ronald Oussoren · 3 years, 11 months ago
  22. d3b4e06 bpo-42146: Unify cleanup in subprocess_fork_exec() (GH-22970) by Alexey Izbyshev · 3 years, 11 months ago
  23. 3bf0d02 bpo-42198: New section in stdtypes for type annotation types (GH-23063) by kj · 3 years, 11 months ago
  24. 02cdfc9 bpo-42218: Correctly handle errors in left-recursive rules (GH-23065) by Lysandros Nikolaou · 3 years, 11 months ago
  25. d21cb2d bpo-42198: Improve consistency of Union docs (GH-23029) by kj · 3 years, 11 months ago
  26. 7d21027 bpo-40956: Convert _sqlite3 module level functions to Argument Clinic (GH-22484) by Erlend Egeberg Aasland · 3 years, 11 months ago
  27. bcbf758 bpo-42198: Document __new__ for types.GenericAlias (GH-23039) by kj · 3 years, 11 months ago
  28. 43ca084 Revert "bpo-42160: tempfile: Reduce overhead of pid check. (GH-22997)" by Inada Naoki · 3 years, 11 months ago
  29. b62bdf7 bpo-42208: Add _locale._get_locale_encoding() (GH-23052) by Victor Stinner · 3 years, 11 months ago
  30. 710e826 bpo-42208: Add _Py_GetLocaleEncoding() (GH-23050) by Victor Stinner · 3 years, 11 months ago
  31. 06f8c33 bpo-42214: Fix check for NOTEQUAL token in the PEG parser for the barry_as_flufl rule (GH-23048) by Pablo Galindo · 3 years, 11 months ago
  32. 6e03c0a GitHub Action: Add gdb to posix dependencies (GH-23043) by Victor Stinner · 3 years, 11 months ago
  33. eba5bf2 bpo-42208: Call GC collect earlier in PyInterpreterState_Clear() (GH-23044) by Victor Stinner · 3 years, 11 months ago
  34. 4fe7209 bpo-36876: Small adjustments to the C-analyzer tool. (GH-23045) by Eric Snow · 3 years, 11 months ago
  35. b9ee4af bpo-42208: Fix test_gdb for gc_collect_main() name (GH-23041) by Victor Stinner · 3 years, 11 months ago
  36. dff1ad5 bpo-42208: Move _PyImport_Cleanup() to pylifecycle.c (GH-23040) by Victor Stinner · 3 years, 11 months ago
  37. 8b34148 bpo-42208: Pass tstate to _PyGC_CollectNoFail() (GH-23038) by Victor Stinner · 3 years, 11 months ago
  38. 99608c7 DOC: attribute PyPy for the idea behind LOAD_ATTR cache (GH-23036) by Matti Picus · 3 years, 11 months ago
  39. 3af4b58 bpo-42206: Propagate and raise errors from PyAST_Validate in the parser (GH-23035) by Batuhan Taskaya · 3 years, 11 months ago
  40. d6238ba bpo-42172: Correct typo for test_socket.py (GH-23013) by Akashkumar D Khunt · 3 years, 11 months ago
  41. 8e409ce bpo-42160: tempfile: Reduce overhead of pid check. (GH-22997) by Eric W · 3 years, 11 months ago
  42. 9129af6 bpo-42198: Link to GenericAlias in typing and expressions (GH-23030) by kj · 3 years, 11 months ago
  43. 3317466 bpo-42061: Document __format__ for IP addresses (GH-23018) by Teugea Ioan-Teodor · 3 years, 11 months ago
  44. b76a840 bpo-42180: fix plural in arguments and control (GH-23015) by Rafael Fontenelle · 3 years, 11 months ago
  45. 5776663 bpo-42029: Remove IRIX code (GH-23023) by Victor Stinner · 3 years, 11 months ago
  46. 3505261 bpo-42143: Ensure PyFunction_NewWithQualName() can't fail after creating the func object (GH-22953) by Yonatan Goldschmidt · 3 years, 11 months ago
  47. df59273 bpo-34204: Use pickle.DEFAULT_PROTOCOL in shelve (GH-19639) by Zackery Spytz · 3 years, 11 months ago
  48. 4173320 bpo-41805: Documentation for PEP 585 (GH-22615) by kj · 3 years, 11 months ago
  49. 35b95aa bpo-42161: Micro-optimize _collections._count_elements() (GH-23008) by Victor Stinner · 3 years, 11 months ago
  50. c310185 bpo-42161: Remove private _PyLong_Zero and _PyLong_One (GH-23003) by Victor Stinner · 3 years, 11 months ago
  51. 0564aaf bpo-42099: Fix reference to ob_type in unionobject.c and ceval (GH-22829) by Neil Schemenauer · 3 years, 11 months ago
  52. 15acc4e bpo-41659: Disallow curly brace directly after primary (GH-22996) by Lysandros Nikolaou · 3 years, 11 months ago
  53. 95f710c bpo-6761: Enhance __call__ documentation (GH-7987) by Andre Delfino · 3 years, 11 months ago
  54. 3783413 bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998) by Victor Stinner · 3 years, 11 months ago
  55. a6879d9 bpo-41474, Makefile: Add dependency on cpython/frameobject.h (GH-22999) by Victor Stinner · 3 years, 11 months ago
  56. 84f7382 bpo-42157: Rename unicodedata.ucnhash_CAPI (GH-22994) by Victor Stinner · 3 years, 11 months ago
  57. c9bc290 bpo-42161: Use _PyLong_GetZero() and _PyLong_GetOne() (GH-22995) by Victor Stinner · 3 years, 11 months ago
  58. 303aac8 bpo-30681: Support invalid date format or value in email Date header (GH-22090) by Georges Toth · 3 years, 11 months ago
  59. 8e3b9f9 bpo-42161: Add _PyLong_GetZero() and _PyLong_GetOne() (GH-22993) by Victor Stinner · 3 years, 11 months ago
  60. bca7014 bpo-42123: Run the parser two times and only enable invalid rules on the second run (GH-22111) by Lysandros Nikolaou · 3 years, 11 months ago
  61. c8c4200 bpo-42157: Convert unicodedata.UCD to heap type (GH-22991) by Victor Stinner · 3 years, 11 months ago
  62. 920cb64 bpo-42157: unicodedata avoids references to UCD_Type (GH-22990) by Victor Stinner · 3 years, 11 months ago
  63. 8374d2e bpo-39101: Fixes BaseException hang in IsolatedAsyncioTestCase. (GH-22654) by Lisa Roach · 3 years, 11 months ago
  64. 47e1afd bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713) by Victor Stinner · 3 years, 11 months ago
  65. b510e10 bpo-42152: Use PyDict_Contains and PyDict_SetDefault if appropriate. (GH-22986) by Serhiy Storchaka · 3 years, 11 months ago
  66. fb5db7e bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetItemId. (GH-22648) by Serhiy Storchaka · 3 years, 11 months ago
  67. 96a9eed Added some makefile generated files to .gitignore (GH-22435) by Marco Sulla · 3 years, 11 months ago
  68. 0f25c23 Add a link to buffer protocol in bytearray() doc (GH-22675) by Antoine · 3 years, 11 months ago
  69. c0590c0 bpo-42146: Fix memory leak in subprocess.Popen() in case of uid/gid overflow (GH-22966) by Alexey Izbyshev · 3 years, 11 months ago
  70. e68c678 bpo-42150: Avoid buffer overflow in the new parser (GH-22978) by Pablo Galindo · 3 years, 11 months ago
  71. d1a0a96 bpo-42043: Add support for zipfile.Path subclasses (#22716) by Jason R. Coombs · 3 years, 11 months ago
  72. 14cdc21 bpo-41919: Avoid resource leak in test_io (GH-22973) by Hai Shi · 3 years, 11 months ago
  73. df8d4c8 bpo-41490: ``path`` and ``contents`` to aggressively close handles (#22915) by Jason R. Coombs · 3 years, 11 months ago
  74. c32f297 bpo-42144: Add a missing "goto error;" in the _ssl module (GH-22959) by Zackery Spytz · 3 years, 11 months ago
  75. 3cde378 bpo-39108: Document threading issues for random.gauss() (GH-22928) by Raymond Hettinger · 3 years, 11 months ago
  76. e6a7ea4 Split-out a fourth section in the descriptor HowTo guide (GH-22965) by Raymond Hettinger · 3 years, 11 months ago
  77. 492d513 Correctly compare the hint against the keys in _PyDict_GetItemHint (GH-22960) by Pablo Galindo · 3 years, 11 months ago
  78. 4a9c637 Second round of updates to the descriptor howto guide (GH-22946) by Raymond Hettinger · 3 years, 11 months ago
  79. 5df6c99 bpo-33987: Add master ttk Frame to IDLE search dialogs (GH-22942) by Mark Roseman · 3 years, 11 months ago
  80. 48be6b1 bpo-42127: Document effect of cached_property on key-sharing dictionaries (GH-22930) by Raymond Hettinger · 3 years, 11 months ago
  81. c579ad1 bpo-33987: Use master ttk Frame for IDLE config dialog (GH-22943) by Mark Roseman · 3 years, 11 months ago
  82. e53e544 bpo-33987: Use ttk Label on IDLE statusbar (GH-22941) by Mark Roseman · 3 years, 11 months ago
  83. be3c3a0 bpo-35823: Allow setsid() after vfork() on Linux. (GH-22945) by Gregory P. Smith · 3 years, 11 months ago
  84. 8cd1dba bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (GH-22870) by Serhiy Storchaka · 3 years, 11 months ago
  85. 473db47 bpo-35823: subprocess: Fix handling of pthread_sigmask() errors (GH-22944) by Alexey Izbyshev · 3 years, 11 months ago
  86. e01e442 [doc] Fix link to abc.ABCMeta.register in Glossary (GH-22932) by Andre Delfino · 3 years, 11 months ago
  87. 2455cb5 Automatically add skip news and skip issue label to dependabot PRs (GH-22927) by Mariatta · 3 years, 11 months ago
  88. 805ef73 bpo-42139: Update What's New 3.9 for master (#22936) by Terry Jan Reedy · 4 years ago
  89. 8e5b0fd bpo-19072: Update descriptor howto for decorator chaining (GH-22934) by Raymond Hettinger · 4 years ago
  90. 04523c5 Mention in "What's New" that the import system is starting to be cleaned up (GH-22931) by Brett Cannon · 4 years ago
  91. 976da90 bpo-35823: subprocess: Use vfork() instead of fork() on Linux when safe (GH-11671) by Alexey Izbyshev · 4 years ago
  92. 16ee68d bpo-38976: Add support for HTTP Only flag in MozillaCookieJar (#17471) by Jacob Neil Taylor · 4 years ago
  93. a3c4cef build(deps): bump actions/upload-artifact from v1 to v2.2.0 (GH-22920) by dependabot[bot] · 4 years ago
  94. cd0edbc build(deps): bump actions/cache from v1 to v2.1.2 (GH-22919) by dependabot[bot] · 4 years ago
  95. 697109b Allow dependabot to check GitHub actions monthly (GH-22787) by John Losito · 4 years ago
  96. 8d3d731 Create a primer section for the descriptor howto guide (GH-22906) by Raymond Hettinger · 4 years ago
  97. 7c4065d Add GitHub sponsor info for Python (GH-22887) by Mariatta · 4 years ago
  98. 7801514 Add Mark Shannon to CODEOWNERS. (#22914) by Mark Shannon · 4 years ago
  99. da6f098 bpo-40592: shutil.which will not return None anymore if ; is the last char in PATHEXT (GH-20088) by Christopher Marchfelder · 4 years ago
  100. 345cd37 bpo-36876: Fix the C analyzer tool. (GH-22841) by Eric Snow · 4 years ago