1. 5572870 bpo-39573: Use Py_IS_TYPE() macro to check for types (GH-18809) by Andy Lester · 5 years ago
  2. e59334e bpo-17422: slightly more precise language (GH-18682) by Caleb Donovick · 5 years ago
  3. 9a73705 bpo-39873: Cleanup _PyObject_CheckConsistency() (GH-18807) by Victor Stinner · 5 years ago
  4. 57c9d17 bpo-36144: Implement defaultdict union (GH-18729) by Brandt Bucher · 5 years ago
  5. 9566842 closes bpo-39872: Remove unused args from symtable_exit_block and symtable_visit_annotations. (GH-18800) by Andy Lester · 5 years ago
  6. 1fb5a9f bpo-39873: PyObject_Init() uses PyObject_INIT() (GH-18804) by Victor Stinner · 5 years ago
  7. 7598a93 PyPy already supports Python 3 (GH-18774) by Slam · 5 years ago
  8. 8767ce9 bpo-39573: Make Py_IS_TYPE() take constant parameters (GH-18799) by Andy Lester · 5 years ago
  9. 8bae219 bpo-39868: Update Language Reference for PEP 572. (#18793) by Brandt Bucher · 5 years ago
  10. e63117a closes bpo-39859: Do not downcast result of hstrerror (GH-18790) by Andy Lester · 5 years ago
  11. da4d656 closes bpo-39870: Remove unused arg from sys_displayhook_unencodable. (GH-18796) by Andy Lester · 5 years ago
  12. ce305d6 IDLE doc: improve Startup failure subsection. (#18771) by Jules Lasne (jlasne) · 5 years ago
  13. efc28bb Add a comment to _Py_RestoreSignals() (GH-18792) by Victor Stinner · 5 years ago
  14. f7b5d41 bpo-39855: Fix test_subprocess if nobody user doesn't exist (GH-18781) by Victor Stinner · 5 years ago
  15. 85cf1d5 bpo-13487: Use sys.modules.copy() in inspect.getmodule() for thread safety. (GH-18786) by Gregory P. Smith · 5 years ago
  16. d4a09c1 Add a missing space after a period in 'typing.TypedDict' documentation (GH-18784) by Miss Islington (bot) · 5 years ago
  17. 67152d0 bpo-39808: Improve docs for pathlib.Path.stat() (GH-18719) by Brett Cannon · 5 years ago
  18. 942f7a2 bpo-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (GH-16959)" (GH-18767) by Victor Stinner · 5 years ago
  19. 00c77ae bpo-39763: Refactor setup.py (GH-18778) by Victor Stinner · 5 years ago
  20. d82e469 bpo-39639: Remove the AST "Suite" node and associated code (GH-18513) by Batuhan Taşkaya · 5 years ago
  21. 702e09f bpo-39770, array module: Remove unnecessary descriptor counting (GH-18675) by Andy Lester · 5 years ago
  22. a6d3546 bpo-39674: Fix typo in What's New In Python 3.9 (GH-18776) by Victor Stinner · 5 years ago
  23. 1ec63b6 bpo-39763: distutils.spawn now uses subprocess (GH-18743) by Victor Stinner · 5 years ago
  24. dffe4c0 bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601) by Andy Lester · 5 years ago
  25. 22a9a54 bpo-39826: add getConnection() hook to logging HTTPHandler (GH-18745) by l0rb · 5 years ago
  26. be501ca bpo-39702: Relax grammar restrictions on decorators (PEP 614) (GH-18570) by Brandt Bucher · 5 years ago
  27. 116fd4a bpo-39674: Suggest to test with DeprecationWarning (GH-18552) by Victor Stinner · 5 years ago
  28. 469325c bpo-35712: Make using NotImplemented in a boolean context issue a deprecation warning (GH-13195) by MojoVampire · 5 years ago
  29. ae75a29 bpo-39831: Remove outdated comment. (GH-18764) by Serhiy Storchaka · 5 years ago
  30. 91fe414 bpo-39674: Update collections ABC deprecation doc (GH-18747) by Victor Stinner · 5 years ago
  31. e0acec1 bpo-12915: Skip test_pkgutil.test_name_resolution() non-encodable filenames (GH-18720) by Michael Felt · 5 years ago
  32. 6df421f bpo-39778: Add clarification about tp_traverse and ownership (GH-18754) by Pablo Galindo · 5 years ago
  33. 4991cf4 bpo-39802: Only expose set_escdelay and set_tabsize when curses extensions are activated (GH-18705) by Batuhan Taşkaya · 5 years ago
  34. 6daa37f bpo-38091: Import deadlock detection causes deadlock (GH-17518) by Armin Rigo · 5 years ago
  35. ce3a498 bpo-38597: Never statically link extension initialization code on Windows (GH-18724) by Steve Dower · 5 years ago
  36. 0c2b509 bpo-39778: Don't traverse weak-reference lists OrderedDict's tp_traverse and tp_clear (GH-18749) by Pablo Galindo · 5 years ago
  37. b3b9ade bpo-39776: Lock ++interp->tstate_next_unique_id. (GH-18746) (#18746) by Stefan Krah · 5 years ago
  38. 2d2f855 bpo-39831: Fix a reference leak in PyErr_WarnEx(). (GH-18750) by Serhiy Storchaka · 5 years ago
  39. 89aa469 bpo-38870: Add docstring support to ast.unparse (GH-17760) by Batuhan Taşkaya · 5 years ago
  40. 66b7973 bpo-39796: Fix _warnings module initialization (GH-18739) by Victor Stinner · 5 years ago
  41. 4482337 bpo-39764: Make Task.get_stack accept ag_frame (#18669) by Lidi Zheng · 5 years ago
  42. 1382c32 bpo-38380: Update macOS & Windows builds to SQLite v3.31.1 (GH-18678) by Erlend Egeberg Aasland · 5 years ago
  43. 2110551 bpo-39775: inspect: Change Signature.parameters back to OrderedDict. (GH-18684) by Inada Naoki · 5 years ago
  44. 9f1cb1b Fix misleading statement about mixed-type numeric comparisons (GH-18615) by Mark Dickinson · 5 years ago
  45. 28d0bca bpo-38913: Fix segfault in Py_BuildValue("(s#O)", ...) if entered with exception raised. (GH-18656) by Serhiy Storchaka · 5 years ago
  46. 2565ede bpo-38971: Open file in codecs.open() closes if exception raised. (GH-17666) by Chris A · 5 years ago
  47. 4edc95c bpo-39495: Remove default value from C impl of TreeBuilder.start (GH-18275) by Shantanu · 5 years ago
  48. 1f577ce bpo-39378: partial of PickleState struct should be traversed. (GH-18046) by Hai Shi · 5 years ago
  49. 114081f bpo-39199: Add descriptions of non-deprecated nodes to the AST module documentation (GH-17812) by Pablo Galindo · 5 years ago
  50. 3fe9117 closes bpo-39803: Remove unused str from _PyLong_FormatAdvancedWriter. (GH-18709) by Andy Lester · 5 years ago
  51. 217dce9 bpo-39815: add cached_property to all (GH-18726) by Hakan Çelik · 5 years ago
  52. 0e89076 bpo-39678: refactor queue manager thread (GH-18551) by Thomas Moreau · 5 years ago
  53. 397b96f bpo-38870: Implement a precedence algorithm in ast.unparse (GH-17377) by Batuhan Taşkaya · 5 years ago
  54. 185903d bpo-39520: Fix un-parsing of ext slices with no dimensions (GH-18304) by Batuhan Taşkaya · 5 years ago
  55. 768d739 bpo-38641: Add lib2to3 support for starred expressions in return/yield statements (GH-16994) by Vlad Emelianov · 5 years ago
  56. 0b0d29f Mention backports (GH-18715) by Stefan Krah · 5 years ago
  57. 5e260e0 bpo-39548: Fix handling of 'WWW-Authenticate' header for Digest Auth (GH-18338) by Stephen Balousek · 5 years ago
  58. eb47fd5 Cosmetic change to match the surrounding code. (#18704) by Stefan Krah · 5 years ago
  59. 815280e bpo-39794: Add --without-decimal-contextvar (#18702) by Stefan Krah · 5 years ago
  60. 0aeab5c bpo-39667: Sync zipp 3.0 (GH-18540) by Jason R. Coombs · 5 years ago
  61. 1f0cd3c bpo-39379: Remove reference to sys.path[0] being absolute path in whatsnew (GH-18561) by Ananthakrishnan · 5 years ago
  62. dc04a05 bpo-37534: Allow adding Standalone Document Declaration when generating XML documents (GH-14912) by Henry Harutyunyan · 5 years ago
  63. 0267335 bpo-39769: Fix compileall ddir for subpkgs. (GH-18676) by Gregory P. Smith · 5 years ago
  64. 03153dd bpo-39789: Update Windows release build machines to VS 2019 (GH-18695) by Steve Dower · 5 years ago
  65. c2f7eb2 bpo-39718: add TYPE_IGNORE, COLONEQUAL to py38 changes in token (GH-18598) by Shantanu · 5 years ago
  66. 916895f bpo-13790: Change 'string' to 'specification' in format doc (GH-18690) by Terry Jan Reedy · 5 years ago
  67. c705fd1 bpo-39781: Do not jump when select in IDLE codecontext (GH-18683) by Terry Jan Reedy · 5 years ago
  68. 4f17c5c bpo-12915: Improve Unicode support for package names and attributes. (GH-18517) by Vinay Sajip · 5 years ago
  69. e263bb1 Fuzz struct.unpack and catch RecursionError in re.compile (GH-18679) by Ammar Askar · 5 years ago
  70. 384f3c5 closes bpo-39721: Fix constness of members of tok_state struct. (GH-18600) by Andy Lester · 5 years ago
  71. 766b754 bpo-39704: Explicitly pass the path to codecov config (GH-18680) by Ammar Askar · 5 years ago
  72. 374d998 bpo-39609: set the thread_name_prefix for the default asyncio executor (GH-18458) by Markus Mohrhard · 5 years ago
  73. 02a4d57 bpo-39087: Optimize PyUnicode_AsUTF8AndSize() (GH-18327) by Inada Naoki · 5 years ago
  74. 0c6e3aa Suppress the hang (#18457) by Andrew Svetlov · 5 years ago
  75. d0ca9bd bpo-36144: Document PEP 584 (GH-18659) by Brandt Bucher · 5 years ago
  76. 6aa1f1e bpo-39699: Don't silence make on Azure and Github CIs (GH-18583) by Ammar Askar · 5 years ago
  77. 21da76d bpo-34788: Add support for scoped IPv6 addresses (GH-13772) by opavlyuk · 5 years ago
  78. be7ead6 bpo-39737: Remove code repitition in list_richcompare (GH-18638) by sweeneyde · 5 years ago
  79. 57c7a0b Doc: int -> int or Py_ssize_t (GH-18663) by Inada Naoki · 5 years ago
  80. 541e0ff Post 3.9.0a4 by Łukasz Langa · 5 years ago
  81. 9e52330 Merge tag 'v3.9.0a4' by Łukasz Langa · 5 years ago
  82. 6e02691 Python 3.9.0a4 by Łukasz Langa · 5 years ago
  83. d644891 bpo-38403: Update nuspec file for deprecated field and git repository (GH-18657) by Steve Dower · 5 years ago
  84. eb8ac57 bpo-36144: Dictionary Union (PEP 584) (#12088) by Brandt Bucher · 5 years ago
  85. ba22e8f bpo-30566: Fix IndexError when using punycode codec (GH-18632) by Berker Peksag · 5 years ago
  86. 8af4712 bpo-39128: Added algorithm description (GH-18624) by idomic · 5 years ago
  87. 5143284 Add note to Mac installer ReadMe about macOS 10.15 Gatekeeper changes. (GH-18648) by Ned Deily · 5 years ago
  88. b942ba0 Give proper credit for figuring out and writing PEP-3118 tests. (#18644) by Stefan Krah · 5 years ago
  89. ee3bac4 Give proper credits for the memoryview implementation. (#18626) by Stefan Krah · 5 years ago
  90. c3fa634 closes bpo-39736: const strings in Modules/_datetimemodule.c and Modules/_testbuffer.c (GH-18637) by Andy Lester · 5 years ago
  91. 4015d1c bpo-39649: Remove obsolete check for `__args__` in bdb.Bdb.format_stack_entry (GH-18531) by Daniel Hahler · 5 years ago
  92. aea045a bpo-39654: Update pyclbr doc to reflect additional information returned (GH-18528) by Hakan Çelik · 5 years ago
  93. 9f37872 bpo-39681: Fix C pickle regression with minimal file-like objects (#18592) by Antoine Pitrou · 5 years ago
  94. b76518d bpo-39576: Clarify the word size for the 32-bit build. (#18616) by Stefan Krah · 5 years ago
  95. 559e7f1 bpo-39648: Expand math.gcd() and math.lcm() to handle multiple arguments. (GH-18604) by Serhiy Storchaka · 5 years ago
  96. fbe2e0b bpo-17422: Language reference should specify restrictions on class namespace (#18559) by ananthan-123 · 5 years ago
  97. 1c56f8f bpo-39382: Avoid dangling object use in abstract_issubclass() (GH-18530) by Yonatan Goldschmidt · 5 years ago
  98. a025d4c bpo-39576: docs: set context for decimal arbitrary precision arithmetic (#18594) by Stefan Krah · 5 years ago
  99. fd5116c bpo-35950: Raise UnsupportedOperation in BufferedReader.truncate() (GH-18586) by Berker Peksag · 5 years ago
  100. d4d17fd fix(doc): set correct RST syntax for c:function (GH-18589) by Julien Danjou · 5 years ago