Python 3.11.0b3
  1. eb0004c Python 3.11.0b3 by Pablo Galindo · 3 years, 3 months ago v3.11.0b3
  2. 3265ff9 gh-93345: Fix a crash in substitution of nested TypeVar after TypeVarTuple (GH-93346) by Miss Islington (bot) · 3 years, 3 months ago
  3. b425d88 gh-92597: Ensure that AST nodes without explicit end positions can be compiled (GH-93359) by Miss Islington (bot) · 3 years, 3 months ago
  4. 29bfabe gh-69093: Fix Setup.local.in rule for _sqlite3 (GH-93380) by Miss Islington (bot) · 3 years, 3 months ago
  5. 72f00f4 Python 3.11.0b2 by Pablo Galindo · 3 years, 3 months ago v3.11.0b2
  6. cc31cfc bpo-42272: fix misleading warning filter message/module docs (GH-23172) by Miss Islington (bot) · 3 years, 3 months ago
  7. 624fc61 gh-92240 : Include release dates for "What's New In Python 3.X" (GH-92937) by Miss Islington (bot) · 3 years, 3 months ago
  8. 85cb7f0 gh-92839: fixed typo in _bisectmodule.c (line 131) (GH-92849) by Miss Islington (bot) · 3 years, 3 months ago
  9. 3637425 [3.11] bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185) (GH-93306) by Eric Snow · 3 years, 3 months ago
  10. cf63b80 gh-93297: Make asyncio task groups prevent child tasks from being GCed (GH-93299) (#93305) by Miss Islington (bot) · 3 years, 3 months ago
  11. 9303a5a gh-92898: Enhance _testcppext test on cast to PyObject* (GH-93111) by Miss Islington (bot) · 3 years, 3 months ago
  12. 33336e4 gh-93217: fix some issues in man page and --help (GH-93219) by Miss Islington (bot) · 3 years, 3 months ago
  13. 83940c0 gh-90817: Deprecate explicitly locale.resetlocale() (GH-93196) by Miss Islington (bot) · 3 years, 3 months ago
  14. 307dacd gh-91924: Fix __lltrace__ for non-UTF-8 stdout encoding (GH-93199) by Miss Islington (bot) · 3 years, 3 months ago
  15. e9d6ca4 [3.11] gh-83245: Raise BadZipFile instead of ValueError when reading a corrupt ZIP file (GH-32291) (GH-93141) by Miss Islington (bot) · 3 years, 3 months ago
  16. 74b205b gh-92728: Restore re.template, but deprecate it (GH-93161) by Miss Islington (bot) · 3 years, 3 months ago
  17. c771cbe gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066) (GH-93145) by Miss Islington (bot) · 3 years, 3 months ago
  18. f095058 gh-93061: Mark as artificial: backwards jump after async for (GH-93062) (GH-93110) by Miss Islington (bot) · 3 years, 3 months ago
  19. a509d26 gh-93010: InvalidHeaderError used but nonexistent (GH-93015) by Miss Islington (bot) · 3 years, 3 months ago
  20. d9a48d2 [3.11] gh-93044: No longer convert the database argument of sqlite3.connect() to bytes (GH-93046) (GH-93048) by Serhiy Storchaka · 3 years, 3 months ago
  21. 6ec050f gh-91922: Fix sqlite connection on nonstardard locales and paths (GH-92926) by Miss Islington (bot) · 3 years, 3 months ago
  22. a2ec09b gh-92817: Fix precedence of options to py.exe launcher (GH-92988) by Miss Islington (bot) · 3 years, 3 months ago
  23. 76fe10a gh-92984: Explicitly disable incremental linking for Windows Release and PGO builds (GH-92985) by Miss Islington (bot) · 3 years, 3 months ago
  24. 4eb2f40 gh-92913: Clarify changes to PyInitConfig.module_search_paths[_set] fields (GH-92980) by Miss Islington (bot) · 3 years, 3 months ago
  25. 57d7ddd bpo-28249: fix `lineno` location for empty `DocTest` instances (GH-30498) (GH-92978) by Miss Islington (bot) · 3 years, 3 months ago
  26. 0f1748d gh-78630: Drop invalid HP aCC compiler switch -fPIC on HP-UX (GH-8847) by Miss Islington (bot) · 3 years, 3 months ago
  27. 4d1e243 bpo-45393: help() on operator precedence has misleading entries (GH-31246) (GH-92965) by Miss Islington (bot) · 3 years, 3 months ago
  28. 71cdf6a gh-92675: venv: Fix ensure_directories() to again accept a Path for env_dir (GH-92676) by Miss Islington (bot) · 3 years, 3 months ago
  29. 7afccd3 gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803) by Miss Islington (bot) · 3 years, 3 months ago
  30. ad2363d gh-92670: Skip test_shutil.TestCopy.test_copyfile_nonexistent_dir on AIX (GH-92718) by Miss Islington (bot) · 3 years, 3 months ago
  31. aa55985 gh-87901: Remove the encoding argument from os.popen (GH-92836) by Miss Islington (bot) · 3 years, 3 months ago
  32. 9a61afe bpo-40838: document `getdoc`, `getmodule`, `getsourcefile` in `inspect` returns `None` (GH-30575) by Miss Islington (bot) · 3 years, 3 months ago
  33. 36da1a7 gh-92841: Fix asyncio's RuntimeError: Event loop is closed (GH-92842) by Miss Islington (bot) · 3 years, 3 months ago
  34. 38d95b5 [3.11] gh-92530: Fix an issue that occurred after interrupting threading.Condition.notify (GH-92534) (GH-92829) by Miss Islington (bot) · 3 years, 3 months ago
  35. 52e6596 gh-92671: Don't omit parentheses when unparsing empty tuples (GH-92673) by Miss Islington (bot) · 3 years, 3 months ago
  36. a3d2ce9 gh-92781: Avoid mixing declarations and code in C API (#92783) (#92813) by Victor Stinner · 3 years, 3 months ago
  37. 2bcae11 gh-90473: Fail subprocess early on Emscripten/WASI (GH-92802) by Miss Islington (bot) · 3 years, 3 months ago
  38. dae3e2f Check result of utc_to_seconds and skip fold probe in pure Python (GH-91582) by Miss Islington (bot) · 3 years, 3 months ago
  39. d9089c0 GH-92804: Fix memory leak in memoryview iterator (gh-92805) by Miss Islington (bot) · 3 years, 3 months ago
  40. 2e8b2d0 GH-92236: Remove spurious "line" event when starting coroutine or generator. (GH-92722) (GH-92772) by Miss Islington (bot) · 3 years, 3 months ago
  41. c41667e gh-90473: Increase stack size, disable obmalloc on WASI (GH-92732) by Miss Islington (bot) · 3 years, 3 months ago
  42. 5a33643 bpo-42627: Fix incorrect parsing of Windows registry proxy settings (GH-26307) by Miss Islington (bot) · 3 years, 3 months ago
  43. 20fec2c [3.11] gh-91810: ElementTree: Use text file's encoding by default in XML declaration (GH-91903) (GH-92663) by Miss Islington (bot) · 3 years, 3 months ago
  44. 5135b6e gh-92550: Fix pathlib.Path.rglob() for empty pattern (GH-92604) by Miss Islington (bot) · 3 years, 3 months ago
  45. 951cfc8 Fix inconsistent return type for statistics median_grouped() gh-92531 (GH-92533) (#92656) by Miss Islington (bot) · 3 years, 3 months ago
  46. 5197134 Revert "gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)" (GH-92599) by Serhiy Storchaka · 3 years, 3 months ago
  47. 6a17cde gh-92619: Fix bug where the compiler duplicates exit blocks unnecessarily (GH-92620) (GH-92621) by Miss Islington (bot) · 3 years, 3 months ago
  48. 7540a432 gh-92261: Disallow iteration of Union (and other special forms) (GH-92262) (GH-92582) by Miss Islington (bot) · 3 years, 3 months ago
  49. 74c094d bpo-13553: Document tkinter.Tk args (GH-4786) by Miss Islington (bot) · 3 years, 3 months ago
  50. a51baec gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583) by Miss Islington (bot) · 3 years, 3 months ago
  51. a86229e bpo-46907: Update Windows installer to SQLite 3.38.4. (GH-92322) by Miss Islington (bot) · 3 years, 3 months ago
  52. 2f46cf6 bpo-38056: overhaul Error Handlers section in codecs documentation (GH-15732) by Miss Islington (bot) · 3 years, 3 months ago
  53. 4270b79 gh-90622: Do not spawn ProcessPool workers on demand via fork method. (GH-91598) (#92495) by Miss Islington (bot) · 3 years, 3 months ago
  54. c63c8ac bpo-45046: Support context managers in unittest (GH-28045) by Miss Islington (bot) · 3 years, 3 months ago
  55. d0d22ca gh-92448: Update the documentation builder to render the GitHub issue. (GH-92449) by Miss Islington (bot) · 3 years, 3 months ago
  56. 0e5fe7f Python 3.11.0b1 by Pablo Galindo · 3 years, 3 months ago
  57. 3f61db4 gh-90997: Move `CACHE` handling into `_unpack_opargs` (#92409) by Brandt Bucher · 3 years, 4 months ago
  58. 5021064 gh-92203: Add closure support to exec(). (#92204) by larryhastings · 3 years, 4 months ago
  59. 93a666b gh-90997: Show cached inline values in `dis` output (#92360) by Brandt Bucher · 3 years, 4 months ago
  60. 15dbe85 gh-91827: Add method info_pathlevel() in tkinter (GH-91829) by Serhiy Storchaka · 3 years, 4 months ago
  61. 6f18b86 gh-92332: Docs-only deprecation of `typing.Text` (GH-92351) by Alex Waygood · 3 years, 4 months ago
  62. ebaf094 GH-89519: Deprecate classmethod descriptor chaining (#92379) by Raymond Hettinger · 3 years, 4 months ago
  63. 93364f9 gh-78157: [Enum] nested classes will not be members in 3.13 (GH-92366) by Ethan Furman · 3 years, 4 months ago
  64. fa4f0a1 gh-90622: Prevent max_tasks_per_child use with a fork mp_context. (#91587) by Gregory P. Smith · 3 years, 4 months ago
  65. 2b563f1 gh-87901: Add encoding to os.popen (GH-92374) by Inada Naoki · 3 years, 4 months ago
  66. 926854e bpo-46907: Update macOS installer to SQLite 3.38.4. (GH-32148) by Mariusz Felisiak · 3 years, 4 months ago
  67. 9b491ae NEWS: Reorder items by section (GH-92373) by Inada Naoki · 3 years, 4 months ago
  68. 85354ed gh-92112: Fix crash triggered by an evil custom `mro()` (#92113) by Alexey Izbyshev · 3 years, 4 months ago
  69. adcb6a6 gh-92356: Fix regression in ctypes function call overhead (#92357) by Michael Droettboom · 3 years, 4 months ago
  70. 299692a gh-88279: Deprecate PySys_SetArgvEx() (#92363) by Victor Stinner · 3 years, 4 months ago
  71. 1303f8c gh-80010: Expand fromisoformat to include most of ISO-8601 (#92177) by Paul Ganssle · 3 years, 4 months ago
  72. ada8b6d gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542) by Victor Stinner · 3 years, 4 months ago
  73. f6dd14c gh-82616: Add process_group support to subprocess.Popen (#23930) by Gregory P. Smith · 3 years, 4 months ago
  74. 9a0a7b4 gh-91996: Add an HTTPMethod StrEnum to http (GH-91997) by cibofo · 3 years, 4 months ago
  75. 8122e8d gh-92345: Import rlcompleter before sys.path is extended (#92346) by Christian Heimes · 3 years, 4 months ago
  76. 58573ff gh-92301: subprocess: Prefer close_range() to procfs-based fd closing (#92303) by Alexey Izbyshev · 3 years, 4 months ago
  77. ae553b3 bpo-41818: Add os.login_tty() for *nix. (#29658) by Soumendra Ganguly · 3 years, 4 months ago
  78. 42fee93 bpo-43827: Make arguments to abc.ABCMeta.__new__ pos-only (#25385) by Vlad Hoi · 3 years, 4 months ago
  79. a95138b bpo-43857: Improve the AttributeError message when deleting a missing attribute (#25424) by Géry Ogam · 3 years, 4 months ago
  80. a918589 bpo-46764: Fix wrapping bound method with @classmethod (#31367) by Michael J. Sullivan · 3 years, 4 months ago
  81. e61330b gh-92118: fix traceback of exceptions propagated from inside a contextlib.contextmanager (GH-92202) by Irit Katriel · 3 years, 4 months ago
  82. f8a2fab GH-92239: Make sure that PEP 523 is supported, even when specializing first. (GH-92245) by Mark Shannon · 3 years, 4 months ago
  83. 000a0723 gh-92210: Move socket.__init__ to argument clinic (#92237) by Joshua Herman · 3 years, 4 months ago
  84. 090819e gh-89022: Improve sqlite3 exceptions related to binding params and API misuse (#91572) by Erlend Egeberg Aasland · 3 years, 4 months ago
  85. 1424336 gh-92036: Fix gc_fini_untrack() (#92037) by Victor Stinner · 3 years, 4 months ago
  86. 465fdc0 gh-67248: cmd: Sort miscellaneous help topics (#92254) by Sam Denton · 3 years, 4 months ago
  87. 6dcfd6c gh-78214: marshal: Stabilize FLAG_REF usage (GH-8226) by Inada Naoki · 3 years, 4 months ago
  88. dfb1b9d bpo-47029: Fix BrokenPipeError in multiprocessing.Queue at garbage collection and explicit close (#31913) by Géry Ogam · 3 years, 4 months ago
  89. f629dcf gh-80254: Disallow recursive usage of cursors in `sqlite3` converters (#29054) by Erlend Egeberg Aasland · 3 years, 4 months ago
  90. e8d7661 GH-91173: disable frozen modules in debug builds (#92023) by Kumar Aditya · 3 years, 4 months ago
  91. 48c6165 gh-91928: Add `datetime.UTC` alias for `datetime.timezone.utc` (GH-91973) by Kabir Kwatra · 3 years, 4 months ago
  92. 6dee695 bpo-45639: Add webp and avif image formats to mimetypes (#29259) by kixorz · 3 years, 4 months ago
  93. 65f88a6 gh-92062: `inspect.Parameter` checks whether `name` is a keyword (GH-92065) by Zac Hatfield-Dodds · 3 years, 4 months ago
  94. d5dfcd4 bpo-46696: Add socket.SO_INCOMING_CPU constant (#31237) by David CARLIER · 3 years, 4 months ago
  95. b295a92 bpo-29890: Test IPv*Interface construction with tuple argument (#30862) by Humbled Drugman · 3 years, 4 months ago
  96. 77e7a04 GH-91752: Skip test_freeze_simple_script when zlib is not available (#91758) by Abhigyan Bose · 3 years, 4 months ago
  97. 20490d5 gh-88753: Make BooleanOptionalAction's addition of default to help more similar to other actions (#27808) by Toshio Kuratomi · 3 years, 4 months ago
  98. 6c25bf0 gh-89452: Prefer gdbm-compat over ndbm (#92208) by Łukasz Langa · 3 years, 4 months ago
  99. b156578 gh-92031: Deoptimize Static Code at Finalization (GH-92039) by Dennis Sweeney · 3 years, 4 months ago
  100. 04dc4b0 gh-90887: posix module: Add more flags for fcopy_file (#31300) by David CARLIER · 3 years, 4 months ago