summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* [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
* [3.12] gh-111729: update generic syntax for `typing.Concatenate` sample code ...Miss Islington (bot)2023-11-071-5/+2
* [3.12] gh-111747: DOC: fix moved link to Documentation Translations (GH-11174...Miss Islington (bot)2023-11-051-1/+1
* [3.12] gh-111724: Fix doctest `ResourceWarning` in `howto/descriptor.rst` (GH...Miss Islington (bot)2023-11-041-0/+4
* [3.12] gh-54434: Make difflib.rst doctests pass. (GH-111677) (#111678)Miss Islington (bot)2023-11-031-3/+5
* [3.12] Fix typo in documentation of `SysLogHandler.createSocket` (GH-111665) ...Miss Islington (bot)2023-11-021-3/+1
* [3.12] gh-111625: Fix link to Info-ZIP homepage (GH-111626) (#111639)Miss Islington (bot)2023-11-021-2/+2
* [3.12] gh-111576: Improve documention for tkinter.messagebox (GH-111578) (GH-...Miss Islington (bot)2023-11-011-10/+165
* [3.12] gh-111282: Fix NamedTemporaryFile example code (GH-111283) (GH-111579)Miss Islington (bot)2023-10-311-7/+7
* [3.12] gh-111181: Fix enum doctests (GH-111180) (GH-111518)Miss Islington (bot)2023-10-311-3/+6
* [3.12] gh-102249: Expand sys.call_tracing documentation (GH-102806) (#111557)Miss Islington (bot)2023-10-311-3/+17
* [3.12] gh-93607: document `root` attribute of `iterparse` (GH-99410) (#111555)Miss Islington (bot)2023-10-311-1/+3
* [3.12] gh-106861: Docs: Add availability directives to all Unix-only modules ...Miss Islington (bot)2023-10-319-6/+14
* [3.12] gh-111301: Move `importlib.resources.files` change to What's new in Py...Hugo van Kemenade2023-10-311-0/+3
* [3.12] gh-108082: C API: Add tests for PyErr_WriteUnraisable() (GH-111455) (G...Miss Islington (bot)2023-10-301-0/+8
* [3.12] gh-111165: Remove documentation for moved functions (GH-111467) (GH-11...Miss Islington (bot)2023-10-291-10/+0
* [3.12] gh-101100: Fix sphinx warnings in `library/asyncio-eventloop.rst` (GH-...Miss Islington (bot)2023-10-293-7/+15
* [3.12] gh-79033: Try to fix asyncio.Server.wait_closed() again (GH-111336) (#...Miss Islington (bot)2023-10-281-3/+5
* [3.12] gh-111406: Fix broken link to bpython's site (GH-111407) (#111408)Miss Islington (bot)2023-10-271-1/+1
* [3.12] gh-111276: Clarify docs and comments about the role of LC_CTYPE (GH-11...Miss Islington (bot)2023-10-271-5/+10
* [3.12] gh-111343: Fix `itertools` docs: `start` arg is optional for `count` (...Miss Islington (bot)2023-10-271-1/+1
* [3.12] Fix typos in import system docs (GH-111396) (#111397)Miss Islington (bot)2023-10-271-3/+3
* [3.12] gh-111187: Postpone removal version for locale.getdefaultlocale() to 3...Hugo van Kemenade2023-10-273-3/+14
* [3.12] Docs: Add `restart_events()` and positional arg semantics for `sys.mon...Miss Islington (bot)2023-10-251-8/+13
* [3.12] gh-108590: Improve sqlite3 docs on encoding issues and how to handle t...Miss Islington (bot)2023-10-251-33/+50
* [3.12] gh-111165: Move test running code from test.support to libregrtest (GH...Serhiy Storchaka2023-10-251-28/+0
* [3.12] Fix first parameter name in `tool` functions from `sys.monitoring` (GH...Miss Islington (bot)2023-10-241-9/+9
* [3.12] GH-111182: Update EnumType.__contains__ docs (GH-111184) (GH-111281)Miss Islington (bot)2023-10-241-3/+4
* [3.12] Revert "Fix a code snippet typo in asyncio docs (GH-108427)" (GH-11127...Miss Islington (bot)2023-10-241-1/+1
* [3.12] gh-111151: Convert monospaced directives to :ref: (GH-111152) (#111269)Miss Islington (bot)2023-10-243-8/+20
* [3.12] Fix typo in sys docs (GH-111196) (#111248)Miss Islington (bot)2023-10-241-1/+1
* [3.12] Fix a code snippet typo in asyncio docs (GH-108427) (#111245)Miss Islington (bot)2023-10-241-1/+1
* [3.12] gh-101100: Fix Sphinx warnings for `fileno` (GH-111118) (#111226)Miss Islington (bot)2023-10-238-13/+49
* [3.12] Add a version added note for PY_VECTORCALL_ARGUMENTS_OFFSET (GH-110963...Miss Islington (bot)2023-10-231-0/+2
* [3.12] typo: missing line of output in pull parser example (GH-111068) (#111217)Miss Islington (bot)2023-10-231-0/+1
* [3.12] gh-106310 - document the __signature__ attribute (GH-106311) (#111145)Miss Islington (bot)2023-10-231-0/+5
* [3.12] gh-110383: Italicize variable name (GH-111206) (#111207)Miss Islington (bot)2023-10-231-1/+1
* [3.12] gh-110383: Added explanation about simplest regex use case for quantif...Miss Islington (bot)2023-10-231-0/+3
* [3.12] gh-101100: Fix sphinx warnings in `library/asyncio-dev.rst` (GH-111179...Miss Islington (bot)2023-10-222-4/+11
* [3.12] gh-101100: Fix Sphinx warning in `tutorial/introduction.rst` (GH-11117...Miss Islington (bot)2023-10-222-2/+1