Python 3.11.0b4
  1. 5a7e1e0 Python 3.11.0b4 by Pablo Galindo · 3 years, 1 month ago v3.11.0b4
  2. a276833 [3.11] GH-94736: mark SemLock test as linux only (GH-94750) (#94752) by Miss Islington (bot) · 3 years, 1 month ago
  3. 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
  4. 8464e4a GH-94736: Fix _multiprocessing.SemLock subclassing (GH-94738) by Miss Islington (bot) · 3 years, 1 month ago
  5. 45896f2 [3.11] gh-93883: elide traceback indicators when possible (GH-93994) (GH-94740) by John Belmonte · 3 years, 1 month ago
  6. f3212b1 GH-77265: Document NaN handling in statistics functions that sort or count (GH-94676) (#94726) by Miss Islington (bot) · 3 years, 1 month ago
  7. e5c8ad3 [3.11] GH-94694: Fix column offsets for multi-line method lookups (GH-94721) by Brandt Bucher · 3 years, 1 month ago
  8. 7b5737a Improve dataclass docstring (gh-94686) by Miss Islington (bot) · 3 years, 1 month ago
  9. a61870e gh-94637: Release GIL in SSLContext.set_default_verify_paths (GH-94658) by Miss Islington (bot) · 3 years, 1 month ago
  10. 7a34172 [3.11] GH-93252: Fix error handling for failed Python calls (GH-94693) (GH-94708) by Kumar Aditya · 3 years, 1 month ago
  11. b4e232c gh-94607: Fix subclassing generics (GH-94610) by Miss Islington (bot) · 3 years, 1 month ago
  12. cb4359c Use mdash-es consistently in the library docs index (GH-92762) by Miss Islington (bot) · 3 years, 1 month ago
  13. 36a3372 [3.11] gh-94215: Fix error handling for line-tracing events (GH-94681) (GH-94688) by Christian Heimes · 3 years, 1 month ago
  14. 73a1800 [3.11] gh-94622: Add more references to the sqlite3 types anchor (GH-94623) (#94678) by Erlend Egeberg Aasland · 3 years, 1 month ago
  15. c72001e gh-94321: Document sqlite3.PrepareProtocol (GH-94620) by Miss Islington (bot) · 3 years, 1 month ago
  16. 77a0153 GH-94644: fix test_curses ref leak (GH-94647) by Miss Islington (bot) · 3 years, 1 month ago
  17. 65c4316 gh-93910: Fix enum performance regression (GH-94614) by Miss Islington (bot) · 3 years, 1 month ago
  18. 421c4b0 gh-94215: Add reproducer for segfault in frame_setlineno() (GH-94563) by Miss Islington (bot) · 3 years, 1 month ago
  19. 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
  20. 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
  21. 3517c13 [3.11] gh-94628: Add explicit parameter list to sqlite3.connect docs (GH-94629) (#94645) by Erlend Egeberg Aasland · 3 years, 1 month ago
  22. fa44a76 gh-94630: Update sqlite3 docs with positional-only and keyword-only symbols (GH-94631) by Miss Islington (bot) · 3 years, 1 month ago
  23. 37a47b1 gh-94017: Improve clarity of sqlite3 transaction handling docs (GH-94320) by Miss Islington (bot) · 3 years, 1 month ago
  24. 0187b60 GH-93896: AAlways set event loop in asyncio.run and IsolatedAsyncioTestCase (GH-94593) by Miss Islington (bot) · 3 years, 1 month ago
  25. b22f9d6 [3.11] gh-94438: in frameobject's mark_stacks switch, the PUSH_EXC_INFO and POP_EXCEPT cases are no longer reachable (GH-94582) (GH-94595) by Irit Katriel · 3 years, 1 month ago
  26. 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
  27. 552fc9a gh-91330: Tests and docs for dataclass descriptor-typed fields (GH-94424) (GH-94576) by Miss Islington (bot) · 3 years, 1 month ago
  28. d49c99f gh-94360: Fix a tokenizer crash when reading encoded files with syntax errors from stdin (GH-94386) by Miss Islington (bot) · 3 years, 1 month ago
  29. 9bd97a2 gh-90355: Add isolated flag if currently isolated (GH-92857) (GH-94568) by Miss Islington (bot) · 3 years, 1 month ago
  30. 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
  31. 7a3dae06 Docs: Convert PEP 630 (Isolating Extension Modules) to a HOWTO (GH-94489) (GH-94566) by Miss Islington (bot) · 3 years, 1 month ago
  32. 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
  33. 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
  34. 0615e7f gh-84753: Clarify change made to `inspect` functions (GH-94554) (GH-94560) by Miss Islington (bot) · 3 years, 1 month ago
  35. e284468 gh-94538: Fix Argument Clinic output to custom file (GH-94539) (GH-94555) by Miss Islington (bot) · 3 years, 1 month ago
  36. 77bf973 Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551) (GH-94557) by Miss Islington (bot) · 3 years, 1 month ago
  37. 99a0668 gh-93626: Set the release for `__future__.annotations` to `None` (GH-93628) (GH-94553) by Miss Islington (bot) · 3 years, 1 month ago
  38. 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
  39. 8fe0b1d [3.11] Update logging documentation: change cross-reference and add webapp r… (GH-94541) by Vinay Sajip · 3 years, 2 months ago
  40. 1e7efbc IDLE doc: Tweek RESTART and Windows console start (GH-94530) by Miss Islington (bot) · 3 years, 2 months ago
  41. abf5f5c gh-81054: Document that SimpleHTTPRequestHandler follows symbolic links (GH-94416) (GH-94492) by Miss Islington (bot) · 3 years, 2 months ago
  42. 227e0d6 gh-75372: Specify major version in README for installation (GH-92759) (GH-94487) by Miss Islington (bot) · 3 years, 2 months ago
  43. 1b46df1 Update code sample when importing modules in queue doc (GH-94244) (GH-94490) by Miss Islington (bot) · 3 years, 2 months ago
  44. 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
  45. 02b30a8 [3.11] GH-94438: Backport GH-94444 (#94486) by Mark Shannon · 3 years, 2 months ago
  46. 9fa9661 gh-84461: Tool/wasm/python.html: Add subresource integrity hashes (GH-93953) by Miss Islington (bot) · 3 years, 2 months ago
  47. ca58ca8 gh-84461: Improve WebAssembly in-browser demo (GH-91879) by Miss Islington (bot) · 3 years, 2 months ago
  48. 113b309 [3.11] GH-93354: Use exponential backoff to avoid excessive specialization attempts (GH-93355) (GH-93379) by Mark Shannon · 3 years, 2 months ago
  49. 6c40538 multiprocessing.spawn doc: Capitalize the p in "Python" (gh-94462) by Miss Islington (bot) · 3 years, 2 months ago
  50. 9ebec7d gh-84753: Make inspect.iscoroutinefunction() work with AsyncMock (GH-94050) (GH-94460) by Miss Islington (bot) · 3 years, 2 months ago
  51. 7fe949e GH-94398: TaskGroup: Fail create_task() during shutdown (GH-94400) (GH-94463) by Miss Islington (bot) · 3 years, 2 months ago
  52. aed28b7 xml.dom.minidom docs: fix typo (GH-93437) by Miss Islington (bot) · 3 years, 2 months ago
  53. 8ee4e12 gh-93491: Fix PEP 11 tier detection for FreeBSD (GH-94441) by Miss Islington (bot) · 3 years, 2 months ago
  54. b3d69ff GH-90908: Document asyncio.TaskGroup (GH-94359) (GH-94456) by Miss Islington (bot) · 3 years, 2 months ago
  55. fdc0081 gh-91719: Reload opcode on unknown error so that C can optimize the dispatching in ceval.c (GH-94364) (#94453) by Miss Islington (bot) · 3 years, 2 months ago
  56. ecc8e77 [3.11] gh-89038: [doc] update dis.findlinestarts documentation for changes related to PEP-626 (GH-94247) (GH-94450) by Irit Katriel · 3 years, 2 months ago
  57. f58c366 GH-94329: Don't raise on excessive stack consumption (GH-94421) (GH-94446) by Miss Islington (bot) · 3 years, 2 months ago
  58. 48a739e gh-94332: make it safe to call assemble_free when assemble_init has not been called (GH-94389) (GH-94442) by Irit Katriel · 3 years, 2 months ago
  59. 20b8c9e gh-92336: linecache.getline should not raise exceptions on decoding errors (GH-94410) by Miss Islington (bot) · 3 years, 2 months ago
  60. 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
  61. 5084a64 bpo-92336: [doc] clarify that the dfile is read by the traceback display code (GH-94409) by Miss Islington (bot) · 3 years, 2 months ago
  62. cbd562f Docs: Update SyntaxError message in REPL example for list comprehension (GH-93901) (GH-94425) by Miss Islington (bot) · 3 years, 2 months ago
  63. a548a45 [3.11] gh-94404: Use module CFLAGS before PY_STDMODULE_CFLAGS (GH-94413) (GH-94415) by Christian Heimes · 3 years, 2 months ago
  64. 9140c41 [3.11] GH-93516: Drop broken assert, fixes GH-93769 (GH-94411) by Christian Heimes · 3 years, 2 months ago
  65. 0122ab2 [3.11] gh-94026: Buffer regrtest worker stdout in temporary file (GH-94253) (GH-94408) by Christian Heimes · 3 years, 2 months ago
  66. aaa85b5 gh-94404: makesetup: use correct CFLAGS and macOS workaround (GH-94405) by Miss Islington (bot) · 3 years, 2 months ago
  67. 3b4f5ed [3.11] GH-93516: Backport GH-93769 (GH-94231) by Mark Shannon · 3 years, 2 months ago
  68. 50a2e36 gh-88116: Avoid undefined behavior when decoding varints in code objects (GH-94375) by Miss Islington (bot) · 3 years, 2 months ago
  69. 6484692 [3.11] Backport ABI regeneration script (#94376) by Pablo Galindo Salgado · 3 years, 2 months ago
  70. 3937dbf gh-61585: Clarify import scope in modules tutorial (GH-93455) (GH-94373) by Miss Islington (bot) · 3 years, 2 months ago
  71. 926bf23 [3.11] gh-86404: [doc] Fix missing space in idle documentation. (GH-94366) (GH-94369) by Miss Islington (bot) · 3 years, 2 months ago
  72. 64365d0 gh-91860: Add docs for typing.dataclass_transform field specifier params (GH-94354) (GH-94372) by Miss Islington (bot) · 3 years, 2 months ago
  73. cf64db6 gh-94208: Add more TLS version/protocol checks for FreeBSD (GH-94347) by Miss Islington (bot) · 3 years, 2 months ago
  74. 1d2c8ff gh-82006: IDLE doc improvements (GH-94349) by Miss Islington (bot) · 3 years, 2 months ago
  75. 5751530 gh-94315: Check for DAC override capability (GH-94316) by Miss Islington (bot) · 3 years, 2 months ago
  76. 56f5f90 [3.11] gh-90473: Reduce recursion limit on WASI even further (GH-94333) (GH-94334) by Christian Heimes · 3 years, 2 months ago
  77. 4ec146c [3.11] gh-90005: Rename MODULE_EGG variable to MODULE_EGG_STATE (GH-94301) (GH-94317) by Christian Heimes · 3 years, 2 months ago
  78. bc8d81a [3.11] gh-84623: Remove unused imports in stdlib (#94313) by Terry Jan Reedy · 3 years, 2 months ago
  79. 575997a [3.11] gh-85023: [doc] clarify parameters vs arguments explanation in FAQ (GH-94282) (GH-94311) by Irit Katriel · 3 years, 2 months ago
  80. 442dd8f gh-94192: Fix error for dictionary literals with invalid expression as value. (GH-94304) by Miss Islington (bot) · 3 years, 2 months ago
  81. 1b27ec5 [3.11] gh-93820: Pickle enum.Flag by name (GH-93891). (GH-94288) by Serhiy Storchaka · 3 years, 2 months ago
  82. 5ce819f GH-94254: Make _struct module types immutable (GH-94269) by Miss Islington (bot) · 3 years, 2 months ago
  83. ad23df9 [3.11] [doc] fix typo in reference to tp_descr_get and tp_descr_set (GH-94140) (GH-94293) by Irit Katriel · 3 years, 2 months ago
  84. f0f3a42 Run Tools/scripts/reindent.py (GH-94225) by Miss Islington (bot) · 3 years, 2 months ago
  85. 68112c3 gh-83499: Fix closing file descriptors in tempfile (GH-93874) by Miss Islington (bot) · 3 years, 2 months ago
  86. 4ec1f8d gh-70474: [doc] fix wording of GET_ANEXT doc (GH-94048) by Miss Islington (bot) · 3 years, 2 months ago
  87. 8b77681 bpo-39971: Change examples to be runnable (GH-32172) by Miss Islington (bot) · 3 years, 2 months ago
  88. 0a1517d [3.11] gh-90016: Reword sqlite3 adapter/converter docs (GH-93095) (#94272) by Erlend Egeberg Aasland · 3 years, 2 months ago
  89. 1251467 gh-94245: Test pickling and copying of typing.Tuple[()] (GH-94259) by Miss Islington (bot) · 3 years, 2 months ago
  90. 4bc5f9f gh-94207: Fix struct module leak (GH-94239) (GH-94265) by Miss Islington (bot) · 3 years, 2 months ago
  91. 89ba660 gh-94217: Skip import tests when _testcapi is a builtin (GH-94218) by Miss Islington (bot) · 3 years, 2 months ago
  92. b140e5a IDLE: replace if statement with expression (GH-94228) by Miss Islington (bot) · 3 years, 2 months ago
  93. 251193e Docs: Remove `Provides [...]` from `multiprocessing.shared_memory` description (GH-92761) by Miss Islington (bot) · 3 years, 2 months ago
  94. c966e08 gh-84461: Build Emscripten with WASM BigInt support (GH-94219) by Miss Islington (bot) · 3 years, 2 months ago
  95. 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
  96. 4d2c972 gh-84461: Fix ctypes and test_ctypes on Emscripten (GH-94142) by Miss Islington (bot) · 3 years, 2 months ago
  97. e4d72d1 gh-93692: remove "build finished successfully" message from setup.py (GH-93693) by Miss Islington (bot) · 3 years, 2 months ago
  98. fbf3145 [Enum] Remove automatic docstring generation (GH-94188) by Miss Islington (bot) · 3 years, 2 months ago
  99. 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
  100. ee82f0f gh-93771: Clarify how deepfreeze.py is run (GH-94150) by Miss Islington (bot) · 3 years, 2 months ago