summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* [CVE-2023-27043] gh-102988: Reject malformed addresses in email.parseaddr() (...Victor Stinner2023-12-152-4/+28
* gh-101100: Fix Sphinx nitpicks in `library/rlcompleter.rst` (#113125)Alex Waygood2023-12-153-19/+24
* Optimize unique_justseen() recipe for a common case. (gh-113147)Raymond Hettinger2023-12-141-0/+2
* gh-101100: Cleanup `mailbox` docs (#113124)Alex Waygood2023-12-142-123/+139
* gh-101100: Fix Sphinx warnings in `whatsnew/2.3.rst` (#112373)Hugo van Kemenade2023-12-142-139/+138
* Remove itertool recipe with low pedagogical value (gh-113138)Raymond Hettinger2023-12-141-32/+32
* gh-101100: Fix Sphinx nitpicks in `library/collections.abc.rst` (#113116)Alex Waygood2023-12-143-41/+43
* Add recipe for totient() to demonstrate unique_justseen() and factor(). (gh-1...Raymond Hettinger2023-12-141-0/+27
* gh-105912: document gotcha with using os.fork on macOS (#112871)Ronald Oussoren2023-12-143-0/+21
* gh-113113: doc: use less ambiguously named variable (gh-113114)jeremy-dolan2023-12-141-3/+3
* gh-101100: Fix Sphinx nitpicks in `library/traceback.rst` (#113106)Alex Waygood2023-12-143-38/+75
* gh-101100: Fix Sphinx nitpicks in `library/inspect.rst` and `reference/simple...Alex Waygood2023-12-143-5/+7
* gh-112730: Update docs for colour env vars (#112837)Hugo van Kemenade2023-12-142-2/+6
* gh-59616: Support os.chmod(follow_symlinks=True) and os.lchmod() on Windows (...Serhiy Storchaka2023-12-142-1/+14
* Fixing typo in DocTestRunner docs (GH-112326)Daniel Wysocki2023-12-141-1/+1
* gh-90890: Reorder mailbox.Maildir method documentation (GH-113071)Stephen Gildea2023-12-141-40/+40
* gh-107959: clarify Unix-availability of `os.lchmod()` (GH-107960)Christoph Anton Mitterer2023-12-131-1/+4
* Docs: Fix external link to devguide.python.org (GH-112899)Miro HronĨok2023-12-131-1/+1
* gh-101100: Improve docs on exception attributes (GH-113057)Alex Waygood2023-12-136-67/+115
* Use match/case in grouper() recipe (gh-113059)Raymond Hettinger2023-12-131-8/+9
* gh-112962: in dis module, put cache information in the Instruction instead of...Irit Katriel2023-12-131-3/+15
* gh-101100: Fix Sphinx warning in references with asterisks (#113029)Hugo van Kemenade2023-12-1317-44/+46
* gh-101336: Add keep_alive keyword arg for asyncio create_server() (#112485)beavailable2023-12-131-0/+8
* gh-101100: Further improve docs on function attributes (#113001)Alex Waygood2023-12-122-4/+7
* gh-112999: Replace the outdated "deprecated" directives with "versionchanged"...Serhiy Storchaka2023-12-123-17/+12
* gh-87286: Add a number of LOG_* constants to syslog (#24432)Ronald Oussoren2023-12-122-18/+57
* GH-83162: Rename re.error for better clarity. (#101677)achhina2023-12-112-2/+11
* gh-101100: Improve documentation on function attributes (#112933)Alex Waygood2023-12-1114-130/+159
* GH-101986: Support translation for Limited/Unstable API & Stable ABI (#107680)Adam Turner2023-12-102-10/+20
* Doc: c-api: fix order of PyMemberDef fields (#112879)Inada Naoki2023-12-101-4/+4
* gh-101100: Fix Sphinx warning in library/http.cookies.rst (#112908)Hugo van Kemenade2023-12-102-21/+22
* Docs: Use 'f-strings' as header (#112888)Hugo van Kemenade2023-12-101-2/+4
* gh-101100: Improve documentation of `TracebackType` attributes (#112884)Alex Waygood2023-12-096-33/+52
* gh-101100: Fix Sphinx nitpicks in `library/tempfile.rst` (#112886)Alex Waygood2023-12-092-24/+29
* gh-112758: Updated pathlib documentation for PurePath.match (#112814)Taylor Packard2023-12-081-0/+3
* gh-101100: Improve documentation for attributes on instance methods (#112832)Alex Waygood2023-12-086-41/+76
* gh-101100: Fix Sphinx nits in `library/contextlib.rst` (#112870)Alex Waygood2023-12-082-8/+7
* gh-101100: Fix Sphinx nitpicks in `library/shelve.rst` (#112836)Alex Waygood2023-12-082-5/+5
* Add a versionchanged directive for gh-94692 (GH-112846)Serhiy Storchaka2023-12-081-0/+2
* gh-101100: Silence Sphinx warnings when `ntpath` or `posixpath` are reference...Alex Waygood2023-12-074-5/+8
* gh-112826: Add a "What's New" Entry About _thread._is_main_interpreter (gh-11...Eric Snow2023-12-072-0/+19
* gh-102980: Redirect output of pdb's `interact` command, add tests and improve...Tian Gao2023-12-071-1/+18
* gh-112730: Use color to highlight error locations (gh-112732)Pablo Galindo Salgado2023-12-062-0/+33
* gh-101100: Fix Sphinx nitpicks in `library/reprlib.rst` (#112811)Alex Waygood2023-12-062-23/+30
* gh-101100: Improve documentation of code object attributes (#112781)Alex Waygood2023-12-0610-53/+112
* gh-111545: Add Py_HashPointer() function (#112096)Victor Stinner2023-12-062-0/+13
* gh-108223: Refer to PEP 703 as Free Threading (#112780)Victor Stinner2023-12-061-1/+4
* gh-111178: Docs: fix `traverseproc`, `inquiry`, and `destructor` parameters i...Christopher Chavez2023-12-061-3/+3
* gh-101100: Fix most Sphinx nitpicks in the glossary and `stdtypes.rst` (#112757)Alex Waygood2023-12-062-32/+41
* gh-101100: Properly document frame object attributes (#112735)Alex Waygood2023-12-0512-49/+88