summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* gh-102211: Document `re.{Pattern,Match}`’s existence (#102212)Philipp A2023-08-251-30/+37
* Docs: Resolve Sphinx warnings in dis.rst (#108476)Erlend E. Aasland2023-08-253-11/+14
* Datamodel: Add headings to the standard type hierarchy (#108146)Adam Turner2023-08-251-1000/+1104
* Docs: Datamodel: Merge "Notes on using __slots__" with the parent section (#1...Adam Turner2023-08-251-2/+1
* gh-107932: Fix dis module for bytecode that does not have an associated sourc...Corvin2023-08-251-2/+13
* gh-103384: Generalize the regex pattern `BaseConfigurator.INDEX_PATTERN` to a...Peeyush Aggarwal2023-08-251-1/+2
* GH-108202: Document ``calendar`` exceptions (#108398)Adam Turner2023-08-251-0/+23
* gh-108444: Add PyLong_AsInt() public function (#108445)Victor Stinner2023-08-243-0/+15
* Fix a code snippet typo in asyncio docs (#108427)A2023-08-241-1/+1
* gh-108314: Add PyDict_ContainsString() function (#108323)Victor Stinner2023-08-242-4/+21
* gh-107432 Update Porting Python 2 Code to Python 3 how-to (GH-107434)Daniele Procida2023-08-241-121/+94
* gh-70766: Mention the object getstate caveat in 3.11 What's new. (#108379)Gregory P. Smith2023-08-231-0/+4
* gh-107298: Fix a few more refs in the C API docs (GH-108361)Serhiy Storchaka2023-08-235-14/+14
* gh-108294: Add time.sleep audit event (GH-108298)Petr Viktorin2023-08-231-0/+5
* gh-108267: Dataclasses docs: Fix object.__setattr__ typo (#108355)FrozenBob2023-08-231-1/+1
* gh-107136: Remove Plausible for docs metrics (#107856)Hugo van Kemenade2023-08-221-3/+0
* GH-92584: Remove distutils from the newtypes tutorial includes (#108024)Adam Turner2023-08-2210-43/+42
* gh-105857: Document that asyncio subprocess std{in,out,err} can be file handl...Hadházy Tamás2023-08-221-0/+1
* Document 3.13, 3.14 and future removals (#108055)Hugo van Kemenade2023-08-221-0/+13
* Docs: Add link to skip to datetime's format codes (#108027)Hugo van Kemenade2023-08-221-0/+6
* gh-107700: [Enum] Document that `EnumType` was added in 3.11 (GH-108260)Nikita Sobolev2023-08-221-0/+4
* Docs: align the param spec of sqlite3.Connection methods with the implementat...Erlend E. Aasland2023-08-221-2/+2
* gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258)Serhiy Storchaka2023-08-2221-74/+85
* gh-106971: Docs: Add missing issue reference (#106992)Junya Fukuda2023-08-221-1/+1
* gh-105539: Emit ResourceWarning if sqlite3 database is not closed explicitly ...Erlend E. Aasland2023-08-222-0/+13
* gh-107801: Improve the accuracy of io.TextIOWrapper.seek docs (#107933)Erlend E. Aasland2023-08-221-0/+16
* gh-108223: Document --disable-gil flag in configure (#108236)Sam Gross2023-08-211-0/+9
* gh-107298: Fix C API datetime documentation (GH-108034)Serhiy Storchaka2023-08-212-15/+57
* gh-108224: Fix asyncio doc inconsistency (#108230)temach2023-08-211-1/+1
* gh-107298: Fix references to deprecated and removed PyUnicode C API (GH-108077)Serhiy Storchaka2023-08-214-51/+51
* gh-108113: Make it possible to create an optimized AST (#108154)Irit Katriel2023-08-212-2/+19
* docs: fix grammar in isolating-extensions.rst (#108037)David Lechner2023-08-211-1/+1
* gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846)Petr Viktorin2023-08-211-0/+5
* Improve references in the tutorial (GH-108069)Serhiy Storchaka2023-08-216-49/+48
* Resolve reference warnings in faq/gui.rst (#108147)Adam Turner2023-08-212-5/+5
* Resolve reference warnings in faq/library.rst (#108149)Adam Turner2023-08-202-6/+8
* Resolve reference warnings in faq/design.rst (#108148)Adam Turner2023-08-202-3/+2
* Docs: document 'manager' and '_log' attrs of logging.Logging (#108145)Erlend E. Aasland2023-08-201-0/+8
* Resolve reference warnings in faq/programming.rst (#108150)Adam Turner2023-08-202-4/+3
* Docs: Fix Sphinx warnings in logging.rst (GH-108139)Erlend E. Aasland2023-08-202-24/+27
* Docs: Fix Sphinx warnings in license.rst (#108142)Erlend E. Aasland2023-08-202-6/+5
* Docs: Fix Sphinx warnings in sys.rst (#108106)Erlend E. Aasland2023-08-203-115/+153
* gh-107659: Improve wording of the description of `ctypes.pointer` and `ctypes...Tomas R2023-08-201-7/+7
* gh-107619: Extend functools LRU cache docs with generators and async function...Hadházy Tamás2023-08-201-2/+3
* Fix misspellings in sysconfig docs (#108156)Rafael Fontenelle2023-08-201-5/+5
* gh-107980: fix doc role for asyncio.timeouts (#108126)Tin Tvrtković2023-08-191-3/+3
* Docs: Remove links to external C functions and macros in os.rst (#108138)Erlend E. Aasland2023-08-191-25/+27
* gh-72684: Tkinter: provide interface for "tk busy" subcommands (GH-107684)Serhiy Storchaka2023-08-191-0/+9
* Docs: format sys.float_info properly (#108107)Erlend E. Aasland2023-08-191-52/+73
* gh-107704: Argument Clinic: add support for deprecating keyword use of parame...Serhiy Storchaka2023-08-191-22/+43