Python 3.9.13
  1. 6de2ca5 Python 3.9.13 by Łukasz Langa · 3 years, 3 months ago v3.9.13
  2. f82b324 [3.9] gh-92112: Fix crash triggered by an evil custom `mro()` (GH-92113) (GH-92372) by Jelle Zijlstra · 3 years, 3 months ago
  3. 518b238 [3.9] bpo-34480: fix bug where match variable is used prior to being defined (GH-17643) (GH-32256) by Marek Suscak · 3 years, 3 months ago
  4. 1699a5e Check result of utc_to_seconds and skip fold probe in pure Python (GH-91582) (GH-92748) by Miss Islington (bot) · 3 years, 3 months ago
  5. 4d05114 gh-80143: Add clarification for escape characters (GH-92292) (GH-92630) by Miss Islington (bot) · 3 years, 3 months ago
  6. 14d0594 gh-92530: Fix an issue that occurred after interrupting threading.Condition.notify (GH-92534) (GH-92831) by Miss Islington (bot) · 3 years, 3 months ago
  7. c4fc53f gh-87670: Add web.archive redirects from effbot (GH-92816) by Miss Islington (bot) · 3 years, 3 months ago
  8. 1aafad1 gh-92611: Link to PEP 594 sections & add key detail in doc deprecation notices (GH-92612) by Miss Islington (bot) · 3 years, 3 months ago
  9. f253cf4 Document Py_ssize_t. (GH-92512) by Miss Islington (bot) · 3 years, 3 months ago
  10. 256c6d0 Fix typo in argparse docs. (GH-92691) (#92731) by thueringa · 3 years, 3 months ago
  11. 801f771 [3.9] gh-92311: Let frame_setlineno jump over listcomps (#92740) by Dennis Sweeney · 3 years, 3 months ago
  12. f6bd1bd [3.9] gh-92436: __future__ docs: add note on expectations for "from __future__ import annotations" (GH-92568). (#92726) by Jelle Zijlstra · 3 years, 3 months ago
  13. 65d2dfd bpo-42627: Fix incorrect parsing of Windows registry proxy settings (GH-26307) by Miss Islington (bot) · 3 years, 3 months ago
  14. bfc88d3 [3.9] gh-91810: ElementTree: Use text file's encoding by default in XML declaration (GH-91903) (GH-92665) by Miss Islington (bot) · 3 years, 3 months ago
  15. 3f2113d [3.9] Fix typo in unittest.rst: addCleanupModule -> addModuleCleanup (GH-92631) (GH-92661) by Miss Islington (bot) · 3 years, 3 months ago
  16. 7534c50 [3.9] gh-76773: Update docs mentioning no-longer-supported Windows versions & features (GH-92529) (GH-92610) by Miss Islington (bot) · 3 years, 3 months ago
  17. 35d589c gh-92256: Improve Argument Clinic parser error messages (GH-92268) by Miss Islington (bot) · 3 years, 3 months ago
  18. b7a8786 bpo-13553: Document tkinter.Tk args (GH-4786) by Miss Islington (bot) · 3 years, 3 months ago
  19. 1fb25a9 bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858) by Itai Steinherz · 3 years, 3 months ago
  20. 249be82 Doc: Update py2app link. (GH-91585) by Miss Islington (bot) · 3 years, 3 months ago
  21. ad82e12 gh-92417: `asyncio` docs: `asyncio.run()` is available on all supported Python versions (GH-92419) by Miss Islington (bot) · 3 years, 3 months ago
  22. 7ae6f1a CODEOWNERS: Add Erlend Aasland as sqlite3 code owner (GH-92535) by Miss Islington (bot) · 3 years, 3 months ago
  23. 03aa752 bpo-38056: overhaul Error Handlers section in codecs documentation (GH-15732) by Miss Islington (bot) · 3 years, 3 months ago
  24. bf5fc2a pdb docs: workaround for double semicolon in strings (GH-17011) by Miss Islington (bot) · 3 years, 3 months ago
  25. 0dd32b5 gh-77521: Add link to builtin module names in modules tutorial (GH-92438) by Miss Islington (bot) · 3 years, 3 months ago
  26. 8e523c1 [3.10] gh-90622: Do not spawn ProcessPool workers on demand via fork method. (GH-91598) (GH-92497) (#92499) by Miss Islington (bot) · 3 years, 3 months ago
  27. 08907ad Fix use of the default role in a news entry. (GH-92500) by Miss Islington (bot) · 3 years, 3 months ago
  28. 580163d gh-92417: `logging` docs: Remove warning that only applies to Python <3.2 (GH-92425) by Miss Islington (bot) · 3 years, 3 months ago
  29. baed0c3 [3.9] gh-92417: `json` docs: `dict` is ordered on all supported Python versions (GH-92422) (GH-92466) by Miss Islington (bot) · 3 years, 3 months ago
  30. 7fd4e65 [3.9] GH-92431: Fix footnotes in Doc/c-api/exceptions.rst (GH-92432) (GH-92471) by Miss Islington (bot) · 3 years, 3 months ago
  31. bab6954 [3.9] gh-77630: Change Charset to charset (GH-92439) (GH-92477) by Miss Islington (bot) · 3 years, 3 months ago
  32. 0cd0d6b [3.9] gh-92417: `stdtypes` docs: delete discussion of Python 2 differences (GH-92423) (GH-92474) by Miss Islington (bot) · 3 years, 3 months ago
  33. 731e844 gh-92417: `typing` docs: `from __future__ import annotations` can be used in all supported Python versions (GH-92418) by Miss Islington (bot) · 3 years, 3 months ago
  34. 4802344 [3.9] gh-92448: Update the documentation builder to render the GitHub issue. (GH-92449). (GH-92458) by Dong-hee Na · 3 years, 3 months ago
  35. 4a2337f gh-92368: Fix missing possessive apostrophe (GH-92397) by Miss Islington (bot) · 3 years, 3 months ago
  36. 326f6ed gh-92047: Py_GetVersion multi-digit minor version (GH-92047) (GH-92048) (#92329) by Miss Islington (bot) · 3 years, 3 months ago
  37. 25352d7 Add source for character mappings (GH-92014) (#92388) by Miss Islington (bot) · 3 years, 3 months ago
  38. 60407e8 Document the lifetime of `PyUnicode_AsUTF8String` (GH-92325) by Miss Islington (bot) · 3 years, 3 months ago
  39. df48bd9 NEWS: Reorder items by section (GH-92373) by Miss Islington (bot) · 3 years, 3 months ago
  40. 7d17a7b [3.9] gh-80254: Disallow recursive usage of cursors in `sqlite3` converters (#92278) by Erlend Egeberg Aasland · 3 years, 4 months ago
  41. d82a769 gh-92223: Remove pre-Python 3.7 alternative in asyncio docs (GH-92224) by Miss Islington (bot) · 3 years, 4 months ago
  42. f84c51e gh-92036: Fix gc_fini_untrack() (GH-92037) by Miss Islington (bot) · 3 years, 4 months ago
  43. 524d275 bpo-47029: Fix BrokenPipeError in multiprocessing.Queue at garbage collection and explicit close (GH-31913) by Miss Islington (bot) · 3 years, 4 months ago
  44. 187cb95 [3.9] Improve the typing docs (GH-92264) (#92271) by Jelle Zijlstra · 3 years, 4 months ago
  45. 696d868 gh-87304: Improve comments in language reference for imports (GH-92164) by Miss Islington (bot) · 3 years, 4 months ago
  46. 4ede781 bpo-29890: Test IPv*Interface construction with tuple argument (GH-30862) by Miss Islington (bot) · 3 years, 4 months ago
  47. a23e472 bpo-46604: fix function name in ssl module docstring (GH-31064) by Miss Islington (bot) · 3 years, 4 months ago
  48. 020f5c4 bpo-46415: Use f-string for ValueError in ipaddress.ip_{address,network,interface} helper functions (GH-30642) by Miss Islington (bot) · 3 years, 4 months ago
  49. 92d2615 [3.9] bpo-46586: Fix more erroneous doc links to builtins (GH-31429) (#92199) by Jelle Zijlstra · 3 years, 4 months ago
  50. 1b1c79c [3.9] gh-91583: AC: Fix regression for functions with defining_class (GH-91739) (GH-92080) by Serhiy Storchaka · 3 years, 4 months ago
  51. 7e55730 gh-92106: Add test that subscription works on arbitrary TypedDicts (GH-92176) by Miss Islington (bot) · 3 years, 4 months ago
  52. 51b885a bpo-46787: Fix `ProcessPoolExecutor exception` memory leak (GH-31408) (GH-31408) by Miss Islington (bot) · 3 years, 4 months ago
  53. 3fe4e46 bpo-6686: Replace String with Bytes in xml.sax.handler documentation (GH-30612) by Miss Islington (bot) · 3 years, 4 months ago
  54. e48da72 [3.9] Remove effbot urls (GH-26308). (#92162) by Thaddeus1499 · 3 years, 4 months ago
  55. d113674 gh-91783: Document security considerations for shutil.unpack_archive (GH-91844) by Miss Islington (bot) · 3 years, 4 months ago
  56. 1a7867f concurrent.futures: Fix typo in docstring (GH-92121) by Miss Islington (bot) · 3 years, 4 months ago
  57. 9b7cdfd gh-88546: glob.glob docs: Make new paragraph for emphasis and reordered sentence (GH-91614) by Miss Islington (bot) · 3 years, 4 months ago
  58. 0c011cc asyncio.subprocess: Fix a typo in doc (GH-92030) by Miss Islington (bot) · 3 years, 4 months ago
  59. 090a0f6 Fix typo in Programming FAQ (GH-92083) by Miss Islington (bot) · 3 years, 4 months ago
  60. 5a0f3ae gh-85133: os docs: Add that getenv uses os.environ (GH-91874) by Miss Islington (bot) · 3 years, 4 months ago
  61. cafcb2c gh-84714: Add behavior if dst file exists (GH-91867) by Miss Islington (bot) · 3 years, 4 months ago
  62. 28cd98f [3.9] gh-81488: Add recursive wording for issubclass docs (GH-92087) (#92131) by slateny · 3 years, 4 months ago
  63. 206f416 bpo-36819: Fix crashes in built-in encoders with weird error handlers (GH-28593) by Miss Islington (bot) · 3 years, 4 months ago
  64. d05ee91 gh-85679: Recommend `encoding="utf-8"` in tutorial (GH-91778) by Miss Islington (bot) · 3 years, 4 months ago
  65. 07c1cfd [3.9] build(deps): bump actions/cache from 3.0.1 to 3.0.2 (GH-92111) (#92125) by Jelle Zijlstra · 3 years, 4 months ago
  66. 54f06ae [3.9] gh-92049: Forbid pickling constants re._constants.SUCCESS etc (GH-92070) (GH-92073) (GH-92102) by Serhiy Storchaka · 3 years, 4 months ago
  67. fcbff77 typing docs: Add example for async functions (GH-20386) by Miss Islington (bot) · 3 years, 4 months ago
  68. cef3a99 gh-91611: Use example.com for documentation, not mydomain.com (GH-91613) by Miss Islington (bot) · 3 years, 4 months ago
  69. 2e84e97 gh-87801: Add run() to subprocess.CalledProcessError description (GH-91628) by Miss Islington (bot) · 3 years, 4 months ago
  70. 2830543 gh-87192: Update wording for fcntl 'Changed in' (GH-91658) by Miss Islington (bot) · 3 years, 4 months ago
  71. 2c859e3 gh-85864: io docs: Add missing position-only parameters (GH-91950) by Miss Islington (bot) · 3 years, 4 months ago
  72. 3d0a5f7 bpo-43323: Fix UnicodeEncodeError in the email module (GH-32137) by Miss Islington (bot) · 3 years, 4 months ago
  73. 869a894 sorting howto: Add clarification on < using __lt__ (GH-92010) by Miss Islington (bot) · 3 years, 4 months ago
  74. 36de20d bpo-26792: Improve docstrings of runpy module run_functions (GH-30729) by Miss Islington (bot) · 3 years, 4 months ago
  75. fa87c36 gh-91832: Add 'required' attr to argparse.Action repr (GH-91841) by Miss Islington (bot) · 3 years, 4 months ago
  76. 0e16105 Add note that headers added via urllib.request.add_header are added to redirected requests (GH-30708) (#92005) by Miss Islington (bot) · 3 years, 4 months ago
  77. 35a4eb2 gh-84459: Make wording more specific for Path.replace (GH-91853) by Miss Islington (bot) · 3 years, 4 months ago
  78. 993bb16 [3.9] gh-91810: Expand ElementTree.write() tests to use non-ASCII data (GH-91989). (GH-91994) by Serhiy Storchaka · 3 years, 4 months ago
  79. 24ce123 gh-68966: Document mailcap deprecation in Python 3.11 (GH-91971) by Miss Islington (bot) · 3 years, 4 months ago
  80. 081e951 Fix missing `f` prefix on f-strings (GH-91910) by Miss Islington (bot) · 3 years, 4 months ago
  81. f4252df gh-91914: Fix test_curses on non-UTF-8 locale (GH-91919) by Miss Islington (bot) · 3 years, 4 months ago
  82. 653a666 gh-91916: Fix test_runpy on non-UTF-8 locale (GH-91920) by Miss Islington (bot) · 3 years, 4 months ago
  83. 38be31e [3.9] gh-91888: add a `:gh:` role to the documentation (GH-91889) (#91935) by Ezio Melotti · 3 years, 4 months ago
  84. 7f897b9 [3.9] Update Sphinx bpo role to use redirect URI. (#91891) by Ezio Melotti · 3 years, 4 months ago
  85. e4f5bff [3.9] gh-85864: Mark positional-only args in io docs (GH-91683). (#91848) by Jelle Zijlstra · 3 years, 4 months ago
  86. 4165702 RE: Add more tests for inline flag "x" and re.VERBOSE (GH-91854) by Miss Islington (bot) · 3 years, 4 months ago
  87. 42a158b gh-91547: Remove "Undocumented modules" page (GH-91682) by Miss Islington (bot) · 3 years, 4 months ago
  88. 537dabc [3.9] gh-91575: Update case-insensitive matching in re to the latest Unicode version (GH-91580). (GH-91661) (GH-91837) by Miss Islington (bot) · 3 years, 4 months ago
  89. 76ff686 [3.9] gh-91700: Validate the group number in conditional expression in RE (GH-91702) (GH-91831) (GH-91836) by Miss Islington (bot) · 3 years, 4 months ago
  90. 97d14e1 [3.9] gh-90568: Fix exception type for \N with a named sequence in RE (GH-91665) (GH-91830) (GH-91834) by Miss Islington (bot) · 3 years, 4 months ago
  91. 2f75d43 [3.9] build(deps): bump actions/upload-artifact from 2.3.1 to 3 (GH-32227) (#91749) by Jelle Zijlstra · 3 years, 4 months ago
  92. f07d9ba [3.9] build(deps): bump actions/cache from 2.1.7 to 3.0.1 (GH-32228) (#91747) by Jelle Zijlstra · 3 years, 4 months ago
  93. 1fce689 bpo-40859: Update Windows build to use xz-5.2.5 (GH-20622) by Miss Islington (bot) · 3 years, 4 months ago
  94. 342b4b0 bpo-23747: Enhance platform doc, document default behavior (GH-31462) by Miss Islington (bot) · 3 years, 4 months ago
  95. c25a0b4 [3.9] build(deps): bump actions/checkout from 2 to 3 (GH-32226) (#91722) by Jelle Zijlstra · 3 years, 4 months ago
  96. 56c2d08 gh-91734: Fix ossaudio support on Solaris (GH-91735) by Miss Islington (bot) · 3 years, 4 months ago
  97. 33c6feb bpo-30718: Add information about text buffering (GH-32351) by Miss Islington (bot) · 3 years, 4 months ago
  98. 6fd77aa Add link to sys.path in os lib (GH-91679) by Miss Islington (bot) · 3 years, 4 months ago
  99. 3fa9191 Fix awkward sentence in signal docs (GH-91508) by Miss Islington (bot) · 3 years, 4 months ago
  100. 6cf86fc build(deps): bump actions/setup-python from 2 to 3 (GH-31630) by Miss Islington (bot) · 3 years, 4 months ago