Python 3.11.7
  1. fa7a6f2 Python 3.11.7 by Pablo Galindo · 1 year, 9 months ago v3.11.7
  2. 8dbda1c [3.11] gh-108927: Fix removing testing modules from sys.modules (GH-108952) (ПР-112712) by Miss Islington (bot) · 1 year, 9 months ago
  3. e3d380d [3.11] gh-109786: Fix leaks and crash when re-enter itertools.pairwise.__next__() (GH-109788) (GH-112700) by Miss Islington (bot) · 1 year, 9 months ago
  4. 7e89dd9 [3.11] gh-112625: Protect bytearray from being freed by misbehaving iterator inside bytearray.join (GH-112626) (GH-112694) by Miss Islington (bot) · 1 year, 9 months ago
  5. db53770 [3.11] [3.12] gh-112618: Make Annotated cache typed (GH-112619) (GH-112628) (#112633) by Miss Islington (bot) · 1 year, 9 months ago
  6. 0443f92 [3.11] bpo-35191: Fix unexpected integer truncation in socket.setblocking() (GH-10415) by Alexey Izbyshev · 1 year, 9 months ago
  7. f6edb83 [3.11] gh-112509: Fix keys being present in both required_keys and optional_keys in TypedDict (GH-112512) (#112531) by Miss Islington (bot) · 1 year, 9 months ago
  8. 42dd261 [3.11] gh-112105: Make completer delims work on libedit (gh-112106) (gh-112488) by Miss Islington (bot) · 1 year, 9 months ago
  9. c3e5d0d [3.11] gh-68166: Tkinter: Add tests and examples for element_create() (GH-111453) (GH-111858) by Miss Islington (bot) · 1 year, 9 months ago
  10. 390a5b8 [3.11] gh-112387: Fix error positions for decoded strings with backwards tokenize errors (GH-112409) (#112469) by Miss Islington (bot) · 1 year, 9 months ago
  11. 43b081b [3.11] gh-112388: Fix an error that was causing the parser to try to overwrite tokenizer errors (GH-112410) (#112467) by Miss Islington (bot) · 1 year, 9 months ago
  12. 054d18e [3.11] bpo-41422: Visit the Pickler's and Unpickler's memo in tp_traverse (GH-21664) (GH-112465) by Serhiy Storchaka · 1 year, 9 months ago
  13. 581b244 [3.11] gh-112438: Fix support of format units with the "e" prefix in nested tuples in PyArg_Parse (gh-112439) (GH-112461) by Serhiy Storchaka · 1 year, 9 months ago
  14. 6d9b181 [3.11] gh-84443: SSLSocket.recv_into() now support buffer protocol with itemsize != 1 (GH-20310) (GH-112459) by Serhiy Storchaka · 1 year, 9 months ago
  15. 8c9f273 [3.11] gh-94722: fix DocTest.__eq__ for case of no line number on one side (GH-112385) (#112401) by Miss Islington (bot) · 1 year, 9 months ago
  16. 253ad78 [3.11] gh-110950: add upstream Tk fixes to macOS installer. (GH-111041) (#112293) by Miss Islington (bot) · 1 year, 9 months ago
  17. 1397505 [3.11] gh-109538: Catch closed loop runtime error and issue warning (GH-111983) (#112141) by DPR · 1 year, 9 months ago
  18. 6c51c84 [3.11] gh-112266: Remove `(if defined)` part from `__dict__` and `__weakref__` docstrings (GH-112268) (#112276) by Nikita Sobolev · 1 year, 9 months ago
  19. f6e11ea [3.11] gh-73561: Omit interface scope from IPv6 when used as Host header (GH-93324) (#112273) by Miss Islington (bot) · 1 year, 9 months ago
  20. e19d75d [3.11] gh-79871: IDLE - Fix and test debugger module (GH-11451) (#112257) by Miss Islington (bot) · 1 year, 9 months ago
  21. e2421a3 [3.11] gh-111942: Fix crashes in TextIOWrapper.reconfigure() (GH-111976) (GH-112059) by Miss Islington (bot) · 1 year, 9 months ago
  22. cd3e2d3 [3.11] gh-111841: Fix os.putenv() and os.unsetenv() with embedded NUL on Windows (GH-111842) (GH-111967) by Miss Islington (bot) · 1 year, 9 months ago
  23. 7b55a95 [3.11] gh-111251: Fix error checking in _blake2 module init (GH-111252) (#111298) by Miss Islington (bot) · 1 year, 9 months ago
  24. 0e45786 gh-111356: io: Add missing documented objects to io.__all__ (GH-111370) by Miss Islington (bot) · 1 year, 9 months ago
  25. 226f4bc [3.11] GH-111804: Drop posix.fallocate() under WASI (GH-111869) (GH-111920) by Brett Cannon · 1 year, 9 months ago
  26. bd4cc47 [3.11] gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 co… (gh-111771) by Donghee Na · 1 year, 10 months ago
  27. 425efc1 [3.11] gh-111159: Fix `SyntaxError` doctests for non-builtin exception classes (GH-111541) (#111733) by Miss Islington (bot) · 1 year, 10 months ago
  28. f7ffe4a [3.11] [3.12] GH-110894: Call loop exception handler for exceptions in client_connected_cb (GH-111601) (GH-111632) (#111634) by Miss Islington (bot) · 1 year, 10 months ago
  29. 1d7ad77 [3.11] gh-110367: Make regrtest --verbose3 compatible with --huntrleaks -jN (GH-111577) (#111590) by Miss Islington (bot) · 1 year, 10 months ago
  30. a4aa213 [3.11] gh-109181: Speed up Traceback object creation by lazily compute the line number (GH-111548) (#111550) by Pablo Galindo Salgado · 1 year, 10 months ago
  31. 19a266c [3.11] gh-111366: Correctly show custom syntax error messages in the codeop module functions (GH-111384). (#111516) by Pablo Galindo Salgado · 1 year, 10 months ago
  32. 08e4e11 [3.11] gh-111380: Show SyntaxWarnings only once when parsing if invalid syntax is encouintered (GH-111381) (#111383) by Miss Islington (bot) · 1 year, 10 months ago
  33. c66f0be [3.11] gh-111531: Tkinter: fix reference leaks in bind_class() and bind_all() (GH-111533) (GH-111536) by Miss Islington (bot) · 1 year, 10 months ago
  34. e7cdccc [3.11] gh-111187: Postpone removal version for locale.getdefaultlocale() to 3.15 (GH-111188) (#111326) by Hugo van Kemenade · 1 year, 10 months ago
  35. 22cde39 [3.11] bpo-43950: handle wide unicode characters in tracebacks (GH-28150) (#111373) by Pablo Galindo Salgado · 1 year, 10 months ago
  36. 12c7e50 [3.11] GH-94438: Restore ability to jump over None tests (GH-111338) by Savannah Ostrowski · 1 year, 10 months ago
  37. fc9a5ef [3.11] [3.12] gh-111165: Move test running code from test.support to libregrtest (GH-111166) (GH-111316) (GH-111318) by Serhiy Storchaka · 1 year, 10 months ago
  38. 1416703 [3.11] gh-111309: Use unittest to collect and run distutils tests (GH-111311) by Serhiy Storchaka · 1 year, 10 months ago
  39. bb92fda [3.11] gh-111174: Fix crash in getbuffer() called repeatedly for empty BytesIO (GH-111210) (GH-111315) by Miss Islington (bot) · 1 year, 10 months ago
  40. 3c3c489 [3.11] gh-110196: Fix ipaddress.IPv6Address.__reduce__ (GH-110198) (GH-111190) by Miss Islington (bot) · 1 year, 10 months ago
  41. cf77739 [3.11] gh-111085: Fix invalid state handling in TaskGroup and Timeout (GH-111111) (GH-111172) by Miss Islington (bot) · 1 year, 10 months ago
  42. cf28c61 [3.11] gh-111159: Fix `doctest` output comparison for exceptions with notes (GH-111160) (#111170) by Miss Islington (bot) · 1 year, 10 months ago
  43. 4222dd9 [3.11] gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919) (GH-111168) by Serhiy Storchaka · 1 year, 10 months ago
  44. 47670fb [3.11] gh-110932: Fix regrtest for SOURCE_DATE_EPOCH (GH-111143) (#111153) by Miss Islington (bot) · 1 year, 10 months ago
  45. 69bcaf7 gh-110913: Fix WindowsConsoleIO chunking of UTF-8 text (GH-111007) by Miss Islington (bot) · 1 year, 10 months ago
  46. 69f0c90 [3.11] gh-111092: Make turtledemo run without default root enabled (GH-111093) (#111096) by Miss Islington (bot) · 1 year, 10 months ago
  47. f22cdec [3.11] GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (GH-110112) (#111076) by Miss Islington (bot) · 1 year, 10 months ago
  48. 1b60244 [3.11] GH-101100: Fix reference warnings for ``__getitem__`` (GH-110118) (#111074) by Miss Islington (bot) · 1 year, 10 months ago
  49. 26a0282 [3.11] gh-108791: Fix pdb CLI invalid argument handling (GH-108816) (#111063) by Radislav Chugunov · 1 year, 10 months ago
  50. fabfc2c [3.11] GH-65052: Prevent pdb from crashing when trying to display objects (GH-111002) by Tian Gao · 1 year, 10 months ago
  51. 8e3d90c [3.11] gh-111015: Install IDLE.app and Python Launcher.app on macOS with correct permissions (gh-111038) by Miss Islington (bot) · 1 year, 10 months ago
  52. 4e4a3e1 [3.11] gh-110696: Fix incorrect syntax error message for incorrect argument unpacking (GH-110706) (#110766) by Pablo Galindo Salgado · 1 year, 10 months ago
  53. 73ebe2f [3.11] gh-110995: Fix test_gdb check_usable_gdb() (GH-110998) (#111004) by Miss Islington (bot) · 1 year, 10 months ago
  54. 5c55f50 [3.11] [3.12] bpo-42663: Fix parsing TZ strings in zoneinfo module (GH-23825) (GH-110882) (GH-110889) by Serhiy Storchaka · 1 year, 10 months ago
  55. 1c26f1c [3.11] gh-109747: Improve errors for unsupported look-behind patterns (GH-109859) (GH-110860) by Miss Islington (bot) · 1 year, 10 months ago
  56. e16922f [3.11] gh-109216: Fix possible memory leak in `BUILD_MAP` (#109323) by Nikita Sobolev · 1 year, 10 months ago
  57. 5178fb0 [3.11] GH-107518: Remove the Argument Clinic How-To (#109900) (#110761) by Erlend E. Aasland · 1 year, 10 months ago
  58. fd061a9 [3.11] gh-108826: Document `dis` module CLI and rename `_test` function to `main` (#108827) (#110689) by Hugo van Kemenade · 1 year, 10 months ago
  59. ad50415 [3.11] gh-99834: Update macOS installer to Tcl/Tk 8.6.13. (GH-110710) by Miss Islington (bot) · 1 year, 10 months ago
  60. 46347d3 [3.11] gh-110647: Fix signal test_stress_modifying_handlers() (GH-110650) (#110659) by Miss Islington (bot) · 1 year, 10 months ago
  61. a009bb8 [3.11] gh-109286: Update Windows installer to use SQLite 3.43.1 (#110403) (#110479) by Erlend E. Aasland · 1 year, 10 months ago
  62. 3788c48 [3.11] gh-110388: Add tests for tty (GH-110394) (GH-110634) by Serhiy Storchaka · 1 year, 10 months ago
  63. e511f54 [3.11] gh-81002: Add tests for termios (GH-110386) (GH-110620) by Miss Islington (bot) · 1 year, 10 months ago
  64. 7fefed0 [3.11] gh-110590: Fix a bug where _sre.compile would overwrite exceptions (GH-110591) (#110614) by Miss Islington (bot) · 1 year, 10 months ago
  65. 2b3a418 [3.11] gh-110378: Close invalid generators in contextmanager and asynccontextmanager (GH-110499) (#110589) by Miss Islington (bot) · 1 year, 10 months ago
  66. 9e9df93 [3.11] gh-109191: Fix build with newer editline (gh-110239) (#110575) by Bo Anderson · 1 year, 10 months ago
  67. e913c6f [3.11] gh-110519: Improve deprecation warning in the gettext module (GH-110520) (GH-110564) by Miss Islington (bot) · 1 year, 10 months ago
  68. 26c3e70 [3.11] gh-110437: Allow overriding VCRuntimeDLL with a semicolon separated list of DLLs to bundle (GH-110470) by Miss Islington (bot) · 1 year, 10 months ago
  69. b473d48 [3.11] gh-109286: Update macOS installer to use SQLite 3.43.1 (GH-110482) (#110551) by Miss Islington (bot) · 1 year, 10 months ago
  70. f21c09c [3.11] gh-110237: Check `PyList_Append` for errors in `_PyEval_MatchClass` (GH-110238) (#110512) by Miss Islington (bot) · 1 year, 11 months ago
  71. 6a33529 [3.11] gh-109521: Fix obscure cases handling in PyImport_GetImporter() (GH-109522) (GH-109781) by Serhiy Storchaka · 1 year, 11 months ago
  72. 4499e6c [3.11] gh-103053: Fix test_tools.test_freeze on FreeBSD (GH-110451) (#110457) by Miss Islington (bot) · 1 year, 11 months ago
  73. f7a1d7d [3.11] gh-103053: Fix make check-clean-src: check "python" program (GH-110449) (#110454) by Miss Islington (bot) · 1 year, 11 months ago
  74. 8da3367 [3.11] gh-110167: Fix test_socket deadlock in doCleanups() (GH-110416) (#110424) by Miss Islington (bot) · 1 year, 11 months ago
  75. 34c7793 [3.11] gh-110365: Fix error overwrite in `termios.tcsetattr` (GH-110366) (#110390) by Miss Islington (bot) · 1 year, 11 months ago
  76. 8f22504 [3.11] gh-109974: Fix threading lock_tests race conditions (#110057) (#110355) by Victor Stinner · 1 year, 11 months ago
  77. aa8d3db [3.11] [3.12] gh-109972: Enhance test_gdb (GH-110026) (GH-110351) (#110354) by Miss Islington (bot) · 1 year, 11 months ago
  78. 6c98c73 [3.11] gh-109972: Split test_gdb.py into test_gdb package (#109977) (… (#110343) by Victor Stinner · 1 year, 11 months ago
  79. 5039db7 [3.11] gh-110267: Add tests for pickling and copying PyStructSequence objects (GH-110272) (GH-110284) by Miss Islington (bot) · 1 year, 11 months ago
  80. 0c6ae62 [3.11] Remove unused Misc/requirements-test.txt (GH-110240) (#110254) by Miss Islington (bot) · 1 year, 11 months ago
  81. 8b6ee5b Python 3.11.6 by Pablo Galindo · 1 year, 11 months ago v3.11.6
  82. a673248 [3.11] GH-101100: Fix reference warnings for ``namedtuple`` (GH-110113) (#110136) by Miss Islington (bot) · 1 year, 11 months ago
  83. d87217f [3.11] gh-109991: Update Windows build to use OpenSSL 3.0.11 (GH-110059) by Zachary Ware · 1 year, 11 months ago
  84. 8ac6890 [3.11] gh-110031: Skip test_threading fork tests if ASAN (#110100) (#110104) by Victor Stinner · 1 year, 11 months ago
  85. 184ce14 [3.11] gh-110088, gh-109878: Fix test_asyncio timeouts (#110092) (#110099) by Victor Stinner · 1 year, 11 months ago
  86. d81bcc2 [3.11] gh-102304: Add links to the Stable ABI and Limited C API docs (#105345) (#105371) (#109901) by Adam Turner · 1 year, 11 months ago
  87. c534637 [3.11] gh-109634: Use :samp: role (GH-109635) (GH-109778) by Serhiy Storchaka · 1 year, 11 months ago
  88. efe83ad [3.11] gh-110036: multiprocessing Popen.terminate() catches PermissionError (GH-110037) (#110065) by Miss Islington (bot) · 1 year, 11 months ago
  89. d6e8001 [3.11] gh-110038: KqueueSelector must count all read/write events (GH-110039) (#110044) by Davide Rizzo · 1 year, 11 months ago
  90. 973d549 [3.11] gh-110033: Fix signal test_interprocess_signal() (GH-110035) (#110041) by Miss Islington (bot) · 1 year, 11 months ago
  91. ff3cadd [3.11] gh-109594: Fix concurrent.futures test_timeout() (GH-110018) (#110022) by Miss Islington (bot) · 1 year, 11 months ago
  92. 82dea84 [3.11] gh-109991: Update macOS installer to use OpenSSL 3.0.10. (GH-110010) by Miss Islington (bot) · 1 year, 11 months ago
  93. 1fd6a73 [3.11] gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.11 and multissltests to use 1.1.1w, 3.0.11, and 3.1.3. (#110006) by Ned Deily · 1 year, 11 months ago
  94. f764abb [3.11] gh-109593: Fix reentrancy issue in multiprocessing resource_tracker (GH-109629) (#109897) by Miss Islington (bot) · 1 year, 11 months ago
  95. 97f7e9d [3.11] gh-109631: Allow interruption of short repeated regex matches (GH-109867) (GH-109885) by Miss Islington (bot) · 1 year, 11 months ago
  96. 358282e [3.11] gh-109748: Fix venv test_zippath_from_non_installed_posix() (GH-109872) (#109874) by Miss Islington (bot) · 1 year, 11 months ago
  97. 97ea901 [3.11] gh-105829: Fix concurrent.futures.ProcessPoolExecutor deadlock (GH-108513) (#109783) by elfstrom · 1 year, 11 months ago
  98. cbe153e [3.11] Docs: Update Donghee Na's name (GH-109743) (#109759) by Hugo van Kemenade · 1 year, 11 months ago
  99. 567c3e8 [3.11] ACKS: Fix ordering; Correct Itamar Oren's surname; Add Adam Turner (GH-109737) (#109742) by Miss Islington (bot) · 1 year, 11 months ago
  100. 43ff8fc [3.11] gh-109375: Fix bug where pdb registers an alias without an associated command (GH-109376) (#109430) by Miss Islington (bot) · 1 year, 11 months ago