Python 3.11.0rc1
  1. 41cb071 Python 3.11.0rc1 by Pablo Galindo · 3 years ago v3.11.0rc1
  2. d6cf9e4 [3.11] Update the magic number in test_util.py (GH-95714) (#95716) by Miss Islington (bot) · 3 years ago
  3. 954b887 gh-95573: Reduce test data size in test_asyncio/test_ssl.py (GH-95668) (GH-95705) by Miss Islington (bot) · 3 years ago
  4. 0e636e4 gh-95573: Fix a mistake in asyncio ssl tests suppressing all logs (GH-95687) (GH-95699) by Miss Islington (bot) · 3 years ago
  5. 4512a16 gh-65802: IDLE - explain SaveAs and extensions (GH-95690) (GH-95692) by Miss Islington (bot) · 3 years ago
  6. 5ac3d0f gh-91323: Revert "Allow overriding a future compliance check in asyncio.Task (GH-32197)" (GH-95442) (GH-95652) by Miss Islington (bot) · 3 years ago
  7. 2d84fe5 GH-95289: Always call uncancel() when parent cancellation is requested (GH-95602) by Miss Islington (bot) · 3 years ago
  8. c521c5c gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642) by Miss Islington (bot) · 3 years ago
  9. 312dab2 Revert "[3.11] GH-92678: Expose managed dict clear and visit functions (GH-95246). (#95256)" (#95647) by Mark Shannon · 3 years ago
  10. 2ab5601 GH-92678: Fix tp_dictoffset inheritance. (GH-95596) (GH-95604) by Mark Shannon · 3 years ago
  11. 390c80d gh-95638: Update idlelib README file and menu lists (GH-95639) by Miss Islington (bot) · 3 years ago
  12. 1bd1e37 gh-94675: Add a regression test for rjsmin re slowdown (GH-94685) by Miss Islington (bot) · 3 years, 1 month ago
  13. 2c0017b gh-94399: Restore PATH search behaviour of py.exe launcher for '/usr/bin/env' shebang lines (GH-95582) by Miss Islington (bot) · 3 years, 1 month ago
  14. 1ed023b gh-95597: Fix typo in Lib directory files (GH-95599) by Miss Islington (bot) · 3 years, 1 month ago
  15. 5bc2c3a gh-95609: update bundled pip to 22.2.2 (gh-95610) by Miss Islington (bot) · 3 years, 1 month ago
  16. 8570f6d gh-95191: IDLE: Include prompts when saving Shell GH-95554 (#95557) by Miss Islington (bot) · 3 years, 1 month ago
  17. 118851b gh-83270: Update IDLE's credits (GH-95528) by Miss Islington (bot) · 3 years, 1 month ago
  18. b12dba4 gh-91447: Fix findtext to only give an empty string on None (GH-91486) by Miss Islington (bot) · 3 years, 1 month ago
  19. 7baca3c GH-95150: Use position and exception tables for code hashing and equality (GH-95509) by Miss Islington (bot) · 3 years, 1 month ago
  20. 76d83b1 gh-95173: Add a regression test for sorting tuples containing None (GH-95464) by Miss Islington (bot) · 3 years, 1 month ago
  21. e62a0df [3.11] gh-95174: Add pthread stubs for WASI (GH-95234) (#95503) by Christian Heimes · 3 years, 1 month ago
  22. e4541c4 gh-95511: IDLE - fix Shell context menu copy-with-prompts bug (GH-95512) by Miss Islington (bot) · 3 years, 1 month ago
  23. ab444b7 IDLE: Fix docs URL in the About window (GH-28417) by Miss Islington (bot) · 3 years, 1 month ago
  24. 06b5f78 [3.11] gh-95174: WASI: skip missing sockets functions (GH-95179) (GH-95308) by Christian Heimes · 3 years, 1 month ago
  25. 147a9a8 bpo-45445: Revert "bpo-45445: Fail if an invalid X-option is provided in the command line (GH-28823)" (GH-94745) by Miss Islington (bot) · 3 years, 1 month ago
  26. 3ca0016 gh-95471: IDLE - Tweak Edit menu (GH-95481) by Miss Islington (bot) · 3 years, 1 month ago
  27. cfef4df gh-90654: IDLE - Insert blank line in NEWS.txt (GH-95478) by Miss Islington (bot) · 3 years, 1 month ago
  28. bd6452a gh-94938: Fix test (GH-95396) by Miss Islington (bot) · 3 years, 1 month ago
  29. a459ee9 gh-95411: IDLE - Enable using the module browser with .pyw files (GH-95397) by Miss Islington (bot) · 3 years, 1 month ago
  30. efeda8b GH-95097: fix `asyncio.run` for tasks without `uncancel` method (GH-95211) (GH-95387) by Miss Islington (bot) · 3 years, 1 month ago
  31. 309c8f3 gh-89610: Add .pyi as a recognised extension for IDLE on macOS (GH-95393) by Miss Islington (bot) · 3 years, 1 month ago
  32. 1368a1f gh-95359: Fix py.exe launcher handling of per-user py.ini and command names (GH-95399) by Miss Islington (bot) · 3 years, 1 month ago
  33. 763801a gh-95166: cancel map waited on future on timeout (GH-95169) (GH-95364) by Miss Islington (bot) · 3 years, 1 month ago
  34. 33efd7f [3.11] gh-94938: Fix errror detection of unexpected keyword arguments (GH-94999) (GH-95353) by Serhiy Storchaka · 3 years, 1 month ago
  35. 547f0bb gh-95339: update bundled pip to 22.2.1 (gh-95340) by Miss Islington (bot) · 3 years, 1 month ago
  36. 131fc72 [3.11] gh-95280: Fix test_get_ciphers on systems without RSA key exchange (GH-95282) (GH-95310) by Miss Islington (bot) · 3 years, 1 month ago
  37. f083adf Fix minor docstring issues in `dataclasses.py`. (gh-93024) (GH-95286) by Miss Islington (bot) · 3 years, 1 month ago
  38. c72940a gh-95291: Use import helper to improve sqlite3 audit tests (GH-95292) (GH-95293) by Miss Islington (bot) · 3 years, 1 month ago
  39. 7df3a1c gh-95285: py.exe launcher fails with short argv0 (GH-95295) (GH-95298) by Miss Islington (bot) · 3 years, 1 month ago
  40. 6fe7e02 gh-91810: Fix regression with writing an XML declaration with encoding='unicode' (GH-93426) (GH-93793) by Miss Islington (bot) · 3 years, 1 month ago
  41. 86eb500 [3.11] gh-95185: Check recursion depth in the AST constructor (GH-95186) (GH-95208) by Miss Islington (bot) · 3 years, 1 month ago
  42. 19d9536 gh-95051: ensure that timeouts scheduled with `asyncio.Timeout` that have already expired are deliverered promptly (GH-95109) (GH-95216) by Miss Islington (bot) · 3 years, 1 month ago
  43. 0771d71 Python 3.11.0b5 by Pablo Galindo · 3 years, 1 month ago v3.11.0b5
  44. 7f73194 [3.11] GH-92678: Expose managed dict clear and visit functions (GH-95246). (#95256) by Pablo Galindo Salgado · 3 years, 1 month ago
  45. e5ff5ec [3.11] GH-94739: Backport GH-94958 to 3.11 (#94965) by Mark Shannon · 3 years, 1 month ago
  46. 3ec139f gh-95087: Fix IndexError in parsing invalid date in the email module (GH-95201) by Miss Islington (bot) · 3 years, 1 month ago
  47. 49d0384 gh-95212: make multiprocessing test case parallel-safe (GH-95213) by Miss Islington (bot) · 3 years, 1 month ago
  48. 687dd50 gh-95199: upgrade bundled setuptools to 63.2.0 (gh-95200) by Miss Islington (bot) · 3 years, 1 month ago
  49. 9639cc1 gh-95194: upgrade bundled pip to 22.2 (gh-95195) by Miss Islington (bot) · 3 years, 1 month ago
  50. 00cda6b gh-95174: Handle missing waitpid and gethostbyname in WASI (GH-95181) by Miss Islington (bot) · 3 years, 1 month ago
  51. 22f06d6 gh-93157: Fix fileinput didn't support `errors` in `inplace` mode (GH-95128) by Miss Islington (bot) · 3 years, 1 month ago
  52. 0d688bd gh-90473: Fix more tests on platforms without umask (GH-95164) by Miss Islington (bot) · 3 years, 1 month ago
  53. 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
  54. 064462a [3.11] GH-94036: Fix more attribute location quirks (GH-95028) (GH-95156) by Brandt Bucher · 3 years, 1 month ago
  55. bbdacb4 GH-94438: Handle extended arguments and conditional pops in mark_stacks (GH-95110) by Miss Islington (bot) · 3 years, 1 month ago
  56. 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
  57. deacc3c gh-95105: Return Iterator from wsgiref.types.InputStream.__iter__ (GH-95106) by Miss Islington (bot) · 3 years, 1 month ago
  58. d19b5d8 gh-95010: Fix asyncio GenericWatcherTests.test_create_subprocess_fails_with_inactive_watcher (GH-95009) by Miss Islington (bot) · 3 years, 1 month ago
  59. 57375d1 gh-90654: Remove unneeded blank line (GH-95044) (#95047) by Miss Islington (bot) · 3 years, 1 month ago
  60. 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
  61. 2ac1096 gh-94998: Remove redundant condition in test_sqlite3/__main__.py (GH-95052) by Miss Islington (bot) · 3 years, 1 month ago
  62. 6cc9489 gh-94844: Add pathlib support to shutil archive management (GH-94846) by Miss Islington (bot) · 3 years, 1 month ago
  63. 1093804 gh-90654: Add item missing from idlelib/NEWS.txt (GH-95038) by Miss Islington (bot) · 3 years, 1 month ago
  64. 9487e8d GH-91153: Handle mutating __index__ methods in bytearray item assignment (GH-94891) by Miss Islington (bot) · 3 years, 1 month ago
  65. fbd2406 test_concurrent_futures: Fix unneeded/confusing format call (GH-93119) by Miss Islington (bot) · 3 years, 1 month ago
  66. 7733aa0 gh-94949: Disallow parsing parenthesised ctx mgr with old feature_version (GH-94950) by Miss Islington (bot) · 3 years, 1 month ago
  67. be84daf Revert "gh-93910: [Enum] restore member.member restriction while keeping performance boost (GH-94913)" (#94981) by Ethan Furman · 3 years, 1 month ago
  68. eda2f90 [3.11] GH-94822: Don't specialize when metaclasses are involved (GH-94892) (GH-94980) by Brandt Bucher · 3 years, 1 month ago
  69. ec6ed66 gh-94930: skipitem() in getargs.c should return non-NULL on error (GH-94931) by Miss Islington (bot) · 3 years, 1 month ago
  70. 7dc236d gh-94947: Disallow parsing walrus with feature_version < (3, 8) (GH-94948) by Miss Islington (bot) · 3 years, 1 month ago
  71. e747562 gh-94601: [Enum] fix inheritance for __str__ and friends (GH-94942) by Miss Islington (bot) · 3 years, 1 month ago
  72. 8d0249e gh-72889: Remove redundant mock.Mock()._is_coroutine = False workarounds (GH-94926) by Miss Islington (bot) · 3 years, 1 month ago
  73. 1c63734 gh-91348: Restore frame argument to sys._getframe audit event (GH-94928) by Miss Islington (bot) · 3 years, 1 month ago
  74. 65d87a2 gh-94821: Fix autobind of empty unix domain address (GH-94826) by Miss Islington (bot) · 3 years, 1 month ago
  75. 107c21c gh-94864: Fix PyArg_Parse* with deprecated format units "u" and "Z" (GH-94902) by Serhiy Storchaka · 3 years, 1 month ago
  76. 30f28ac gh-93910: [Enum] restore member.member restriction while keeping performance boost (GH-94913) by Miss Islington (bot) · 3 years, 1 month ago
  77. ccbf853 gh-91181: drop support for bytes on sys.path (GH-31934) by Miss Islington (bot) · 3 years, 1 month ago
  78. 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
  79. b040617 gh-94772: Fix off-by-one error in Windows launcher (GH-94779) by Miss Islington (bot) · 3 years, 1 month ago
  80. 8dc4de3 gh-94808: Add coverage for boolobject.c:bool_new (GH-94859) (GH-94883) by Miss Islington (bot) · 3 years, 1 month ago
  81. 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
  82. 8f92ebb gh-94814: Improve coverage of _PyCode_CreateLineArray (GH-94852) by Miss Islington (bot) · 3 years, 1 month ago
  83. d9107aa0 gh-94731: Revert to C-style casts for _Py_CAST (GH-94782) (#94849) by Miss Islington (bot) · 3 years, 1 month ago
  84. 91f7914 GH-89988: Fix memory leak in pickle.Pickler dispatch_table lookup (GH-94298) by Miss Islington (bot) · 3 years, 1 month ago
  85. 29fc20c idlelib: replace 'while 1' with 'while True' (GH-94827) by Miss Islington (bot) · 3 years, 1 month ago
  86. ffbd6ae gh-94751: Install, import and run the test C++ extension (MVP) (GH-94754) (#94780) by Miss Islington (bot) · 3 years, 1 month ago
  87. 3c91f42 Fix typo in _exact_ratio comment. (GH-94789) by Miss Islington (bot) · 3 years, 1 month ago
  88. 7c18501 docs: typing.Self, fix typo (GH-94771) by Miss Islington (bot) · 3 years, 1 month ago
  89. 5a7e1e0 Python 3.11.0b4 by Pablo Galindo · 3 years, 1 month ago v3.11.0b4
  90. a276833 [3.11] GH-94736: mark SemLock test as linux only (GH-94750) (#94752) by Miss Islington (bot) · 3 years, 1 month ago
  91. 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
  92. 8464e4a GH-94736: Fix _multiprocessing.SemLock subclassing (GH-94738) by Miss Islington (bot) · 3 years, 1 month ago
  93. 45896f2 [3.11] gh-93883: elide traceback indicators when possible (GH-93994) (GH-94740) by John Belmonte · 3 years, 1 month ago
  94. e5c8ad3 [3.11] GH-94694: Fix column offsets for multi-line method lookups (GH-94721) by Brandt Bucher · 3 years, 1 month ago
  95. 7b5737a Improve dataclass docstring (gh-94686) by Miss Islington (bot) · 3 years, 1 month ago
  96. 7a34172 [3.11] GH-93252: Fix error handling for failed Python calls (GH-94693) (GH-94708) by Kumar Aditya · 3 years, 1 month ago
  97. b4e232c gh-94607: Fix subclassing generics (GH-94610) by Miss Islington (bot) · 3 years, 1 month ago
  98. 36a3372 [3.11] gh-94215: Fix error handling for line-tracing events (GH-94681) (GH-94688) by Christian Heimes · 3 years, 1 month ago
  99. 65c4316 gh-93910: Fix enum performance regression (GH-94614) by Miss Islington (bot) · 3 years, 1 month ago
  100. 421c4b0 gh-94215: Add reproducer for segfault in frame_setlineno() (GH-94563) by Miss Islington (bot) · 3 years, 1 month ago