1. b23d7ad Use Py_ssize_t for the column number in the PEG support code (GH-20341) by Pablo Galindo · 4 years, 5 months ago
  2. 13206b5 bpo-40405: Fix asyncio.as_completed docs (GH-19753) by Bar Harel · 4 years, 5 months ago
  3. 1cba1c9 bpo-34556: Document addition of upgrade_deps to venv.create (GH-20135) by Shantanu · 4 years, 5 months ago
  4. af23f0d bpo-40439: Update broken link in lexical analysis docs (GH-20184) by Matteo Bertucci · 4 years, 5 months ago
  5. 8022eb4 [doc] Add missing space in urllib.request.rst (GH-19860) by Sardorbek Imomaliev · 4 years, 5 months ago
  6. da51ba4 Cosmetic smtplib changes (GH-8718) by Ville Skyttä · 4 years, 5 months ago
  7. 6fad3e6 bpo-40552 Add 'users' variable in code sample (tutorial 4.2). (GH-19992) by Antoine · 4 years, 5 months ago
  8. b5cc208 bpo-40679: Use the function's qualname in certain TypeErrors (GH-20236) by Dennis Sweeney · 4 years, 5 months ago
  9. 7c30d12 bpo-40696: Fix a hang that can arise after gen.throw() (GH-20287) by Chris Jerdonek · 4 years, 5 months ago
  10. 909b571 bpo-9216: hashlib usedforsecurity fixes (GH-20258) by Christian Heimes · 4 years, 5 months ago
  11. 06a1b89 bpo-40705: Fix use-after-free in _zoneinfo's module_free (GH-20280) by Ammar Askar · 4 years, 5 months ago
  12. 30d5a73 bpo-40730: Remove redundant 'to' (GH-20316) by Florian Dahlitz · 4 years, 5 months ago
  13. 0226f3e Let the argument clinic do the type checking for heapq (GH-20284) by Raymond Hettinger · 4 years, 5 months ago
  14. 8b62644 bpo-40630: Add tracemalloc.reset_peak (GH-20102) by Huon Wilson · 4 years, 5 months ago
  15. bfaf527 Restore missing column of digits (GH-20313) by Raymond Hettinger · 4 years, 5 months ago
  16. b831129 Fix debug output in PEG parser generator (GH-20308) by Pablo Galindo · 4 years, 5 months ago
  17. ae14583 bpo-40334: Produce better error messages for non-parenthesized genexps (GH-20153) by Lysandros Nikolaou · 4 years, 5 months ago
  18. 7864f11 [doc] Remove references to obsolete BuildApplet on macOS. (GH-20023) by Andre Delfino · 4 years, 5 months ago
  19. b8a65ec bpo-40715: Reject dict unpacking on dict comprehensions (GH-20292) by Batuhan Taskaya · 4 years, 5 months ago
  20. 72e0aa2 bpo-40176: Improve error messages for trailing comma on from import (GH-20294) by Batuhan Taskaya · 4 years, 5 months ago
  21. d10fef3 Fix typing problems reported by mypy in pegen (GH-20297) by Pablo Galindo · 4 years, 5 months ago
  22. 2e76820 Reword aware/naive introduction sentence (GH-20175) by Mathieu Dupuy · 4 years, 5 months ago
  23. f50516e bpo-40334: Correctly generate C parser when assigned var is None (GH-20296) by Batuhan Taskaya · 4 years, 5 months ago
  24. a487a39 bpo-40714: Remove compile warning from _zoneinfo.c (GH-20291) by Dong-hee Na · 4 years, 5 months ago
  25. e16d2f7 Improve output summary in the examples and recipes section (GH-20285) by Raymond Hettinger · 4 years, 5 months ago
  26. 0f56263 bpo-32309: Add support for contextvars in asyncio.to_thread() (GH-20278) by Kyle Stanley · 4 years, 5 months ago
  27. 7efb826 Use f-strings in argparse HOWTO (GH-20070) by Rémi Lapeyre · 4 years, 5 months ago
  28. df2e0ff Update whatsnew benchmark results for 3.9 (GH-20276) by Raymond Hettinger · 4 years, 5 months ago
  29. f2947e3 s/wakup/wakeup (GH-20250) by Kunal Bhalla · 4 years, 5 months ago
  30. 7fbe65d Use v2 of GitHub Actions where available (GH-20232) by Hugo van Kemenade · 4 years, 5 months ago
  31. e572c7f bpo-40698: Improve distutils upload hash digests (GH-20260) by Christian Heimes · 4 years, 5 months ago
  32. bac170c bpo-34956: edit and format better NEWS item in 3.9.0b1 changelog (GH-20255) by Ned Deily · 4 years, 5 months ago
  33. da7d1f0 Fix the URL to fishshell.com (GH-20251) by Jonathan Goble · 4 years, 5 months ago
  34. 550f30c bpo-40291: Mention socket.CAN_J1939 in What's New (GH-20248) by karl ding · 4 years, 5 months ago
  35. 0509c45 bpo-40521: Fix update_slot() when INTERN_NAME_STRINGS is not defined (#20246) by Victor Stinner · 4 years, 5 months ago
  36. aca4670 bpo-40645: restrict HMAC key len to INT_MAX (GH-20238) by Christian Heimes · 4 years, 5 months ago
  37. dd74b6f bpo-38870: invalid escape sequence (GH-20240) by Batuhan Taskaya · 4 years, 5 months ago
  38. 92327a9 bpo-39631: Adds NEWS entry (GH-20227) by Steve Dower · 4 years, 5 months ago
  39. 9d17cbf bpo-32604: PEP 554 for use in test suite (GH-19985) by Joannah Nanjekye · 4 years, 5 months ago
  40. c105f7d Enable GitHub Actions for 3.9 branch (GH-20231) by Hugo van Kemenade · 4 years, 5 months ago
  41. 2a561b5 bpo-37616: Handle version information more gracefully in getpath.c (GH-20214) by Pablo Galindo · 4 years, 5 months ago
  42. 2abeded bpo-40683: Add zoneinfo to LIBSUBDIRS (#20229) by Paul Ganssle · 4 years, 5 months ago
  43. a355a06 Fix typo in multiprocessing documentation (GH-20016) by Joe DeCapo · 4 years, 5 months ago
  44. 19e3e00 Doc: Python 3.10 in sidebar and version switcher. (GH-20209) by Julien Palard · 4 years, 5 months ago
  45. 711f9e1 bpo-40677: Define IO_REPARSE_TAG_APPEXECLINK explicitly (GH-20206) by Minmin Gong · 4 years, 5 months ago
  46. 8c862e5 bpo-39631: Fix file association MIME type in the Windows installer (GH-20205) by Zackery Spytz · 4 years, 5 months ago
  47. 29251b7 3.10 whatsnew needs to use blurb-produced changelog (GH-20213) by Ned Deily · 4 years, 5 months ago
  48. 18cb3be Consolidate 3.9.0b1 NEWS in the master branch by Łukasz Langa · 4 years, 5 months ago
  49. cc2bbc2 bpo-32309: Implement asyncio.to_thread() (GH-20143) by Kyle Stanley · 4 years, 5 months ago
  50. d4fe098 Python 3.10.0a0 (GH-20198) by Pablo Galindo · 4 years, 5 months ago
  51. 9095f76 Fix code-block in zoneinfo (GH-20201) by Anthony Sottile · 4 years, 5 months ago
  52. 3764069 bpo-40669: Use requirements.pip when installing PEG dependencies (GH-20194) by Pablo Galindo · 4 years, 5 months ago
  53. ff7a8b0 Use _PyErr_ChainStackItem() inside gen_send_ex(). (GH-20173) by Chris Jerdonek · 4 years, 5 months ago
  54. a3ec3ad bpo-40275: More lazy imports in test.support (GH-20131) by Hai Shi · 4 years, 5 months ago
  55. ced4e5c Regenerate the parser (#20195) by Pablo Galindo · 4 years, 5 months ago
  56. c102a14 bpo-38870: Don't omit parenthesis when unparsing a slice in ast.unparse by Batuhan Taskaya · 4 years, 5 months ago
  57. 75b863a bpo-40334: Reproduce error message for type comments on bare '*' in the new parser (GH-20151) by Lysandros Nikolaou · 4 years, 5 months ago
  58. d71a649 bpo-38870: correctly escape unprintable characters on ast.unparse (GH-20166) by CyberSaxosTiGER · 4 years, 5 months ago
  59. dc31800 bpo-40669: Install PEG benchmarking dependencies in a venv (GH-20183) by Lysandros Nikolaou · 4 years, 5 months ago
  60. 2135e10 bpo-40663: Correctly handle annotations with subscripts in ast_unparse.c (GH-20156) by Batuhan Taskaya · 4 years, 5 months ago
  61. e6578a2 bpo-40662: Fixed ast.get_source_segment for ast nodes that have incomplete location information (GH-20157) by Irit Katriel · 4 years, 5 months ago
  62. 63b8e0c bpo-40528: Improve AST generation script to do builds simultaneously (GH-19968) by Batuhan Taskaya · 4 years, 5 months ago
  63. 7b7a21b bpo-40661: Fix segfault when parsing invalid input (GH-20165) by Lysandros Nikolaou · 4 years, 5 months ago
  64. 08b47c3 bpo-40257: Revert changes to inspect.getdoc() (GH-20073) by Serhiy Storchaka · 4 years, 5 months ago
  65. 98e42d1 bpo-35890: Use RegQueryInfoKeyW and CryptAcquireContextW explicitly (GH-19974) by Minmin Gong · 4 years, 5 months ago
  66. f660567 bpo-40650: Include winsock2.h in pytime.c, instead of a full windows.h (GH-20137) by Minmin Gong · 4 years, 5 months ago
  67. 7f21c9a bpo-40653: Move _dirnameW out of #ifdef HAVE_SYMLINK/#endif (GH-20144) by Minmin Gong · 4 years, 5 months ago
  68. 951ab58 Revert "bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176)" (GH-20182) by Ned Deily · 4 years, 5 months ago
  69. adc72bb bpo-38112: Document that compileall.compile_[dir,file] also accept multiple opt levels (GH-20174) by Lumír 'Frenzy' Balhar · 4 years, 5 months ago
  70. 0da5466 bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176) by Ned Deily · 4 years, 5 months ago
  71. c444108 bpo-40548: Github Actions: update actions/checkout to v2 (GH-20164) by Filipe Laíns · 4 years, 5 months ago
  72. 1731d6d bpo-34956: Fix macOS _tkinter use of Tcl/Tk in /Library/Frameworks (GH-20171) by Ned Deily · 4 years, 5 months ago
  73. 58205a0 bpo-39148: fixup to account for IPV6_ENABLED being moved (GH-20170) by Nathaniel J. Smith · 4 years, 5 months ago
  74. 442634c bpo-39148: enable ipv6 for datagrams in Proactor (GH-19121) by Kjell Braden · 4 years, 5 months ago
  75. da742ba bpo-31033: Improve the traceback for cancelled asyncio tasks (GH-19951) by Chris Jerdonek · 4 years, 5 months ago
  76. d17f3d8 bpo-13601: Mention stderr's line buffering in What's New (GH-20168) by Shantanu · 4 years, 5 months ago
  77. bb8635c bpo-40651: Improve LRU recipe in the OrderedDict documentation (GH-#20139) by qudongfang · 4 years, 5 months ago
  78. 3a855b2 bpo-40665: Use Argument Clinic for the bisect module (GH-20163) by Shantanu · 4 years, 5 months ago
  79. e527ec8 bpo-40536: Add zoneinfo.available_timezones (GH-20158) by Paul Ganssle · 4 years, 5 months ago
  80. 9681953 bpo-39058: Preserve attribute order in argparse Namespace reprs. (GH-17621) by Raymond Hettinger · 4 years, 5 months ago
  81. eefd4e0 bpo-39705 : sorted() tutorial example under looping techniques improved (GH-18999) by Rahul Kumaresan · 4 years, 5 months ago
  82. 6546056 Doc: change 'Posix' for 'POSIX' (GH-20001) by Mathieu Dupuy · 4 years, 5 months ago
  83. 4eba677 Doc: move a dot outside double quotes (GH-20007) by Mathieu Dupuy · 4 years, 5 months ago
  84. 62ecd8a bpo-37630: Fix spelling shake128 -> shake_128 (GH-20154) by Christian Heimes · 4 years, 5 months ago
  85. 54f2898 bpo-40645: Implement HMAC in C (GH-20129) by Christian Heimes · 4 years, 5 months ago
  86. 4654500 bpo-39976: Add **other_popen_kwargs to subprocess docs (GH-20145) by Zackery Spytz · 4 years, 5 months ago
  87. fa098b6 bpo-35569: add Erlend to Misc/ACKS (GH-20146) by Ned Deily · 4 years, 5 months ago
  88. 9a45bfe bpo-35569: Expose RFC 3542 IPv6 socket options on macOS (GH-19526) by Erlend Egeberg Aasland · 4 years, 5 months ago
  89. d7184d3 bpo-29587: Add another test for the gen.throw() fix. (GH-19859) by Chris Jerdonek · 4 years, 5 months ago
  90. 2c8cd06 bpo-40334: Improvements to error-handling code in the PEG parser (GH-20003) by Lysandros Nikolaou · 4 years, 5 months ago
  91. 6341fc7 bpo-38870: Use subTest in test_unparse for better error reporting (GH-20141) by Pablo Galindo · 4 years, 5 months ago
  92. af8e5f8 Use subTest in test_exceptions for better error reporting (GH-20140) by Pablo Galindo · 4 years, 5 months ago
  93. 837f9e4 bpo-40645: Deprecated internal details of hmac.HMAC (GH-20132) by Christian Heimes · 4 years, 5 months ago
  94. dff92bb bpo-38870: Implement round tripping support for typed AST in ast.unparse (GH-17797) by Batuhan Taskaya · 4 years, 5 months ago
  95. e966af7 bpo-38870: Correctly handle empty docstrings in ast.unparse (GH-18768) by Batuhan Taskaya · 4 years, 5 months ago
  96. d5a980a bpo-40165: Suppress stderr when checking if test_stty_match should be skipped (GH-19325) by Batuhan Taskaya · 4 years, 5 months ago
  97. cae2275 bpo-40211: Clarify os.preadv and os.pwritev are supported on AIX 7.1+ (GH-19401) by Batuhan Taskaya · 4 years, 5 months ago
  98. 31245d1 bpo-39740: Early declare devpoll_methods to support old compilers (GH-19281) by Batuhan Taskaya · 4 years, 5 months ago
  99. 25160cd bpo-38870: Don't put unnecessary parentheses on class declarations in ast.parse (GH-20134) by Batuhan Taskaya · 4 years, 5 months ago
  100. ce4a753 bpo-38870: Do not separate factor prefixes in ast.unparse (GH-20133) by Batuhan Taskaya · 4 years, 5 months ago