summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* gh-98348: Mention ReferenceError in weakref.proxy documentation (GH-98355)Miss Islington (bot)2022-10-261-0/+3
* gh-77753: Add example for values that compare equal in stdtypes (GH-98497)Miss Islington (bot)2022-10-261-5/+3
* gh-84747: Add `async for` comment for StreamReader (GH-98633)Miss Islington (bot)2022-10-261-1/+2
* fix a typo in whatsnew/3.11 (GH-98603)Miss Islington (bot)2022-10-251-1/+1
* Fix typos in deprecation section of 3.11 What's New (GH-98628)Miss Islington (bot)2022-10-251-3/+3
* gh-95913: Fix, sort & expand pending removal sect in 3.11 WhatsNew (GH-98583)Miss Islington (bot)2022-10-251-20/+43
* gh-97937: dis docs: add adaptive=False (GH-97939)Miss Islington (bot)2022-10-251-13/+29
* gh-98602: [typing docs] Use quotes for forward reference in TypeVarTuple exam...Miss Islington (bot)2022-10-251-1/+1
* gh-98623: Fix base classes in `typing.rst` (GH-98626)Miss Islington (bot)2022-10-251-2/+2
* gh-95913: Prepare Improved Modules in 3.11 WhatsNew for final edits (GH-98631)Miss Islington (bot)2022-10-251-22/+91
* [3.11] Fix v3.11.0 release merge problems (GH-98622)Pablo Galindo Salgado2022-10-242-20/+1
* Merge tag 'v3.11.0' into 3.11Pablo Galindo2022-10-242-0/+20
|\
| * GH-90985: Revert "Deprecate passing a message into cancel()" (GH-97999)Miss Islington (bot)2022-10-242-14/+2
| * gh-90908: Document asyncio.Task.cancelling() and asyncio.Task.uncancel() (GH-...Miss Islington (bot)2022-10-241-74/+128
| * 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-95778: Mention sys.set_int_max_str_digits() in error message (GH-96874)Miss Islington (bot)2022-10-221-2/+2
| * 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
| * gh-95914: Add What's New item describing PEP 670 changes (GH-98315)Miss Islington (bot)2022-10-221-0/+11
| * 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
| * gh-95913: Fix and copyedit New Features section of 3.11 What's New (GH-95915)Miss Islington (bot)2022-10-222-36/+39
| * gh-95913: Copyedit, link & format Typing Features section in 3.11 What's New ...Miss Islington (bot)2022-10-221-23/+50
| * gh-96917: link to typing.readthedocs.io from typing.rst (GH-96921)Miss Islington (bot)2022-10-221-0/+5
| * [3.11] gh-96727: Document restrictions on Handler.emit() with respect to lock...Miss Islington (bot)2022-10-221-0/+16
| * gh-81039: Add small example of f-string's "=}" to tutorial (gh-92291) (gh-96989)Miss Islington (bot)2022-10-222-1/+12
| * gh-96397: Document that keywords in calls need not be identifiers (GH-96393)Miss Islington (bot)2022-10-221-2/+12
| * gh-75608: Add Windows FAQ entry for missing UCRT (GH-92765)Miss Islington (bot)2022-10-221-0/+8
| * gh-77171: Document that wave only supports simple PCM files (GH-97510)Steve Dower2022-10-221-1/+2
| * gh-82530: Create blank function instead of invalid import for email example (...Miss Islington (bot)2022-10-221-5/+9
| * GH-65046: Fix docs about logging in `asyncio` (GH-97559)Miss Islington (bot)2022-10-221-2/+1
| * gh-96959: Update more HTTP links (GH-97536)Miss Islington (bot)2022-10-2222-103/+103