Python 3.11.8
  1. db85d51 Python 3.11.8 by Pablo Galindo · 1 year, 6 months ago v3.11.8
  2. a04dc43 [3.11] GH-gh-75705: Set unixfrom envelope in mailbox._mboxMMDF (GH-107117) (GH-115099) by Miss Islington (bot) · 1 year, 6 months ago
  3. b5a6793 [3.11] gh-111239: Update Windows build to use zlib 1.3.1 (GH-114877) (GH-115080) by Miss Islington (bot) · 1 year, 6 months ago
  4. a113124 [3.11] gh-89811: Check for valid tp_version_tag in specializer (GH-115045) by Peter Lazorchak · 1 year, 6 months ago
  5. 2e99ba9 [3.11] gh-115009: Update macOS installer to use SQLite 3.45.1 (#115066) (#115072) by Erlend E. Aasland · 1 year, 6 months ago
  6. ead9e78 [3.11] gh-115015: Argument Clinic: fix generated code for METH_METHOD methods without params (#115016) (#115069) by Erlend E. Aasland · 1 year, 6 months ago
  7. 319e695 [3.11] gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.13. (GH-115057) by Ned Deily · 1 year, 6 months ago
  8. 753d0d5 [3.11] gh-109991: Update macOS installer to use OpenSSL 3.0.13. (GH-115054) by Miss Islington (bot) · 1 year, 6 months ago
  9. 30d999f [3.11] gh-109991: Update Windows build to use OpenSSL 3.0.13 (#115048) by Zachary Ware · 1 year, 6 months ago
  10. e197639 [3.11] gh-109475: Fix support of explicit option value "--" in argparse (GH-114814) (GH-115037) by Serhiy Storchaka · 1 year, 6 months ago
  11. 5ce076f [3.11] gh-114887 Reject only sockets of type SOCK_STREAM in create_da… (#114979) by Travis Howse · 1 year, 7 months ago
  12. 0244e96 [3.11] gh-114388: Fix warnings when assign an unsigned integer member (GH-114391) (GH-115002) by Serhiy Storchaka · 1 year, 7 months ago
  13. f18341f [3.11] gh-113951: Tkinter: "tag_unbind(tag, sequence, funcid)" now only unbinds "funcid" (GH-113955) (GH-114998) by Miss Islington (bot) · 1 year, 7 months ago
  14. f8cba75 [3.11] gh-113280: Always close socket if SSLSocket creation failed (GH-114659) (GH-114996) by Miss Islington (bot) · 1 year, 7 months ago
  15. 364892f [3.11] gh-114965: Updated bundled pip to 24.0 (gh-114966) (gh-114973) by Stéphane Bidoul · 1 year, 7 months ago
  16. e846c88 [3.11] gh-114959: tarfile: do not ignore errors when extract a directory on top of a file (GH-114960) (GH-114964) by Miss Islington (bot) · 1 year, 7 months ago
  17. e995c58 [3.11] gh-103820: IDLE: Do not interpret buttons 4/5 as scrolling on non-X11 (GH-103821) (GH-114902) by Miss Islington (bot) · 1 year, 7 months ago
  18. e3458aa [3.11] gh-105089: Fix test_create_directory_with_write test failure in AIX (GH-105228) (GH-114861) by Miss Islington (bot) · 1 year, 7 months ago
  19. ef2ba9a [3.11] gh-109534: fix reference leak when SSL handshake fails (GH-114074) (#114830) by Miss Islington (bot) · 1 year, 7 months ago
  20. d326d52 gh-110190: Fix ctypes structs with array on Windows ARM64 (GH-114753) by Miss Islington (bot) · 1 year, 7 months ago
  21. e096465 [3.11] gh-101100: Fix Sphinx warnings in `whatsnew/3.11.rst` and related (GH-114531) (#114650) by Hugo van Kemenade · 1 year, 7 months ago
  22. c09eae3 [3.11] gh-77749: Fix inconsistent behavior of non-ASCII handling in EmailPolicy.fold() (GH-6986) (GH-114607) by Miss Islington (bot) · 1 year, 7 months ago
  23. 279bbd2 gh-100107: Make py.exe launcher ignore app aliases that launch Microsoft Store (GH-114358) by Miss Islington (bot) · 1 year, 7 months ago
  24. 666d07f [3.11] gh-114492: Initialize struct termios before calling tcgetattr() (GH-114495) (GH-114503) by Miss Islington (bot) · 1 year, 7 months ago
  25. 9344ede [3.11] gh-101438: Avoid reference cycle in ElementTree.iterparse. (GH-114269) (GH-114500) by Miss Islington (bot) · 1 year, 7 months ago
  26. f5d9980 [3.11] gh-114257: Ignore the FileNotFound error in ctypes.util._is_elf() (GH-114394) (GH-114445) by Miss Islington (bot) · 1 year, 7 months ago
  27. acea9d8 [3.11] gh-75128: Ignore EADDRNOTAVAIL error in asyncio.BaseEventLoop.create_server() (GH-114420) (GH-114442) by Miss Islington (bot) · 1 year, 7 months ago
  28. a0f30b0 [3.11] gh-102512: Turn _DummyThread into _MainThread after os.fork() called from a foreign thread (GH-113261) (GH-114431) by Serhiy Storchaka · 1 year, 7 months ago
  29. 20f7cf2 [3.11] gh-113358: Fix rendering tracebacks with exceptions with a broken __getattr__ (GH-113359) (#114118) by Jérome Perrin · 1 year, 7 months ago
  30. 4bc0c07 [3.11] gh-110345: show Tcl/Tk patchlevel in `tkinter._test()` (GH-110350) (GH-114252) by Miss Islington (bot) · 1 year, 7 months ago
  31. 2c98724 [3.11] gh-104522: Fix OSError raised when run a subprocess (GH-114195) (GH-114243) by Serhiy Storchaka · 1 year, 7 months ago
  32. f49a1ce [3.11] gh-96905: In IDLE code, stop redefining built-ins 'dict' and 'object' (GH-114227) (#114229) by Miss Islington (bot) · 1 year, 7 months ago
  33. 2dca689 [3.11] gh-38807: Fix race condition in Lib/trace.py (GH-110143) (GH-114207) by Miss Islington (bot) · 1 year, 7 months ago
  34. 2b03259 [3.11] gh-105102: Fix nested unions in structures when the system byteorder is the opposite (GH-105106) (GH-114205) by Serhiy Storchaka · 1 year, 7 months ago
  35. 76d0c4b [3.11] gh-104282: Fix null pointer dereference in `lzma._decode_filter_properties` (GH-104283) (GH-114182) by Miss Islington (bot) · 1 year, 7 months ago
  36. 8cb1b79 [3.11] gh-72284: Revise lists in IDLE doc (GH-114174) (#114176) by Miss Islington (bot) · 1 year, 7 months ago
  37. 21ab20b [3.11] gh-113659: Skip hidden .pth files (GH-113660) (GH-114144) by Miss Islington (bot) · 1 year, 7 months ago
  38. fb5cec9 gh-114096: Restore privileges in _winapi.CreateJunction after creating the junction (GH-114089) by Steve Dower · 1 year, 7 months ago
  39. 0e92265 [3.11] gh-114077: Fix OverflowError in socket.sendfile() when pass count >2GiB (GH-114079) (GH-114111) by Miss Islington (bot) · 1 year, 7 months ago
  40. 3a181a1 [3.11] gh-101100: Fix Sphinx warnings in `howto/urllib2.rst` and `library/http.client.rst` (GH-114060) (#114064) by Hugo van Kemenade · 1 year, 7 months ago
  41. 6fa6a61 [3.11] gh-101225: Increase the socket backlog when creating a multiprocessing.connection.Listener (GH-113567) (#114019) by Miss Islington (bot) · 1 year, 7 months ago
  42. 0d12a64 [3.11] gh-95649: Document that asyncio contains uvloop code (GH-107536) (#114045) by Alois Klink · 1 year, 7 months ago
  43. 41edd37 [3.11] gh-114014: Update `fractions.Fraction()`'s rational parsing regex (GH-114015) (#114025) by Mark Dickinson · 1 year, 7 months ago
  44. 4bd4367 [3.11] gh-101100: Fix Sphinx Lint warnings in `Misc/` (GH-113946) (#114001) by Hugo van Kemenade · 1 year, 7 months ago
  45. 96eff8c [3.11] gh-113903: Fix an IDLE configdialog test (GH-113973) (#113975) by Miss Islington (bot) · 1 year, 7 months ago
  46. 186c021 gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133) by Steve Dower · 1 year, 7 months ago
  47. d15e1ac gh-87868: Sort and remove duplicates in getenvironment() (GH-102731) by Miss Islington (bot) · 1 year, 7 months ago
  48. a956e51 [3.11] gh-109858: Protect zipfile from "quoted-overlap" zipbomb (GH-110016) (GH-113913) by Miss Islington (bot) · 1 year, 7 months ago
  49. 435e891 [3.11] gh-113594: Fix UnicodeEncodeError in TokenList.fold() (GH-113730) (GH-113908) by Miss Islington (bot) · 1 year, 7 months ago
  50. c92a473 [3.11] gh-113664: Improve style of Big O notation (GH-113695) (GH-113910) by Serhiy Storchaka · 1 year, 7 months ago
  51. b4a6bbd [3.11] gh-113877: Fix Tkinter method winfo_pathname() on 64-bit Windows (GH-113900) (GH-113902) by Miss Islington (bot) · 1 year, 7 months ago
  52. 86b0043 [3.11] gh-113781: Silence AttributeError in warning module during Python finalization (GH-113813) (GH-113874) by Miss Islington (bot) · 1 year, 7 months ago
  53. 4db8d3b [3.11] gh-80109: Fix io.TextIOWrapper dropping the internal buffer during write() (GH-22535) (GH-113809) by Miss Islington (bot) · 1 year, 7 months ago
  54. 320c160 [3.11] gh-113729: Fix IDLE's Help -> "IDLE Help" menu bug in 3.12.1 and 3.11.7 (GH-113731) (#113766) by Miss Islington (bot) · 1 year, 8 months ago
  55. 9cea771 [3.11] gh-85567: Fix resouce warnings in pickle and pickletools CLIs (GH-113618) (GH-113759) by Miss Islington (bot) · 1 year, 8 months ago
  56. 1687e85 [3.11] gh-80532: Do not set ipv6type when cross-compiling (GH-17956) (#113741) by Erlend E. Aasland · 1 year, 8 months ago
  57. 5da53d3 [3.11] gh-110190: Fix ctypes structs with array on PPCLE64 (GH-112959) (#113167) by Diego Russo · 1 year, 8 months ago
  58. 456e2ec [3.11] gh-113538: Don't error in stream reader protocol callback when task is cancelled (GH-113690) (#113714) by Miss Islington (bot) · 1 year, 8 months ago
  59. d4a28ec [3.11] gh-113637: Let c_annotations.py to handle the spacing of Limited/Unstable API & Stable ABI translation strings (#113638) (#113679) by Ege Akman · 1 year, 8 months ago
  60. 1c381ec [3.11] gh-113602: Bail out when the parser tries to override existing errors (GH-113607) (#113653) by Miss Islington (bot) · 1 year, 8 months ago
  61. 3615349 [3.11] gh-62260: Fix ctypes.Structure subclassing with multiple layers (GH-13374) (GH-113624) by Serhiy Storchaka · 1 year, 8 months ago
  62. 5169113 [3.11] gh-101100: Fix Sphinx warnings in `library/configparser.rst` (GH-113598) (#113600) by Hugo van Kemenade · 1 year, 8 months ago
  63. 8938495 [3.11] gh-113566: Fix asyncio segfault during interpreter finalization (#113578) by Guido van Rossum · 1 year, 8 months ago
  64. ced2d35 [3.11] gh-113543: Make sure that `MacOSXOSAScript` sends `webbrowser.open` audit event (GH-113544) (#113550) by Miss Islington (bot) · 1 year, 8 months ago
  65. 656eb16 [3.11] bpo-11102: Make configure enable major(), makedev(), and minor() on HP-UX (GH-19856) (GH-113541) by Miss Islington (bot) · 1 year, 8 months ago
  66. 54927cd [3.11] bpo-26791: Update shutil.move() to provide the same symlink move behavior as the mv shell when moving a symlink into a directory that is the target of the symlink (GH-21759) (GH-113518) by Miss Islington (bot) · 1 year, 8 months ago
  67. a1f0118 [3.11] gh-57795: IDLE: Enter the selected text when opening the "Replace" dialog (GH-17593) (GH-113515) by Miss Islington (bot) · 1 year, 8 months ago
  68. f195190 [3.11] bpo-36959: Fix error messages for invalid ISO format string in _strptime() (GH-13408) (GH-113499) by Serhiy Storchaka · 1 year, 8 months ago
  69. 0eea5c0 [3.11] gh-101778: Fix build error when there's a dangling symlink in the directory containing "ffi.h" (#113466) by Ronald Oussoren · 1 year, 8 months ago
  70. 4b358d7 [3.11] gh-106905: Use separate structs to track recursion depth in each PyAST_mod2obj call. (GH-113035) (GH-113472) (GH-113476) by Serhiy Storchaka · 1 year, 8 months ago
  71. 1cc594d [3.11] bpo-37013: Fix the error handling in socket.if_indextoname() (GH-13503) (GH-112598) by Miss Islington (bot) · 1 year, 8 months ago
  72. d04ca4c [3.11] gh-113421: Fix multiprocessing logger for "%(filename)s" (GH-113423) (GH-113451) by Miss Islington (bot) · 1 year, 8 months ago
  73. 336d445 [3.11] gh-113028: Correctly memoize str in pickle when escapes added (GH-113436) (GH-113449) by Miss Islington (bot) · 1 year, 8 months ago
  74. b60bddb [3.11] gh-112559: Avoid unnecessary conversion attempts to enum_klass in signal.py (GH-113040) (#113444) by Miss Islington (bot) · 1 year, 8 months ago
  75. 478da38 [3.11] gh-74573: document that ndbm can silently corrupt databases on macOS (GH-113354) (#113432) by Miss Islington (bot) · 1 year, 8 months ago
  76. 80b2bad [3.11] gh-113188: Fix shutil.copymode() and shutil.copystat() on Windows (GH-113285) (GH-113426) by Miss Islington (bot) · 1 year, 8 months ago
  77. 706b40e [3.11] gh-65701: document that freeze doesn't work with framework builds on macOS (GH-113352) (#113361) by Miss Islington (bot) · 1 year, 8 months ago
  78. 90593e6 [3.11] gh-112305: Fix check-clean-src to detect frozen_modules .h files. (GH-113344) (#113347) by Miss Islington (bot) · 1 year, 8 months ago
  79. 9cbe473 [3.11] GH-113214: Fix SSLProto exception handling in SSL-over-SSL scenarios (GH-113334) (#113340) by Miss Islington (bot) · 1 year, 8 months ago
  80. 5e0d9ae [3.11] gh-102362: Fix macOS version number in result of sysconfig.get_platform() (GH-112942) (#113265) by Miss Islington (bot) · 1 year, 8 months ago
  81. 182676b [3.11] gh-101100: Fix Sphinx warnings in `library/ast.rst` (GH-113289) (#113291) by Hugo van Kemenade · 1 year, 8 months ago
  82. 1dd2ad6 [3.11] gh-113269: IDLE - Fix test_editor hang (macOS) (GH-113271) (#113273) by Miss Islington (bot) · 1 year, 8 months ago
  83. 44bdb6d [3.11] gh-113199: Make read1() and readline() of HTTPResponse close IO after reading all data (GH-113200) (GH-113260) by Miss Islington (bot) · 1 year, 8 months ago
  84. 2cd3564 [3.11] gh-113246: Updated bundled pip to 23.3.2 (gh-113249) (#113254) by Stéphane Bidoul · 1 year, 8 months ago
  85. a7a176d [3.11] gh-110746: Improve markup in ``tkinter.ttk.rst`` (GH-111236) (#113194) by Miss Islington (bot) · 1 year, 8 months ago
  86. 220fae7 [3.11] gh-113009: Fix multiprocessing Process.terminate() on Windows (GH-113128) (#113178) by Miss Islington (bot) · 1 year, 8 months ago
  87. 6ff7c13 [3.11] gh-61648: Detect line numbers of properties in doctests (GH-113161) (GH-113165) by Miss Islington (bot) · 1 year, 8 months ago
  88. d423493 [3.11] gh-112716: Fix SystemError when __builtins__ is not a dict (GH-112770) (GH-113105) by Serhiy Storchaka · 1 year, 8 months ago
  89. a45a059 [3.11] bpo-40648: Test modes that file can get with chmod() on Windows (GH-20130) (GH-113069) by Miss Islington (bot) · 1 year, 8 months ago
  90. 51858aa [3.11] gh-101100: Fix Sphinx warning in references with asterisks (GH-113029) (#113044) by Hugo van Kemenade · 1 year, 8 months ago
  91. 5aec2d2 [3.11] gh-94606: Fix error when message with Unicode surrogate not surrogateescaped string (GH-94641) (GH-112972) by Miss Islington (bot) · 1 year, 8 months ago
  92. a37e147 [3.11] gh-112898: warn about unsaved files when quitting IDLE on macOS (GH-112939) (#112961) by Miss Islington (bot) · 1 year, 8 months ago
  93. 95f5c8c [3.11] gh-109980: Fix test_tarfile_vs_tar on macOS (GH-112905) (#112928) by Miss Islington (bot) · 1 year, 8 months ago
  94. 2d8012f [3.11] gh-79429: Ignore FileNotFoundError when remove a temporary directory in the multiprocessing finalizer (GH-112865) (GH-112897) by Miss Islington (bot) · 1 year, 8 months ago
  95. 1eac0aa [3.11] gh-110017: Disable test_signal.test_stress_modifying_handlers on macOS (GH-112834) (#112852) by Miss Islington (bot) · 1 year, 8 months ago
  96. a18201b [3.11] gh-79325: Fix recursion error in TemporaryDirectory cleanup on Windows (GH-112762) (GH-112848) by Serhiy Storchaka · 1 year, 8 months ago
  97. 5585334 [3.11] gh-91133: tempfile.TemporaryDirectory: fix symlink bug in cleanup (GH-99930) (GH-112839) by Serhiy Storchaka · 1 year, 9 months ago
  98. 666a484 [3.11] gh-109981: Fix support.fd_count() on macOS 14 (GH-112797) (#112825) by Miss Islington (bot) · 1 year, 9 months ago
  99. b49c963 [3.11] gh-110190: Fix ctypes structs with array on Arm (#112604) (#112766) by Diego Russo · 1 year, 9 months ago
  100. 010819a [3.11] gh-75666: Tkinter: "unbind(sequence, funcid)" now only unbinds "funcid" (GH-111322) (GH-112801) by Miss Islington (bot) · 1 year, 9 months ago