1. eba5bf2 bpo-42208: Call GC collect earlier in PyInterpreterState_Clear() (GH-23044) by Victor Stinner · 3 years, 11 months ago
  2. 4fe7209 bpo-36876: Small adjustments to the C-analyzer tool. (GH-23045) by Eric Snow · 3 years, 11 months ago
  3. b9ee4af bpo-42208: Fix test_gdb for gc_collect_main() name (GH-23041) by Victor Stinner · 3 years, 11 months ago
  4. dff1ad5 bpo-42208: Move _PyImport_Cleanup() to pylifecycle.c (GH-23040) by Victor Stinner · 3 years, 11 months ago
  5. 8b34148 bpo-42208: Pass tstate to _PyGC_CollectNoFail() (GH-23038) by Victor Stinner · 3 years, 11 months ago
  6. 99608c7 DOC: attribute PyPy for the idea behind LOAD_ATTR cache (GH-23036) by Matti Picus · 3 years, 11 months ago
  7. 3af4b58 bpo-42206: Propagate and raise errors from PyAST_Validate in the parser (GH-23035) by Batuhan Taskaya · 3 years, 11 months ago
  8. d6238ba bpo-42172: Correct typo for test_socket.py (GH-23013) by Akashkumar D Khunt · 3 years, 11 months ago
  9. 8e409ce bpo-42160: tempfile: Reduce overhead of pid check. (GH-22997) by Eric W · 3 years, 11 months ago
  10. 9129af6 bpo-42198: Link to GenericAlias in typing and expressions (GH-23030) by kj · 3 years, 11 months ago
  11. 3317466 bpo-42061: Document __format__ for IP addresses (GH-23018) by Teugea Ioan-Teodor · 3 years, 11 months ago
  12. b76a840 bpo-42180: fix plural in arguments and control (GH-23015) by Rafael Fontenelle · 3 years, 11 months ago
  13. 5776663 bpo-42029: Remove IRIX code (GH-23023) by Victor Stinner · 3 years, 11 months ago
  14. 3505261 bpo-42143: Ensure PyFunction_NewWithQualName() can't fail after creating the func object (GH-22953) by Yonatan Goldschmidt · 3 years, 11 months ago
  15. df59273 bpo-34204: Use pickle.DEFAULT_PROTOCOL in shelve (GH-19639) by Zackery Spytz · 3 years, 11 months ago
  16. 4173320 bpo-41805: Documentation for PEP 585 (GH-22615) by kj · 3 years, 11 months ago
  17. 35b95aa bpo-42161: Micro-optimize _collections._count_elements() (GH-23008) by Victor Stinner · 3 years, 11 months ago
  18. c310185 bpo-42161: Remove private _PyLong_Zero and _PyLong_One (GH-23003) by Victor Stinner · 3 years, 11 months ago
  19. 0564aaf bpo-42099: Fix reference to ob_type in unionobject.c and ceval (GH-22829) by Neil Schemenauer · 3 years, 11 months ago
  20. 15acc4e bpo-41659: Disallow curly brace directly after primary (GH-22996) by Lysandros Nikolaou · 3 years, 11 months ago
  21. 95f710c bpo-6761: Enhance __call__ documentation (GH-7987) by Andre Delfino · 3 years, 11 months ago
  22. 3783413 bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998) by Victor Stinner · 3 years, 11 months ago
  23. a6879d9 bpo-41474, Makefile: Add dependency on cpython/frameobject.h (GH-22999) by Victor Stinner · 3 years, 11 months ago
  24. 84f7382 bpo-42157: Rename unicodedata.ucnhash_CAPI (GH-22994) by Victor Stinner · 3 years, 11 months ago
  25. c9bc290 bpo-42161: Use _PyLong_GetZero() and _PyLong_GetOne() (GH-22995) by Victor Stinner · 3 years, 11 months ago
  26. 303aac8 bpo-30681: Support invalid date format or value in email Date header (GH-22090) by Georges Toth · 3 years, 11 months ago
  27. 8e3b9f9 bpo-42161: Add _PyLong_GetZero() and _PyLong_GetOne() (GH-22993) by Victor Stinner · 3 years, 11 months ago
  28. 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
  29. c8c4200 bpo-42157: Convert unicodedata.UCD to heap type (GH-22991) by Victor Stinner · 3 years, 11 months ago
  30. 920cb64 bpo-42157: unicodedata avoids references to UCD_Type (GH-22990) by Victor Stinner · 3 years, 11 months ago
  31. 8374d2e bpo-39101: Fixes BaseException hang in IsolatedAsyncioTestCase. (GH-22654) by Lisa Roach · 3 years, 11 months ago
  32. 47e1afd bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713) by Victor Stinner · 3 years, 11 months ago
  33. b510e10 bpo-42152: Use PyDict_Contains and PyDict_SetDefault if appropriate. (GH-22986) by Serhiy Storchaka · 3 years, 11 months ago
  34. fb5db7e bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetItemId. (GH-22648) by Serhiy Storchaka · 3 years, 11 months ago
  35. 96a9eed Added some makefile generated files to .gitignore (GH-22435) by Marco Sulla · 3 years, 11 months ago
  36. 0f25c23 Add a link to buffer protocol in bytearray() doc (GH-22675) by Antoine · 3 years, 11 months ago
  37. 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
  38. e68c678 bpo-42150: Avoid buffer overflow in the new parser (GH-22978) by Pablo Galindo · 3 years, 11 months ago
  39. d1a0a96 bpo-42043: Add support for zipfile.Path subclasses (#22716) by Jason R. Coombs · 3 years, 11 months ago
  40. 14cdc21 bpo-41919: Avoid resource leak in test_io (GH-22973) by Hai Shi · 3 years, 11 months ago
  41. df8d4c8 bpo-41490: ``path`` and ``contents`` to aggressively close handles (#22915) by Jason R. Coombs · 3 years, 11 months ago
  42. c32f297 bpo-42144: Add a missing "goto error;" in the _ssl module (GH-22959) by Zackery Spytz · 3 years, 11 months ago
  43. 3cde378 bpo-39108: Document threading issues for random.gauss() (GH-22928) by Raymond Hettinger · 3 years, 11 months ago
  44. e6a7ea4 Split-out a fourth section in the descriptor HowTo guide (GH-22965) by Raymond Hettinger · 3 years, 11 months ago
  45. 492d513 Correctly compare the hint against the keys in _PyDict_GetItemHint (GH-22960) by Pablo Galindo · 3 years, 11 months ago
  46. 4a9c637 Second round of updates to the descriptor howto guide (GH-22946) by Raymond Hettinger · 3 years, 11 months ago
  47. 5df6c99 bpo-33987: Add master ttk Frame to IDLE search dialogs (GH-22942) by Mark Roseman · 3 years, 11 months ago
  48. 48be6b1 bpo-42127: Document effect of cached_property on key-sharing dictionaries (GH-22930) by Raymond Hettinger · 3 years, 11 months ago
  49. c579ad1 bpo-33987: Use master ttk Frame for IDLE config dialog (GH-22943) by Mark Roseman · 3 years, 11 months ago
  50. e53e544 bpo-33987: Use ttk Label on IDLE statusbar (GH-22941) by Mark Roseman · 3 years, 11 months ago
  51. be3c3a0 bpo-35823: Allow setsid() after vfork() on Linux. (GH-22945) by Gregory P. Smith · 3 years, 11 months ago
  52. 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
  53. 473db47 bpo-35823: subprocess: Fix handling of pthread_sigmask() errors (GH-22944) by Alexey Izbyshev · 3 years, 11 months ago
  54. e01e442 [doc] Fix link to abc.ABCMeta.register in Glossary (GH-22932) by Andre Delfino · 3 years, 11 months ago
  55. 2455cb5 Automatically add skip news and skip issue label to dependabot PRs (GH-22927) by Mariatta · 3 years, 11 months ago
  56. 805ef73 bpo-42139: Update What's New 3.9 for master (#22936) by Terry Jan Reedy · 3 years, 11 months ago
  57. 8e5b0fd bpo-19072: Update descriptor howto for decorator chaining (GH-22934) by Raymond Hettinger · 3 years, 11 months ago
  58. 04523c5 Mention in "What's New" that the import system is starting to be cleaned up (GH-22931) by Brett Cannon · 3 years, 11 months ago
  59. 976da90 bpo-35823: subprocess: Use vfork() instead of fork() on Linux when safe (GH-11671) by Alexey Izbyshev · 3 years, 11 months ago
  60. 16ee68d bpo-38976: Add support for HTTP Only flag in MozillaCookieJar (#17471) by Jacob Neil Taylor · 3 years, 11 months ago
  61. a3c4cef build(deps): bump actions/upload-artifact from v1 to v2.2.0 (GH-22920) by dependabot[bot] · 3 years, 11 months ago
  62. cd0edbc build(deps): bump actions/cache from v1 to v2.1.2 (GH-22919) by dependabot[bot] · 3 years, 11 months ago
  63. 697109b Allow dependabot to check GitHub actions monthly (GH-22787) by John Losito · 3 years, 11 months ago
  64. 8d3d731 Create a primer section for the descriptor howto guide (GH-22906) by Raymond Hettinger · 3 years, 11 months ago
  65. 7c4065d Add GitHub sponsor info for Python (GH-22887) by Mariatta · 3 years, 11 months ago
  66. 7801514 Add Mark Shannon to CODEOWNERS. (#22914) by Mark Shannon · 3 years, 11 months ago
  67. da6f098 bpo-40592: shutil.which will not return None anymore if ; is the last char in PATHEXT (GH-20088) by Christopher Marchfelder · 3 years, 11 months ago
  68. 345cd37 bpo-36876: Fix the C analyzer tool. (GH-22841) by Eric Snow · 3 years, 11 months ago
  69. ec388cf bpo-38486: Fix dead qmail links in the mailbox docs (GH-22239) by Zackery Spytz · 3 years, 11 months ago
  70. facb522 bpo-33987: IDLE: Use ttk Frame on doc window and statusbar (GH-11433) by Cheryl Sabella · 3 years, 11 months ago
  71. e76b8fc Add CODEOWNERS for the Grammar file (GH-22898) by Lysandros Nikolaou · 3 years, 11 months ago
  72. c6d7e82 bpo-38980: Only apply -fno-semantic-interposition if available (GH-22892) by Petr Viktorin · 3 years, 11 months ago
  73. b37c994 bpo-42086: Document AST operator nodes acts as a singleton (GH-22896) by Batuhan Taskaya · 3 years, 11 months ago
  74. b52432c bpo-42057: Add regression test to master. (GH-22893) by Mark Shannon · 3 years, 11 months ago
  75. b6f2fc9 bpo-25655: Improve Win DLL loading failures doc (GH-22372) by Philippe Ombredanne · 3 years, 11 months ago
  76. 283f9a2 Remove 3.5 from Doc version switcher in master. (#22886) by larryhastings · 3 years, 11 months ago
  77. dde91b1 bpo-1635741: Fix NULL ptr deref in multiprocessing (GH-22880) by Christian Heimes · 3 years, 11 months ago
  78. 8a9463f _testmultiphase: Fix possible ref leak (GH-22881) by Dong-hee Na · 3 years, 11 months ago
  79. c8ba47b Delete TaskWakeupMethWrapper_Type and use PyCFunction instead (#22875) by Vladimir Matveev · 3 years, 11 months ago
  80. 3c69f0c bpo-41910: specify the default implementations of object.__eq__ and object.__ne__ (GH-22874) by Brett Cannon · 3 years, 11 months ago
  81. b451b0e bpo-38980: Add -fno-semantic-interposition when building with optimizations (GH-22862) by Pablo Galindo · 3 years, 11 months ago
  82. 27f1bd8 bpo-35181: Correct importlib documentation for some module attributes (GH-15190) by Géry Ogam · 3 years, 11 months ago
  83. f8b1ccd Fix bpo-39416: Change "Numeric" to lower case; an english word, not a class name (GH-22867) by kpinc · 3 years, 11 months ago
  84. 2e5ca9e bpo-41746: Cast to typed seqs in CHECK macros to avoid type erasure (GH-22864) by Lysandros Nikolaou · 3 years, 11 months ago
  85. caff293 bpo-41959: Fix grammar around class asyncio.MultiLoopChildWatcher text (GH-22580) by Raúl Cumplido · 3 years, 11 months ago
  86. c60394c bpo-39416: Document some restrictions on the default string representations of numeric classes (GH-18111) by kpinc · 3 years, 11 months ago
  87. c7437e2 bpo-41747: Ensure all dataclass methods uses their parents' qualname (GH-22155) by Batuhan Taskaya · 3 years, 11 months ago
  88. 9a1ad2c Update tzdata to 2020.3 (GH-22856) by Paul Ganssle · 3 years, 11 months ago
  89. cb115e3 Doc: Fix a typo/error in the docs for cached bytecode (GH-22445) by Zackery Spytz · 3 years, 11 months ago
  90. fb2e946 Doc: Do not suggest `s[::-1]` for reversed order (GH-22457) by Andre Delfino · 3 years, 11 months ago
  91. eba109a Doc: Remove old Python version from future stmt (GH-21802) by Andre Delfino · 3 years, 11 months ago
  92. 4642ccd Doc: Do not encourage using a base class name in a derived class (GH-22177) by Andre Delfino · 3 years, 11 months ago
  93. c0f22fb bpo-41902: Micro optimization for range.index if step is 1 (GH-22479) by Dong-hee Na · 3 years, 11 months ago
  94. 5f22741 bpo-23706: Add newline parameter to pathlib.Path.write_text (GH-22420) (GH-22420) by Максим · 3 years, 11 months ago
  95. 25492a5 bpo-41902: Micro optimization for compute_item of range (GH-22492) by Dong-hee Na · 3 years, 11 months ago
  96. a460d45 Update idlelib/help.html to current Sphinx output (GH-22833) by Terry Jan Reedy · 3 years, 11 months ago
  97. 786addd bpo-41586: Attempt to make the pipesize tests more robust. (GH-22839) by Gregory P. Smith · 3 years, 11 months ago
  98. 7cdf30f bpo-42010: [docs] Clarify subscription of types (GH-22822) by kj · 3 years, 11 months ago
  99. 2d55aa9 bpo-29981: Add examples and update index for set, dict, and generator comprehensions'(GH-20272) by Florian Dahlitz · 3 years, 11 months ago
  100. 5ab27cc bpo-42041: Clarify how subprocess searches for the executable (GH-22715) by Paul Moore · 3 years, 11 months ago