Python 3.11.0b3
  1. eb0004c Python 3.11.0b3 by Pablo Galindo · 3 years, 3 months ago v3.11.0b3
  2. 90f9b8b gh-92597: Improve error message for AST nodes with invalid ranges (GH-93398) (GH-93414) by Miss Islington (bot) · 3 years, 3 months ago
  3. d779e5d Remove the execution bit to some socket-related files. (GH-93368) by Miss Islington (bot) · 3 years, 3 months ago
  4. 3265ff9 gh-93345: Fix a crash in substitution of nested TypeVar after TypeVarTuple (GH-93346) by Miss Islington (bot) · 3 years, 3 months ago
  5. 00f8fe9 [3.11] gh-91162: Fix substitution of unpacked tuples in generic aliases (GH-92335) (#92484) by Miss Islington (bot) · 3 years, 3 months ago
  6. 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
  7. 29bfabe gh-69093: Fix Setup.local.in rule for _sqlite3 (GH-93380) by Miss Islington (bot) · 3 years, 3 months ago
  8. 3a62701 Remove VOC reference (93333) by Miss Islington (bot) · 3 years, 3 months ago
  9. 5024a9b Post 3.11.0b2 by Pablo Galindo · 3 years, 3 months ago
  10. 72f00f4 Python 3.11.0b2 by Pablo Galindo · 3 years, 3 months ago v3.11.0b2
  11. 7f6e6ab gh-93351: Ensure the position information in AST nodes created by the parser is always consistent (GH-93352) by Miss Islington (bot) · 3 years, 3 months ago
  12. dc8c624 Update macOS installer Welcome and ReadMe display wording to "beta". (GH-93344) by Ned Deily · 3 years, 3 months ago
  13. da18451 Fix typo in Lib/idlelib/idle_test/test_parenmatch.py (GH-93332) (#93339) by Miss Islington (bot) · 3 years, 3 months ago
  14. cc31cfc bpo-42272: fix misleading warning filter message/module docs (GH-23172) by Miss Islington (bot) · 3 years, 3 months ago
  15. 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
  16. 85cb7f0 gh-92839: fixed typo in _bisectmodule.c (line 131) (GH-92849) by Miss Islington (bot) · 3 years, 3 months ago
  17. 48647d0 gh-92727: Add example of named group in doc for re.Match.__getitem__ (GH-92730) by Miss Islington (bot) · 3 years, 3 months ago
  18. 3637425 [3.11] bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185) (GH-93306) by Eric Snow · 3 years, 3 months ago
  19. 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
  20. 647426d gh-93250: [Enum] Change IntEnum boundary to KEEP for backwards compatibility (GH-93302) (GH-93304) by Miss Islington (bot) · 3 years, 3 months ago
  21. 3f7abff gh-91243: Document Required and NotRequired (GH-93173) by Miss Islington (bot) · 3 years, 3 months ago
  22. 34bd36c gh-77024: test.support: Improve documentation (GH-92513) by Miss Islington (bot) · 3 years, 3 months ago
  23. 9303a5a gh-92898: Enhance _testcppext test on cast to PyObject* (GH-93111) by Miss Islington (bot) · 3 years, 3 months ago
  24. 33336e4 gh-93217: fix some issues in man page and --help (GH-93219) by Miss Islington (bot) · 3 years, 3 months ago
  25. 9555d77 test.pythoninfo logs more build info (GH-93225) by Miss Islington (bot) · 3 years, 3 months ago
  26. 4d863453 gh-93005: Fix py.exe launcher test to search for intended tag (GH-93190) by Miss Islington (bot) · 3 years, 3 months ago
  27. 83940c0 gh-90817: Deprecate explicitly locale.resetlocale() (GH-93196) by Miss Islington (bot) · 3 years, 3 months ago
  28. 37a7f1b [3.11] gh-93035: [Enum] Fix IntFlag crash when no single-bit members (GH-93076) (GH-93197) by Miss Islington (bot) · 3 years, 3 months ago
  29. 0fb70ce gh-90473: Misc test fixes for WASI (GH-93218) by Miss Islington (bot) · 3 years, 3 months ago
  30. 307dacd gh-91924: Fix __lltrace__ for non-UTF-8 stdout encoding (GH-93199) by Miss Islington (bot) · 3 years, 3 months ago
  31. 2ea3d3b test_threaded_import: Fix unittest.main spelling (GH-93114) by Miss Islington (bot) · 3 years, 3 months ago
  32. 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
  33. 74b205b gh-92728: Restore re.template, but deprecate it (GH-93161) by Miss Islington (bot) · 3 years, 3 months ago
  34. 7a5f190 test.pythoninfo no longer requires socket (GH-93191) by Miss Islington (bot) · 3 years, 3 months ago
  35. a6ee7f9 GH-89369: test_contextlib_async finalizes event loop after each test (GH-93074) by Miss Islington (bot) · 3 years, 3 months ago
  36. 719edfa GH-93112: Fix missing ResourceDenied import in test_urllib2net (GH-93113) by Miss Islington (bot) · 3 years, 3 months ago
  37. 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
  38. 97fe65a gh-93099: Fix _pyio to use locale module properly (gh-93136) by Miss Islington (bot) · 3 years, 3 months ago
  39. fd35be5 Doc: No need to use rst syntax in code comments. (GH-93102) by Miss Islington (bot) · 3 years, 3 months ago
  40. b8c4cc6 gh-93118: [Enum] fix error message (GH-93138) (GH-93142) by Miss Islington (bot) · 3 years, 3 months ago
  41. cea6573 gh-92859: Doc: add info about logging.debug() calling basicConfig() (GH-93063) (GH-93151) by Miss Islington (bot) · 3 years, 3 months ago
  42. f095058 gh-93061: Mark as artificial: backwards jump after async for (GH-93062) (GH-93110) by Miss Islington (bot) · 3 years, 3 months ago
  43. 96218f7 [3.11] gh-93100: [Enum] fix missing variable in global_str (GH-93107) (GH-93134) by Ethan Furman · 3 years, 3 months ago
  44. a509d26 gh-93010: InvalidHeaderError used but nonexistent (GH-93015) by Miss Islington (bot) · 3 years, 3 months ago
  45. fc31e2d gh-92913: Fix typos in documentation (GH-93129) by Miss Islington (bot) · 3 years, 3 months ago
  46. 8c5739e gh-93005: Fixes launcher test when no Python install is available (GH-93007) by Miss Islington (bot) · 3 years, 3 months ago
  47. acc998a GH-93115: Fix version check in sqlite3 module constants test (GH-93116) by Miss Islington (bot) · 3 years, 3 months ago
  48. a29b1f8 gh-90473: WASI: skip gethostname tests (GH-93092) by Miss Islington (bot) · 3 years, 3 months ago
  49. 9a2fe42 gh-89158: Add some REPL secondary prompt markers (GH-93073) by Miss Islington (bot) · 3 years, 3 months ago
  50. 83aa0d1 gh-73137: Added sub-subsection headers for flags in re (GH-93000) by Miss Islington (bot) · 3 years, 3 months ago
  51. 247e059 gh-92994: Clarify importlib "check" example (GH-92995) by Miss Islington (bot) · 3 years, 3 months ago
  52. 25334ca binascii docs: strict_mode parameter is keyword-only (GH-93055) by Miss Islington (bot) · 3 years, 3 months ago
  53. a86ad12 termios docs: fix indentation (GH-93080) by Miss Islington (bot) · 3 years, 3 months ago
  54. 748c83d Clean up the sqlite3 tests (GH-93056) by Miss Islington (bot) · 3 years, 3 months ago
  55. 09c3dff gh-91362: reword pickle docs to account for nested classes (GH-92429) by Miss Islington (bot) · 3 years, 3 months ago
  56. 76b6ed1 Improve tests for opening Sqlite by URI (GH-93047) by Miss Islington (bot) · 3 years, 3 months ago
  57. dd923c5 [3.11] GH-92898: Make _Py_Cast C++ version compatible with cast operator (gh-92951) (gh-93049) by Dong-hee Na · 3 years, 3 months ago
  58. 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
  59. f2aeb3f gh-71223: Improve rendering of some references in the docs (GH-93041) by Miss Islington (bot) · 3 years, 3 months ago
  60. b97e28f gh-93019: Fix markup in zipfile.rst (GH-93025) by Miss Islington (bot) · 3 years, 3 months ago
  61. b52e44d Take advantage of math.comb() in the nth_combination() recipe (GH-93027) (#93032) by Miss Islington (bot) · 3 years, 3 months ago
  62. 61dfe37 [3.11] gh-72073: Add Windows case in pathlib.rename (GH-93002) (GH-93028) by Miss Islington (bot) · 3 years, 3 months ago
  63. 24223ec gh-92611: Clarify planned removal version in PEP 594-deprecated modules (GH-92793) (GH-93026) by Miss Islington (bot) · 3 years, 3 months ago
  64. 6a3a6ba gh-91860: documentation for typing.dataclass_transform (GH-92768) by Miss Islington (bot) · 3 years, 3 months ago
  65. 6ec050f gh-91922: Fix sqlite connection on nonstardard locales and paths (GH-92926) by Miss Islington (bot) · 3 years, 3 months ago
  66. 6814ab7 Doc: add missing manpage and title references in tkinter docs (GH-29008) by Miss Islington (bot) · 3 years, 3 months ago
  67. a2ec09b gh-92817: Fix precedence of options to py.exe launcher (GH-92988) by Miss Islington (bot) · 3 years, 3 months ago
  68. 76fe10a gh-92984: Explicitly disable incremental linking for Windows Release and PGO builds (GH-92985) by Miss Islington (bot) · 3 years, 3 months ago
  69. 4eb2f40 gh-92913: Clarify changes to PyInitConfig.module_search_paths[_set] fields (GH-92980) by Miss Islington (bot) · 3 years, 3 months ago
  70. 57d7ddd bpo-28249: fix `lineno` location for empty `DocTest` instances (GH-30498) (GH-92978) by Miss Islington (bot) · 3 years, 3 months ago
  71. 0f1748d gh-78630: Drop invalid HP aCC compiler switch -fPIC on HP-UX (GH-8847) by Miss Islington (bot) · 3 years, 3 months ago
  72. 37d60c0 gh-92417: `importlib` docs: remove references to unsupported Python versions (GH-92424) (GH-92979) by Miss Islington (bot) · 3 years, 3 months ago
  73. 27302ae bpo-46879: Fix incorrect sphinx object names in doc (GH-31615) (GH-92974) by Miss Islington (bot) · 3 years, 3 months ago
  74. de97d82 gh-92417: `subprocess` docs: remove note on compatibility with Python <3.5 (GH-92538) (GH-92972) by Miss Islington (bot) · 3 years, 3 months ago
  75. 02fe225 gh-92417: `fractions`, `decimal`: Improve docs for alternative constructor methods (GH-92421) (GH-92970) by Miss Islington (bot) · 3 years, 3 months ago
  76. a2d6e6c gh-92417: `socket` docs: remove references to Python <3.3 (GH-92544) (GH-92968) by Miss Islington (bot) · 3 years, 3 months ago
  77. 4d1e243 bpo-45393: help() on operator precedence has misleading entries (GH-31246) (GH-92965) by Miss Islington (bot) · 3 years, 3 months ago
  78. 54653b5 gh-92417: Update docs and examples of doctest.IGNORE_EXCEPTION_DETAIL for Py>=3 (GH-92502) (GH-92962) by Miss Islington (bot) · 3 years, 3 months ago
  79. 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
  80. 7afccd3 gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803) by Miss Islington (bot) · 3 years, 3 months ago
  81. 611d43c gh-91491: Complete Whats New in 3.11 for typing (GH-92708) by Miss Islington (bot) · 3 years, 3 months ago
  82. ad2363d gh-92670: Skip test_shutil.TestCopy.test_copyfile_nonexistent_dir on AIX (GH-92718) by Miss Islington (bot) · 3 years, 3 months ago
  83. 17a62d1 Doc: amend ssl.PROTOCOL_SSLv2 and ssl.PROTOCOL_SSLv3 wording (GH-92634) by Miss Islington (bot) · 3 years, 3 months ago
  84. 482e334 Include ``asyncio.Barrier`` in 3.11 Whats New (GH-92927) by Miss Islington (bot) · 3 years, 3 months ago
  85. aa55985 gh-87901: Remove the encoding argument from os.popen (GH-92836) by Miss Islington (bot) · 3 years, 3 months ago
  86. 8499635 gh-92812: Align ArgumentParser.add_subparsers() docs with argument spec (GH-92814) by Miss Islington (bot) · 3 years, 3 months ago
  87. 65ebd92 gh-92780: Improve sqlite3.Connection.create_collation docs (GH-92790) by Miss Islington (bot) · 3 years, 3 months ago
  88. fad72d0 gh-91755: Document Py_IncRef and Py_DecRef as C functions (GH-91805) by Miss Islington (bot) · 3 years, 3 months ago
  89. 9a61afe bpo-40838: document `getdoc`, `getmodule`, `getsourcefile` in `inspect` returns `None` (GH-30575) by Miss Islington (bot) · 3 years, 3 months ago
  90. 36da1a7 gh-92841: Fix asyncio's RuntimeError: Event loop is closed (GH-92842) by Miss Islington (bot) · 3 years, 3 months ago
  91. 58088a5 gh-89898: Fix test_threading.test_args_argument() (GH-92885) by Miss Islington (bot) · 3 years, 3 months ago
  92. 1df4550 gh-89653: PEP 670: Fix PyUnicode_READ() cast (GH-92872) by Miss Islington (bot) · 3 years, 3 months ago
  93. 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
  94. 76b81be gh-81548: Clarify the deprecation of octal sequences affect byte strings (GH-92643) by Miss Islington (bot) · 3 years, 3 months ago
  95. 5c826ef Fix NULL check in test_type_from_ephemeral_spec in_testcapimodule.c (GH-92863) by Miss Islington (bot) · 3 years, 3 months ago
  96. 3865830 Fix NULL test in _testinternalcapi (GH-92861) by Miss Islington (bot) · 3 years, 3 months ago
  97. da2f0c7 re docs: fix source code link (GH-92819) by Miss Islington (bot) · 3 years, 3 months ago
  98. 8f93797 [3.11] gh-90473: Skip tests that don't apply to Emscripten and WASI (GH-92846) (GH-92851) by Christian Heimes · 3 years, 3 months ago
  99. 52e6596 gh-92671: Don't omit parentheses when unparsing empty tuples (GH-92673) by Miss Islington (bot) · 3 years, 3 months ago
  100. 2ef6a98 Speedup: build docs in parallel (GH-92733) by Miss Islington (bot) · 3 years, 3 months ago