summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* [3.11] gh-89412: Add missing attributes (added in 3.10) to traceback module d...Miss Islington (bot)2023-06-051-0/+14
* [3.11] gh-104882: Docs: fix description of relationship between `socket.getbl...Miss Islington (bot)2023-06-041-1/+1
* [3.11] gh-105096: Reformat wave documentation (#105136) (#105138) (#105155)Victor Stinner2023-05-311-98/+105
* [3.11] GH-89455: Add missing attributes (added in 3.11) to traceback module d...Miss Islington (bot)2023-05-291-1/+18
* [3.11] gh-103921: Improve typing documentation (GH-104642) (#105007)Jelle Zijlstra2023-05-271-150/+190
* [3.11] gh-104984: remove kwargs and starargs from Call & ClassDef (GH-104986)...Miss Islington (bot)2023-05-261-6/+3
* [3.11] gh-104874: Document NewType.__supertype__ (GH-104875) (#104907)Miss Islington (bot)2023-05-241-0/+12
* [3.11] gh-103606: Improve error message from logging.config.FileConfig (GH-10...Prince Roshan2023-05-211-0/+8
* [3.11] typing docs: Move some classes out of the "Generics" section (GH-10470...Jelle Zijlstra2023-05-211-122/+125
* [3.11] Corrected identifier (GH-104713) (#104714)Miss Islington (bot)2023-05-211-1/+1
* [3.11] gh-49174: document that the effect of calling gc.collect() during a co...Miss Islington (bot)2023-05-201-0/+3
* [3.11] gh-104679 Fixed syntax highlighting in turtle docs (GH-104682). (#104695)han-solo2023-05-201-71/+71
* [3.11] docs: fix wrong indentation causing rendering error in dis page (GH-10...Miss Islington (bot)2023-05-191-2/+2
* [3.11] gh-104659: Consolidate python examples in enum documentation (#104665)...Hugo van Kemenade2023-05-191-6/+7
* [3.11] gh-102153: Start stripping C0 control and space chars in `urlsplit` (G...Miss Islington (bot)2023-05-171-2/+44
* [3.11] gh-104539: Fix indentation error in logging.config.rst (GH-104545) (#1...Miss Islington (bot)2023-05-161-1/+1
* [3.11] gh-67056: document that registering/unregistering an atexit func from ...Miss Islington (bot)2023-05-151-0/+3
* [3.11] gh-104337: Clarify random.gammavariate doc entry (GH-104410) (#104481)Miss Islington (bot)2023-05-141-3/+6
* [3.11] Minor improvements to typing docs (GH-104465) (#104475)Miss Islington (bot)2023-05-141-4/+6
* [3.11] Add a mention of PYTHONBREAKPOINT to breakpoint() docs (GH-104430) (#1...Miss Islington (bot)2023-05-131-0/+7
* [3.11] gh-101117: Improve accuracy of sqlite3.Cursor.rowcount docs (#104287) ...Erlend E. Aasland2023-05-111-1/+4
* [3.11] gh-104010: Separate and improve docs for `typing.get_origin` and `typi...Miss Islington (bot)2023-05-101-9/+22
* [3.11] gh-103960: Dark mode: invert image brightness (GH-103983) (#104358)Miss Islington (bot)2023-05-102-0/+2
* [3.11] gh-48241: Clarify URL needs to be encoded when provided to urlopen and...Miss Islington (bot)2023-05-091-3/+3
* [3.11] gh-102327: Extend docs for "url" and "headers" parameters to HTTPConne...Miss Islington (bot)2023-05-091-2/+18
* [3.11] gh-102500: collections.abc.Buffer doesn't exist in 3.11 (#104317)Shantanu2023-05-091-1/+1
* [3.11] GH-104145: Use fully-qualified cross reference types for the bisect mo...Miss Islington (bot)2023-05-081-10/+12
* [3.11] gh-102500: Remove mention of bytes shorthand (#104281) (#104288)Alex Waygood2023-05-081-8/+4
* [3.11] gh-104254: Document the optional keyword-only "context" argument to Ta...Miss Islington (bot)2023-05-071-4/+8
* [3.11] GH-97950: Use new-style index directive ('builtin') (GH-104164) (#104221)Miss Islington (bot)2023-05-065-17/+17
* [3.11] gh-104112: link from cached_property docs to method-caching FAQ (GH-10...Miss Islington (bot)2023-05-041-12/+4
* [3.11] GH-97950: Use new-style index directive ('statement') (GH-104162) (#10...Miss Islington (bot)2023-05-044-10/+10
* [3.11] GH-97950: Use new-style index directive ('object') (GH-104158) (#104159)Miss Islington (bot)2023-05-045-29/+29
* [3.11] GH-97950: Use new-style index directive ('operator') (GH-104156) (#104...Miss Islington (bot)2023-05-041-28/+28
* [3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154)Adam Turner2023-05-0423-38/+38
* [3.11] gh-101100: Fix Sphinx warnings in `curses` and `curses.ascii` modules ...Miss Islington (bot)2023-05-032-447/+477
* [3.11] gh-65022: Fix description of tuple return value in copyreg (GH-103892)...Shantanu2023-05-021-2/+2
* [3.11] GH-103484: Fix redirected permanently URLs (GH-104001) (#104088)Rafael Fontenelle2023-05-0214-19/+19
* [3.11] Improve assert_type phrasing (GH-104081) (#104084)Miss Islington (bot)2023-05-021-3/+4
* [3.11] Adjust expression from `==` to `!=` in alignment with the meaning of t...Miss Islington (bot)2023-05-011-1/+1
* [3.11] Fix description of MAKE_CELL (#103986)Shantanu2023-04-291-1/+1
* [3.11] gh-99032: datetime docs: Encoding is no longer relevant (GH-93365) (#1...Miss Islington (bot)2023-04-291-4/+1
* [3.11] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-102...Petr Viktorin2023-04-282-19/+466
* [3.11] gh-100021: Document that sqlite3's executemany() discards resulting ro...Erlend E. Aasland2023-04-281-2/+9
* [3.11] Docs: fix dunders with too many underscores (#103955) (#103957)Erlend E. Aasland2023-04-271-1/+1
* [3.11] GH-103903: Test the minimum Sphinx version in CI (#103904) (#103948)Adam Turner2023-04-271-3/+3
* [3.11] gh-51574: Document behaviour of `mkdtemp` on 3.11 and lower (#103844)Alex Waygood2023-04-271-1/+4
* [3.11] gh-101786: Clarify docs that asyncio.Server.sockets is a socket-like T...Shantanu2023-04-261-2/+3
* [3.11] gh-94300: Update datetime.strptime documentation (GH-95318) (#103785)Miss Islington (bot)2023-04-261-1/+1
* [3.11] gh-101879: docs - italicize argument in smtplib.SMPT() description (GH...Miss Islington (bot)2023-04-261-5/+5