Python 3.9.0rc1
  1. 5de00f6 bpo-41475: Fix note in "What's new in 3.7" (GH-21733) (#21832) by Miss Islington (bot) · 5 years ago
  2. 2146e51 Add PEP 573 additions to What's New (GH-21374) (GH-21831) by Miss Islington (bot) · 5 years ago
  3. 6860cf5 Doc: Add output to example code in programming FAQ (GH-21346) by Miss Islington (bot) · 5 years ago
  4. 103ce3d bpo-41455: Provide a link to how the third generation is collected in the GC docs (GH-21703) by Miss Islington (bot) · 5 years ago
  5. deea701 Doc: Add a link to tutorial page from `open()` doc (GH-21737) by Miss Islington (bot) · 5 years ago
  6. b2514c4 bpo-41098: Doc: Add missing deprecated directives (GH-21162) by Miss Islington (bot) · 5 years ago
  7. ea68063 bpo-36346: Doc: Update removal schedule of legacy Unicode (GH-21479) by Miss Islington (bot) · 5 years ago
  8. 3c4fc86 bpo-41425: Make tkinter doc example runnable (GH-21706) by Miss Islington (bot) · 5 years ago
  9. 905c7de bpo-41424: Remove extra words in Tkinter-Packer documentation (GH-21707) by Miss Islington (bot) · 5 years ago
  10. 607ba9d bpo-41426 Fix grammar in curses.getmouse() documentation (GH-21677) by Miss Islington (bot) · 5 years ago
  11. 0124f2b Remove incorrect mention of method.__class__ in descriptor docs (GH-21665) (GH-21667) by Miss Islington (bot) · 5 years ago
  12. 67020a3 Fix `List_Append` description, list is extracted at TOS1[-i] (GH-21465) by Miss Islington (bot) · 5 years ago
  13. e31b8a5 bpo-41328: Replace mention of Hudson CI with Travis CI and AppVeyor (GH-21653) by Miss Islington (bot) · 5 years ago
  14. e962e3f [3.9] bpo-41045: Document debug feature of f-strings ('=') (GH-21509) (GH-21645) by Guido van Rossum · 5 years ago
  15. e6b2d93 [3.9] bpo-40939: Use the new grammar for the grammar specification documentation (GH-19969) (#21641) by Guido van Rossum · 5 years ago
  16. 616734b bpo-39868: Add documentation for Assignment Expressions (walrus, PEP 572) (GH-18851) by Miss Islington (bot) · 5 years ago
  17. fdc91c2 bpo-41314: fixed annotations __future__ version (GH-21616) by Miss Islington (bot) · 5 years ago
  18. ba07d4a bpo-32528: Document the change in inheritance of asyncio.CancelledError (GH-21474) by Miss Islington (bot) · 5 years ago
  19. 9464783 Doc: fix import of asdl.py when called from outside Doc/. (GH-21529) (#21567) by Miss Islington (bot) · 5 years ago
  20. 663f827 Simple Documentation fix: Missing link to return type class. (GH-21291) by Miss Islington (bot) · 5 years ago
  21. 46634b7 bpo-37703: improve asyncio.gather documentation regarding cancellation (GH-15312) by Miss Islington (bot) · 5 years ago
  22. 8831162 bpo-41205: Document Decimal power 0 to the 0 (GH-21386) by Miss Islington (bot) · 5 years ago
  23. f925444 bpo-41325: Add version note for args and kwargs property in call object (GH-21525) by Miss Islington (bot) · 5 years ago
  24. 760552c bpo-41024: doc: Explicitly mention use of 'enum.Enum' as a valid container for '… (GH-20964) (GH-21527) by Miss Islington (bot) · 5 years ago
  25. f0f6566 Remove unnecessary spaces in code blocks in urllib.parse.rst (GH-21500) by Miss Islington (bot) · 5 years ago
  26. 805874a Fix repeated words in Classes tutorial (GH-21455) by Miss Islington (bot) · 5 years ago
  27. a77b1f6 bpo-41228: Fix /a/are/ in monthcalendar() descripton (GH-21372) by Miss Islington (bot) · 5 years ago
  28. 3daf001 Fix typo in docs: 'created by th' -> 'created by the' (GH-21384) by Miss Islington (bot) · 5 years ago
  29. fd27fb7 bpo-37765: Add keywords to IDLE tab completions (GH-15138) by Miss Islington (bot) · 5 years ago
  30. b4beda1 bpo-41199: Docstring convention not followed for dataclasses documentation page (GH-21413) by Miss Islington (bot) · 5 years ago
  31. 97558d6 [3.9] bpo-37207: Update whatsnews for 3.9 (GH-21337) by Dong-hee Na · 5 years ago
  32. 00c09f0 bpo-28681: Clarify multiple function names in the tutorial (GH-21340) (GH-21343) by Miss Islington (bot) · 5 years ago
  33. 3f4a9fd bpo-26205: Specify the number of nested scopes (GH-21324) (GH-21341) by Miss Islington (bot) · 5 years ago
  34. 16f4517 bpo-41211: Doc: Fix PyLong_FromUnicode (GH-21331) by Inada Naoki · 5 years ago
  35. 48f388f bpo-41211: Doc: Fix PyLong_FromUnicodeObject (GH-21325) by Miss Islington (bot) · 5 years ago
  36. 1cbcf98 bpo-33864: Clarify the docs for typing.ByteString (GH-21311) by Miss Islington (bot) · 5 years ago
  37. 32e9e17 Remove extraneous file from the Docs folder (GH-21286) by Miss Islington (bot) · 5 years ago
  38. df59293 bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all_tasks() (GH-20874) by Miss Islington (bot) · 5 years ago
  39. 652585c Doc: Minor fix to init config C API documentation (GH-21198) by Miss Islington (bot) · 5 years ago
  40. 083ed52 Update FAQ release schedule and estimated users (GH-21180) by Miss Islington (bot) · 5 years ago
  41. 2ea6a99 bpo-41123: Remove PyUnicode_AsUnicodeCopy in 3.10 (GH-21227) by Inada Naoki · 5 years ago
  42. a3f2a58 Update libmpdec license dates (GH-21216) by Miss Islington (bot) · 5 years ago
  43. 02134da bpo-41123: Doc: PyLong_FromUnicode will be removed in 3.10 (GH-21205) by Inada Naoki · 5 years ago
  44. 6e39999 [3.9] bpo-38870: Extend subject of ast.unparse warnings (GH-21053) (GH-21191) by Pablo Galindo · 5 years ago
  45. 6803ff2 [3.9] Add soft keywords to the documentation (GH-21185) (GH-21187) by Pablo Galindo · 5 years ago
  46. 16e79a4 bpo-40204: Pin Sphinx version to 2.3.1 in ``Doc/Makefile``. (GH-21141) by Miss Islington (bot) · 5 years ago
  47. c1634ac bpo-40773: Fix rendering for 'retval' on the pdb page (GH-21081) by Miss Islington (bot) · 5 years ago
  48. 02d5c74 bpo-40707: Document that Popen.communicate sets the returncode attribute (GH-20283) by Miss Islington (bot) · 5 years ago
  49. ddd3c46 Improve asyncio.loop.call_soon() documentation (GH-20883) by Miss Islington (bot) · 5 years ago
  50. 8ae5e8e [3.9] bpo-40939: Deprecate PyNode_Compile (GH-21036) by Lysandros Nikolaou · 5 years ago
  51. d301d94 [3.9] bpo-40939: Deprecate the PyParser_SimpleParse* functions (GH-21012) by Lysandros Nikolaou · 5 years ago
  52. fd2c8a7 Add link to .pypirc specification (GH-20680) by Miss Islington (bot) · 5 years ago
  53. 610a60c bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878) by Inada Naoki · 5 years ago
  54. 8a34690 [3.9] bpo-40924: Remove protocol for supplying Traversable objects from loaders (GH-20820) by Jason R. Coombs · 5 years ago
  55. bda4cc8 [3.9] bpo-37674: Tweak imp module deprecation note in the docs (GH-20480) (GH-20859) by Miss Islington (bot) · 5 years ago
  56. 2c0a59b Update lexical_analysis.rst (GH-17508) by Miss Islington (bot) · 5 years ago
  57. 18e07ba bpo-40895: Update weakref documentation to remove old warnings (GH-20687) by Miss Islington (bot) · 5 years ago
  58. 3b97d1b bpo-36543: Revert "bpo-36543: Remove the xml.etree.cElementTree module." (GH-20117) (GH-20780) by Miss Islington (bot) · 5 years ago
  59. 73b728a [3.9] bpo-34003: Re-add versionchanged entry in csv docs (GH-20657) (GH-20770) by Miss Islington (bot) · 5 years ago
  60. 1a819ca Remove reference to 3.7 and 3.8 backports. (GH-20754) (#20755) by Miss Islington (bot) · 5 years ago
  61. b155381 bpo-24914: mention Python supports multiple paradigms in the FAQ (GH-20658) (GH-20737) by Miss Islington (bot) · 5 years ago
  62. 8175064 bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605) (GH-20725) by Victor Stinner · 5 years ago
  63. dedaac0 bpo-40910: Export Py_GetArgcArgv() function (GH-20721) (GH-20723) by Victor Stinner · 5 years ago
  64. 1220a47 bpo-33187: Document 3.9 changes to xml.etree.ElementInclude.include (GH-20438) by Miss Islington (bot) · 5 years ago
  65. be5ed59 bpo-22021: Update root_dir and base_dir documentation in shutil (GH-10367) by Miss Islington (bot) · 5 years ago
  66. a4fa9a9 bpo-39791: Refresh importlib.metadata from importlib_metadata 1.6.1. (GH-20659) (GH-20661) by Miss Islington (bot) · 5 years ago
  67. 082cff1 Fix spacing in docs for tarfile (GH-20629) by Miss Islington (bot) · 5 years ago
  68. ff442f3 bpo-40241: What's New in Python 3.9: opaque PyGC_Head (GH-20586) by Miss Islington (bot) · 5 years ago
  69. b90b61f Ensure correct version of Sphinx is used for Windows builds (GH-20582) by Miss Islington (bot) · 5 years ago
  70. 3c7609a [3.9] bpo-40630: Add tracemalloc.reset_peak (GH-20102) (GH-20545) by Huon Wilson · 5 years ago
  71. a169961 bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570) by Miss Islington (bot) · 5 years ago
  72. 0a67463 bpo-17005: Move topological sort functionality to its own module (GH-20558) by Miss Islington (bot) · 5 years ago
  73. a176b31 Fix typo in "What's new in Python 3.9" (GH-20559) by Miss Islington (bot) · 5 years ago
  74. 96d9107 bpo-40759: Deprecate the symbol module (GH-20364) by Miss Islington (bot) · 5 years ago
  75. cdb015b Fix asyncio.to_thread() documented return type (GH-20547) by Miss Islington (bot) · 5 years ago
  76. 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
  77. 588efc2 bpo-40798: Generate a different message for already removed elements (GH-20483) by Miss Islington (bot) · 5 years ago
  78. 78cf711 closes bpo-29017: Update the bindings for Qt information with PySide2 (GH-20149) by Miss Islington (bot) · 5 years ago
  79. 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
  80. 1a7e34c Note the output ordering of combinatoric functions (GH-19732) (GH-20501) by Miss Islington (bot) · 5 years ago
  81. e4cc3a7 bpo-40806: itertools.product immediately consumes its inputs (GH-20492) (GH-20498) by Miss Islington (bot) · 5 years ago
  82. a5936ad bpo-1294959: Try to clarify the meaning of platlibdir (GH-20332) by Miss Islington (bot) · 5 years ago
  83. 6a47864 bpo-37878: PyThreadState_DeleteCurrent() was not removed (GH-20489) by Miss Islington (bot) · 5 years ago
  84. 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
  85. 8183e11 [3.9] bpo-40791: Use CRYPTO_memcmp() for compare_digest (GH-20456) (GH-20461) by Christian Heimes · 5 years ago
  86. d23ee5d Improve IO tutorial's "Old string formatting" section (GH-16251) by Miss Islington (bot) · 5 years ago
  87. 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
  88. 500cd89e bpo-38580: Document that select() accepts iterables, not just sequences (GH-16832) by Miss Islington (bot) · 5 years ago
  89. cc0f50d bpo-39301: State that floor division is used for right shift operations (GH-20347) (GH-20414) by Miss Islington (bot) · 5 years ago
  90. 6597e2a bpo-40745: Fix typos in NewType docs (GH-20379) by Miss Islington (bot) · 5 years ago
  91. b03e0ee [3.9] closes bpo-40774: Fix docs indentation for asyncio.create_subprocess_shell() (GH-20403) (#20407) by Benjamin Peterson · 5 years ago
  92. 318a18e bpo-23082: Better error message for PurePath.relative_to() from pathlib (GH-19611) by Miss Islington (bot) · 5 years ago
  93. 9a5e643 bpo-39245: Fix docs links to the stable ABI (GH-20388) by Miss Islington (bot) · 5 years ago
  94. 20b2bf3 bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383) by Miss Islington (bot) · 5 years ago
  95. 46c1b9c bpo-17050: Remove documentation on argparse.REMAINDER (GH-18661) (GH-20363) by Miss Islington (bot) · 5 years ago
  96. 9181e2e bpo-40405: Fix asyncio.as_completed docs (GH-19753) by Miss Islington (bot) · 5 years ago
  97. 962c814 bpo-40439: Update broken link in lexical analysis docs (GH-20184) by Miss Islington (bot) · 5 years ago
  98. c1d7768 Reword aware/naive introduction sentence (GH-20175) by Miss Islington (bot) · 5 years ago
  99. 983b17c bpo-40730: Remove redundant 'to' (GH-20316) (GH-20318) by Miss Islington (bot) · 5 years ago
  100. 5c01ed6 bpo-40725: Restore missing column of digits (GH-20313) (GH-20315) by Miss Islington (bot) · 5 years ago