summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* gh-103636: issue warning for deprecated calendar constants (#103833)Prince Roshan2023-04-291-0/+52
* Various small fixes to dis docs (#103923)Jelle Zijlstra2023-04-291-78/+79
* gh-98040: Remove just the `imp` module (#98573)Barry Warsaw2023-04-284-417/+0
* gh-101100: Add reference doc for __post_init__ (#103818)Olga Matoula2023-04-281-22/+23
* Update itertool recipe: polynomial_from_roots() (GH-103973)Raymond Hettinger2023-04-281-5/+4
* gh-100021: Document that sqlite3's executemany() discards resulting rows (#10...Erlend E. Aasland2023-04-281-2/+9
* gh-83925: Make asyncio.subprocess communicate similar to non-asyncio (#18650)Marek Marczykowski-Górecki2023-04-281-2/+7
* Docs: fix dunders with too many underscores (#103955)Erlend E. Aasland2023-04-271-1/+1
* GH-103903: Test the minimum Sphinx version in CI (#103904)Adam Turner2023-04-271-3/+3
* GH-103857: Deprecate utcnow and utcfromtimestamp (#103858)Paul Ganssle2023-04-271-0/+8
* gh-62432: unittest runner: Exit code 5 if no tests were run (#102051)Stefano Rivera2023-04-271-1/+2
* gh-103629: Update typing.Unpack docs in compliance with PEP 692 (#103894)Franek Magiera2023-04-261-2/+22
* gh-48241: Clarify URL needs to be encoded when provided to urlopen and Reques...Michael Blahay2023-04-261-3/+3
* gh-103489: Add get/set config methods to sqlite3.Connection (#103506)Erlend E. Aasland2023-04-261-0/+56
* gh-103015: Add entrypoint keyword param to sqlite3.Connection.load_extension ...Erlend E. Aasland2023-04-261-2/+20
* gh-101879: docs - italicize argument in smtplib.SMPT() description (#101886)Owain Davies2023-04-261-5/+5
* gh-91441: Clarify the docs of asyncio.loop.subprocess_exec() (#91442)July Tikhonov2023-04-261-9/+8
* gh-101786: Clarify docs that asyncio.Server.sockets is a socket-like Transpor...Carol Willing2023-04-261-2/+3
* gh-103721: Improve cross-references for generic-alias docs (#103838)Alex Waygood2023-04-251-0/+7
* gh-51574: Make tempfile.mkdtemp() always return absolute paths (#94612)Samuel Sloniker2023-04-251-0/+3
* gh-103810: Fix broken references in dataclasses (#103811)Olga Matoula2023-04-241-72/+74
* gh-103673: Add missing ForkingUnixStreamServer and ForkingUnixDatagramServer ...jb21702023-04-241-0/+7
* gh-87729: add LOAD_SUPER_ATTR instruction for faster super() (#103497)Carl Meyer2023-04-241-0/+18
* gh-103791: Make contextlib.suppress also act on exceptions within an Exceptio...Łukasz Langa2023-04-241-0/+7
* gh-101100: Fix Sphinx warnings in `argparse` module (#103289)Hugo van Kemenade2023-04-242-7/+62
* gh-99032: datetime docs: Encoding is no longer relevant (#93365)William Andrea2023-04-241-4/+1
* gh-94300: Update datetime.strptime documentation (#95318)Howie Zhao2023-04-241-1/+1
* GH-65022: Fix description of copyreg.pickle function (#102656)Furkan Onder2023-04-241-2/+2
* gh-91687: modernize dataclass example typing (#103773)Allan Lago2023-04-241-1/+1
* gh-103765: Fix 'Warning: py:class reference target not found: ModuleSpec' (GH...Jaime Alonso Lorenzo2023-04-241-1/+1
* gh-87452: Improve the Popen.returncode docsJoshua Herman2023-04-241-3/+6
* Removed unnecessary escaping of asterisks (#103714)Richard Hajek2023-04-241-1/+1
* gh-44123: Add note on relative path for os.exec* (GH-93826)Stanley2023-04-241-1/+2
* gh-102950: Implement PEP 706 – Filter for tarfile.extractall (#102953)Petr Viktorin2023-04-242-20/+463
* gh-101688: Implement types.get_original_bases (#101827)James Hilton-Balfe2023-04-231-0/+40
* gh-68654: Clarify subdirectories used by pkgutil.extend_path (#103701)Randy2023-04-221-3/+3
* Revert "Avoid error lexing multiprocessing docs code block on Pygments 2.15.0...Hugo van Kemenade2023-04-221-3/+1
* gh-84436: Implement Immortal Objects (gh-19474)Eddie Elizondo2023-04-221-0/+7
* gh-83791: Raise TypeError for len(memoryview_0d) (#18463)Eric Wieser2023-04-221-6/+9
* GH-103484: Fix broken links reported by linkcheck (#103608)Rafael Fontenelle2023-04-223-10/+11
* GH-103475: cache() and lru_cache() do not have a "call once" guarantee (GH-10...Raymond Hettinger2023-04-221-4/+14
* Minor improvements to the functools docs (#103672)Raymond Hettinger2023-04-221-3/+2
* Sync with importlib_metadata 6.5 (GH-103584)Jason R. Coombs2023-04-211-0/+4
* gh-98641: Document difference between task group and gather (#103644)Adrien2023-04-201-5/+10
* gh-102856: Initial implementation of PEP 701 (#102855)Pablo Galindo Salgado2023-04-191-0/+10
* GH-88342: clarify that `asyncio.as_completed` accepts generators yielding tas...Kumar Aditya2023-04-191-0/+3
* gh-103582: Remove last references to `argparse.REMAINDER` from docs (#103586)Nikita Sobolev2023-04-191-2/+2
* gh-103596: [Enum] do not shadow mixed-in methods/attributes (GH-103600)Ethan Furman2023-04-181-3/+4
* [Doc] Fix a typo in optparse.rst (#103504)zyckk42023-04-181-1/+1
* gh-101100: Fix broken reference `__format__` in `string.rst` (#103531)yuki2023-04-181-2/+2