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. 32a2193 [3.11] gh-60203: Revert changes in cycle.__setstate__ (GH-99982) (#100016) by Łukasz Langa · 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. 5533cf6 gh-100005: Skip test_script_as_dev_fd() on FreeBSD (GH-100006) by Miss Islington (bot) · 2 years, 9 months ago
  9. 374b0a2 [3.11] bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684) (#99973) by Luke Garland · 2 years, 9 months ago
  10. 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
  11. 7aa87bb gh-60203: Always pass True/False as boolean arguments in tests (GH-99983) by Miss Islington (bot) · 2 years, 9 months ago
  12. 9e38553 [3.11] gh-99886: Fix crash when freeing objects with managed dictionaries (#99902) by Ken Jin · 2 years, 9 months ago
  13. 4710a75 gh-99934: test_marshal.py: add more elements in test_deterministic_sets (GH-99935) by Miss Islington (bot) · 2 years, 9 months ago
  14. 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
  15. 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
  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. 5bbf8ed [3.11] gh-99811: Use correct variable to search for time in format string (GH-99812) (GH-99851) by Miss Islington (bot) · 2 years, 9 months ago
  19. 6f658dd [3.11] bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and segfaults (GH-18640) (#99841) by Kumar Aditya · 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. 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
  26. 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
  27. 85dbd2d gh-99341: Cover type ignore nodes when incrementing line numbers (GH-99422) by Miss Islington (bot) · 2 years, 9 months ago
  28. e26aa24 gh-99659: Use correct exceptions in sqlite3 bigmem tests (GH-99660) by Miss Islington (bot) · 2 years, 9 months ago
  29. a3480ec [3.11] gh-99103: Normalize specialized traceback anchors against the current line (#99423) by Batuhan Taskaya · 2 years, 9 months ago
  30. 555e76e Add more details in test_unittest (GH-99626) by Miss Islington (bot) · 2 years, 9 months ago
  31. 9dda902 gh-99578: Fix refleak in _imp.create_builtin() (GH-99642) by Miss Islington (bot) · 2 years, 9 months ago
  32. 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
  33. 152a437 [3.11] gh-99211: Point to except/except* on syntax errors when mixing them (GH-99215) (GH-99622) by Lysandros Nikolaou · 2 years, 9 months ago
  34. 56a517e [3.11] gh-78453: Move Unicode C API tests from test_unicode to test_capi.test_unicode (GH-99431). (GH-99614) by Serhiy Storchaka · 2 years, 9 months ago
  35. 7e74237 [3.11] gh-98086: Now ``patch.dict`` can decorate async functions (GH-98095) (#99365) by Miss Islington (bot) · 2 years, 9 months ago
  36. 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
  37. 82ab9e6 gh-99553: fix bug where an ExceptionGroup subclass can wrap a BaseException (GH-99572) by Miss Islington (bot) · 2 years, 9 months ago
  38. 0014ce7 gh-99370: Prefer LIBDIR from sysconfig when locating libpython for test (GH-99523) by Miss Islington (bot) · 2 years, 9 months ago
  39. 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
  40. e1e8a15 GH-98219: reduce sleep time in `asyncio` subprocess test (GH-99464) by Miss Islington (bot) · 2 years, 9 months ago
  41. b189f42 gh-99370: fix test_zippath_from_non_installed_posix (GH-99483) by Miss Islington (bot) · 2 years, 9 months ago
  42. 90de4b7 [3.11] gh-99357: Close the event loop when it is no longer used in test_uncancel_structured_blocks (GH-99414) (#99424) by Miss Islington (bot) · 2 years, 9 months ago
  43. 5971a65 gh-99370: Calculate zip path from prefix when in a venv (GH-99371) by Miss Islington (bot) · 2 years, 9 months ago
  44. 3b8bcfc [Enum] update version TODO comment (GH-99458) by Miss Islington (bot) · 2 years, 9 months ago
  45. bf76d9b gh-99275: Fix `SystemError` in `ctypes` during `__initsubclass__` (GH-99283) by Miss Islington (bot) · 2 years, 9 months ago
  46. 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
  47. ecc164f bpo-34272: Reorganize C API tests. (GH-8551) by Miss Islington (bot) · 2 years, 9 months ago
  48. 92b531b gh-80448: argparse: Fix IndexError on store_true action (GH-15656) by Miss Islington (bot) · 2 years, 9 months ago
  49. 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
  50. c9f2177 gh-99204: Calculate base_executable by alternate names in POSIX venvs (GH-99206) by Miss Islington (bot) · 2 years, 9 months ago
  51. f9a68be [3.11] GH-99257: Check the owner's type when specializing slots (GH-99324) by Miss Islington (bot) · 2 years, 9 months ago
  52. 1de088c gh-74044: inspect.signature for wrappers around decorated bound methods (GH-736) by Miss Islington (bot) · 2 years, 9 months ago
  53. 921f235 gh-99320: remove tests for old-style class from `test_complex` (GH-99321) by Miss Islington (bot) · 2 years, 9 months ago
  54. 1565db7 gh-94445: add compiler test for another case of excessive stack use (GH-99237) by Miss Islington (bot) · 2 years, 9 months ago
  55. 4f31171 gh-99248: [Enum] fix negative number infinite loop (GH-99256) by Miss Islington (bot) · 2 years, 9 months ago
  56. 47f4a18 gh-99181: fix except* on unhashable exceptions (GH-99192) by Miss Islington (bot) · 2 years, 9 months ago
  57. 2d00190 gh-92119: ctypes: Print exception class name instead of its representation (GH-98302) by Miss Islington (bot) · 2 years, 9 months ago
  58. a6f6c3a [3.11] gh-98433: Fix quadratic time idna decoding. (GH-99092) (#99222) by Miss Islington (bot) · 2 years, 9 months ago
  59. 1add239 [3.11] gh-98513: Test abstract methods of some `collections` types (GH-98516) (#99226) by Miss Islington (bot) · 2 years, 9 months ago
  60. 42fb233 gh-99124: use concrete exception types in `test_builtin` (GH-99125) by Miss Islington (bot) · 2 years, 9 months ago
  61. 5f83209 bpo-38523: ignore_dangling_symlinks does not apply recursively (GH-22937) by Miss Islington (bot) · 2 years, 9 months ago
  62. 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
  63. 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
  64. 6fadca3 gh-99051: remove duplicated test from `test_weakref` (GH-99052) by Miss Islington (bot) · 2 years, 10 months ago
  65. be4bab8 gh-93464: [Enum] fix auto() failure during multiple assignment (GH-99148) by Miss Islington (bot) · 2 years, 10 months ago
  66. d025046 `test_typing`: use all pickle protocols (GH-99154) by Miss Islington (bot) · 2 years, 10 months ago
  67. 0a99a79 gh-99134: Update bundled pip to 22.3.1 (gh-99135) by Miss Islington (bot) · 2 years, 10 months ago
  68. d8c11b7 gh-94808: add tests covering `PySequence_{Set,Del}Slice` (GH-99123) by Miss Islington (bot) · 2 years, 10 months ago
  69. 07734a4 [3.11] gh-98706: Sync with importlib_metadata 4.13.0. (GH-98875) by Jason R. Coombs · 2 years, 10 months ago
  70. 46a493e gh-94808: add tests covering `PyEval_GetFuncDesc` function (GH-98300) by Miss Islington (bot) · 2 years, 10 months ago
  71. a9a8c87 [3.11] gh-90867: test.support.wait_process() uses LONG_TIMEOUT (#99071) (#99098) by Victor Stinner · 2 years, 10 months ago
  72. 2b79f4e [3.11] gh-94808: Cover `LOAD_GLOBAL` for custom dict subtypes (GH-96767) (GH-99091) by Miss Islington (bot) · 2 years, 10 months ago
  73. eb023a8 gh-98740: Fix validation of conditional expressions in RE (GH-98764) by Miss Islington (bot) · 2 years, 10 months ago
  74. a02979f gh-98512: Add more tests for `ValuesView` (GH-98515) by Miss Islington (bot) · 2 years, 10 months ago
  75. 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
  76. 04ab357 gh-98415: Fix uuid.getnode() ifconfig implementation (GH-98423) by Miss Islington (bot) · 2 years, 10 months ago
  77. 39e0627 [3.11] gh-98925: Lower marshal recursion depth for WASI (GH-98938) (GH-98979) by Miss Islington (bot) · 2 years, 10 months ago
  78. 20c258c gh-98852: Fix subscription of type aliases (GH-98920) by Miss Islington (bot) · 2 years, 10 months ago
  79. 8495af8 GH-98897: fix memory leak if `math.dist` raises exception (GH-98898) by Miss Islington (bot) · 2 years, 10 months ago
  80. 46a3cf4 gh-98692: Enable treating shebang lines as executables in py.exe launcher (GH-98732) by Miss Islington (bot) · 2 years, 10 months ago
  81. 2b0cbb9 [3.11] gh-98793: Fix typecheck in `overlapped.c` (GH-98835) (#98889) by Charlie Zhao · 2 years, 10 months ago
  82. 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
  83. 57dd110 [3.11] gh-96853: Restore test coverage for Py_Initialize(Ex) (GH-98874) by Miss Islington (bot) · 2 years, 10 months ago
  84. 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
  85. 751da28 [3.11] gh-98744: Prevent column-level decoding crashes on traceback module (#98850) by Batuhan Taskaya · 2 years, 10 months ago
  86. 725efe4 [3.11] gh-98624 Add mutex to unittest.mock.NonCallableMock (GH-98688) (#98797) by Miss Islington (bot) · 2 years, 10 months ago
  87. 8e475ad gh-98703: Add tests for closing `_ProactorSocketTransport` with proactor event loop (GH-98730) by Miss Islington (bot) · 2 years, 10 months ago
  88. 08ce791 gh-98703: Fix asyncio proactor_events calling _call_connection_lost multiple times (GH-98704) by Miss Islington (bot) · 2 years, 10 months ago
  89. 3bad567 [3.11] gh-98741: Remove useless check_home usage from is_python_build usage (GH-98743) (GH-98746) by Miss Islington (bot) · 2 years, 10 months ago
  90. ce2b56e gh-98713: Use `@cpython_only` for a test that fails on PyPy (GH-98714) by Miss Islington (bot) · 2 years, 10 months ago
  91. db14a9d gh-94808: cover `PyMapping_HasKeyString` and `PyMapping_HasKey` (GH-98486) by Miss Islington (bot) · 2 years, 10 months ago
  92. 83c8df2 [3.11] GH-87390: Add remaining tests for PEP 646 (GH-98267) (#98667) by Jelle Zijlstra · 2 years, 10 months ago
  93. 18b788c gh-94808: Improve coverage of `unicode_find` and `unicode_rfind` (GH-98648) by Miss Islington (bot) · 2 years, 10 months ago
  94. abc1a8c Use more precise exception types in `assertRaises` in typing tests (GH-98650) by Miss Islington (bot) · 2 years, 10 months ago
  95. 65f9c8e gh-93696: Locate frozen module source with __file__ (GH-93697) by Miss Islington (bot) · 2 years, 10 months ago
  96. 8950689 [3.11] GH-89237: fix hang in proactor `subprocess.wait_closed()` (GH-98572) (#98620) by Miss Islington (bot) · 2 years, 10 months ago
  97. b3cafb6 [3.11] Fix v3.11.0 release merge problems (GH-98622) by Pablo Galindo Salgado · 2 years, 10 months ago
  98. 3a1eb81 GH-98407: fix `test_kill_issue43884` to not leak child processes (GH-98491) by Miss Islington (bot) · 2 years, 10 months ago
  99. 69b6b56 Merge tag 'v3.11.0' into 3.11 by Pablo Galindo · 2 years, 10 months ago
  100. 36d25a4 [3.11] GH-98543: Fix `asyncio.TaskGroup` to not keep reference to errors after raising ExceptionGroup (GH-98544) (#98550) by Miss Islington (bot) · 2 years, 10 months ago