Python 3.9.18
  1. 376d66e Python 3.9.18 by Łukasz Langa · 2 years ago v3.9.18
  2. 92f9ce7 Fix invalid string escape by Łukasz Langa · 2 years ago
  3. d2cd0a3 [3.9] gh-108342: Make ssl TestPreHandshakeClose more reliable (GH-108370) (#108407) by Łukasz Langa · 2 years ago
  4. b8058b3 [3.9] gh-108342: Break ref cycle in SSLSocket._create() exc (GH-108344) (#108351) by Miss Islington (bot) · 2 years ago
  5. d31ae21 [3.9] gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL 1.1.1v, 3.0.10, and 3.1.2. (#108123) by Ned Deily · 2 years ago
  6. 42deeab [3.9] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846) (#108274) by Petr Viktorin · 2 years ago
  7. 4a79328 [3.9] gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99613) (GH-107224) (#107231) by Serhiy Storchaka · 2 years ago
  8. 264b1da [3.9] gh-108310: Fix CVE-2023-40217: Check for & avoid the ssl pre-close flaw (#108320) by Łukasz Langa · 2 years ago
  9. 38b489b [3.9] CI: Bump macOS build to use OpenSSL v3.0 (GH-105538) (#105871) by Erlend E. Aasland · 2 years, 2 months ago
  10. ce93371 [3.9] [3.11] Add single value `agen.athrow(value)` signature to the 3.11 docs gh-105269 (GH-105468) (#105477) by Miss Islington (bot) · 2 years, 2 months ago
  11. 1528b42 Post 3.9.17 by Łukasz Langa · 2 years, 2 months ago
  12. 0d3cd4e Python 3.9.17 by Łukasz Langa · 2 years, 2 months ago v3.9.17
  13. e1c396d [3.9] gh-105184: document that marshal functions can fail and need to be checked with PyErr_Occurred (GH-105185) (#105221) by Miss Islington (bot) · 2 years, 2 months ago
  14. e15de14 [3.9] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) (GH-105200) (#105205) by Gregory P. Smith · 2 years, 2 months ago
  15. c9bf00b [3.9] Update GitHub CI workflow for macOS. (GH-105303) by Ned Deily · 2 years, 3 months ago
  16. 89507d5 [3.9] gh-68966: fix versionchanged in docs (GH-105298) by Ned Deily · 2 years, 3 months ago
  17. d7f8a5f [3.9] gh-102153: Start stripping C0 control and space chars in `urlsplit` (GH-102508) (GH-104575) (GH-104592) (#104593) by Miss Islington (bot) · 2 years, 3 months ago
  18. 3d5dd1e [3.9] gh-99889: Fix directory traversal security flaw in uu.decode() (GH-104096) (#104331) by Miss Islington (bot) · 2 years, 3 months ago
  19. b53d0ff [3.9] gh-104049: do not expose on-disk location from SimpleHTTPRequestHandler (GH-104067) (#104120) by Miss Islington (bot) · 2 years, 3 months ago
  20. d1645ce [3.9] gh-103935: Use `io.open_code()` when executing code in trace and profile modules (GH-103947) (#103953) by Steve Dower · 2 years, 3 months ago
  21. 98016f7 [3.9] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-102953) (#104382) by Petr Viktorin · 2 years, 3 months ago
  22. 7cb3a44 [3.9] GH-102126: fix deadlock at shutdown when clearing thread states (GH-102222) (#102236) by Kumar Aditya · 2 years, 5 months ago
  23. b5a9430 [3.9] gh-101997: Update bundled pip version to 23.0.1 (GH-101998). (#102243) by Pradyun Gedam · 2 years, 5 months ago
  24. cb0b009 [3.9] gh-102627: Replace address pointing toward malicious web page (GH-102630) (GH-102666) by Miss Islington (bot) · 2 years, 5 months ago
  25. bf99e19 [3.9] gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727) (GH-101751) by Steve Dower · 2 years, 5 months ago
  26. c25b484 [3.9] gh-101981: Fix Ubuntu SSL tests with OpenSSL (3.1.0-beta1) CI i… (#102094) by Dong-hee Na · 2 years, 6 months ago
  27. 04cc427 [3.9] gh-101283: Improved fallback logic for subprocess with shell=True on Windows (GH-101286) (#101709) by Miss Islington (bot) · 2 years, 6 months ago
  28. c33aaa9 gh-101422: (docs) TarFile default errorlevel argument is 1, not 0 (GH-101424) by Miss Islington (bot) · 2 years, 7 months ago
  29. 044fb4f [3.9] Bump Azure Pipelines to ubuntu-22.04 (GH-101089) (#101214) by Miss Islington (bot) · 2 years, 7 months ago
  30. fcfa505 [3.9] gh-100180: Update Windows installer to OpenSSL 1.1.1s (GH-100903) (#100904) by Steve Dower · 2 years, 7 months ago
  31. 6954203 [3.9] GH-100892: Fix race in clearing `threading.local` (GH-100922) (#100939) by Kumar Aditya · 2 years, 7 months ago
  32. 6be2e0e [3.9] gh-95778: add doc missing in some places (GH-100627). (#101066) by Éric · 2 years, 7 months ago
  33. cf71e19 [3.9] Correct CVE-2020-10735 documentation (GH-100306). (#100697) by Gregory P. Smith · 2 years, 7 months ago
  34. 5ef90ee [3.9] Update copyright year in README (GH-100863) (GH-100865) (GH-100866) by Miss Islington (bot) · 2 years, 7 months ago
  35. 08210c6 [3.9] Update copyright years to 2023. (gh-100851) by Benjamin Peterson · 2 years, 7 months ago
  36. e8f61ed Clarify that every thread has its own default context in contextvars (GH-99246) by Miss Islington (bot) · 2 years, 8 months ago
  37. db577e2 Post 3.9.16 by Łukasz Langa · 2 years, 9 months ago
  38. 595f9cc Python 3.9.16 by Łukasz Langa · 2 years, 9 months ago v3.9.16
  39. 3b81c13 [3.9] gh-100001: Omit control characters in http.server stderr logs. (GH-100002) (#100032) by Miss Islington (bot) · 2 years, 9 months ago
  40. 7b98207 [3.9] gh-87604: Avoid publishing list of active per-interpreter audit hooks via the gc module (GH-99373) (GH-99493) by Steve Dower · 2 years, 9 months ago
  41. c09dba5 [3.9] gh-98433: Fix quadratic time idna decoding. (GH-99092) (GH-99222) (#99230) by Miss Islington (bot) · 2 years, 9 months ago
  42. b43496c [3.9] gh-97514: Don't use Linux abstract sockets for multiprocessing (GH-98501) (#98504) by Miss Islington (bot) · 2 years, 10 months ago
  43. 857efee [3.9] gh-98517: Fix buffer overflows in _sha3 module (GH-98519) (#98526) by Miss Islington (bot) · 2 years, 10 months ago
  44. 71a075a [3.9] gh-98739: Update libexpat from 2.4.9 to 2.5.0 (GH-98742) (#98786) by Miss Islington (bot) · 2 years, 10 months ago
  45. 157a8b8 [3.9] gh-96710: Make the test timing more lenient for the int/str DoS regression test. (GH-96717) (#98196) by Miss Islington (bot) · 2 years, 10 months ago
  46. c59a16e [3.9] gh-68966: Make mailcap refuse to match unsafe filenames/types/params (GH-91993) (#98190) by Miss Islington (bot) · 2 years, 10 months ago
  47. bd4e532 Post 3.9.15 by Łukasz Langa · 2 years, 10 months ago
  48. 7e28154 Python 3.9.15 by Łukasz Langa · 2 years, 10 months ago v3.9.15
  49. 1db2d95 [3.9] gh-91708: Revert params note in urllib.parse.urlparse table (GH-96699) (#98054) by Miss Islington (bot) · 2 years, 11 months ago
  50. da1fe38 [3.9] gh-94208: Add even more TLS version/protocol checks for FreeBSD (#98037) by Łukasz Langa · 2 years, 11 months ago
  51. 77796d0 [3.9] gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK (GH-97944) (#97968) by Miss Islington (bot) · 2 years, 11 months ago
  52. 358b7a4 [3.9] gh-96848: Fix -X int_max_str_digits option parsing (GH-96988) (GH-97574) by Miss Islington (bot) · 2 years, 11 months ago
  53. 938223e [3.9] gh-96577: Fixes buffer overrun in _msi module (GH-96633) (GH-96657) by Miss Islington (bot) · 2 years, 11 months ago
  54. 4118813 [3.9] gh-95778: Mention sys.set_int_max_str_digits() in error message (#96874) (#96877) by Victor Stinner · 2 years, 11 months ago
  55. 9b409e4 [3.9] gh-97005: Update libexpat from 2.4.7 to 2.4.9 (gh-97006) (gh-97012) by Miss Islington (bot) · 2 years, 11 months ago
  56. f65f3a9d [3.9] gh-97616: list_resize() checks for integer overflow (GH-97617) (GH-97627) by Miss Islington (bot) · 2 years, 11 months ago
  57. d6ef680 [3.9] gh-97612: Fix shell injection in get-remote-certificate.py (GH-97613) (GH-97632) by Miss Islington (bot) · 2 years, 11 months ago
  58. 94dbdbb [3.9] gh-87597: Document TimeoutExpired.stdout & .stderr types (GH-97685) (GH-97688) by Miss Islington (bot) · 2 years, 11 months ago
  59. 71eddde [3.9] gh-96845: Fix docs around importlib.abc.Traversable (GH-97515) (GH-97761) by Jason R. Coombs · 2 years, 11 months ago
  60. ac3d79c gh-97032: Set tkinter path for macOS CI (GH-97525) by Dong-hee Na · 2 years, 11 months ago
  61. 8388626 Post 3.9.14 by Łukasz Langa · 3 years ago
  62. 816066f Python 3.9.14 by Łukasz Langa · 3 years ago v3.9.14
  63. cec1e9d [3.9] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96502) by Gregory P. Smith · 3 years ago
  64. d348afa [3.9] gh-91423: Remove bugs.python.org from bugs.rst (GH-91425) (GH-95614) by Shantanu · 3 years ago
  65. 03dc951 gh-95280: Fix test_get_ciphers on systems without RSA key exchange (GH-95282) (GH-95323) by Miss Islington (bot) · 3 years, 1 month ago
  66. 7b87765 [3.9] gh-90359: Update documentation to follow PEP 495. (gh-94800). (gh-94835) by Dong-hee Na · 3 years, 1 month ago
  67. 017080f [3.9] gh-94208: Add more TLS version/protocol checks for FreeBSD (GH-94347) (GH-95312) by Łukasz Langa · 3 years, 1 month ago
  68. cd0a59f gh-94821: Fix autobind of empty unix domain address (GH-94826) (GH-94875) by Miss Islington (bot) · 3 years, 1 month ago
  69. eff4aa5 [3.9] gh-90355: Add isolated flag if currently isolated (GH-92857) (GH-94570) by Łukasz Langa · 3 years, 1 month ago
  70. 224cd0c gh-81054: Document that SimpleHTTPRequestHandler follows symbolic links (GH-94416) (GH-94494) by Miss Islington (bot) · 3 years, 2 months ago
  71. 66f4593 gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-31885) (GH-94123) by Miss Islington (bot) · 3 years, 2 months ago
  72. defaa2b gh-87389: Fix an open redirection vulnerability in http.server. (GH-93879) (GH-94093) by Miss Islington (bot) · 3 years, 2 months ago
  73. 893adbf gh-91810: Fix regression with writing an XML declaration with encoding='unicode' (GH-93426) (GH-93791) by Miss Islington (bot) · 3 years, 2 months ago
  74. e8f2fe3 gh-83728: Add hmac.new default parameter deprecation (GH-91939) (GH-93546) by Miss Islington (bot) · 3 years, 2 months ago
  75. 95c9c2b gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066) (#93147) by Miss Islington (bot) · 3 years, 3 months ago
  76. a43f4e7 bpo-46879: Fix incorrect sphinx object names in doc (GH-31615) (GH-92976) by Miss Islington (bot) · 3 years, 3 months ago
  77. 9f7cdb2 bpo-45393: help() on operator precedence has misleading entries (GH-31246) (GH-92967) by Miss Islington (bot) · 3 years, 3 months ago
  78. 3bc3c89 gh-92417: Update docs and examples of doctest.IGNORE_EXCEPTION_DETAIL for Py>=3 (GH-92502) (GH-92964) by Miss Islington (bot) · 3 years, 3 months ago
  79. ab003d0 Post 3.9.13 by Łukasz Langa · 3 years, 3 months ago
  80. 6de2ca5 Python 3.9.13 by Łukasz Langa · 3 years, 3 months ago v3.9.13
  81. 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
  82. 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
  83. 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
  84. 4d05114 gh-80143: Add clarification for escape characters (GH-92292) (GH-92630) by Miss Islington (bot) · 3 years, 3 months ago
  85. 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
  86. c4fc53f gh-87670: Add web.archive redirects from effbot (GH-92816) by Miss Islington (bot) · 3 years, 3 months ago
  87. 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
  88. f253cf4 Document Py_ssize_t. (GH-92512) by Miss Islington (bot) · 3 years, 3 months ago
  89. 256c6d0 Fix typo in argparse docs. (GH-92691) (#92731) by thueringa · 3 years, 3 months ago
  90. 801f771 [3.9] gh-92311: Let frame_setlineno jump over listcomps (#92740) by Dennis Sweeney · 3 years, 3 months ago
  91. 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
  92. 65d2dfd bpo-42627: Fix incorrect parsing of Windows registry proxy settings (GH-26307) by Miss Islington (bot) · 3 years, 3 months ago
  93. 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
  94. 3f2113d [3.9] Fix typo in unittest.rst: addCleanupModule -> addModuleCleanup (GH-92631) (GH-92661) by Miss Islington (bot) · 3 years, 3 months ago
  95. 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
  96. 35d589c gh-92256: Improve Argument Clinic parser error messages (GH-92268) by Miss Islington (bot) · 3 years, 3 months ago
  97. b7a8786 bpo-13553: Document tkinter.Tk args (GH-4786) by Miss Islington (bot) · 3 years, 3 months ago
  98. 1fb25a9 bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858) by Itai Steinherz · 3 years, 3 months ago
  99. 249be82 Doc: Update py2app link. (GH-91585) by Miss Islington (bot) · 3 years, 3 months ago
  100. 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