Python 3.11.0b5
  1. 0771d71 Python 3.11.0b5 by Pablo Galindo · 3 years, 1 month ago v3.11.0b5
  2. 7f73194 [3.11] GH-92678: Expose managed dict clear and visit functions (GH-95246). (#95256) by Pablo Galindo Salgado · 3 years, 1 month ago
  3. e5ff5ec [3.11] GH-94739: Backport GH-94958 to 3.11 (#94965) by Mark Shannon · 3 years, 1 month ago
  4. 3ec139f gh-95087: Fix IndexError in parsing invalid date in the email module (GH-95201) by Miss Islington (bot) · 3 years, 1 month ago
  5. 49d0384 gh-95212: make multiprocessing test case parallel-safe (GH-95213) by Miss Islington (bot) · 3 years, 1 month ago
  6. 687dd50 gh-95199: upgrade bundled setuptools to 63.2.0 (gh-95200) by Miss Islington (bot) · 3 years, 1 month ago
  7. 9639cc1 gh-95194: upgrade bundled pip to 22.2 (gh-95195) by Miss Islington (bot) · 3 years, 1 month ago
  8. 00cda6b gh-95174: Handle missing waitpid and gethostbyname in WASI (GH-95181) by Miss Islington (bot) · 3 years, 1 month ago
  9. 22f06d6 gh-93157: Fix fileinput didn't support `errors` in `inplace` mode (GH-95128) by Miss Islington (bot) · 3 years, 1 month ago
  10. 0d688bd gh-90473: Fix more tests on platforms without umask (GH-95164) by Miss Islington (bot) · 3 years, 1 month ago
  11. 5d3f2fb [3.11] gh-95132: Correctly relay *args and **kwds from sqlite3.connect to factory (GH-95146) (#95158) by Erlend Egeberg Aasland · 3 years, 1 month ago
  12. 064462a [3.11] GH-94036: Fix more attribute location quirks (GH-95028) (GH-95156) by Brandt Bucher · 3 years, 1 month ago
  13. bbdacb4 GH-94438: Handle extended arguments and conditional pops in mark_stacks (GH-95110) by Miss Islington (bot) · 3 years, 1 month ago
  14. 5a48ab0 [3.11] GH-95113: Don't use EXTENDED_ARG_QUICK in unquickened code (GH-95121) (GH-95143) by Brandt Bucher · 3 years, 1 month ago
  15. deacc3c gh-95105: Return Iterator from wsgiref.types.InputStream.__iter__ (GH-95106) by Miss Islington (bot) · 3 years, 1 month ago
  16. d19b5d8 gh-95010: Fix asyncio GenericWatcherTests.test_create_subprocess_fails_with_inactive_watcher (GH-95009) by Miss Islington (bot) · 3 years, 1 month ago
  17. 57375d1 gh-90654: Remove unneeded blank line (GH-95044) (#95047) by Miss Islington (bot) · 3 years, 1 month ago
  18. e2fce3a [3.11] GH-91409: Don't overwrite valid locations with NOP locations (GH-95067) (GH-95068) by Brandt Bucher · 3 years, 1 month ago
  19. 2ac1096 gh-94998: Remove redundant condition in test_sqlite3/__main__.py (GH-95052) by Miss Islington (bot) · 3 years, 1 month ago
  20. 6cc9489 gh-94844: Add pathlib support to shutil archive management (GH-94846) by Miss Islington (bot) · 3 years, 1 month ago
  21. 1093804 gh-90654: Add item missing from idlelib/NEWS.txt (GH-95038) by Miss Islington (bot) · 3 years, 1 month ago
  22. 9487e8d GH-91153: Handle mutating __index__ methods in bytearray item assignment (GH-94891) by Miss Islington (bot) · 3 years, 1 month ago
  23. fbd2406 test_concurrent_futures: Fix unneeded/confusing format call (GH-93119) by Miss Islington (bot) · 3 years, 1 month ago
  24. 7733aa0 gh-94949: Disallow parsing parenthesised ctx mgr with old feature_version (GH-94950) by Miss Islington (bot) · 3 years, 1 month ago
  25. be84daf Revert "gh-93910: [Enum] restore member.member restriction while keeping performance boost (GH-94913)" (#94981) by Ethan Furman · 3 years, 1 month ago
  26. eda2f90 [3.11] GH-94822: Don't specialize when metaclasses are involved (GH-94892) (GH-94980) by Brandt Bucher · 3 years, 1 month ago
  27. ec6ed66 gh-94930: skipitem() in getargs.c should return non-NULL on error (GH-94931) by Miss Islington (bot) · 3 years, 1 month ago
  28. 7dc236d gh-94947: Disallow parsing walrus with feature_version < (3, 8) (GH-94948) by Miss Islington (bot) · 3 years, 1 month ago
  29. e747562 gh-94601: [Enum] fix inheritance for __str__ and friends (GH-94942) by Miss Islington (bot) · 3 years, 1 month ago
  30. 8d0249e gh-72889: Remove redundant mock.Mock()._is_coroutine = False workarounds (GH-94926) by Miss Islington (bot) · 3 years, 1 month ago
  31. 1c63734 gh-91348: Restore frame argument to sys._getframe audit event (GH-94928) by Miss Islington (bot) · 3 years, 1 month ago
  32. 65d87a2 gh-94821: Fix autobind of empty unix domain address (GH-94826) by Miss Islington (bot) · 3 years, 1 month ago
  33. 107c21c gh-94864: Fix PyArg_Parse* with deprecated format units "u" and "Z" (GH-94902) by Serhiy Storchaka · 3 years, 1 month ago
  34. 30f28ac gh-93910: [Enum] restore member.member restriction while keeping performance boost (GH-94913) by Miss Islington (bot) · 3 years, 1 month ago
  35. ccbf853 gh-91181: drop support for bytes on sys.path (GH-31934) by Miss Islington (bot) · 3 years, 1 month ago
  36. e121cb5 gh-94869: Fix the location in some expressions for multi-line f-string ast nodes (GH-94895) by Miss Islington (bot) · 3 years, 1 month ago
  37. b040617 gh-94772: Fix off-by-one error in Windows launcher (GH-94779) by Miss Islington (bot) · 3 years, 1 month ago
  38. 8dc4de3 gh-94808: Add coverage for boolobject.c:bool_new (GH-94859) (GH-94883) by Miss Islington (bot) · 3 years, 1 month ago
  39. e55f60d [3.11] GH-94808: Cover handling non-finite numbers from round when ndigits is provided (GH-94860) (GH-94882) by Miss Islington (bot) · 3 years, 1 month ago
  40. 8f92ebb gh-94814: Improve coverage of _PyCode_CreateLineArray (GH-94852) by Miss Islington (bot) · 3 years, 1 month ago
  41. d9107aa0 gh-94731: Revert to C-style casts for _Py_CAST (GH-94782) (#94849) by Miss Islington (bot) · 3 years, 1 month ago
  42. 91f7914 GH-89988: Fix memory leak in pickle.Pickler dispatch_table lookup (GH-94298) by Miss Islington (bot) · 3 years, 1 month ago
  43. 29fc20c idlelib: replace 'while 1' with 'while True' (GH-94827) by Miss Islington (bot) · 3 years, 1 month ago
  44. ffbd6ae gh-94751: Install, import and run the test C++ extension (MVP) (GH-94754) (#94780) by Miss Islington (bot) · 3 years, 1 month ago
  45. 3c91f42 Fix typo in _exact_ratio comment. (GH-94789) by Miss Islington (bot) · 3 years, 1 month ago
  46. 7c18501 docs: typing.Self, fix typo (GH-94771) by Miss Islington (bot) · 3 years, 1 month ago
  47. 5a7e1e0 Python 3.11.0b4 by Pablo Galindo · 3 years, 1 month ago v3.11.0b4
  48. a276833 [3.11] GH-94736: mark SemLock test as linux only (GH-94750) (#94752) by Miss Islington (bot) · 3 years, 1 month ago
  49. 91176d3 [3.11] bpo-45924: Fix asyncio incorrect traceback when future's exception is raised multiple times (GH-30274) (#94747) by Miss Islington (bot) · 3 years, 1 month ago
  50. 8464e4a GH-94736: Fix _multiprocessing.SemLock subclassing (GH-94738) by Miss Islington (bot) · 3 years, 1 month ago
  51. 45896f2 [3.11] gh-93883: elide traceback indicators when possible (GH-93994) (GH-94740) by John Belmonte · 3 years, 1 month ago
  52. e5c8ad3 [3.11] GH-94694: Fix column offsets for multi-line method lookups (GH-94721) by Brandt Bucher · 3 years, 1 month ago
  53. 7b5737a Improve dataclass docstring (gh-94686) by Miss Islington (bot) · 3 years, 1 month ago
  54. 7a34172 [3.11] GH-93252: Fix error handling for failed Python calls (GH-94693) (GH-94708) by Kumar Aditya · 3 years, 1 month ago
  55. b4e232c gh-94607: Fix subclassing generics (GH-94610) by Miss Islington (bot) · 3 years, 1 month ago
  56. 36a3372 [3.11] gh-94215: Fix error handling for line-tracing events (GH-94681) (GH-94688) by Christian Heimes · 3 years, 1 month ago
  57. 65c4316 gh-93910: Fix enum performance regression (GH-94614) by Miss Islington (bot) · 3 years, 1 month ago
  58. 421c4b0 gh-94215: Add reproducer for segfault in frame_setlineno() (GH-94563) by Miss Islington (bot) · 3 years, 1 month ago
  59. c0b7868 [3.11] gh-94430: Allow params named `module` or `self` with custom C names in AC (GH-94431) (#94649) by Erlend Egeberg Aasland · 3 years, 1 month ago
  60. 74c953d [3.11] gh-92228: disable the compiler's 'small exit block inlining' optimization for blocks that have a line number (GH-94592) (GH-94643) by Christian Heimes · 3 years, 1 month ago
  61. 0187b60 GH-93896: AAlways set event loop in asyncio.run and IsolatedAsyncioTestCase (GH-94593) by Miss Islington (bot) · 3 years, 1 month ago
  62. 5f4a16b [3.11] gh-94510: Raise on re-entrant calls to sys.setprofile and sys.settrace (GH-94511) (GH-94578) by Łukasz Langa · 3 years, 1 month ago
  63. 552fc9a gh-91330: Tests and docs for dataclass descriptor-typed fields (GH-94424) (GH-94576) by Miss Islington (bot) · 3 years, 1 month ago
  64. 9bd97a2 gh-90355: Add isolated flag if currently isolated (GH-92857) (GH-94568) by Miss Islington (bot) · 3 years, 1 month ago
  65. 49aeda9 [3.11] gh-92897: Ensure `venv --copies` respects source build property of the creating interpreter (GH-92899) (GH-94567) by Vinay Sajip · 3 years, 1 month ago
  66. d49159b [3.11] bpo-46755: Don't log stack info twice in QueueHandler (GH-31355) (GH-94564) by Miss Islington (bot) · 3 years, 1 month ago
  67. 1bfe83a [3.11] gh-94485: Set line number of module's RESUME instruction to 0 as specified by PEP 626 (GH-94552) (GH-94562) by Łukasz Langa · 3 years, 1 month ago
  68. 99a0668 gh-93626: Set the release for `__future__.annotations` to `None` (GH-93628) (GH-94553) by Miss Islington (bot) · 3 years, 1 month ago
  69. 68f5fa6 [3.11] GH-94262: Don't create frame objects for frames that aren't yet complete. (GH-94371) (#94482) by Miss Islington (bot) · 3 years, 2 months ago
  70. 1e7efbc IDLE doc: Tweek RESTART and Windows console start (GH-94530) by Miss Islington (bot) · 3 years, 2 months ago
  71. c4f82ea [3.11] gh-93975: Provide nicer error reporting from subprocesses in test_venv.EnsurePipTest.test_with_pip (GH-93959) (GH-94003) by Jason R. Coombs · 3 years, 2 months ago
  72. 02b30a8 [3.11] GH-94438: Backport GH-94444 (#94486) by Mark Shannon · 3 years, 2 months ago
  73. 9ebec7d gh-84753: Make inspect.iscoroutinefunction() work with AsyncMock (GH-94050) (GH-94460) by Miss Islington (bot) · 3 years, 2 months ago
  74. 7fe949e GH-94398: TaskGroup: Fail create_task() during shutdown (GH-94400) (GH-94463) by Miss Islington (bot) · 3 years, 2 months ago
  75. f58c366 GH-94329: Don't raise on excessive stack consumption (GH-94421) (GH-94446) by Miss Islington (bot) · 3 years, 2 months ago
  76. 20b8c9e gh-92336: linecache.getline should not raise exceptions on decoding errors (GH-94410) by Miss Islington (bot) · 3 years, 2 months ago
  77. c5ecfa0 [3.11] GH-77403: Fix tests which fail when PYTHONUSERBASE is not normalized (GH-93917) (GH-93969) by Miss Islington (bot) · 3 years, 2 months ago
  78. 0122ab2 [3.11] gh-94026: Buffer regrtest worker stdout in temporary file (GH-94253) (GH-94408) by Christian Heimes · 3 years, 2 months ago
  79. 3b4f5ed [3.11] GH-93516: Backport GH-93769 (GH-94231) by Mark Shannon · 3 years, 2 months ago
  80. cf64db6 gh-94208: Add more TLS version/protocol checks for FreeBSD (GH-94347) by Miss Islington (bot) · 3 years, 2 months ago
  81. 1d2c8ff gh-82006: IDLE doc improvements (GH-94349) by Miss Islington (bot) · 3 years, 2 months ago
  82. 5751530 gh-94315: Check for DAC override capability (GH-94316) by Miss Islington (bot) · 3 years, 2 months ago
  83. 56f5f90 [3.11] gh-90473: Reduce recursion limit on WASI even further (GH-94333) (GH-94334) by Christian Heimes · 3 years, 2 months ago
  84. bc8d81a [3.11] gh-84623: Remove unused imports in stdlib (#94313) by Terry Jan Reedy · 3 years, 2 months ago
  85. 442dd8f gh-94192: Fix error for dictionary literals with invalid expression as value. (GH-94304) by Miss Islington (bot) · 3 years, 2 months ago
  86. 1b27ec5 [3.11] gh-93820: Pickle enum.Flag by name (GH-93891). (GH-94288) by Serhiy Storchaka · 3 years, 2 months ago
  87. 5ce819f GH-94254: Make _struct module types immutable (GH-94269) by Miss Islington (bot) · 3 years, 2 months ago
  88. f0f3a42 Run Tools/scripts/reindent.py (GH-94225) by Miss Islington (bot) · 3 years, 2 months ago
  89. 68112c3 gh-83499: Fix closing file descriptors in tempfile (GH-93874) by Miss Islington (bot) · 3 years, 2 months ago
  90. 1251467 gh-94245: Test pickling and copying of typing.Tuple[()] (GH-94259) by Miss Islington (bot) · 3 years, 2 months ago
  91. 4bc5f9f gh-94207: Fix struct module leak (GH-94239) (GH-94265) by Miss Islington (bot) · 3 years, 2 months ago
  92. 89ba660 gh-94217: Skip import tests when _testcapi is a builtin (GH-94218) by Miss Islington (bot) · 3 years, 2 months ago
  93. b140e5a IDLE: replace if statement with expression (GH-94228) by Miss Islington (bot) · 3 years, 2 months ago
  94. 41e4b42 gh-94205: Ensures all required DLLs are copied on Windows for underpth tests (GH-94206) by Miss Islington (bot) · 3 years, 2 months ago
  95. 4d2c972 gh-84461: Fix ctypes and test_ctypes on Emscripten (GH-94142) by Miss Islington (bot) · 3 years, 2 months ago
  96. fbf3145 [Enum] Remove automatic docstring generation (GH-94188) by Miss Islington (bot) · 3 years, 2 months ago
  97. 65ed8b4 [3.11] gh-92858: Improve error message for some suites with syntax error before ':' (GH-92894) (#94180) by Pablo Galindo Salgado · 3 years, 2 months ago
  98. 1f00e8c [3.11] GH-91742: Fix pdb crash after jump (GH-94171) (#94176) by Miss Islington (bot) · 3 years, 2 months ago
  99. 96a7614 [Enum] fix typo (GH-94158) by Miss Islington (bot) · 3 years, 2 months ago
  100. cf3f8d4 [3.11] gh-84461: Fix test_sqlite for Emscripten/WASI (GH-94125) (GH-94157) by Christian Heimes · 3 years, 2 months ago