summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* gh-111089: Add PyUnicode_AsUTF8() to the limited C API (#111121)Victor Stinner2023-10-202-0/+4
* gh-111089: PyUnicode_AsUTF8() now raises on embedded NUL (#111091)Victor Stinner2023-10-202-0/+14
* gh-101100: Fix Sphinx warnings in `library/tty.rst` (#111079)Hugo van Kemenade2023-10-202-5/+14
* gh-85283: Build posixshmem extension with Limited C API (#111087)Victor Stinner2023-10-191-2/+3
* gh-109510: Clearly explain "Which Docstrings Are Examined" (#109696)Unique-Usman2023-10-191-3/+24
* GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (#110112)Adam Turner2023-10-1910-57/+57
* GH-101100: Fix reference warnings for ``__getitem__`` (#110118)Adam Turner2023-10-1918-36/+36
* gh-101100: Fix sphinx warnings in `library/getpass.rst` (#110461)Nikita Sobolev2023-10-192-2/+1
* gh-101100: Fix sphinx warnings in `library/codecs.rst` (#110979)Nikita Sobolev2023-10-192-34/+36
* GH-103082: Clean up the sys.monitoring docs (GH-110532)Tian Gao2023-10-182-101/+165
* GH-104232: Fix statement about trace return values (GH-110516)Tian Gao2023-10-181-3/+2
* GH-102895 Add an option local_exit in code.interact to block exit() from term...Tian Gao2023-10-181-4/+11
* gh-109975: What's new in 3.13: longer full support (#110997)Hugo van Kemenade2023-10-181-0/+5
* Regen Doc/requirements-oldest-sphinx.txt (#111012)Victor Stinner2023-10-181-2/+1
* gh-85283: Build _uuid extension with limited C API (#111010)Victor Stinner2023-10-171-2/+2
* gh-85283: Build _scproxy extension with limited C API (#111008)Victor Stinner2023-10-171-2/+2
* gh-85283: Build resource extension with limited C API (#110989)Victor Stinner2023-10-171-3/+3
* gh-85283: Add PySys_Audit() to the limited C API (#108571)Victor Stinner2023-10-172-0/+7
* gh-85283: Build winsound extension with limited C API (#110978)Victor Stinner2023-10-171-1/+1
* gh-107457: update dis documentation with changes in 3.12 (#108900)Matthieu Dartiailh2023-10-171-16/+43
* gh-85283: Build md5 extension with limited C API (#110967)Victor Stinner2023-10-171-2/+3
* gh-85283: Build errno and _ctypes_test with limited C API (#110955)Victor Stinner2023-10-171-2/+2
* gh-85283: Add PyMem_RawMalloc() to the limited C API (#108570)Victor Stinner2023-10-172-0/+9
* gh-85283: Build _testimportmultiple with limited C API (#110954)Victor Stinner2023-10-171-2/+2
* C-API docs: Clarify the size of arenas (#110895)Mienxiu2023-10-161-1/+2
* gh-110527: Improve `PySet_Clear` docs (#110528)Nikita Sobolev2023-10-161-1/+3
* sysconfig docs: fix broken link to the source code (#110920)Karolina Surma2023-10-161-1/+1
* gh-110886 Doc: add a link to BNF Wikipedia article (#110887)partev2023-10-151-1/+2
* gh-110722: Add PYTHON_PRESITE to import a module before site.py is run (#110769)Ɓukasz Langa2023-10-143-7/+61
* gh-101100: Fix sphinx warnings in `library/time.rst` (#110862)Nikita Sobolev2023-10-142-34/+60
* gh-88434: Emit deprecation warnings for non-integer numbers in gettext if tra...Serhiy Storchaka2023-10-141-0/+4
* gh-101100: Fix sphinx warnings in `usage/cmdline.rst` (#110841)Nikita Sobolev2023-10-142-9/+9
* gh-110815: Support non-ASCII keyword names in PyArg_ParseTupleAndKeywords() (...Serhiy Storchaka2023-10-142-2/+11
* gh-110703: Add asyncio.wait_for() change notes for 3.11 (GH-110818)paskozdilar2023-10-131-3/+3
* gh-110803: Reorganize docs for what PyType_Slot doesn't cover (GH-110813)Petr Viktorin2023-10-132-15/+32
* Fix the pyspecific SOURCE_URI (#110811)T. Wouters2023-10-131-1/+1
* Remove unnecessary escape in Doc/library/enum.rst (GH-110780)InSync2023-10-121-1/+1
* gh-94597: Add asyncio.EventLoop (#110723)Thomas Grainger2023-10-122-4/+14
* gh-85283: _stat extension now uses the limited C API (#110711)Victor Stinner2023-10-111-0/+4
* gh-110631: Fix reST indentation in `Doc/reference` (#110708)Ezio Melotti2023-10-114-77/+79
* gh-85283: If Py_LIMITED_API is defined, undefine Py_BUILD_CORE (#110725)Victor Stinner2023-10-111-0/+5
* gh-110631: Fix reST indentation (#110724)Ezio Melotti2023-10-118-59/+57
* gh-110631: Fix reST indentation in `Doc/library` (#110685)Ezio Melotti2023-10-1134-926/+933
* gh-110289: C API: Add PyUnicode_EqualToUTF8() and PyUnicode_EqualToUTF8AndSiz...Serhiy Storchaka2023-10-113-0/+30
* GH-107518: Remove the Argument Clinic How-To (#109900)Adam Turner2023-10-113-2063/+6
* gh-110631: fix wrong indentation in the `Doc/whatsnew` dir (#110632)Ezio Melotti2023-10-117-222/+222
* gh-108826: Document `dis` module CLI and rename `_test` function to `main` (#...Radislav Chugunov2023-10-102-1/+27
* gh-101100: Fix sphinx warnings in `library/socketserver.rst` (GH-110207)Nikita Sobolev2023-10-102-26/+52
* gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667)Donghee Na2023-10-105-2/+53
* Remove unused `SPHINXLINT` var from `Doc/Makefile`. (#110570)Ezio Melotti2023-10-091-1/+0