summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [3.11] gh-98456: Replace deprecated `set-output` with up-to-date vers… (gh-...Dong-hee Na2022-10-251-4/+4
* [3.11] Fix v3.11.0 release merge problems (GH-98622)Pablo Galindo Salgado2022-10-2426-155/+2
* GH-98407: fix `test_kill_issue43884` to not leak child processes (GH-98491)Miss Islington (bot)2022-10-241-1/+4
* Merge tag 'v3.11.0' into 3.11Pablo Galindo2022-10-247-132/+519
|\
| * Python 3.11.0v3.11.0Pablo Galindo2022-10-2427-204/+436
| * GH-90985: Revert "Deprecate passing a message into cancel()" (GH-97999)Miss Islington (bot)2022-10-248-102/+12
| * gh-90908: Document asyncio.Task.cancelling() and asyncio.Task.uncancel() (GH-...Miss Islington (bot)2022-10-243-80/+254
| * gh-95913: Edit, link and sort 3.11 WhatsNew Build section (GH-98588)Miss Islington (bot)2022-10-241-57/+67
| * gh-95913: Edit, sort & expand 3.11 WhatsNew Porting section (GH-98585)Miss Islington (bot)2022-10-241-30/+31
| * gh-95913: Edit, xref & sort 3.11 WhatsNew Removed section (GH-98584)Miss Islington (bot)2022-10-241-58/+61
| * gh-95913 Add string section to Whatsnew with new Template methods (GH-98311)Miss Islington (bot)2022-10-241-0/+12
| * gh-95027: Fix regrtest stdout encoding on Windows (GH-98492)Miss Islington (bot)2022-10-242-3/+15
| * gh-90989: Clarify some installer text (GH-97668)Steve Dower2022-10-242-6/+7
| * gh-97616: list_resize() checks for integer overflow (GH-97617)Miss Islington (bot)2022-10-243-2/+24
| * gh-97545: Make Semaphore run faster. (GH-97549)Miss Islington (bot)2022-10-243-23/+19
| * gh-90155: Fix bug in asyncio.Semaphore and strengthen FIFO guarantee (GH-93222)Miss Islington (bot)2022-10-243-22/+143
| * gh-96848: Fix -X int_max_str_digits option parsing (GH-96988)Miss Islington (bot)2022-10-223-1/+7
| * gh-96821: Fix undefined behaviour in `_testcapimodule.c` (GH-96915) (GH-96927)Miss Islington (bot)2022-10-222-1/+4
| * gh-95778: Mention sys.set_int_max_str_digits() in error message (GH-96874)Miss Islington (bot)2022-10-223-4/+7
| * gh-96729: Ensure installers built with Tools/msi/buildrelease.bat have matchi...Miss Islington (bot)2022-10-222-1/+5
| * [3.11] gh-96587: Raise `SyntaxError` for PEP654 on older `feature_version` (G...Nikita Sobolev2022-10-224-2/+15
| * [3.11] gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK (...Miss Islington (bot)2022-10-223-8/+80
| * gh-96865: [Enum] fix Flag to use CONFORM boundary (GH-97528)Miss Islington (bot)2022-10-223-2/+11
| * Sync What's new for the current 3.11.0rc2+ branch with the 3.11.0 release branchPablo Galindo2022-10-221-2/+5
| * gh-95913: Copyedit, xref and organize enum section (GH-98295)Miss Islington (bot)2022-10-221-38/+64
| * gh-95913: Edit zipfile Whatsnew section & add new APIs (GH-98314)Miss Islington (bot)2022-10-221-2/+14
| * gh-95913: Add WhatsNew section for new logging APIs (GH-98320)Miss Islington (bot)2022-10-221-0/+20
| * [3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98371)C.A.M. Gerlach2022-10-2249-93/+85
| * gh-95913: Copyedit & xref FrameInfo in Whatsnew inspect section (GH-98304)Miss Islington (bot)2022-10-222-16/+35
| * gh-95913: Copyedit, link & format Typing Features section in 3.11 What's New ...Miss Islington (bot)2022-10-221-2/+1
| * gh-95913: Prepare remaining Whatsnew sections for editing (#98342)C.A.M. Gerlach2022-10-221-28/+105
| * gh-95914: Add links to 3.11 WhatsNew Summary items (GH-98416)Miss Islington (bot)2022-10-221-26/+38
| * [3.11] gh-95913: Edit & expand Optimizations in 3.11 WhatsNew (GH-98426) (#98...Miss Islington (bot)2022-10-221-20/+39
| * [3.11] gh-98331: Update bundled pip to 22.3 (GH-98332) (gh-98400)Miss Islington (bot)2022-10-224-2/+3
| * gh-95914: Add What's New item describing PEP 670 changes (GH-98315)Miss Islington (bot)2022-10-221-0/+11
| * gh-98414: py.exe launcher does not use defaults for -V:company/ option (GH-98...Miss Islington (bot)2022-10-223-0/+11
| * [3.11] GH-97752: Clear the previous member of newly-created generator/corouti...Miss Islington (bot)2022-10-223-0/+24
| * gh-98360: multiprocessing now spawns children on Windows with correct argv[0]...Miss Islington (bot)2022-10-224-3/+62
| * [3.11] gh-97514: Don't use Linux abstract sockets for multiprocessing (GH-985...Miss Islington (bot)2022-10-222-5/+15
| * [3.11] GH-97002: Prevent _PyInterpreterFrames from backing more than one PyFr...Miss Islington (bot)2022-10-223-6/+91
| * GH-96975: Skip incomplete frames in PyEval_GetFrame (GH-97018)Miss Islington (bot)2022-10-224-3/+79
| * gh-96706: [doc] Don't recomment deprecated use of get_event_loop() in example...Miss Islington (bot)2022-10-222-4/+4
| * gh-95778: Fix `sys.set_int_max_str_digits()` parameter name (GH-96798)Miss Islington (bot)2022-10-221-1/+1
| * Add dataclass field default change to 3.11 what's new (GH-96790)Miss Islington (bot)2022-10-221-0/+8
| * Itertools sieve() recipe (GH-96813) (GH-96814)Miss Islington (bot)2022-10-221-32/+6
| * gh-96702: Order methods before attrs in sqlite3.Connection docs (GH-96703) (#...Miss Islington (bot)2022-10-221-97/+96
| * gh-96810: Clarify for which statements sqlite3 implicitly opens transactions ...Miss Islington (bot)2022-10-221-1/+2
| * Clarify that the expression is regular math notation, not Python. (GH-96903) ...Miss Islington (bot)2022-10-221-2/+2
| * Simplify sieve() recipe. Add edge case tests. (GH-96892)Miss Islington (bot)2022-10-221-10/+10
| * GH-96851: Add link to FAQ entry for caching method calls. (GH-96902)Miss Islington (bot)2022-10-222-0/+5