1. a6d3546 bpo-39674: Fix typo in What's New In Python 3.9 (GH-18776) by Victor Stinner · 4 years, 8 months ago
  2. 1ec63b6 bpo-39763: distutils.spawn now uses subprocess (GH-18743) by Victor Stinner · 4 years, 8 months ago
  3. dffe4c0 bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601) by Andy Lester · 4 years, 8 months ago
  4. 22a9a54 bpo-39826: add getConnection() hook to logging HTTPHandler (GH-18745) by l0rb · 4 years, 8 months ago
  5. be501ca bpo-39702: Relax grammar restrictions on decorators (PEP 614) (GH-18570) by Brandt Bucher · 4 years, 8 months ago
  6. 116fd4a bpo-39674: Suggest to test with DeprecationWarning (GH-18552) by Victor Stinner · 4 years, 8 months ago
  7. 469325c bpo-35712: Make using NotImplemented in a boolean context issue a deprecation warning (GH-13195) by MojoVampire · 4 years, 8 months ago
  8. ae75a29 bpo-39831: Remove outdated comment. (GH-18764) by Serhiy Storchaka · 4 years, 8 months ago
  9. 91fe414 bpo-39674: Update collections ABC deprecation doc (GH-18747) by Victor Stinner · 4 years, 8 months ago
  10. e0acec1 bpo-12915: Skip test_pkgutil.test_name_resolution() non-encodable filenames (GH-18720) by Michael Felt · 4 years, 8 months ago
  11. 6df421f bpo-39778: Add clarification about tp_traverse and ownership (GH-18754) by Pablo Galindo · 4 years, 8 months ago
  12. 4991cf4 bpo-39802: Only expose set_escdelay and set_tabsize when curses extensions are activated (GH-18705) by Batuhan Taşkaya · 4 years, 8 months ago
  13. 6daa37f bpo-38091: Import deadlock detection causes deadlock (GH-17518) by Armin Rigo · 4 years, 8 months ago
  14. ce3a498 bpo-38597: Never statically link extension initialization code on Windows (GH-18724) by Steve Dower · 4 years, 8 months ago
  15. 0c2b509 bpo-39778: Don't traverse weak-reference lists OrderedDict's tp_traverse and tp_clear (GH-18749) by Pablo Galindo · 4 years, 8 months ago
  16. b3b9ade bpo-39776: Lock ++interp->tstate_next_unique_id. (GH-18746) (#18746) by Stefan Krah · 4 years, 8 months ago
  17. 2d2f855 bpo-39831: Fix a reference leak in PyErr_WarnEx(). (GH-18750) by Serhiy Storchaka · 4 years, 8 months ago
  18. 89aa469 bpo-38870: Add docstring support to ast.unparse (GH-17760) by Batuhan Taşkaya · 4 years, 8 months ago
  19. 66b7973 bpo-39796: Fix _warnings module initialization (GH-18739) by Victor Stinner · 4 years, 8 months ago
  20. 4482337 bpo-39764: Make Task.get_stack accept ag_frame (#18669) by Lidi Zheng · 4 years, 8 months ago
  21. 1382c32 bpo-38380: Update macOS & Windows builds to SQLite v3.31.1 (GH-18678) by Erlend Egeberg Aasland · 4 years, 8 months ago
  22. 2110551 bpo-39775: inspect: Change Signature.parameters back to OrderedDict. (GH-18684) by Inada Naoki · 4 years, 8 months ago
  23. 9f1cb1b Fix misleading statement about mixed-type numeric comparisons (GH-18615) by Mark Dickinson · 4 years, 8 months ago
  24. 28d0bca bpo-38913: Fix segfault in Py_BuildValue("(s#O)", ...) if entered with exception raised. (GH-18656) by Serhiy Storchaka · 4 years, 8 months ago
  25. 2565ede bpo-38971: Open file in codecs.open() closes if exception raised. (GH-17666) by Chris A · 4 years, 8 months ago
  26. 4edc95c bpo-39495: Remove default value from C impl of TreeBuilder.start (GH-18275) by Shantanu · 4 years, 8 months ago
  27. 1f577ce bpo-39378: partial of PickleState struct should be traversed. (GH-18046) by Hai Shi · 4 years, 8 months ago
  28. 114081f bpo-39199: Add descriptions of non-deprecated nodes to the AST module documentation (GH-17812) by Pablo Galindo · 4 years, 8 months ago
  29. 3fe9117 closes bpo-39803: Remove unused str from _PyLong_FormatAdvancedWriter. (GH-18709) by Andy Lester · 4 years, 8 months ago
  30. 217dce9 bpo-39815: add cached_property to all (GH-18726) by Hakan Çelik · 4 years, 8 months ago
  31. 0e89076 bpo-39678: refactor queue manager thread (GH-18551) by Thomas Moreau · 4 years, 8 months ago
  32. 397b96f bpo-38870: Implement a precedence algorithm in ast.unparse (GH-17377) by Batuhan Taşkaya · 4 years, 8 months ago
  33. 185903d bpo-39520: Fix un-parsing of ext slices with no dimensions (GH-18304) by Batuhan Taşkaya · 4 years, 8 months ago
  34. 768d739 bpo-38641: Add lib2to3 support for starred expressions in return/yield statements (GH-16994) by Vlad Emelianov · 4 years, 8 months ago
  35. 0b0d29f Mention backports (GH-18715) by Stefan Krah · 4 years, 8 months ago
  36. 5e260e0 bpo-39548: Fix handling of 'WWW-Authenticate' header for Digest Auth (GH-18338) by Stephen Balousek · 4 years, 8 months ago
  37. eb47fd5 Cosmetic change to match the surrounding code. (#18704) by Stefan Krah · 4 years, 8 months ago
  38. 815280e bpo-39794: Add --without-decimal-contextvar (#18702) by Stefan Krah · 4 years, 8 months ago
  39. 0aeab5c bpo-39667: Sync zipp 3.0 (GH-18540) by Jason R. Coombs · 4 years, 8 months ago
  40. 1f0cd3c bpo-39379: Remove reference to sys.path[0] being absolute path in whatsnew (GH-18561) by Ananthakrishnan · 4 years, 8 months ago
  41. dc04a05 bpo-37534: Allow adding Standalone Document Declaration when generating XML documents (GH-14912) by Henry Harutyunyan · 4 years, 8 months ago
  42. 0267335 bpo-39769: Fix compileall ddir for subpkgs. (GH-18676) by Gregory P. Smith · 4 years, 8 months ago
  43. 03153dd bpo-39789: Update Windows release build machines to VS 2019 (GH-18695) by Steve Dower · 4 years, 8 months ago
  44. c2f7eb2 bpo-39718: add TYPE_IGNORE, COLONEQUAL to py38 changes in token (GH-18598) by Shantanu · 4 years, 8 months ago
  45. 916895f bpo-13790: Change 'string' to 'specification' in format doc (GH-18690) by Terry Jan Reedy · 4 years, 8 months ago
  46. c705fd1 bpo-39781: Do not jump when select in IDLE codecontext (GH-18683) by Terry Jan Reedy · 4 years, 8 months ago
  47. 4f17c5c bpo-12915: Improve Unicode support for package names and attributes. (GH-18517) by Vinay Sajip · 4 years, 8 months ago
  48. e263bb1 Fuzz struct.unpack and catch RecursionError in re.compile (GH-18679) by Ammar Askar · 4 years, 8 months ago
  49. 384f3c5 closes bpo-39721: Fix constness of members of tok_state struct. (GH-18600) by Andy Lester · 4 years, 8 months ago
  50. 766b754 bpo-39704: Explicitly pass the path to codecov config (GH-18680) by Ammar Askar · 4 years, 8 months ago
  51. 374d998 bpo-39609: set the thread_name_prefix for the default asyncio executor (GH-18458) by Markus Mohrhard · 4 years, 8 months ago
  52. 02a4d57 bpo-39087: Optimize PyUnicode_AsUTF8AndSize() (GH-18327) by Inada Naoki · 4 years, 8 months ago
  53. 0c6e3aa Suppress the hang (#18457) by Andrew Svetlov · 4 years, 8 months ago
  54. d0ca9bd bpo-36144: Document PEP 584 (GH-18659) by Brandt Bucher · 4 years, 8 months ago
  55. 6aa1f1e bpo-39699: Don't silence make on Azure and Github CIs (GH-18583) by Ammar Askar · 4 years, 8 months ago
  56. 21da76d bpo-34788: Add support for scoped IPv6 addresses (GH-13772) by opavlyuk · 4 years, 8 months ago
  57. be7ead6 bpo-39737: Remove code repitition in list_richcompare (GH-18638) by sweeneyde · 4 years, 8 months ago
  58. 57c7a0b Doc: int -> int or Py_ssize_t (GH-18663) by Inada Naoki · 4 years, 8 months ago
  59. 541e0ff Post 3.9.0a4 by Łukasz Langa · 4 years, 8 months ago
  60. 9e52330 Merge tag 'v3.9.0a4' by Łukasz Langa · 4 years, 8 months ago
  61. 6e02691 Python 3.9.0a4 by Łukasz Langa · 4 years, 8 months ago
  62. d644891 bpo-38403: Update nuspec file for deprecated field and git repository (GH-18657) by Steve Dower · 4 years, 8 months ago
  63. eb8ac57 bpo-36144: Dictionary Union (PEP 584) (#12088) by Brandt Bucher · 4 years, 8 months ago
  64. ba22e8f bpo-30566: Fix IndexError when using punycode codec (GH-18632) by Berker Peksag · 4 years, 8 months ago
  65. 8af4712 bpo-39128: Added algorithm description (GH-18624) by idomic · 4 years, 8 months ago
  66. 5143284 Add note to Mac installer ReadMe about macOS 10.15 Gatekeeper changes. (GH-18648) by Ned Deily · 4 years, 8 months ago
  67. b942ba0 Give proper credit for figuring out and writing PEP-3118 tests. (#18644) by Stefan Krah · 4 years, 8 months ago
  68. ee3bac4 Give proper credits for the memoryview implementation. (#18626) by Stefan Krah · 4 years, 8 months ago
  69. c3fa634 closes bpo-39736: const strings in Modules/_datetimemodule.c and Modules/_testbuffer.c (GH-18637) by Andy Lester · 4 years, 8 months ago
  70. 4015d1c bpo-39649: Remove obsolete check for `__args__` in bdb.Bdb.format_stack_entry (GH-18531) by Daniel Hahler · 4 years, 8 months ago
  71. aea045a bpo-39654: Update pyclbr doc to reflect additional information returned (GH-18528) by Hakan Çelik · 4 years, 8 months ago
  72. 9f37872 bpo-39681: Fix C pickle regression with minimal file-like objects (#18592) by Antoine Pitrou · 4 years, 8 months ago
  73. b76518d bpo-39576: Clarify the word size for the 32-bit build. (#18616) by Stefan Krah · 4 years, 8 months ago
  74. 559e7f1 bpo-39648: Expand math.gcd() and math.lcm() to handle multiple arguments. (GH-18604) by Serhiy Storchaka · 4 years, 8 months ago
  75. fbe2e0b bpo-17422: Language reference should specify restrictions on class namespace (#18559) by ananthan-123 · 4 years, 8 months ago
  76. 1c56f8f bpo-39382: Avoid dangling object use in abstract_issubclass() (GH-18530) by Yonatan Goldschmidt · 4 years, 8 months ago
  77. a025d4c bpo-39576: docs: set context for decimal arbitrary precision arithmetic (#18594) by Stefan Krah · 4 years, 8 months ago
  78. fd5116c bpo-35950: Raise UnsupportedOperation in BufferedReader.truncate() (GH-18586) by Berker Peksag · 4 years, 8 months ago
  79. d4d17fd fix(doc): set correct RST syntax for c:function (GH-18589) by Julien Danjou · 4 years, 8 months ago
  80. c2ac4cf bpo-35727: Use exit code 0 on sys.exit() in multiprocessing.Process. (GH-11538) by Christopher Hunt · 4 years, 8 months ago
  81. baf29b2 Reuse identifier of PREDICT macros as PREDICT_ID (GH-17155) by Denis Chernikov · 4 years, 8 months ago
  82. d4331c5 bpo-9495: avoid confusing chained exception in argparse test (GH-17120) by alclarks · 4 years, 8 months ago
  83. 424e568 bpo-38657: Clarify numeric padding behaviour in string formatting (GH-17036) by Pete Wicken · 4 years, 8 months ago
  84. 933fc53f closes bpo-39684: Combine two if/thens and squash uninit var warning. (GH-18565) by Andy Lester · 4 years, 8 months ago
  85. 90930e6 bpo-39576: Prevent memory error for overly optimistic precisions (GH-18581) by Stefan Krah · 4 years, 8 months ago
  86. 6c444d0 bpo-39184: Fix incorrect return value (GH-18580) by Steve Dower · 4 years, 8 months ago
  87. 1246d89 Use the new recommended number of repetitions in the refleak tests. (#18569) by Stefan Krah · 4 years, 8 months ago
  88. 9b833e00 Update runall.bat to the latest Windows build system. (#18571) by Stefan Krah · 4 years, 8 months ago
  89. c0cb8be Valgrind no longer supports --db-attach=yes. (#18568) by Stefan Krah · 4 years, 8 months ago
  90. f2ee21d bpo-39479:Add math.lcm() function: Least Common Multiple (#18547) by ananthan-123 · 4 years, 8 months ago
  91. 4dee92b Revert "bpo-38691 Added a switch to ignore PYTHONCASEOK when -E or -I flags passed (#18314)" (GH-18553) by Victor Stinner · 4 years, 8 months ago
  92. ab6423f bpo-39572: Document ’total’ flag of TypedDict (GH-18554) by ananthan-123 · 4 years, 8 months ago
  93. a4ba8a3 Include subsections in TOC for PDF version of docs. (GH-9629) by Cheryl Sabella · 4 years, 8 months ago
  94. 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, 8 months ago
  95. 6e35da9 bpo-37207: Use vectorcall for range() (GH-18464) by Petr Viktorin · 4 years, 8 months ago
  96. 24bba8c bpo-36347: stop using RESTRICTED constants (GH-12684) by Jeroen Demeyer · 4 years, 8 months ago
  97. 5d38517 bpo-1635741: Port _bz2 extension module to multiphase initialization(PEP 489) (GH-18050) by Hai Shi · 4 years, 8 months ago
  98. 8edfc47 bpo-39546: argparse: Honor allow_abbrev=False for specified prefix_chars (GH-18337) by Kyle Meyer · 4 years, 8 months ago
  99. ffda25f bpo-39663: IDLE: Add additional tests for pyparse (GH-18536) by Cheryl Sabella · 4 years, 8 months ago
  100. 4c1b6a6 bpo-1635741: Port _abc extension to multiphase initialization (PEP 489) (GH-18030) by Hai Shi · 4 years, 8 months ago