Python 3.9.0b4
  1. df59293 bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all_tasks() (GH-20874) by Miss Islington (bot) · 5 years ago
  2. 652585c Doc: Minor fix to init config C API documentation (GH-21198) by Miss Islington (bot) · 5 years ago
  3. 083ed52 Update FAQ release schedule and estimated users (GH-21180) by Miss Islington (bot) · 5 years ago
  4. 2ea6a99 bpo-41123: Remove PyUnicode_AsUnicodeCopy in 3.10 (GH-21227) by Inada Naoki · 5 years ago
  5. a3f2a58 Update libmpdec license dates (GH-21216) by Miss Islington (bot) · 5 years ago
  6. 02134da bpo-41123: Doc: PyLong_FromUnicode will be removed in 3.10 (GH-21205) by Inada Naoki · 5 years ago
  7. 6e39999 [3.9] bpo-38870: Extend subject of ast.unparse warnings (GH-21053) (GH-21191) by Pablo Galindo · 5 years ago
  8. 6803ff2 [3.9] Add soft keywords to the documentation (GH-21185) (GH-21187) by Pablo Galindo · 5 years ago
  9. 16e79a4 bpo-40204: Pin Sphinx version to 2.3.1 in ``Doc/Makefile``. (GH-21141) by Miss Islington (bot) · 5 years ago
  10. c1634ac bpo-40773: Fix rendering for 'retval' on the pdb page (GH-21081) by Miss Islington (bot) · 5 years ago
  11. 02d5c74 bpo-40707: Document that Popen.communicate sets the returncode attribute (GH-20283) by Miss Islington (bot) · 5 years ago
  12. ddd3c46 Improve asyncio.loop.call_soon() documentation (GH-20883) by Miss Islington (bot) · 5 years ago
  13. 8ae5e8e [3.9] bpo-40939: Deprecate PyNode_Compile (GH-21036) by Lysandros Nikolaou · 5 years ago
  14. d301d94 [3.9] bpo-40939: Deprecate the PyParser_SimpleParse* functions (GH-21012) by Lysandros Nikolaou · 5 years ago
  15. fd2c8a7 Add link to .pypirc specification (GH-20680) by Miss Islington (bot) · 5 years ago
  16. 610a60c bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878) by Inada Naoki · 5 years ago
  17. 8a34690 [3.9] bpo-40924: Remove protocol for supplying Traversable objects from loaders (GH-20820) by Jason R. Coombs · 5 years ago
  18. bda4cc8 [3.9] bpo-37674: Tweak imp module deprecation note in the docs (GH-20480) (GH-20859) by Miss Islington (bot) · 5 years ago
  19. 2c0a59b Update lexical_analysis.rst (GH-17508) by Miss Islington (bot) · 5 years ago
  20. 18e07ba bpo-40895: Update weakref documentation to remove old warnings (GH-20687) by Miss Islington (bot) · 5 years ago
  21. 3b97d1b bpo-36543: Revert "bpo-36543: Remove the xml.etree.cElementTree module." (GH-20117) (GH-20780) by Miss Islington (bot) · 5 years ago
  22. 73b728a [3.9] bpo-34003: Re-add versionchanged entry in csv docs (GH-20657) (GH-20770) by Miss Islington (bot) · 5 years ago
  23. 1a819ca Remove reference to 3.7 and 3.8 backports. (GH-20754) (#20755) by Miss Islington (bot) · 5 years ago
  24. b155381 bpo-24914: mention Python supports multiple paradigms in the FAQ (GH-20658) (GH-20737) by Miss Islington (bot) · 5 years ago
  25. 8175064 bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605) (GH-20725) by Victor Stinner · 5 years ago
  26. dedaac0 bpo-40910: Export Py_GetArgcArgv() function (GH-20721) (GH-20723) by Victor Stinner · 5 years ago
  27. 1220a47 bpo-33187: Document 3.9 changes to xml.etree.ElementInclude.include (GH-20438) by Miss Islington (bot) · 5 years ago
  28. be5ed59 bpo-22021: Update root_dir and base_dir documentation in shutil (GH-10367) by Miss Islington (bot) · 5 years ago
  29. a4fa9a9 bpo-39791: Refresh importlib.metadata from importlib_metadata 1.6.1. (GH-20659) (GH-20661) by Miss Islington (bot) · 5 years ago
  30. 082cff1 Fix spacing in docs for tarfile (GH-20629) by Miss Islington (bot) · 5 years ago
  31. ff442f3 bpo-40241: What's New in Python 3.9: opaque PyGC_Head (GH-20586) by Miss Islington (bot) · 5 years ago
  32. b90b61f Ensure correct version of Sphinx is used for Windows builds (GH-20582) by Miss Islington (bot) · 5 years ago
  33. 3c7609a [3.9] bpo-40630: Add tracemalloc.reset_peak (GH-20102) (GH-20545) by Huon Wilson · 5 years ago
  34. a169961 bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570) by Miss Islington (bot) · 5 years ago
  35. 0a67463 bpo-17005: Move topological sort functionality to its own module (GH-20558) by Miss Islington (bot) · 5 years ago
  36. a176b31 Fix typo in "What's new in Python 3.9" (GH-20559) by Miss Islington (bot) · 5 years ago
  37. 96d9107 bpo-40759: Deprecate the symbol module (GH-20364) by Miss Islington (bot) · 5 years ago
  38. cdb015b Fix asyncio.to_thread() documented return type (GH-20547) by Miss Islington (bot) · 5 years ago
  39. 44400e8 bpo-40829: Add a what's new entry about deprecation of shuffle's random parameter (GH-20541) (GH-20544) by Miss Islington (bot) · 5 years ago
  40. 588efc2 bpo-40798: Generate a different message for already removed elements (GH-20483) by Miss Islington (bot) · 5 years ago
  41. 78cf711 closes bpo-29017: Update the bindings for Qt information with PySide2 (GH-20149) by Miss Islington (bot) · 5 years ago
  42. 8e5f11d Indicate that abs() method accept argument that implement __abs__(), just like call() method in the docs (GH-20509) by Miss Islington (bot) · 5 years ago
  43. 1a7e34c Note the output ordering of combinatoric functions (GH-19732) (GH-20501) by Miss Islington (bot) · 5 years ago
  44. e4cc3a7 bpo-40806: itertools.product immediately consumes its inputs (GH-20492) (GH-20498) by Miss Islington (bot) · 5 years ago
  45. a5936ad bpo-1294959: Try to clarify the meaning of platlibdir (GH-20332) by Miss Islington (bot) · 5 years ago
  46. 6a47864 bpo-37878: PyThreadState_DeleteCurrent() was not removed (GH-20489) by Miss Islington (bot) · 5 years ago
  47. bcbe5c5 bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSpec types (reverts GH-19414) (GH-20264) by Miss Islington (bot) · 5 years ago
  48. 8183e11 [3.9] bpo-40791: Use CRYPTO_memcmp() for compare_digest (GH-20456) (GH-20461) by Christian Heimes · 5 years ago
  49. d23ee5d Improve IO tutorial's "Old string formatting" section (GH-16251) by Miss Islington (bot) · 5 years ago
  50. de6b684 bpo-39939: Fix removeprefix issue number in the What's New in Python 3.9 (GH-20473) (GH-20474) by Miss Islington (bot) · 5 years ago
  51. 500cd89e bpo-38580: Document that select() accepts iterables, not just sequences (GH-16832) by Miss Islington (bot) · 5 years ago
  52. cc0f50d bpo-39301: State that floor division is used for right shift operations (GH-20347) (GH-20414) by Miss Islington (bot) · 5 years ago
  53. 6597e2a bpo-40745: Fix typos in NewType docs (GH-20379) by Miss Islington (bot) · 5 years ago
  54. b03e0ee [3.9] closes bpo-40774: Fix docs indentation for asyncio.create_subprocess_shell() (GH-20403) (#20407) by Benjamin Peterson · 5 years ago
  55. 318a18e bpo-23082: Better error message for PurePath.relative_to() from pathlib (GH-19611) by Miss Islington (bot) · 5 years ago
  56. 9a5e643 bpo-39245: Fix docs links to the stable ABI (GH-20388) by Miss Islington (bot) · 5 years ago
  57. 20b2bf3 bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383) by Miss Islington (bot) · 5 years ago
  58. 46c1b9c bpo-17050: Remove documentation on argparse.REMAINDER (GH-18661) (GH-20363) by Miss Islington (bot) · 5 years ago
  59. 9181e2e bpo-40405: Fix asyncio.as_completed docs (GH-19753) by Miss Islington (bot) · 5 years ago
  60. 962c814 bpo-40439: Update broken link in lexical analysis docs (GH-20184) by Miss Islington (bot) · 5 years ago
  61. c1d7768 Reword aware/naive introduction sentence (GH-20175) by Miss Islington (bot) · 5 years ago
  62. 983b17c bpo-40730: Remove redundant 'to' (GH-20316) (GH-20318) by Miss Islington (bot) · 5 years ago
  63. 5c01ed6 bpo-40725: Restore missing column of digits (GH-20313) (GH-20315) by Miss Islington (bot) · 5 years ago
  64. b4d08f1 [doc] Remove references to obsolete BuildApplet on macOS. (GH-20023) (GH-20304) by Miss Islington (bot) · 5 years ago
  65. 3e65054 bpo-32309: Add support for contextvars in asyncio.to_thread() (GH-20278) by Miss Islington (bot) · 5 years ago
  66. 6387358 Update whatsnew benchmark results for 3.9 (GH-20276) (GH-20277) by Miss Islington (bot) · 5 years ago
  67. f541a37 bpo-40698: Improve distutils upload hash digests (GH-20260) by Miss Islington (bot) · 5 years ago
  68. 12fa658 bpo-40291: Mention socket.CAN_J1939 in What's New (GH-20248) by Miss Islington (bot) · 5 years ago
  69. 20736b3 Fix code-block in zoneinfo (GH-20201) by Miss Islington (bot) · 5 years ago
  70. 73812a4 [3.9] Doc: Python 3.10 in sidebar and version switcher. (GH-20209) (GH-20221) by Miss Islington (bot) · 5 years ago
  71. e299130 bpo-32309: Implement asyncio.to_thread() (GH-20143) by Miss Islington (bot) · 5 years ago
  72. 97fe9cf Python 3.9.0b1 by Łukasz Langa · 5 years ago v3.9.0b1
  73. 08b47c3 bpo-40257: Revert changes to inspect.getdoc() (GH-20073) by Serhiy Storchaka · 5 years ago
  74. 951ab58 Revert "bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176)" (GH-20182) by Ned Deily · 5 years ago
  75. adc72bb bpo-38112: Document that compileall.compile_[dir,file] also accept multiple opt levels (GH-20174) by Lumír 'Frenzy' Balhar · 5 years ago
  76. 0da5466 bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176) by Ned Deily · 5 years ago
  77. d17f3d8 bpo-13601: Mention stderr's line buffering in What's New (GH-20168) by Shantanu · 5 years ago
  78. bb8635c bpo-40651: Improve LRU recipe in the OrderedDict documentation (GH-#20139) by qudongfang · 5 years ago
  79. e527ec8 bpo-40536: Add zoneinfo.available_timezones (GH-20158) by Paul Ganssle · 5 years ago
  80. eefd4e0 bpo-39705 : sorted() tutorial example under looping techniques improved (GH-18999) by Rahul Kumaresan · 5 years ago
  81. 6546056 Doc: change 'Posix' for 'POSIX' (GH-20001) by Mathieu Dupuy · 5 years ago
  82. 4eba677 Doc: move a dot outside double quotes (GH-20007) by Mathieu Dupuy · 5 years ago
  83. 4654500 bpo-39976: Add **other_popen_kwargs to subprocess docs (GH-20145) by Zackery Spytz · 5 years ago
  84. 837f9e4 bpo-40645: Deprecated internal details of hmac.HMAC (GH-20132) by Christian Heimes · 5 years ago
  85. cae2275 bpo-40211: Clarify os.preadv and os.pwritev are supported on AIX 7.1+ (GH-19401) by Batuhan Taskaya · 5 years ago
  86. d5b3f6b bpo-37630: Use SHA3 and SHAKE XOF from OpenSSL (GH-16049) by Christian Heimes · 5 years ago
  87. b17e49e bpo-40503: Add documentation and what's new entry for zoneinfo (GH-20006) by Paul Ganssle · 5 years ago
  88. 1b97b9b bpo-24416: Return named tuple from date.isocalendar() (GH-20113) by Paul Ganssle · 5 years ago
  89. 4541086 bpo-40192: Use thread_cputime for time.thread_time to improve resolution (GH-19381) by Batuhan Taskaya · 5 years ago
  90. 6b6092f bpo-39075: types.SimpleNamespace no longer sorts attributes in its repr (GH-19430) by Zackery Spytz · 5 years ago
  91. 1ce5841 bpo-31033: Add a msg argument to Future.cancel() and Task.cancel() (GH-19979) by Chris Jerdonek · 5 years ago
  92. 9b60e55 bpo-40637: Add option to disable builtin hashes (GH-20121) by Christian Heimes · 5 years ago
  93. a2b3cdd bpo-40445: Update compileall.compile_dir docs (GH-19806) by Shantanu · 5 years ago
  94. 382a563 bpo-40607: Reraise exception during task cancelation in asyncio.wait_for() (GH-20054) by romasku · 5 years ago
  95. 7ba1f75 bpo-38872: Document exec symbol for codeop.compile_command (GH-20047) by Joannah Nanjekye · 5 years ago
  96. e77d428 bpo-40495: compileall option to hardlink duplicate pyc files (GH-19901) by Lumír 'Frenzy' Balhar · 5 years ago
  97. d6fb53f bpo-39465: Remove _PyUnicode_ClearStaticStrings() from C API (GH-20078) by Victor Stinner · 5 years ago
  98. de92769 bpo-34790: add version of removal of explicit passing of coros to `asyncio.wait`'s documentation (#20008) by jack1142 · 5 years ago
  99. 3d54211 Fix Wikipedia link (GH-20031) by Allen Guo · 5 years ago
  100. 21cdb71 bpo-40571: Make lru_cache(maxsize=None) more discoverable (GH-20019) by Raymond Hettinger · 5 years ago