Python 3.11.1
  1. a7a450f Python 3.11.1 by Pablo Galindo · 2 years, 9 months ago v3.11.1
  2. 2182a71 [3.11] GH-99729: Unlink frames before clearing them (#100047) by Brandt Bucher · 2 years, 9 months ago
  3. 3fae04b [3.11] gh-93453: Only emit deprecation warning in asyncio.get_event_loop when a new event loop is created (#99949) by Serhiy Storchaka · 2 years, 9 months ago
  4. b2ff0f7 gh-100001: Also escape \s in http.server log messages. (GH-100038) by Miss Islington (bot) · 2 years, 9 months ago
  5. a726f74 gh-100001: Omit control characters in http.server stderr logs. (GH-100002) by Miss Islington (bot) · 2 years, 9 months ago
  6. c206cc9 gh-98680: Add PyBUF_* constants to the Limited API listing (GH-100018) by Miss Islington (bot) · 2 years, 9 months ago
  7. 4a7612f gh-99892: test_unicodedata: skip test on download failure (GH-100011) by Miss Islington (bot) · 2 years, 9 months ago
  8. 374b0a2 [3.11] bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684) (#99973) by Luke Garland · 2 years, 9 months ago
  9. 9bcc68b gh-98458: unittest: bugfix for infinite loop while handling chained exceptions that contain cycles (GH-98459) by Miss Islington (bot) · 2 years, 9 months ago
  10. 9e38553 [3.11] gh-99886: Fix crash when freeing objects with managed dictionaries (#99902) by Ken Jin · 2 years, 9 months ago
  11. 4710a75 gh-99934: test_marshal.py: add more elements in test_deterministic_sets (GH-99935) by Miss Islington (bot) · 2 years, 9 months ago
  12. 88b754b [3.11] gh-99086: Fix -Wstrict-prototypes, -Wimplicit-function-declara… (GH-99919) by Sam James · 2 years, 9 months ago
  13. 6282ef6 [3.11] gh-99891: Fix infinite recursion in the tokenizer when showing warnings (GH-99893) (GH-99896) by Pablo Galindo Salgado · 2 years, 9 months ago
  14. 0076ca4 gh-96192: fix os.ismount() to use a path that is str or bytes (GH-96194) by Miss Islington (bot) · 2 years, 9 months ago
  15. 90701eb bpo-47220: Document the optional callback parameter of weakref.WeakMethod (GH-25491) by Miss Islington (bot) · 2 years, 9 months ago
  16. 8dafefc gh-82836: fix private network check (GH-97733) by Miss Islington (bot) · 2 years, 9 months ago
  17. 74920aa gh-99344, gh-99379, gh-99382: Fix issues in substitution of ParamSpec and TypeVarTuple (GH-99412) by Miss Islington (bot) · 2 years, 9 months ago
  18. 6f658dd [3.11] bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and segfaults (GH-18640) (#99841) by Kumar Aditya · 2 years, 9 months ago
  19. 1e32705 bpo-41825: restructure docs for the os.wait*() family (GH-22356) by Miss Islington (bot) · 2 years, 9 months ago
  20. fce9516 gh-51524: Fix bug when calling trace.CoverageResults with valid infile (GH-99629) by Miss Islington (bot) · 2 years, 9 months ago
  21. e4cfdaa GH-87235: Make sure "python /dev/fd/9 9</path/to/script.py" works on macOS (GH-99768) by Miss Islington (bot) · 2 years, 9 months ago
  22. 193a25e gh-91078: Return None from TarFile.next when the tarfile is empty (GH-91850) by Miss Islington (bot) · 2 years, 9 months ago
  23. 45ffab4 gh-97966: Restore prior expectation that uname_result._fields and ._asdict would include the processor. (gh-98343) by Miss Islington (bot) · 2 years, 9 months ago
  24. c06f74f bpo-38031: Fix a possible assertion failure in _io.FileIO() (GH-GH-5688) by Miss Islington (bot) · 2 years, 9 months ago
  25. 4255a9f gh-98872: Fix a possible resource leak in Python 3.11.0 (GH-99047) by Miss Islington (bot) · 2 years, 9 months ago
  26. d74117a Use faster APIs to calculate paths at startup for Store packaged Python on Windows (GH-99345) by Miss Islington (bot) · 2 years, 9 months ago
  27. 24fad64 [3.11] gh-88863: Clear ref cycles to resolve leak when asyncio.open_connection raises (GH-95739) (#99721) by Dong Uk, Kang · 2 years, 9 months ago
  28. a64e71e GH-92892: Add section about variadic functions to ctypes documentation (GH-99529) by Miss Islington (bot) · 2 years, 9 months ago
  29. 9a7899b [3.11] gh-99645: Fix a bug in handling class cleanups in unittest.TestCase (GH-99646) (GH-99698) by Serhiy Storchaka · 2 years, 9 months ago
  30. 49f2eee [3.11] gh-99016: Make build scripts compatible with Python 3.8 (GH-99017). (GH-99693) by Serhiy Storchaka · 2 years, 9 months ago
  31. f38eebb GH-97001: Release GIL in termios extension (GH-99503) by Miss Islington (bot) · 2 years, 9 months ago
  32. 85dbd2d gh-99341: Cover type ignore nodes when incrementing line numbers (GH-99422) by Miss Islington (bot) · 2 years, 9 months ago
  33. e26aa24 gh-99659: Use correct exceptions in sqlite3 bigmem tests (GH-99660) by Miss Islington (bot) · 2 years, 9 months ago
  34. a3480ec [3.11] gh-99103: Normalize specialized traceback anchors against the current line (#99423) by Batuhan Taskaya · 2 years, 9 months ago
  35. 2d5f4ba gh-98629: Fixes sys._git and sys.version creation on Windows (GH-99664) by Miss Islington (bot) · 2 years, 9 months ago
  36. 0c6b3a2 [3.11] Revert "[3.11] gh-98724: Fix Py_CLEAR() macro side effects (#99100)" (#99573) by Victor Stinner · 2 years, 9 months ago
  37. 9dda902 gh-99578: Fix refleak in _imp.create_builtin() (GH-99642) by Miss Islington (bot) · 2 years, 9 months ago
  38. aa06786 [3.11] gh-99337: Fix compile errors with gcc 12 on macOS (GH-99470) (#99638) by Miss Islington (bot) · 2 years, 9 months ago
  39. f381644 gh-99581: Fix a buffer overflow in the tokenizer when copying lines that fill the available buffer (GH-99605) by Miss Islington (bot) · 2 years, 9 months ago
  40. 7e74237 [3.11] gh-98086: Now ``patch.dict`` can decorate async functions (GH-98095) (#99365) by Miss Islington (bot) · 2 years, 9 months ago
  41. d5e6f9b gh-99442: Fix handling in py.exe launcher when argv[0] does not include a file extension (GH-99542) by Miss Islington (bot) · 2 years, 9 months ago
  42. 82ab9e6 gh-99553: fix bug where an ExceptionGroup subclass can wrap a BaseException (GH-99572) by Miss Islington (bot) · 2 years, 9 months ago
  43. 0a208d5 gh-98940: Fix Mac/Extras.install.py File filter bug (GH-98943) by Miss Islington (bot) · 2 years, 9 months ago
  44. f4cb828 gh-87604: Avoid publishing list of active per-interpreter audit hooks via the gc module (GH-99373) by Miss Islington (bot) · 2 years, 9 months ago
  45. 5971a65 gh-99370: Calculate zip path from prefix when in a venv (GH-99371) by Miss Islington (bot) · 2 years, 9 months ago
  46. bf76d9b gh-99275: Fix `SystemError` in `ctypes` during `__initsubclass__` (GH-99283) by Miss Islington (bot) · 2 years, 9 months ago
  47. 72d356e gh-99418: Make urllib.parse.urlparse enforce that a scheme must begin with an alphabetical ASCII character. (GH-99421) by Miss Islington (bot) · 2 years, 9 months ago
  48. eac1a63 [3.11] gh-98707: configure --with-system-libmpdec and --with-system-expat no longer include vendored headers (GH-98711) (#99391) by Erlend E. Aasland · 2 years, 9 months ago
  49. ecc164f bpo-34272: Reorganize C API tests. (GH-8551) by Miss Islington (bot) · 2 years, 9 months ago
  50. 92b531b gh-80448: argparse: Fix IndexError on store_true action (GH-15656) by Miss Islington (bot) · 2 years, 9 months ago
  51. 1119ee4 [3.11] GH-99298: Don't perform jumps before error handling (GH-99343) by Brandt Bucher · 2 years, 9 months ago
  52. 0dfbb76 [3.11] gh-99277: remove older version of `get_write_buffer_limits` (GH-99280) (#99338) by Miss Islington (bot) · 2 years, 9 months ago
  53. c9f2177 gh-99204: Calculate base_executable by alternate names in POSIX venvs (GH-99206) by Miss Islington (bot) · 2 years, 9 months ago
  54. f9a68be [3.11] GH-99257: Check the owner's type when specializing slots (GH-99324) by Miss Islington (bot) · 2 years, 9 months ago
  55. 1de088c gh-74044: inspect.signature for wrappers around decorated bound methods (GH-736) by Miss Islington (bot) · 2 years, 9 months ago
  56. 7c9c993 GH-99205: Mark new interpreters and threads as non-static (GH-99268) by Miss Islington (bot) · 2 years, 9 months ago
  57. 1082890 gh-98724: Fix Py_CLEAR() macro side effects (#99100) (#99288) by Victor Stinner · 2 years, 9 months ago
  58. 4f31171 gh-99248: [Enum] fix negative number infinite loop (GH-99256) by Miss Islington (bot) · 2 years, 9 months ago
  59. 47f4a18 gh-99181: fix except* on unhashable exceptions (GH-99192) by Miss Islington (bot) · 2 years, 9 months ago
  60. 2d00190 gh-92119: ctypes: Print exception class name instead of its representation (GH-98302) by Miss Islington (bot) · 2 years, 9 months ago
  61. a6f6c3a [3.11] gh-98433: Fix quadratic time idna decoding. (GH-99092) (#99222) by Miss Islington (bot) · 2 years, 9 months ago
  62. 1e5e38b gh-94280: Require Python 3.9 or higher to compile CPython on Windows (GH-94281) by Miss Islington (bot) · 2 years, 9 months ago
  63. 5f83209 bpo-38523: ignore_dangling_symlinks does not apply recursively (GH-22937) by Miss Islington (bot) · 2 years, 9 months ago
  64. d8a42bc [3.11] gh-99153: set location on SyntaxError for try with both except and except* (GH-99160) (#99168) by Irit Katriel · 2 years, 9 months ago
  65. 263e983 [3.11] GH-99155: Fix `NormalDist` pickle with `0` and `1` protocols (GH-99156). (GH-99188) by Nikita Sobolev · 2 years, 9 months ago
  66. 58c8c1d gh-96055: Update faulthandler to emit proper unexpect signal number (gh-99162) by Miss Islington (bot) · 2 years, 10 months ago
  67. 5707792 gh-83004: Clean up refleak in _pickle initialisation (GH-98841) by Miss Islington (bot) · 2 years, 10 months ago
  68. 4b1e45e gh-83004: Clean up refleak in _zoneinfo initialisation (GH-98842) by Miss Islington (bot) · 2 years, 10 months ago
  69. be4bab8 gh-93464: [Enum] fix auto() failure during multiple assignment (GH-99148) by Miss Islington (bot) · 2 years, 10 months ago
  70. 29c3dc0 gh-83004: Clean up refleak in _io initialisation (GH-98840) by Miss Islington (bot) · 2 years, 10 months ago
  71. 0a99a79 gh-99134: Update bundled pip to 22.3.1 (gh-99135) by Miss Islington (bot) · 2 years, 10 months ago
  72. 07734a4 [3.11] gh-98706: Sync with importlib_metadata 4.13.0. (GH-98875) by Jason R. Coombs · 2 years, 10 months ago
  73. 573b451 [3.11] gh-99086: Fix implicit int compiler warning in configure check for PTHREAD_SCOPE_SYSTEM (GH-99085) (#99118) by Erlend E. Aasland · 2 years, 10 months ago
  74. 41a9f49 gh-98978: Fix Py_SetPythonHome(NULL) (GH-99066) by Miss Islington (bot) · 2 years, 10 months ago
  75. eb023a8 gh-98740: Fix validation of conditional expressions in RE (GH-98764) by Miss Islington (bot) · 2 years, 10 months ago
  76. 3ff659a gh-98790: When DLLs directory is missing on Windows, assume executable_dir contains PYD files instead (GH-98936) by Steve Dower · 2 years, 10 months ago
  77. dc4bf6b gh-97731: Specify the full path to the docs for `make docclean` (GH-98982) by Miss Islington (bot) · 2 years, 10 months ago
  78. 04ab357 gh-98415: Fix uuid.getnode() ifconfig implementation (GH-98423) by Miss Islington (bot) · 2 years, 10 months ago
  79. 39e0627 [3.11] gh-98925: Lower marshal recursion depth for WASI (GH-98938) (GH-98979) by Miss Islington (bot) · 2 years, 10 months ago
  80. cd6655a gh-98689: Update Windows builds to zlib v1.2.13 (GH-98968) by Miss Islington (bot) · 2 years, 10 months ago
  81. 20c258c gh-98852: Fix subscription of type aliases (GH-98920) by Miss Islington (bot) · 2 years, 10 months ago
  82. 8495af8 GH-98897: fix memory leak if `math.dist` raises exception (GH-98898) by Miss Islington (bot) · 2 years, 10 months ago
  83. 46a3cf4 gh-98692: Enable treating shebang lines as executables in py.exe launcher (GH-98732) by Miss Islington (bot) · 2 years, 10 months ago
  84. 2b0cbb9 [3.11] gh-98793: Fix typecheck in `overlapped.c` (GH-98835) (#98889) by Charlie Zhao · 2 years, 10 months ago
  85. ca24e49 [3.11] gh-96151: Use a private name for passing builtins to dataclass. This now allows for a field named BUILTIN (gh-98143) (gh-98900) by Miss Islington (bot) · 2 years, 10 months ago
  86. 57dd110 [3.11] gh-96853: Restore test coverage for Py_Initialize(Ex) (GH-98874) by Miss Islington (bot) · 2 years, 10 months ago
  87. 5efe2ee [3.11] gh-98783: Fix crashes when `str` subclasses are used in `_PyUnicode_Equal` (GH-98806) (#98871) by Dennis Sweeney · 2 years, 10 months ago
  88. 751da28 [3.11] gh-98744: Prevent column-level decoding crashes on traceback module (#98850) by Batuhan Taskaya · 2 years, 10 months ago
  89. 725efe4 [3.11] gh-98624 Add mutex to unittest.mock.NonCallableMock (GH-98688) (#98797) by Miss Islington (bot) · 2 years, 10 months ago
  90. 9f01a27 gh-98745: Allow py.exe launcher to install 3.11 by default and 3.12 on request (GH-98780) by Miss Islington (bot) · 2 years, 10 months ago
  91. c5f3f29 gh-98739: Update libexpat from 2.4.9 to 2.5.0 (GH-98742) by Miss Islington (bot) · 2 years, 10 months ago
  92. 08ce791 gh-98703: Fix asyncio proactor_events calling _call_connection_lost multiple times (GH-98704) by Miss Islington (bot) · 2 years, 10 months ago
  93. 5f86275 [3.11] Change links to label refs (GH-98454) (#98725) by Stanley · 2 years, 10 months ago
  94. ce2b56e gh-98713: Use `@cpython_only` for a test that fails on PyPy (GH-98714) by Miss Islington (bot) · 2 years, 10 months ago
  95. 83c8df2 [3.11] GH-87390: Add remaining tests for PEP 646 (GH-98267) (#98667) by Jelle Zijlstra · 2 years, 10 months ago
  96. f7194ca gh-94328: Update Windows installer to use SQLite 3.39.4 (GH-98640) by Miss Islington (bot) · 2 years, 10 months ago
  97. 65f9c8e gh-93696: Locate frozen module source with __file__ (GH-93697) by Miss Islington (bot) · 2 years, 10 months ago
  98. febbb4b gh-94328: Update macOS installer to use SQLite 3.39.4. (GH-98639) by Miss Islington (bot) · 2 years, 10 months ago
  99. 8950689 [3.11] GH-89237: fix hang in proactor `subprocess.wait_closed()` (GH-98572) (#98620) by Miss Islington (bot) · 2 years, 10 months ago
  100. b3cafb6 [3.11] Fix v3.11.0 release merge problems (GH-98622) by Pablo Galindo Salgado · 2 years, 10 months ago