Python 3.11.3
  1. f3909b8 Python 3.11.3 by Pablo Galindo · 2 years, 5 months ago v3.11.3
  2. 6abd048 [3.11] gh-103207: Add instructions to the macOS installer welcome display on how to workaround the macOS 13 Ventura “The installer encountered an error” failure. GH-103252) by Ned Deily · 2 years, 5 months ago
  3. 5342f5e gh-102549: [Enum] fail enum creation when data type raises in __init__ (GH-103149) by Miss Islington (bot) · 2 years, 5 months ago
  4. ae42c1d [3.11] gh-103112: Add http.client.HTTPResponse.read docstring and fix pydoc output (GH-103113) (#103119) by Miss Islington (bot) · 2 years, 5 months ago
  5. abd6e97 [3.11] GH-102711: Fix warnings found by clang (GH-102712) (#103075) by Miss Islington (bot) · 2 years, 5 months ago
  6. 13df5d3 [3.11] GH-95494: Fix transport EOF handling in OpenSSL 3.0 (GH-95495) (#103006) by Miss Islington (bot) · 2 years, 5 months ago
  7. b28f919 [3.11] gh-102281: Fix potential nullptr dereference + use of uninitia… (#103040) by Max Bachmann · 2 years, 5 months ago
  8. a08b65f gh-102980: Add tests for pdf's display, alias and where commands (GH-102981) by Miss Islington (bot) · 2 years, 5 months ago
  9. 6716139 [3.11] gh-102027: Fix macro name (GH-102124) (#102916) by Miss Islington (bot) · 2 years, 5 months ago
  10. e075631 [3.11] gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (GH-96932) (#102918) by Miss Islington (bot) · 2 years, 5 months ago
  11. 1645a40 gh-88965: typing: fix type substitution of a list of types after initial `ParamSpec` substitution (GH-102808) by Miss Islington (bot) · 2 years, 5 months ago
  12. 6ffeeb2 gh-102947: Improve traceback when calling `fields()` on a non-dataclass (GH-102948) by Miss Islington (bot) · 2 years, 5 months ago
  13. a9ece4a gh-102780: Fix uncancel() call in asyncio timeouts (GH-102815) by Miss Islington (bot) · 2 years, 5 months ago
  14. d149f15 [3.11] gh-101975: Fixed a potential SegFault on garbage collection (GH-102803) (GH-102807) by Mark Shannon · 2 years, 5 months ago
  15. f967aee gh-102701: Fix overflow in dictobject.c (GH-102750) by Miss Islington (bot) · 2 years, 5 months ago
  16. 0560fe3 gh-94440: Fix issue of ProcessPoolExecutor shutdown hanging (GH-94468) by Miss Islington (bot) · 2 years, 5 months ago
  17. 8aa07b9 gh-101377: improving test_locale_calendar_formatweekday of calendar (GH-101378) by Miss Islington (bot) · 2 years, 5 months ago
  18. b0e221c [3.11] gh-102069: Fix `__weakref__` descriptor generation for custom dataclasses (GH-102075) (#102662) by Miss Islington (bot) · 2 years, 5 months ago
  19. a4fcd06 [3.11] Fix duplicated words in the docs (#102644) by Alex Waygood · 2 years, 5 months ago
  20. 7856026 GH-101673: Fix pdb bug where local variable changes are lost after longlist (GH-101674) by Miss Islington (bot) · 2 years, 5 months ago
  21. 123119f GH-102537: Handle check for PYTHONTZPATH failing in zoneinfo test (GH-102538) by Miss Islington (bot) · 2 years, 5 months ago
  22. 7905ae7 GH-102397: Fix segfault from race condition in signal handling (GH-102399) by Miss Islington (bot) · 2 years, 5 months ago
  23. 58de2eb [3.11] gh-102416: Do not memoize incorrectly loop rules in the parser (GH-102467). (#102473) by Pablo Galindo Salgado · 2 years, 6 months ago
  24. e748f9e gh-101979: argparse: fix a bug where parentheses in metavar argument of add_argument() were dropped (GH-102318) by Miss Islington (bot) · 2 years, 6 months ago
  25. 63fd954 gh-102356: Add thrashcan macros to filter object dealloc (GH-102426) by Miss Islington (bot) · 2 years, 6 months ago
  26. cc6ce90 gh-102179: Fix `os.dup2` error reporting for negative fds (GH-102180) by Miss Islington (bot) · 2 years, 6 months ago
  27. 06a3bb8 gh-101892: Fix `SystemError` when a callable iterator call exhausts the iterator (GH-101896) by Miss Islington (bot) · 2 years, 6 months ago
  28. 626f471 [3.11] gh-85417: Clarify behaviour on branch cuts in cmath module (GH-102046) (#102276) by Miss Islington (bot) · 2 years, 6 months ago
  29. 026faf2 [3.11] GH-102126: fix deadlock at shutdown when clearing thread state… (#102234) by Kumar Aditya · 2 years, 6 months ago
  30. 5d46122 [3.11] gh-101765: Fix SystemError / segmentation fault in iter `__reduce__` when internal access of `builtins.__dict__` exhausts the iterator (GH-101769) (#102228) by Ionite · 2 years, 6 months ago
  31. 9da3e7f [3.11] gh-95675: fix uid and gid at test_add_dir_getmember (gh-102207) (gh-102231) by Miss Islington (bot) · 2 years, 6 months ago
  32. ddb65c4 [3.11] gh-97786: Fix compiler warnings in pytime.c (GH-101826) (#102062) by Miss Islington (bot) · 2 years, 6 months ago
  33. edbde8f [3.11] gh-101936: Update the default value of fp from io.StringIO to io.BytesIO (gh-102100) (gh-102117) by Miss Islington (bot) · 2 years, 6 months ago
  34. 5d47150 [3.11] gh-95672 fix typo SkitTest to SkipTest (gh-102119) (#102121) by Miss Islington (bot) · 2 years, 6 months ago
  35. 1633aea [3.11] gh-101967: add a missing error check (GH-101968) (#102015) by Miss Islington (bot) · 2 years, 6 months ago
  36. 5bc6927 [3.11] gh-101961 fileinput.hookcompressed should not set the encoding value for the binary mode (gh-102068) (#102098) by Miss Islington (bot) · 2 years, 6 months ago
  37. d15e958 [3.11] gh-101566: Sync with zipp 3.14. (GH-102018). (GH-102090) by Jason R. Coombs · 2 years, 6 months ago
  38. 62c0327 gh-88233: zipfile: handle extras after a zip64 extra (GH-96161) by Miss Islington (bot) · 2 years, 6 months ago
  39. fd155b9 gh-101849: Add upgrade codes for old versions of launcher that ended up with later version numbers (GH-101877) by Miss Islington (bot) · 2 years, 6 months ago
  40. cec99ed gh-89792: Limit test_tools freeze test build parallelism based on the number of cores (GH-101841) by Miss Islington (bot) · 2 years, 6 months ago
  41. d17cc3d gh-89792: Prevent test_tools from copying 1000M of "source" in freeze test (GH-101837) by Miss Islington (bot) · 2 years, 6 months ago
  42. c5c1238 [3.11] GH-101696: invalidate type version tag in `_PyStaticType_Dealloc` (GH-101697) (#101722) by Erlend E. Aasland · 2 years, 6 months ago
  43. 8360988 [3.11] gh-101759: Update Windows installer to SQLite 3.40.1 (GH-101762) (#101791) by Erlend E. Aasland · 2 years, 6 months ago
  44. 7ca9da9 gh-101763: Update bundled copy of libffi to 3.4.4 on Windows (GH-101784) by Miss Islington (bot) · 2 years, 6 months ago
  45. b0bba7a gh-101517: make bdb avoid looking up in linecache with lineno=None (GH-101787) by Miss Islington (bot) · 2 years, 6 months ago
  46. 4b8d2a1 gh-101759: Update macOS installer to SQLite 3.40.1 (GH-101761) by Miss Islington (bot) · 2 years, 6 months ago
  47. 52a03a0 gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727) by Steve Dower · 2 years, 6 months ago
  48. 51b079a Update Lib/subprocess.py by Miss Islington (bot) · 2 years, 6 months ago
  49. e8ce85de gh-101614: Don't treat python3_d.dll as a Python DLL when checking extension modules for incompatibility (GH-101615) by Miss Islington (bot) · 2 years, 6 months ago
  50. efcab38 [3.11] gh-96127: Fix `inspect.signature` call on mocks (#96335) (#101646) by Oleg Iarygin · 2 years, 6 months ago
  51. fa90671 [3.11] gh-97725: Fix documentation for the default file of `asyncio.Task.print_stack` (#101652) (#101653) by Oleg Iarygin · 2 years, 6 months ago
  52. 878ead1 Python 3.11.2 by Pablo Galindo · 2 years, 6 months ago v3.11.2
  53. 955ba28 [3.11] gh-101072: support default and kw default in PyEval_EvalCodeEx for 3.11+ (GH-101127) (#101636) by Łukasz Langa · 2 years, 6 months ago
  54. 358b02d [3.11] gh-101266: Revert fix __sizeof__ for subclasses of int (#101638) by Mark Dickinson · 2 years, 6 months ago
  55. 9e7acaf gh-101562: typing: add tests for inheritance with NotRequired & Required in parent fields (GH-101563) by Miss Islington (bot) · 2 years, 6 months ago
  56. d003bcc gh-101543: Ensure Windows registry path is only used when stdlib can't be found (GH-101544) by Miss Islington (bot) · 2 years, 6 months ago
  57. 9bd000c gh-101372: Fix unicodedata.is_normalized to properly handle the UCD 3… (gh-101388) by Miss Islington (bot) · 2 years, 6 months ago
  58. cf8973c gh-101541: [Enum] create flag psuedo-member without calling original __new__ (GH-101590) by Miss Islington (bot) · 2 years, 6 months ago
  59. 6ae8032 gh-101334: Don't force USTAR format in test_tarfile. (GH-101572) by Miss Islington (bot) · 2 years, 6 months ago
  60. cf89c16 [3.11] gh-101266: Fix __sizeof__ for subclasses of int (GH-101394) (#101579) by Mark Dickinson · 2 years, 6 months ago
  61. 898de13 gh-101522: Allow overriding Windows dependencies versions and paths using MSBuild properties (GH-101523) by Steve Dower · 2 years, 7 months ago
  62. e98fa71 gh-101467: Correct py.exe handling of prefix matches and cases when only one runtime is installed (GH-101468) by Miss Islington (bot) · 2 years, 7 months ago
  63. 0c37ea9 [3.11] gh-101400: Fix incorrect lineno in exception message on contin… (gh-101447) by Dong-hee Na · 2 years, 7 months ago
  64. fa7c37a [3.11] gh-99952: fix refcount issues in ctypes.Structure from_param() result (#101339) by Gregory P. Smith · 2 years, 7 months ago
  65. cd0fe5b [3.11] gh-101326: Fix regression when passing None to FutureIter.throw (GH-101327) (#101328) by Shantanu · 2 years, 7 months ago
  66. 5a8ed01 gh-101135: Add backwards compatibility to Windows launcher for older 32-bit versions (GH-101138) by Miss Islington (bot) · 2 years, 7 months ago
  67. 5964b12 gh-100795: Don't call freeaddrinfo on failure. (GH-101252) by Miss Islington (bot) · 2 years, 7 months ago
  68. 29ff9da gh-101015: Fix `typing.get_type_hints` with unpacked `*tuple` (PEP 646) (GH-101031) by Miss Islington (bot) · 2 years, 7 months ago
  69. d2aaf81 [3.11] gh-101037: Fix potential memory underallocation for zeros of int subtypes (GH-101038) (#101219) by Miss Islington (bot) · 2 years, 7 months ago
  70. 99da75e gh-101143: Remove references to `TimerHandle` from `asyncio.base_events.BaseEventLoop._add_callback` (GH-101197) by Miss Islington (bot) · 2 years, 7 months ago
  71. c6cfde6 gh-100750: pass encoding kwarg in lib/platform.py (GH-100751) by Miss Islington (bot) · 2 years, 7 months ago
  72. efe3a38 [3.11] gh-101144: Allow zipfile.Path .open & .read_text encoding to be positional (#101179) by Gregory P. Smith · 2 years, 7 months ago
  73. 3ef9f6b gh-82052: Don't send partial UTF-8 sequences to the Windows API (GH-101103) by Miss Islington (bot) · 2 years, 7 months ago
  74. 31b82ab [3.11] gh-101046: Fix a potential memory leak in the parser when raising MemoryError (GH-101051) (#101085) by Pablo Galindo Salgado · 2 years, 7 months ago
  75. 87ade7e gh-100320: Fix path calculations on Windows when python.exe is moved outside of the normal location (GH-100947) by Steve Dower · 2 years, 7 months ago
  76. 855b1a9 [3.11] GH-100942: Fix incorrect cast in property_copy(). (GH-100965). (#101008) by Nikita Sobolev · 2 years, 7 months ago
  77. d06315a [3.11] GH-100573: Fix server hang caused by os.stat() on named pipe (Windows) (GH-100959) (#101019) by Miss Islington (bot) · 2 years, 7 months ago
  78. 6492492 gh-100247: Fix py.exe launcher not using entire shebang command for finding custom commands (GH-100944) by Miss Islington (bot) · 2 years, 7 months ago
  79. 55a26de gh-96290: Support partial/invalid UNC drives in ntpath.normpath() and splitdrive() (GH-100351) by Steve Dower · 2 years, 7 months ago
  80. e707671 [3.11] GH-100892: Fix race in clearing `threading.local` (GH-100922). (#100937) by Kumar Aditya · 2 years, 7 months ago
  81. 1b2459d [3.11] gh-100160: Remove any deprecation warnings in asyncio.get_event_loop() (#100412) by Serhiy Storchaka · 2 years, 7 months ago
  82. ecb3be9 gh-100180: Update macOS installer to OpenSSL 1.1.1s (GH-100908) by Miss Islington (bot) · 2 years, 7 months ago
  83. 13453a2 gh-100180: Update Windows installer to OpenSSL 1.1.1s (GH-100901) by Miss Islington (bot) · 2 years, 7 months ago
  84. 2d1128e GH-81061: Fix refcount issue when returning `None` from a `ctypes.py_object` callback (GH-13364) by Miss Islington (bot) · 2 years, 7 months ago
  85. 6184b80 GH-100805: Support numpy.array() in random.choice(). (GH-100830) by Miss Islington (bot) · 2 years, 7 months ago
  86. 6c7e32f gh-100689: Revert "bpo-41798: pyexpat: Allocate the expat_CAPI on the heap memory (GH-24061)" (GH-100745) by Miss Islington (bot) · 2 years, 7 months ago
  87. be7c197 [3.11] gh-100776: Fix misleading default value in help(input) (GH-100788) (#100841) by Shantanu · 2 years, 7 months ago
  88. f488831 [3.11] gh-90104: avoid RecursionError on recursive dataclass field repr (gh-100756) (GH-100784) by Carl Meyer · 2 years, 7 months ago
  89. 541e7b8 gh-100739: Respect mock spec when checking for unsafe prefixes (GH-100740) by Miss Islington (bot) · 2 years, 8 months ago
  90. ad40764 GH-86508: skip binding to local addresses of different family in `asyncio.open_connection` (GH-100615) by Miss Islington (bot) · 2 years, 8 months ago
  91. d8073ee [3.11] gh-89419: gdb: fix bug causing AttributeError in py-locals when no frame is available (GH-100611) (#100738) by Eli Schwartz · 2 years, 8 months ago
  92. 50409a2 [3.11] gh-100637: Fix int and bool __sizeof__ calculation to include the 1 element ob_digit array for 0 and False (GH-100663) (#100717) by Miss Islington (bot) · 2 years, 8 months ago
  93. 861cdef gh-95882: fix regression in the traceback of exceptions propagated from inside a contextlib context manager (GH-95883) by Miss Islington (bot) · 2 years, 8 months ago
  94. d0a9bc5 gh-100649: Update native_thread_id after fork (gh-100650) by Miss Islington (bot) · 2 years, 8 months ago
  95. b1e314a gh-95778: add doc missing in some places (GH-100627) by Miss Islington (bot) · 2 years, 8 months ago
  96. 297465a gh-100616: Document 'attr' parameter for window.vline() in curses module (GH-24961) by Miss Islington (bot) · 2 years, 8 months ago
  97. c88a83e gh-99433: Fix `doctest` failure on `types.MethodWrapperType` (GH-99434) by Miss Islington (bot) · 2 years, 8 months ago
  98. ebe4288 [3.11] GH-100342: check for allocation failure in AC `*args` parsing (GH-100343). (#100568) by Kumar Aditya · 2 years, 8 months ago
  99. a3dbd4c [3.11] gh-64490: Fix bugs in argument clinic varargs processing (GH-32092) (#100368) by colorfulappl · 2 years, 8 months ago
  100. 75b75df [3.11] gh-100287: Fix unittest.mock.seal with AsyncMock (GH-100496) (#100506) by Shantanu · 2 years, 8 months ago