summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-112671: Fixing typo in the Macro Docs (GH-112715) (GH-112726)Miss Islington (bot)2023-12-041-1/+1
* [3.12] gh-101100: Fix Sphinx nitpicks in `library/abc.rst` (#112703) (#112705)Alex Waygood2023-12-042-22/+21
* [3.12] gh-101100: Fix Sphinx nitpicks in `library/functions.rst` (GH-112669) ...Miss Islington (bot)2023-12-042-47/+67
* [3.12] gh-101100: Fix sphinx warnings in `Doc/library/__future__.rst` (#10981...Alex Waygood2023-12-042-27/+32
* [3.12] gh-101100: Fix Sphinx warning in `library/gettext.rst` (GH-112668) (#1...Hugo van Kemenade2023-12-032-8/+7
* [3.12] gh-101100: Fix most Sphinx nitpicks in `inspect.rst` (GH-112662) (#112...Miss Islington (bot)2023-12-035-9/+19
* [3.12] gh-112645: remove deprecation warning for use of onerror in shutil.rmt...Irit Katriel2023-12-031-4/+3
* [3.12] Fix link to 'The Perils of Floating Point', on the tutorial (GH-112499...Miss Islington (bot)2023-12-031-1/+1
* [3.12] Run more `inspect.rst` code snippets in CI (GH-112654) (#112655)Miss Islington (bot)2023-12-031-28/+38
* [3.12] gh-112316: improve docs for `inspect.signature` and `inspect.Signature...Alex Waygood2023-12-031-33/+51
* [3.12] gh-112316: Improve docs of `inspect.signature` and `Signature.from_cal...Alex Waygood2023-12-021-19/+18
* [3.12] gh-111699: Move smtpd note to dedicated section in What's New Python 3...Miss Islington (bot)2023-11-301-1/+4
* [3.12] [Enum] update class creation for RuntimeError changes (GH-111815) (GH-...Miss Islington (bot)2023-11-291-1/+0
* [3.12] gh-110930: Correct book title by Alan D. Moore (GH-112490) (#112523)Miss Islington (bot)2023-11-291-2/+2
* [3.12] gh-110310: Add a Per-Interpreter XID Registry for Heap Types (gh-11031...Eric Snow2023-11-281-348/+357
* [3.12] gh-105716: Support Background Threads in Subinterpreters Consistently ...Eric Snow2023-11-281-105/+123
* [3.12] gh-109793: Allow Switching Interpreters During Finalization (gh-109794...Eric Snow2023-11-281-31/+37
* [3.12] Docs: fix markup for `importlib.machinery.NamespaceLoader` (GH-112479)...Miss Islington (bot)2023-11-281-1/+1
* [3.12] gh-106931: Intern Statically Allocated Strings Globally (gh-107272) (g...Eric Snow2023-11-271-4109/+4130
* [3.12] Correct documentation for AF_PACKET (GH-112339) (#112477)Miss Islington (bot)2023-11-271-2/+1
* [3.12] gh-109853: Fix sys.path[0] For Subinterpreters (gh-109994) (gh-110701)Eric Snow2023-11-271-26477/+26489
* [3.12] gh-68166: Tkinter: Add tests and examples for element_create() (GH-111...Miss Islington (bot)2023-11-271-2/+16
* [3.12] GH-101100: Fix reference warnings for ``socket`` methods (GH-110114) (...Miss Islington (bot)2023-11-273-17/+17
* [3.12] Move What's New In Python 3.12 entries to the right section (GH-112447...Miss Islington (bot)2023-11-271-7/+8
* [3.12] Docs: fix typo in doc for sqlite3.Cursor.execute (GH-112442) (#112444)Miss Islington (bot)2023-11-271-1/+1
* [3.12] gh-101100: Fix Sphinx reference warnings (GH-112416) (#112420)Hugo van Kemenade2023-11-268-18/+24
* [3.12] gh-112331: Fix reference manual description of attribute lookup mechan...Miss Islington (bot)2023-11-251-6/+12
* [3.12] Descriptor HowTo: Sync the error-messages with the C code. Add tests....Miss Islington (bot)2023-11-251-3/+40
* [3.12] gh-101100 : Fix Sphinx warnings in `library/doctest.rst` (GH-112399) (...Miss Islington (bot)2023-11-253-22/+30
* [3.12] gh-101100: Define `_tkinter` module to fix references (GH-112382) (#11...Miss Islington (bot)2023-11-251-0/+3
* [3.12] gh-101100: Define `test.regrtest` module to fix references (GH-112381)...Miss Islington (bot)2023-11-251-0/+3
* [3.12] gh-59254: mention in open() doc that line buffering is for writing (GH...Miss Islington (bot)2023-11-241-1/+1
* [3.12] Remove bogus annotations from the descriptor howto guide (GH-112349) (...Miss Islington (bot)2023-11-231-3/+3
* [3.12] Fix docstring and var name of itertools recipe (GH-112113) (#112310)Miss Islington (bot)2023-11-221-3/+3
* [3.12] GH-111963: Clarify sys.monitoring.free_tool_id's limitations (GH-112304)Miss Islington (bot)2023-11-211-0/+7
* [3.12] gh-110383: Explained which error message is generated when there is an...Miss Islington (bot)2023-11-191-2/+1
* [3.12] gh-110383: Fix documentation profile cumtime fix (GH-112221) (#112262)Miss Islington (bot)2023-11-191-2/+2
* [3.12] gh-94309: "What's new in Python 3.12": improve deprecation notice for ...Miss Islington (bot)2023-11-171-2/+3
* [3.12] gh-112165: Fix typo in `__main__.py` (GH-112183) (#112184)Miss Islington (bot)2023-11-171-1/+1
* [3.12] gh-112088: Run autoreconf in GHA check_generated_files (GH-112090) (#1...Victor Stinner2023-11-161-5/+12
* [3.12] gh-110812: Isolating Extension Modules HOWTO: List GC-related gotchas ...Miss Islington (bot)2023-11-161-6/+97
* [3.12] Fix typo in perf profiling docs (GH-112112) (#112117)Miss Islington (bot)2023-11-151-1/+1
* [3.12] Docs: Add the time to the HTML last updated format (GH-110091) (#112102)Miss Islington (bot)2023-11-151-3/+2
* [3.12] gh-111622: Fix doc for items views (GH-112051) (#112052)Miss Islington (bot)2023-11-141-5/+8
* [3.12] gh-111681: minor fixes to typing doctests; remove unused imports in `t...Alex Waygood2023-11-131-1/+1
* [3.12] Docs: Add `make htmllive` to rebuild and reload HTML files in your bro...Miss Islington (bot)2023-11-132-0/+7
* [3.12] gh-111944: Add assignment expression parentheses requirements (GH-1119...Miss Islington (bot)2023-11-131-4/+5
* [3.12] gh-103791: handle `BaseExceptionGroup` in `contextlib.suppress()` (GH-...Miss Islington (bot)2023-11-101-3/+3
* [3.12] gh-111895: Convert definition list to bullet list for readability on m...Miss Islington (bot)2023-11-091-6/+6
* [3.12] Glossary: Add "static type checker" (GH-111837) (#111854)Miss Islington (bot)2023-11-084-7/+14