summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Fix iter_index() to work with lists which do not support stop=None. (gh-109306)Raymond Hettinger2023-09-121-0/+11
* gh-109292: add symtable impact of PEP 709 to What's New (#109293)Carl Meyer2023-09-121-0/+3
* gh-107322: zipapp: Remove the suggestion to remove .dist-info directories (#1...wim glenn2023-09-111-6/+1
* gh-109190: What's New in 3.12: Add subheadings to removals for easy linking (...Hugo van Kemenade2023-09-111-52/+107
* Fix "FSTRING_MIDDLE" typo in py312 "What's New" (#109222)Delgan2023-09-101-1/+1
* gh-109174: Add support of SimpleNamespace in copy.replace() (GH-109175)Serhiy Storchaka2023-09-101-0/+2
* Improve the sieve() recipe in the itertools docs (gh-109199)Raymond Hettinger2023-09-091-4/+7
* Add version directives to ast docs (#108788)Shantanu2023-09-071-4/+42
* gh-107924: re-order os.sendfile() flag documentation (#107926)Christoph Anton Mitterer2023-09-071-19/+20
* gh-102823: Document return type of floor division on floats (#102824)Mark Dickinson2023-09-071-3/+5
* gh-107544: Add docs about `json.dumps(..., default=)` (#108259)Nikita Sobolev2023-09-071-1/+12
* gh-71770: Add more details on behavior of configparser's default_section (#31...Stanley2023-09-071-2/+4
* GH-90915: Document that SystemExit doesn't trigger sys.excepthook (#31357)Colin Watson2023-09-071-1/+1
* socket documentation fix - rename triple to 3-tuple (#24722)Ori Hoch2023-09-071-2/+2
* bpo-38157: Add example about per file output for mock_open. (#16090)Karthikeyan Singaravelan2023-09-071-0/+24
* GH-108202: Document ``calendar``'s command-line interface (#109020)Adam Turner2023-09-061-0/+143
* gh-108751: Add copy.replace() function (GH-108752)Serhiy Storchaka2023-09-067-7/+61
* gh-107732: Mention dir support in importlib.resources docs (#107734)Shahriar Heidrich2023-09-062-5/+14
* GH-90690: Mention removal of ``PRECALL`` in What's New (#103910)Anthony Shaw2023-09-061-0/+3
* gh-108740: Fix "make regen-all" race condition (#108741)Victor Stinner2023-09-061-0/+23
* gh-108753: Enhance pystats (#108754)Victor Stinner2023-09-061-3/+58
* gh-108857: improve markup in inspect.Signature.replace() docs (#108862)nabin20042023-09-061-1/+1
* gh-107755: Document the correct default value of slice step (GH-107756)wim glenn2023-09-051-1/+1
* gh-108903: Remove unneeded `lambda`s from `asyncio` (GH-108904)Nikita Sobolev2023-09-051-2/+2
* GH-103082: Document PEP-669: Low Impact Monitoring for CPython (GH-107772)Mark Shannon2023-09-054-0/+323
* gh-108463: Make expressions/statements work as expected in pdb (#108464)Tian Gao2023-09-042-0/+8
* Link to PEP sections in What's New in 3.12 (#108878)Hugo van Kemenade2023-09-041-3/+7
* gh-108765: Python.h no longer includes <ctype.h> (#108831)Victor Stinner2023-09-031-0/+7
* gh-107208: Fix iter_index() recipe to not swallow exceptions (gh-108835)Raymond Hettinger2023-09-031-12/+23
* gh-108765: Python.h no longer includes <sys/time.h> (#108775)Victor Stinner2023-09-021-0/+8
* gh-108765: Python.h no longer includes <unistd.h> (#108783)Victor Stinner2023-09-021-0/+5
* gh-108794: doctest counts skipped tests (#108795)Victor Stinner2023-09-022-3/+54
* gh-108765: Python.h no longer includes <ieeefp.h> (#108781)Victor Stinner2023-09-021-0/+6
* gh-101100: Fix sphinx warnings in `unittest.mock-examples.rst` (#108810)Nikita Sobolev2023-09-023-8/+8
* Fix typo in `uuid.rst` (#108809)Nikita Sobolev2023-09-021-1/+1
* gh-101100: Fix sphinx warnings in `uuid.rst` (#108805)Nikita Sobolev2023-09-022-22/+30
* gh-105563: reference DateType in datetime's documentation (#105946)TATHAGATA ROY2023-09-011-0/+4
* Improve some C API documentation (GH-108768)Serhiy Storchaka2023-09-013-62/+51
* gh-101100: Fix sphinx warnings in `tutorial/appendix.rst` (#108750)Nikita Sobolev2023-09-012-5/+4
* gh-101100: Fix sphinx warnings in `tutorial/classes.rst` (#108746)Nikita Sobolev2023-09-012-2/+1
* `ast` docs: Fix incorrect link on `keyword` (#108728)Alex Povel2023-08-311-2/+2
* gh-108337: Add pyatomic.h header (#108701)Victor Stinner2023-08-311-0/+3
* gh-108682: [Enum] raise TypeError if super().__new__ called in custom __new__...Ethan Furman2023-08-311-1/+22
* gh-108634: Py_TRACE_REFS uses a hash table (#108663)Victor Stinner2023-08-313-26/+18
* gh-97850: Note in py312 whatsnew that `importlib.util.set_loader` and `import...Alex Waygood2023-08-311-2/+3
* gh-101100: Fix sphinx warnings in `threading.rst` (#108684)Nikita Sobolev2023-08-312-9/+8
* gh-108494: Argument Clinic: Document how to generate code that uses the limit...Victor Stinner2023-08-301-1/+22
* Document Python build requirements (#108646)Victor Stinner2023-08-302-6/+23
* gh-101100: Fix Sphinx warnings in the Logging Cookbook (#108678)Hugo van Kemenade2023-08-302-5/+11
* Fix typo in multiprocessing docs (#108666)kato89662023-08-301-1/+1