1. eebaa9b bpo-38249: Expand Py_UNREACHABLE() to __builtin_unreachable() in the release mode. (GH-16329) by Serhiy Storchaka · 4 years, 6 months ago
  2. fc72ab6 bpo-38691: importlib ignores PYTHONCASEOK if -E is used (GH-18627) by idomic · 4 years, 6 months ago
  3. 2522db1 bpo-39852: IDLE 'Go to line' deletes selection, updates status (GH-18801) by Terry Jan Reedy · 4 years, 6 months ago
  4. c580981 fix typo: add space (GH-18853) by Julin S · 4 years, 6 months ago
  5. db283b3 bpo-39567: Document audit for os.walk, os.fwalk, Path.glob and Path.rglob. (GH-18499) by Serhiy Storchaka · 4 years, 6 months ago
  6. 4663f66 bpo-36144: Update MappingProxyType with PEP 584's operators (#18814) by Brandt Bucher · 4 years, 6 months ago
  7. 8f13053 bpo-39702: Update the Language Reference (PEP 614) (GH-18802) by Brandt Bucher · 4 years, 6 months ago
  8. 02f64cb bpo-39199: Use 'eval' mode for the examples with expression nodes (GH-18828) by Pablo Galindo · 4 years, 6 months ago
  9. 9e5d30c bpo-39882: Py_FatalError() logs the function name (GH-18819) by Victor Stinner · 4 years, 7 months ago
  10. e59334e bpo-17422: slightly more precise language (GH-18682) by Caleb Donovick · 4 years, 7 months ago
  11. 57c9d17 bpo-36144: Implement defaultdict union (GH-18729) by Brandt Bucher · 4 years, 7 months ago
  12. 7598a93 PyPy already supports Python 3 (GH-18774) by Slam · 4 years, 7 months ago
  13. 8bae219 bpo-39868: Update Language Reference for PEP 572. (#18793) by Brandt Bucher · 4 years, 7 months ago
  14. ce305d6 IDLE doc: improve Startup failure subsection. (#18771) by Jules Lasne (jlasne) · 4 years, 7 months ago
  15. d4a09c1 Add a missing space after a period in 'typing.TypedDict' documentation (GH-18784) by Miss Islington (bot) · 4 years, 7 months ago
  16. 67152d0 bpo-39808: Improve docs for pathlib.Path.stat() (GH-18719) by Brett Cannon · 4 years, 7 months ago
  17. 942f7a2 bpo-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (GH-16959)" (GH-18767) by Victor Stinner · 4 years, 7 months ago
  18. d82e469 bpo-39639: Remove the AST "Suite" node and associated code (GH-18513) by Batuhan Taşkaya · 4 years, 7 months ago
  19. a6d3546 bpo-39674: Fix typo in What's New In Python 3.9 (GH-18776) by Victor Stinner · 4 years, 7 months ago
  20. 116fd4a bpo-39674: Suggest to test with DeprecationWarning (GH-18552) by Victor Stinner · 4 years, 7 months ago
  21. 469325c bpo-35712: Make using NotImplemented in a boolean context issue a deprecation warning (GH-13195) by MojoVampire · 4 years, 7 months ago
  22. 91fe414 bpo-39674: Update collections ABC deprecation doc (GH-18747) by Victor Stinner · 4 years, 7 months ago
  23. 6df421f bpo-39778: Add clarification about tp_traverse and ownership (GH-18754) by Pablo Galindo · 4 years, 7 months ago
  24. 2110551 bpo-39775: inspect: Change Signature.parameters back to OrderedDict. (GH-18684) by Inada Naoki · 4 years, 7 months ago
  25. 9f1cb1b Fix misleading statement about mixed-type numeric comparisons (GH-18615) by Mark Dickinson · 4 years, 7 months ago
  26. 114081f bpo-39199: Add descriptions of non-deprecated nodes to the AST module documentation (GH-17812) by Pablo Galindo · 4 years, 7 months ago
  27. 0b0d29f Mention backports (GH-18715) by Stefan Krah · 4 years, 7 months ago
  28. 815280e bpo-39794: Add --without-decimal-contextvar (#18702) by Stefan Krah · 4 years, 7 months ago
  29. 0aeab5c bpo-39667: Sync zipp 3.0 (GH-18540) by Jason R. Coombs · 4 years, 7 months ago
  30. 1f0cd3c bpo-39379: Remove reference to sys.path[0] being absolute path in whatsnew (GH-18561) by Ananthakrishnan · 4 years, 7 months ago
  31. dc04a05 bpo-37534: Allow adding Standalone Document Declaration when generating XML documents (GH-14912) by Henry Harutyunyan · 4 years, 7 months ago
  32. 0267335 bpo-39769: Fix compileall ddir for subpkgs. (GH-18676) by Gregory P. Smith · 4 years, 7 months ago
  33. c2f7eb2 bpo-39718: add TYPE_IGNORE, COLONEQUAL to py38 changes in token (GH-18598) by Shantanu · 4 years, 7 months ago
  34. 916895f bpo-13790: Change 'string' to 'specification' in format doc (GH-18690) by Terry Jan Reedy · 4 years, 7 months ago
  35. d0ca9bd bpo-36144: Document PEP 584 (GH-18659) by Brandt Bucher · 4 years, 7 months ago
  36. 21da76d bpo-34788: Add support for scoped IPv6 addresses (GH-13772) by opavlyuk · 4 years, 7 months ago
  37. 57c7a0b Doc: int -> int or Py_ssize_t (GH-18663) by Inada Naoki · 4 years, 7 months ago
  38. 8af4712 bpo-39128: Added algorithm description (GH-18624) by idomic · 4 years, 7 months ago
  39. aea045a bpo-39654: Update pyclbr doc to reflect additional information returned (GH-18528) by Hakan Çelik · 4 years, 7 months ago
  40. b76518d bpo-39576: Clarify the word size for the 32-bit build. (#18616) by Stefan Krah · 4 years, 7 months ago
  41. 559e7f1 bpo-39648: Expand math.gcd() and math.lcm() to handle multiple arguments. (GH-18604) by Serhiy Storchaka · 4 years, 7 months ago
  42. fbe2e0b bpo-17422: Language reference should specify restrictions on class namespace (#18559) by ananthan-123 · 4 years, 7 months ago
  43. a025d4c bpo-39576: docs: set context for decimal arbitrary precision arithmetic (#18594) by Stefan Krah · 4 years, 7 months ago
  44. d4d17fd fix(doc): set correct RST syntax for c:function (GH-18589) by Julien Danjou · 4 years, 7 months ago
  45. 424e568 bpo-38657: Clarify numeric padding behaviour in string formatting (GH-17036) by Pete Wicken · 4 years, 7 months ago
  46. f2ee21d bpo-39479:Add math.lcm() function: Least Common Multiple (#18547) by ananthan-123 · 4 years, 7 months ago
  47. 4dee92b Revert "bpo-38691 Added a switch to ignore PYTHONCASEOK when -E or -I flags passed (#18314)" (GH-18553) by Victor Stinner · 4 years, 7 months ago
  48. ab6423f bpo-39572: Document ’total’ flag of TypedDict (GH-18554) by ananthan-123 · 4 years, 7 months ago
  49. a4ba8a3 Include subsections in TOC for PDF version of docs. (GH-9629) by Cheryl Sabella · 4 years, 7 months ago
  50. af5ee3f bpo-39674: Revert "bpo-25988: Do not expose abstract collection classes in the collections module. (GH-10596)" (GH-18545) by Victor Stinner · 4 years, 7 months ago
  51. a784759 bpo-36465: Update doc of init_config.rst (GH-18520) by Hai Shi · 4 years, 7 months ago
  52. d83b660 bpo-38691 Added a switch to ignore PYTHONCASEOK when -E or -I flags passed (#18314) by idomic · 4 years, 7 months ago
  53. 85a2eef bpo-32892: Update the documentation for handling constants in AST. (GH-18514) by Serhiy Storchaka · 4 years, 7 months ago
  54. 1ed6161 bpo-12915: Add pkgutil.resolve_name (GH-18310) by Vinay Sajip · 4 years, 7 months ago
  55. f632736 bpo-39545: Document changes in the support of await in f-strings. (GH-18456) by Serhiy Storchaka · 4 years, 7 months ago
  56. d905df7 bpo-39573: Add Py_IS_TYPE() function (GH-18488) by Dong-hee Na · 4 years, 7 months ago
  57. 968dcd9 bpo-39573: Fix bad copy-paste in Py_SET_SIZE (GH-18496) by Brandt Bucher · 4 years, 7 months ago
  58. 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
  59. 8c579b1 bpo-32856: Optimize the assignment idiom in comprehensions. (GH-16814) by Serhiy Storchaka · 4 years, 7 months ago
  60. f3fda37 bpo-38644: Rephrase What's New entry (GH-18461) by Victor Stinner · 4 years, 7 months ago
  61. f3e7ea5 bpo-39500: Document PyUnicode_IsIdentifier() function (GH-18397) by Victor Stinner · 4 years, 7 months ago
  62. 4eb9f43 bpo-38374: Remove weakref.ReferenceError from docs (GH-18452) by Roger Hurwitz · 4 years, 7 months ago
  63. c4a65ed bpo-39417: Fix broken link to guide to building venvs (GH-18432) by Ogi Moore · 4 years, 7 months ago
  64. bf15d5b Correct the documented default encoding (GH-18429) by Eric Wieser · 4 years, 7 months ago
  65. 95d024d bpo-13826: Clarify Popen constructor example (GH-18438) by Tim D. Smith · 4 years, 7 months ago
  66. 37c55b2 bpo-39594: Fix typo in os.times documentation (GH-18443) by Roger Hurwitz · 4 years, 7 months ago
  67. d68e0a8 Issue3950: Fix docs for default locale used by gettext to match implementation (#18435) by Carl · 4 years, 7 months ago
  68. 3c5dec6 Remove redundant references in struct doc (GH-18053) by Christophe Nanteuil · 4 years, 7 months ago
  69. 6c9974e bpo-39369 Doc: Update mmap readline method documentation (GH-17957) by Wellington Pardim · 4 years, 7 months ago
  70. e00c1d0 Remove note saying patch is straightforward (#18431) by Brian Curtin · 4 years, 7 months ago
  71. 29b3fc0 bpo-39586: Deprecate distutils bdist_msi command (GH-18415) by Hugo van Kemenade · 4 years, 7 months ago
  72. 5305cc9 bpo-39128: Added happy_eyeballs_delay, interleave to function signature (GH-18315) by idomic · 4 years, 7 months ago
  73. 3ed4d25 Grammar fix in tutorial (GH-18425) by Don Kirkby · 4 years, 7 months ago
  74. 0edc2c7 Doc: sys.__unraisablehook__ and bytearray.hex separators are new in 3.8 (GH-17884) by Saiyang Gou · 4 years, 7 months ago
  75. dc7a50d bpo-39350: Fix fractions for int subclasses (GH-18375) by Victor Stinner · 4 years, 7 months ago
  76. b10dc3e bpo-39573: Add Py_SET_SIZE() function (GH-18400) by Victor Stinner · 4 years, 7 months ago
  77. d2ec81a bpo-39573: Add Py_SET_TYPE() function (GH-18394) by Victor Stinner · 4 years, 7 months ago
  78. c86a112 bpo-39573: Add Py_SET_REFCNT() function (GH-18389) by Victor Stinner · 4 years, 7 months ago
  79. 446463f bpo-39534: Doc: Clarify return in finally (GH-18324) by Julien Palard · 4 years, 7 months ago
  80. 227af8e What's New in Python 3.9: sort improved modules (GH-18383) by Victor Stinner · 4 years, 7 months ago
  81. 2844336 bpo-39542: Document limited C API changes (GH-18378) by Victor Stinner · 4 years, 7 months ago
  82. 3f563ce bpo-39245: Make Vectorcall C API public (GH-17893) by Petr Viktorin · 4 years, 7 months ago
  83. 509dd90 bpo-39542: Convert PyType_Check() to static inline function (GH-18364) by Victor Stinner · 4 years, 8 months ago
  84. cf5b109 bpo-39491: Merge PEP 593 (typing.Annotated) support (#18260) by Jakub Stasiak · 4 years, 8 months ago
  85. 95f6001 bpo-39184: Add audit events to command execution functions in os and pty modules (GH-17824) by Saiyang Gou · 4 years, 8 months ago
  86. 2545fa8 Fix MinGW library generation command (GH-17917) by Baljak · 4 years, 8 months ago
  87. b6999e5 add whatsnew that was missed from 31d6de5aba009914efa8f0f3c3d7da35217578eb (#18344) by Chris Withers · 4 years, 8 months ago
  88. 5807efd bpo-38558: Link to further docs from walrus operator mention in tutorial (GH-16973) by Adorilson Bezerra · 4 years, 8 months ago
  89. c6e5c11 bpo-39489: Remove COUNT_ALLOCS special build (GH-18259) by Victor Stinner · 4 years, 8 months ago
  90. 339fd46 bpo-39349: Add *cancel_futures* to Executor.shutdown() (GH-18057) by Kyle Stanley · 4 years, 8 months ago
  91. b94737a fixes typos in http.client documentation (#18300) by James Corbett · 4 years, 8 months ago
  92. 90d9ba6 bpo-34793: Drop old-style context managers in asyncio.locks (GH-17533) by Andrew Svetlov · 4 years, 8 months ago
  93. 4d96b46 bpo-39511: PyThreadState_Clear() calls on_delete (GH-18296) by Victor Stinner · 4 years, 8 months ago
  94. 58a4054 Doc: Fix s/pseudo random/pseudo-random/ (GH-18289) by Julien Palard · 4 years, 8 months ago
  95. 17c68b8 bpo-38631: Replace Py_FatalError() with assert() in ceval.c (GH-18279) by Victor Stinner · 4 years, 8 months ago
  96. c38fd0d bpo-39353: binascii.crc_hqx() is no longer deprecated (GH-18276) by Victor Stinner · 4 years, 8 months ago
  97. d47d0c8 Improve grammar in the import system reference documentation (GH-18209) by Bonifacio de Oliveira · 4 years, 8 months ago
  98. 35eac45 Doc: Fix external links to functional programming tutorial. (GH-18249) by Julien Palard · 4 years, 8 months ago
  99. e1e8000 bpo-39153: Clarify C API *SetItem refcounting semantics (GH-18220) by Joannah Nanjekye · 4 years, 8 months ago
  100. 2cca8ef bpo-36350: inspect: Replace OrderedDict with dict. (GH-12412) by Rémi Lapeyre · 4 years, 8 months ago