1. 5fc4f8a Fix trailing whitespace in keyword.py (GH-20881) by Pablo Galindo · 4 years, 3 months ago
  2. 78319e3 Include soft keywords in keyword.py (GH-20877) by Pablo Galindo · 4 years, 3 months ago
  3. 10c3b21 bpo-40890: Fix compiler warning in dictobject.c (GH-20876) by Pablo Galindo · 4 years, 3 months ago
  4. 714217f Fixes dead links to Django's logging config docs (GH-20823) by kevin seelbach · 4 years, 3 months ago
  5. 8f04a84 bpo-30064: Fix slow asyncio sock test (GH-20868) by Fantix King · 4 years, 3 months ago
  6. 5aad027 Some reformatting (suggested by Black) and minor factoring. (GH-20865) by Raymond Hettinger · 4 years, 3 months ago
  7. d71ab4f bpo-40855: Fix ignored mu and xbar parameters (GH-20835) by Raymond Hettinger · 4 years, 3 months ago
  8. dea3223 bpo-37674: Tweak imp module deprecation note in the docs (GH-20480) by Zackery Spytz · 4 years, 3 months ago
  9. 9db5b8d Minor code clean-ups (GH-20838) by Raymond Hettinger · 4 years, 3 months ago
  10. 9672912 bpo-40957: Fix refleak in _Py_fopen_obj() (GH-20827) by Christian Heimes · 4 years, 3 months ago
  11. 29c1172 bpo-40834: Fix truncate when sending str object with channel (GH-20555) by An Long · 4 years, 3 months ago
  12. 1c209e3 Remove redundant var in PyErr_NewException() (GH-20850) by Hai Shi · 4 years, 3 months ago
  13. b3e6783 bpo-37556 Extend help to include latest overrides (GH-14701) by Steve (Gadget) Barnes · 4 years, 3 months ago
  14. a6ac239 Minor change on threading.Thread.native_id documentation. (GH-18129) by Antoine · 4 years, 3 months ago
  15. 80d827c bpo-40164: Update Windows OpenSSL to 1.1.1g (GH-20834) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 4 years, 3 months ago
  16. 08b1bba bpo-40964: disable remote IMAP tests (GH-20836) by Christian Heimes · 4 years, 3 months ago
  17. 3ee0e48 bpo-40890: Add `mapping` property to dict views (GH-20749) by Dennis Sweeney · 4 years, 3 months ago
  18. 0d3350d bpo-40955: Fix memory leak in subprocess module (GH-20825) by Christian Heimes · 4 years, 3 months ago
  19. e2fb8a2 Update lexical_analysis.rst (GH-17508) by Géry Ogam · 4 years, 3 months ago
  20. 2145c8c bpo-33944: site: Add site-packages tracing in verbose mode (GH-12110) by native-api · 4 years, 3 months ago
  21. ddef3bd bpo-40950: Port nis module to multiphase initialization (GH-20811) by Dong-hee Na · 4 years, 3 months ago
  22. 756180b bpo-40939: Clean and adapt the peg_generator directory after deleting the old parser (GH-20822) by Pablo Galindo · 4 years, 3 months ago
  23. b4282dd Remove unnecessary grammar decorations and change header (GH-20819) by Pablo Galindo · 4 years, 3 months ago
  24. 60c2a81 bpo-40626: Support HDF5 in mimetypes (GH-20042) by MARK SCHWAB · 4 years, 3 months ago
  25. 46398fb bpo-29620: iterate over a copy of sys.modules (GH-4800) by kernc · 4 years, 3 months ago
  26. 436b648 bpo-40939: Remove some extra references to PYTHONOLDPARSER (GH-20815) by Pablo Galindo · 4 years, 3 months ago
  27. 1ed83ad bpo-40939: Remove the old parser (GH-20768) by Pablo Galindo · 4 years, 3 months ago
  28. 311110a bpo-40275: Move TransientResource to test_urllib2net (GH-20812) by Victor Stinner · 4 years, 3 months ago
  29. bcd7dee bpo-40939: Remove PEG parser easter egg (__new_parser__) (#20802) by Lysandros Nikolaou · 4 years, 3 months ago
  30. 10e6506 bpo-40275: Add warnings_helper submodule in test.support (GH-20797) by Hai Shi · 4 years, 3 months ago
  31. bdfe9b6 bpo-40275: test.supports imports lazily fnmatch, glob, struct (GH-20810) by Victor Stinner · 4 years, 3 months ago
  32. d72b964 bpo-40947: getpath.c uses PyConfig.platlibdir (GH-20807) by Victor Stinner · 4 years, 3 months ago
  33. b2dca49 bpo-34401: Fix test_gdb for HP GDB version string (GH-20804) by Victor Stinner · 4 years, 3 months ago
  34. 9727694 bpo-40939: Generate keyword.py using the new parser (GH-20800) by Lysandros Nikolaou · 4 years, 3 months ago
  35. 33faf5c bpo-40925: Remove unused stack macro SET_VALUE (GH-20783) by Dong-hee Na · 4 years, 3 months ago
  36. 31d1779 Collections module reformatting and minor code refactoring (GH-20772) by Raymond Hettinger · 4 years, 3 months ago
  37. 896f4cf bpo-40847: Consider a line with only a LINECONT a blank line (GH-20769) by Lysandros Nikolaou · 4 years, 3 months ago
  38. 7f888c7 bpo-40275: Add import_helper submodule in test.support (GH-20794) by Hai Shi · 4 years, 3 months ago
  39. 3b3b83c Restrict co_code to be under INT_MAX in codeobject (GH-20628) by Ammar Askar · 4 years, 3 months ago
  40. 1642c0e bpo-40895: Update weakref documentation to remove old warnings (GH-20687) by Daniel Fortunov · 4 years, 3 months ago
  41. 1bcc32f bpo-39465: Use _PyInterpreterState_GET() (GH-20788) by Victor Stinner · 4 years, 3 months ago
  42. 9c24e2e bpo-40927: Fix test_binhex when run twice (GH-20764) by Victor Stinner · 4 years, 3 months ago
  43. 8eb4aea _PyPreConfig_Read() decodes argv at each iteration (GH-20786) by Victor Stinner · 4 years, 3 months ago
  44. f6e58ae bpo-40826: Fix test_repl.test_close_stdin() on Windows (GH-20779) by Victor Stinner · 4 years, 3 months ago
  45. d36cf5f bpo-40943: Replace PY_FORMAT_SIZE_T with "z" (GH-20781) by Victor Stinner · 4 years, 3 months ago
  46. 24b8bad bpo-40703: Let PyType_FromSpec() set "type.__module__" only if it is not set yet. (GH-20273) by scoder · 4 years, 3 months ago
  47. ec88e1b bpo-36543: Revert "bpo-36543: Remove the xml.etree.cElementTree module." (GH-20117) by Serhiy Storchaka · 4 years, 3 months ago
  48. c6483c9 Raise specialised syntax error for invalid lambda parameters (GH-20776) by Pablo Galindo · 4 years, 3 months ago
  49. 0d00b2a bpo-40275: Add os_helper submodule in test.support (GH-20765) by Hai Shi · 4 years, 3 months ago
  50. 07d8112 bpo-40889: Optimize dict.items() ^ dict.items() (GH-20718) by Dennis Sweeney · 4 years, 3 months ago
  51. bae872f bpo-32604: Recommit "bpo-32604: PEP 554 for use in test suite (GH-19985)" (GH-20611) by Joannah Nanjekye · 4 years, 3 months ago
  52. 7aed052 bpo-34003: Re-add versionchanged entry in csv docs (GH-20657) by Éric Araujo · 4 years, 3 months ago
  53. 0383be4 Remove usesless function from csv module (GH-20762) by Dong-hee Na · 4 years, 3 months ago
  54. 51ae31e bpo-40684: Fix make install for platlibdir=lib64 (GH-20736) by Victor Stinner · 4 years, 3 months ago
  55. 3231883 Remove reference to 3.7 and 3.8 backports. (GH-20754) by Stefan Krah · 4 years, 3 months ago
  56. 0a40849 Minor improvement to the namedtuple implementation (GH-20741) by Raymond Hettinger · 4 years, 3 months ago
  57. 3ab3475 bpo-24914: mention Python supports multiple paradigms in the FAQ (#20658) by Brett Cannon · 4 years, 3 months ago
  58. 5edb832 bpo-40854: PYTHONPLATLIBDIR env var added to 3.9 (GH-20735) by Victor Stinner · 4 years, 3 months ago
  59. 951d680 Add multicore support to deccheck.py. (GH-20731) by Stefan Krah · 4 years, 3 months ago
  60. 0c59f44 Remove deleted libmpdec header from the Visual Studio build machinery. (GH-20730) by Stefan Krah · 4 years, 3 months ago
  61. 3a3a30c bpo-40861: Enable optimizations when building liblzma (GH-20724) by Steve Dower · 4 years, 3 months ago
  62. e81f6e6 bpo-40910: Export Py_GetArgcArgv() function (GH-20721) by Victor Stinner · 4 years, 3 months ago
  63. 8f023a2 bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605) by Sandro Mani · 4 years, 3 months ago
  64. c6b292c bpo-29882: Add _Py_popcount32() function (GH-20518) by Victor Stinner · 4 years, 3 months ago
  65. 301f0d4 bpo-33187: Document 3.9 changes to xml.etree.ElementInclude.include (GH-20438) by Shantanu · 4 years, 3 months ago
  66. 63fc55b allow macOS installer builds to package pre-built html docs (GH-20715) by Ned Deily · 4 years, 3 months ago
  67. 3ff51d4 Deny eval() direct access to builtins (GH-20713) by Raymond Hettinger · 4 years, 3 months ago
  68. 7633371 bpo-22021: Update root_dir and base_dir documentation in shutil (GH-10367) by Lysandros Nikolaou · 4 years, 3 months ago
  69. 37eed5a bpo-40741: Update macOS installer to use SQLite 3.32.2. (GH-20705) by Ned Deily · 4 years, 3 months ago
  70. 9f49590 bpo-40903: Handle multiple '=' in invalid assignment rules in the PEG parser (GH-20697) by Pablo Galindo · 4 years, 3 months ago
  71. 843c277 bpo-39791 native hooks for importlib.resources.files (GH-20576) by Jason R. Coombs · 4 years, 3 months ago
  72. 972ab03 bpo-40904: Fix segfault in the new parser with f-string containing yield statements with no value (GH-20701) by Pablo Galindo · 4 years, 3 months ago
  73. bcb1983 bpo-40887: Don't use finalized free lists (GH-20700) by Victor Stinner · 4 years, 3 months ago
  74. c96a61e bpo-40881: Fix unicode_release_interned() (GH-20699) by Victor Stinner · 4 years, 3 months ago
  75. 7907f8c bpo-40887: Fix finalize_interp_clear() for free lists (GH-20698) by Victor Stinner · 4 years, 3 months ago
  76. 2efe18b bpo-39791: Support file systems that cannot support non-ascii filenames (skipping tests in that case). (#20681) by Jason R. Coombs · 4 years, 3 months ago
  77. 47a23fc bpo-40898: Remove redundant if statements in tp_traverse (GH-20692) by Hai Shi · 4 years, 3 months ago
  78. b8867e5 Fix return type of test helper function heapctypewithbuffer_releasebuffer() (GH-20685) by Rémi Lapeyre · 4 years, 3 months ago
  79. 0e96c41 Update comments to reflect the current API (GH-20682) by Raymond Hettinger · 4 years, 3 months ago
  80. f7c4e23 bpo-40724: Support setting buffer slots from type specs (GH-20648) by scoder · 4 years, 3 months ago
  81. 68874a8 bpo-40870: Invalidate usage of some constants with ast.Name (GH-20649) by Batuhan Taskaya · 4 years, 3 months ago
  82. 5552850 [workflow] Use gcc problem matcher for Ubuntu action build (GH-18567) by Ammar Askar · 4 years, 3 months ago
  83. ba6fd87 Refactor scripts in Tools/peg_generator/scripts (GH-20401) by Lysandros Nikolaou · 4 years, 3 months ago
  84. 2e6593d bpo-40880: Fix invalid read in newline_in_string in pegen.c (#20666) by Pablo Galindo · 4 years, 3 months ago
  85. a54096e bpo-40883: Fix memory leak in fstring_compile_expr in parse_string.c (GH-20667) by Pablo Galindo · 4 years, 3 months ago
  86. b084d1b bpo-40862: Raise TypeError when const is given to argparse.BooleanOptionalAction (GH-20623) by Rémi Lapeyre · 4 years, 3 months ago
  87. 45af786 bpo-40867: Remove unused include from Module/_randommodule.c (GH-20635) by Erlend Egeberg Aasland · 4 years, 3 months ago
  88. 235f918 bpo-40876: Clarify error message in the csv module (GH-20653) by Ram Rachum · 4 years, 3 months ago
  89. 161541a bpo-39791: Refresh importlib.metadata from importlib_metadata 1.6.1. (GH-20659) by Jason R. Coombs · 4 years, 3 months ago
  90. 5fe1df1 Fix missing FloatOperation in EXTRA_FUNCTIONALITY path. (#20655) by Stefan Krah · 4 years, 3 months ago
  91. fef1fae bpo-19468: delete unnecessary instance check in importlib.reload() (GH-19424) by Furkan Önder · 4 years, 3 months ago
  92. 087d612 bpo-40874: Update to libmpdec-2.5.0 (GH-20652) by Stefan Krah · 4 years, 3 months ago
  93. 3ad52e3 bpo-1635741: Port mmap module to multiphase initialization (GH-19459) by Dong-hee Na · 4 years, 3 months ago
  94. e005ead bpo-40521: Make context free list per-interpreter (GH-20644) by Victor Stinner · 4 years, 3 months ago
  95. 78a02c2 bpo-40521: Make async gen free lists per-interpreter (GH-20643) by Victor Stinner · 4 years, 3 months ago
  96. 88ec919 bpo-40521: Make list free list per-interpreter (GH-20642) by Victor Stinner · 4 years, 3 months ago
  97. 052d3fc bpo-40807: Show warnings once from codeop._maybe_compile (#20486) by Cheryl Sabella · 4 years, 3 months ago
  98. 3744ed2 bpo-40521: Make frame free list per-interpreter (GH-20638) by Victor Stinner · 4 years, 3 months ago
  99. 7daba6f bpo-40521: Make slice cache per-interpreter (GH-20637) by Victor Stinner · 4 years, 3 months ago
  100. 2ba5937 bpo-40521: Make float free list per-interpreter (GH-20636) by Victor Stinner · 4 years, 3 months ago