summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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-252-2/+7
* DOC: remove reference to OpenSolaris (#102671)partev2023-04-251-7/+0
* gh-103765: Remove pkgutil.rst from .nitignore (GH-103797)Jaime Alonso Lorenzo2023-04-241-1/+0
* gh-103810: Fix broken references in dataclasses (#103811)Olga Matoula2023-04-242-73/+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-245-16/+78
* 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-103091: Add PyUnstable_Type_AssignVersionTag (#103095)Brett Simmers2023-04-241-0/+9
* gh-103712: Increase the length of the type name in AttributeError messages (#...Alex Gaynor2023-04-241-1/+1
* gh-44123: Add note on relative path for os.exec* (GH-93826)Stanley2023-04-241-1/+2
* Change 'dependant' to 'dependent' (#103745)Christopher Chavez2023-04-241-1/+1
* gh-102950: Implement PEP 706 – Filter for tarfile.extractall (#102953)Petr Viktorin2023-04-243-20/+478
* gh-101688: Implement types.get_original_bases (#101827)James Hilton-Balfe2023-04-233-0/+51
* 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-222-2/+26
* 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-2210-25/+40
* GH-103475: cache() and lru_cache() do not have a "call once" guarantee (GH-10...Raymond Hettinger2023-04-221-4/+14
* Descriptor HowTo: Update to include attributes added in Python 3.10 (GH-103...Raymond Hettinger2023-04-221-8/+90
* Minor improvements to the functools docs (#103672)Raymond Hettinger2023-04-221-3/+2
* GH-103415: Document itertools.batched() in whatsnew.3.12 (#103670)Raymond Hettinger2023-04-221-0/+7
* 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-192-1/+5
* 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-182-6/+15
* [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
* gh-95299: Stop installing setuptools as a part of ensurepip and venv (#101039)Pradyun Gedam2023-04-183-4/+28
* GH-103484: Docs: add linkcheck allowed redirects entries for most cases (#103...Rafael Fontenelle2023-04-181-3/+8
* gh-67230: update whatsnew note for csv changes (#103598)Skip Montanaro2023-04-181-1/+1
* gh-48330: address review comments to PR-12271 (#103209)Giampaolo Rodola2023-04-161-4/+0
* Fix syntax typo in isolating extensions doc (#103516)AN Long2023-04-141-3/+3
* Proofread howto/perf_profiling.rst (#103530)Boris Verkhovskiy2023-04-141-10/+10
* gh-103479: [Enum] require __new__ to be considered a data type (GH-103495)Ethan Furman2023-04-131-3/+5
* gh-103365: [Enum] STRICT boundary corrections (GH-103494)Ethan Furman2023-04-131-2/+3
* gh-67230: document new csv quoting modes in whatsnew (gh-103491)Skip Montanaro2023-04-131-0/+7
* gh-67230: add quoting rules to csv module (GH-29469)Skip Montanaro2023-04-121-2/+20
* gh-103417: use time.monotonic in the example for sched.scheduler (#103418)Nick Burns2023-04-121-1/+1