Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.11.0
tag
968953dcd8930880a3e9c5302b6892a5a0836c14
tagger
Pablo Galindo <pablogsal@gmail.com>
Mon Oct 24 17:35:40 2022
object
deaf509e8fc6e0363bd6f26d52ad42f976ec42f2
Python 3.11.0
deaf509
Python 3.11.0
by Pablo Galindo
· 2 years, 10 months ago
v3.11.0
981b509
GH-90985: Revert "Deprecate passing a message into cancel()" (GH-97999)
by Miss Islington (bot)
· 2 years, 10 months ago
f008392
gh-90908: Document asyncio.Task.cancelling() and asyncio.Task.uncancel() (GH-95253)
by Miss Islington (bot)
· 2 years, 10 months ago
c184c67
gh-95913: Edit, link and sort 3.11 WhatsNew Build section (GH-98588)
by Miss Islington (bot)
· 2 years, 10 months ago
cde4cf9
gh-95913: Edit, sort & expand 3.11 WhatsNew Porting section (GH-98585)
by Miss Islington (bot)
· 2 years, 10 months ago
7cdea80
gh-95913: Edit, xref & sort 3.11 WhatsNew Removed section (GH-98584)
by Miss Islington (bot)
· 2 years, 10 months ago
c2cb04e
gh-95913 Add string section to Whatsnew with new Template methods (GH-98311)
by Miss Islington (bot)
· 2 years, 10 months ago
965ce0d
gh-95027: Fix regrtest stdout encoding on Windows (GH-98492)
by Miss Islington (bot)
· 2 years, 10 months ago
a1f4e42
gh-90989: Clarify some installer text (GH-97668)
by Steve Dower
· 2 years, 10 months ago
38ade0d
gh-97616: list_resize() checks for integer overflow (GH-97617)
by Miss Islington (bot)
· 2 years, 10 months ago
9c80b55
gh-97545: Make Semaphore run faster. (GH-97549)
by Miss Islington (bot)
· 2 years, 10 months ago
56145c6
gh-90155: Fix bug in asyncio.Semaphore and strengthen FIFO guarantee (GH-93222)
by Miss Islington (bot)
· 2 years, 10 months ago
67f5d24
gh-96848: Fix -X int_max_str_digits option parsing (GH-96988)
by Miss Islington (bot)
· 2 years, 10 months ago
9e008fe
gh-96821: Fix undefined behaviour in `_testcapimodule.c` (GH-96915) (GH-96927)
by Miss Islington (bot)
· 2 years, 10 months ago
bac61bc
gh-95778: Mention sys.set_int_max_str_digits() in error message (GH-96874)
by Miss Islington (bot)
· 2 years, 10 months ago
3ce43a2
gh-96729: Ensure installers built with Tools/msi/buildrelease.bat have matching UUIDs with official releases (GH-96755)
by Miss Islington (bot)
· 2 years, 10 months ago
9cb7324
[3.11] gh-96587: Raise `SyntaxError` for PEP654 on older `feature_version` (GH-96588) (#96591)
by Nikita Sobolev
· 2 years, 10 months ago
84fd4a5
[3.11] gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK (GH-97944) (#97969)
by Miss Islington (bot)
· 2 years, 10 months ago
1a78891
gh-96865: [Enum] fix Flag to use CONFORM boundary (GH-97528)
by Miss Islington (bot)
· 2 years, 10 months ago
a969af4
Sync What's new for the current 3.11.0rc2+ branch with the 3.11.0 release branch
by Pablo Galindo
· 2 years, 10 months ago
1f192c3
gh-95913: Copyedit, xref and organize enum section (GH-98295)
by Miss Islington (bot)
· 2 years, 10 months ago
425bec3
gh-95913: Edit zipfile Whatsnew section & add new APIs (GH-98314)
by Miss Islington (bot)
· 2 years, 10 months ago
b0e3eaa
gh-95913: Add WhatsNew section for new logging APIs (GH-98320)
by Miss Islington (bot)
· 2 years, 10 months ago
f1ca2f6
[3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98371)
by C.A.M. Gerlach
· 2 years, 10 months ago
f8f0386
gh-95913: Copyedit & xref FrameInfo in Whatsnew inspect section (GH-98304)
by Miss Islington (bot)
· 2 years, 10 months ago
a1e59b7
gh-95913: Copyedit, link & format Typing Features section in 3.11 What's New (GH-96097)
by Miss Islington (bot)
· 2 years, 10 months ago
98eef50
gh-95913: Prepare remaining Whatsnew sections for editing (#98342)
by C.A.M. Gerlach
· 2 years, 10 months ago
25ebe35
gh-95914: Add links to 3.11 WhatsNew Summary items (GH-98416)
by Miss Islington (bot)
· 2 years, 10 months ago
92dc6ab
[3.11] gh-95913: Edit & expand Optimizations in 3.11 WhatsNew (GH-98426) (#98554)
by Miss Islington (bot)
· 2 years, 10 months ago
c954335
[3.11] gh-98331: Update bundled pip to 22.3 (GH-98332) (gh-98400)
by Miss Islington (bot)
· 2 years, 10 months ago
715b677
gh-95914: Add What's New item describing PEP 670 changes (GH-98315)
by Miss Islington (bot)
· 2 years, 10 months ago
fc12762
gh-98414: py.exe launcher does not use defaults for -V:company/ option (GH-98460)
by Miss Islington (bot)
· 2 years, 10 months ago
585c95d
[3.11] GH-97752: Clear the previous member of newly-created generator/coroutine frames (GH-97812)
by Miss Islington (bot)
· 2 years, 10 months ago
4e0fda5
gh-98360: multiprocessing now spawns children on Windows with correct argv[0] in virtual environments (GH-98462)
by Miss Islington (bot)
· 2 years, 10 months ago
4c0c1e2
[3.11] gh-97514: Don't use Linux abstract sockets for multiprocessing (GH-98501) (GH-98502)
by Miss Islington (bot)
· 2 years, 10 months ago
d0ab10f
[3.11] GH-97002: Prevent _PyInterpreterFrames from backing more than one PyFrameObject (GH-98002)
by Miss Islington (bot)
· 2 years, 10 months ago
154b3cd
GH-96975: Skip incomplete frames in PyEval_GetFrame (GH-97018)
by Miss Islington (bot)
· 2 years, 10 months ago
886fd39
gh-96706: [doc] Don't recomment deprecated use of get_event_loop() in examples (GH-96707)
by Miss Islington (bot)
· 2 years, 10 months ago
040bbd2
gh-95778: Fix `sys.set_int_max_str_digits()` parameter name (GH-96798)
by Miss Islington (bot)
· 2 years, 10 months ago
3e6f19b
Add dataclass field default change to 3.11 what's new (GH-96790)
by Miss Islington (bot)
· 2 years, 10 months ago
6cce942
Itertools sieve() recipe (GH-96813) (GH-96814)
by Miss Islington (bot)
· 2 years, 10 months ago
99f5568
gh-96702: Order methods before attrs in sqlite3.Connection docs (GH-96703) (#96788)
by Miss Islington (bot)
· 2 years, 10 months ago
746dad4
gh-96810: Clarify for which statements sqlite3 implicitly opens transactions (GH-96832)
by Miss Islington (bot)
· 2 years, 10 months ago
a955ccc
Clarify that the expression is regular math notation, not Python. (GH-96903) (GH-96908)
by Miss Islington (bot)
· 2 years, 10 months ago
122a07c
Simplify sieve() recipe. Add edge case tests. (GH-96892)
by Miss Islington (bot)
· 2 years, 10 months ago
1c345fa
GH-96851: Add link to FAQ entry for caching method calls. (GH-96902)
by Miss Islington (bot)
· 2 years, 10 months ago
365f9b7
gh-95913: Fix and copyedit New Features section of 3.11 What's New (GH-95915)
by Miss Islington (bot)
· 2 years, 10 months ago
837c120
gh-95913: Copyedit, link & format Typing Features section in 3.11 What's New (GH-96097)
by Miss Islington (bot)
· 2 years, 10 months ago
2a1e9b0
gh-96917: link to typing.readthedocs.io from typing.rst (GH-96921)
by Miss Islington (bot)
· 2 years, 10 months ago
6464096
[3.11] gh-96727: Document restrictions on Handler.emit() with respect to locking. (GH-96948) (GH-96950)
by Miss Islington (bot)
· 2 years, 10 months ago
a592f84
gh-81039: Add small example of f-string's "=}" to tutorial (gh-92291) (gh-96989)
by Miss Islington (bot)
· 2 years, 10 months ago
50c0a22
gh-96397: Document that keywords in calls need not be identifiers (GH-96393)
by Miss Islington (bot)
· 2 years, 10 months ago
c10f8c8
gh-75608: Add Windows FAQ entry for missing UCRT (GH-92765)
by Miss Islington (bot)
· 2 years, 10 months ago
00e8a27
gh-77171: Document that wave only supports simple PCM files (GH-97510)
by Steve Dower
· 2 years, 10 months ago
1281d35
gh-82530: Create blank function instead of invalid import for email example (GH-97529)
by Miss Islington (bot)
· 2 years, 10 months ago
e65e6de
GH-65046: Fix docs about logging in `asyncio` (GH-97559)
by Miss Islington (bot)
· 2 years, 10 months ago
50da78a
gh-96959: Update more HTTP links (GH-97536)
by Miss Islington (bot)
· 2 years, 10 months ago
2b0b017
gh-96377: Update asyncio policy doc intro paras to be clear and accurate (GH-97603)
by Miss Islington (bot)
· 2 years, 10 months ago
8de3533
[3.11] gh-65046: Add note about logging from async code. (GH-97602) (GH-97608)
by Miss Islington (bot)
· 2 years, 10 months ago
edc3356
Fix docs on conditional expression grouping (GH-96447) (GH-97606)
by Miss Islington (bot)
· 2 years, 10 months ago
f0cbc6c
fixup policy docs (GH-97618)
by Miss Islington (bot)
· 2 years, 10 months ago
68b7a6a
gh-52597: Add position-only markers for os functions (GH-94735)
by Miss Islington (bot)
· 2 years, 10 months ago
807d14b
closes gh-97650: correct sphinx executable (gh-97651)
by Miss Islington (bot)
· 2 years, 10 months ago
f20ad5e
gh-96397: Document that attributes need not be identifiers (GH-96454)
by Miss Islington (bot)
· 2 years, 10 months ago
815ad02
[3.11] Use SyntaxError invalid range in tutorial introduction example (GH-93031) (GH-97666)
by Miss Islington (bot)
· 2 years, 10 months ago
c12c993
gh-87597: Document TimeoutExpired.stdout & .stderr types (GH-97685)
by Miss Islington (bot)
· 2 years, 10 months ago
b8afd5f
Fix capitalization of Unix in documentation (GH-96913)
by Miss Islington (bot)
· 2 years, 10 months ago
d79a412
gh-95975: Move except/*/finally ref labels to more precise locations (GH-95976)
by Miss Islington (bot)
· 2 years, 10 months ago
eb5cdf6
gh-97607: Fix content parsing in the impl-detail reST directive (GH-97652)
by Miss Islington (bot)
· 2 years, 10 months ago
1067baf
[3.11] [docs] Update logging cookbook with recipe for using a logger like an output… (GH-97730) (GH-97735)
by Miss Islington (bot)
· 2 years, 10 months ago
c8bdf33
GH-85447: Clarify docs about awaiting future multiple times (GH-97738)
by Miss Islington (bot)
· 2 years, 10 months ago
10818aa
gh-97740: Fix bang in Sphinx C domain ref target syntax (GH-97741)
by Miss Islington (bot)
· 2 years, 10 months ago
5e99363
gh-95913: Copyedit/improve New Modules What's New section (GH-97721)
by Miss Islington (bot)
· 2 years, 10 months ago
1729bec
gh-95913: Fix PEP number in PEP 678 What's New ref label (GH-97739)
by Miss Islington (bot)
· 2 years, 10 months ago
ce01c59
Fix typo in unittest docs (GH-97742)
by Miss Islington (bot)
· 2 years, 10 months ago
208701e
multiprocessing docs: Remove extra option ELLIPSIS from section with code (GH-96625)
by Miss Islington (bot)
· 2 years, 10 months ago
4f254f6
Minor grammar changes to http.client docs (GH-96221)
by Miss Islington (bot)
· 2 years, 10 months ago
fb0d931
Update http.client.rst (GH-24803)
by Miss Islington (bot)
· 2 years, 10 months ago
d21bef5
gh-93738: Documentation C syntax (:c:data:`0` -> ``0``) (GH-97771)
by Miss Islington (bot)
· 2 years, 10 months ago
4dda0c8
gh-97709: Included newline separator in Mandelbrot set (GH-97737)
by Miss Islington (bot)
· 2 years, 10 months ago
746fb3c
Adjust stable ABI internal documentation (GH-96896)
by Miss Islington (bot)
· 2 years, 10 months ago
e232e49
gh-97754: Update doc for default location of per-user installs on Windows (GH-97756)
by Miss Islington (bot)
· 2 years, 10 months ago
c6bf822
GH-82604: fix docs about configuring selector (GH-97755)
by Miss Islington (bot)
· 2 years, 10 months ago
9d49bd4
GH-95913: Update what's new in 3.11 for asyncio (GH-97806)
by Miss Islington (bot)
· 2 years, 10 months ago
7ddd0d3
gh-90301: Doc: Add references to PEP 686 (GH-96816)
by Miss Islington (bot)
· 2 years, 10 months ago
ed772a8
[3.11] gh-96448: fix documentation for _thread.lock.acquire (GH-96449) (#97851)
by Miss Islington (bot)
· 2 years, 10 months ago
95f7ed8
[3.11] gh-88355: Fix backslashes in AF_PIPE (GH-96543) (#97854)
by Miss Islington (bot)
· 2 years, 10 months ago
028e7d4
gh-95913: Move py.exe to appropriate What's New section & refine text (GH-97718)
by Miss Islington (bot)
· 2 years, 10 months ago
52709b2
gh-95913: Copyedit/improve Other Language Changes What's New section (GH-97719)
by Miss Islington (bot)
· 2 years, 10 months ago
232a402
[3.11] gh-93738: Documentation C syntax (:c:type:`Py_UNICODE*` -> :c:expr:`Py_UNICODE*`) (GH-97784) (#97857)
by Miss Islington (bot)
· 2 years, 10 months ago
264b615
[3.11] gh-93738: Documentation C syntax (:c:type:`PyUnicodeObject*` -> :c:expr:`PyUnicodeObject*`) (GH-97783) (#97859)
by Miss Islington (bot)
· 2 years, 10 months ago
0679066
[3.11] gh-93738: Documentation C syntax (:c:type:`PyBytesObject*` -> :c:expr:`PyBytesObject*`) (GH-97782) (#97861)
by Miss Islington (bot)
· 2 years, 10 months ago
ab665d9
[3.11] gh-93738: Documentation C syntax (:c:type:`PyTupleObject*` -> :c:expr:`PyTupleObject*`) (GH-97780) (#97863)
by Miss Islington (bot)
· 2 years, 10 months ago
9b73bd4
[3.11] gh-93738: Documentation C syntax (:c:type:`FILE` -> :c:expr:`FILE`) (GH-97769) (#97871)
by Miss Islington (bot)
· 2 years, 10 months ago
56aaff4
[3.11] gh-93738: Documentation C syntax (:c:type:`TYPE` -> :c:expr:`TYPE`) (GH-97770) (#97874)
by Miss Islington (bot)
· 2 years, 10 months ago
aa7893b
[3.11] gh-93738: Documentation C syntax (:c:type:`PyInterpreterState *` -> :c:expr:`PyInterpreterState *`) (GH-97777) (#97865)
by Miss Islington (bot)
· 2 years, 10 months ago
5137002
[3.11] gh-93738: Documentation C syntax (:c:data:`view->obj` -> :c:expr:`view->obj`) (GH-97773) (#97867)
by Miss Islington (bot)
· 2 years, 10 months ago
65b2591
gh-95913: Copyedit/improve Implementation Changes What's New section (GH-97720)
by Miss Islington (bot)
· 2 years, 10 months ago
12bd7e9
Add re.VERBOSE flag documentation example (GH-97678)
by Miss Islington (bot)
· 2 years, 10 months ago
5f43097
gh-97661: Improve accuracy of sqlite3.Cursor.fetchone docs (GH-97662)
by Miss Islington (bot)
· 2 years, 10 months ago
Next »