summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* [3.13] GH-109975: Announce final release in What's New in Python 3.13 (GH-125...Miss Islington (bot)2024-10-072-3/+3
* [3.13] gh-125025: `_thread` docs: fix/update the *caveats* list (GH-125026) (...Miss Islington (bot)2024-10-071-7/+2
* [3.13] Doc: Simplify the definition of 'soft deprecated' (GH-124988) (#125029)Miss Islington (bot)2024-10-061-9/+5
* [3.13] gh-109975: Suggest ``pynntp`` instead of ``nntplib`` (GH-124830) (#124...Miss Islington (bot)2024-10-041-1/+1
* [3.13] Highlight `datetime.timedelta.seconds` vs `.total_seconds()` in docs. ...Miss Islington (bot)2024-10-031-1/+15
* [3.13] gh-124370: Add "howto" for free-threaded Python (GH-124371) (#124860)Miss Islington (bot)2024-10-033-0/+157
* [3.13] GH-109975: Copyedit 3.13 What's New: Link to installing free-threaded ...Miss Islington (bot)2024-10-031-4/+1
* [3.13] GH-109975: Copyedit 3.13 What's New: Note delayed expected release dat...Miss Islington (bot)2024-10-031-1/+1
* [3.13] Doc: Fix archive filenames for standard builds (GH-124826) (#124836)Miss Islington (bot)2024-10-032-3/+9
* [3.13] gh-115145: Update documentation about ``PyThreadState_DeleteCurrent`` ...Miss Islington (bot)2024-10-031-1/+1
* [3.13] GH-124567: Revert the Incremental GC in 3.13 (#124770)T. Wouters2024-09-303-5011/+4918
* [3.13] Doc: Run HTML and non-HTML daily builds separately (GH-124493) (#124790)Miss Islington (bot)2024-09-301-3/+3
* [3.13] Doc: Fix default ``latex_elements['papersize']`` (GH-124525) (#124725)Miss Islington (bot)2024-09-301-2/+2
* [3.13] gh-123339: Fix cases of inconsistency of __module__ and __firstlineno_...Serhiy Storchaka2024-09-301-1/+4
* [3.13] Bump Ruff to 0.6.7 (#124384) (#124389)Alex Waygood2024-09-301-4/+1
* [3.13] gh-124385: Document and soft-deprecate PyLong_AS_LONG (GH-124386) (#12...Miss Islington (bot)2024-09-301-1/+10
* [3.13] docs: improve venv docs (GH-124540) (#124727)Miss Islington (bot)2024-09-301-28/+25
* [3.13] Docs: improve generic `typing.NamedTuple` example (GH-124739) (#124764)Miss Islington (bot)2024-09-301-1/+3
* [3.13] gh-124720: Update "Using Python on a Mac" document (GH-124721) (#124775)Miss Islington (bot)2024-09-3010-110/+361
* [3.13] gh-81263: Add assignment expressions to `help` (GH-124641) (#124713)Emily Morehouse2024-09-271-0/+1
* [3.13] doc: PyUnicode_AsUTF8String() fails if string contains surrogates (GH-...Miss Islington (bot)2024-09-271-3/+10
* [3.13] gh-90190: Add doc for using `singledispatch` with precise collection t...Miss Islington (bot)2024-09-271-0/+19
* [3.13] gh-124520: What's New entry for ctypes metaclass __new__/__init__ chan...Miss Islington (bot)2024-09-271-0/+18
* [3.13] GH-65961: Document the deprecation of `__package__` and `__cached__` (...Miss Islington (bot)2024-09-273-3/+11
* [3.13] gh-119004: fix a crash in equality testing between `OrderedDict` (GH-1...Miss Islington (bot)2024-09-271-2/+5
* [3.13] Docs: Update and proofread `library/venv.rst` (GH-124121) (#124644)Miss Islington (bot)2024-09-272-132/+131
* [3.13] Docs: for for/else clarify that return or raise also skip the else (GH...Miss Islington (bot)2024-09-271-2/+4
* [3.13] GH-95079: document error behaviour for some unicode C APIs (GH-95080) ...Miss Islington (bot)2024-09-271-0/+9
* [3.13] Fixup indentation for docs on `ModuleSpec` attributes (#124681) (#124685)Alex Waygood2024-09-271-43/+36
* [3.13] gh-123242: Note that type.__annotations__ may not exist (GH-124557) (#...Jelle Zijlstra2024-09-261-0/+8
* [3.13] gh-101100: Make __subclasses__ doctest stable (GH-124577) (#124579)Miss Islington (bot)2024-09-261-2/+4
* [3.13] gh-115528: Update language reference for PEP 646 (GH-121181) (#124632)Miss Islington (bot)2024-09-262-17/+32
* [3.13] Programming FAQ: Mention object.__setattr__ as a technique for delegat...Miss Islington (bot)2024-09-261-3/+10
* [3.13] Doc: Use the short version for daily downloads (GH-124602) (#124610)Miss Islington (bot)2024-09-261-1/+1
* [3.13] gh-118181: Fix parameter markup in AST docs (GH-124473) (#124600)Miss Islington (bot)2024-09-261-13/+13
* [3.13] gh-123560: Correct docs for "empty" format type for floats (GH-123561)...Miss Islington (bot)2024-09-261-3/+5
* [3.13] gh-123014: Disable pidfd API on older Android versions (GH-124458) (#1...Malcolm Smith2024-09-262-2/+2
* [3.13] gh-101100: Add a table of class attributes to the "Custom classes" sec...Alex Waygood2024-09-2640-204/+246
* [3.13] Doc: Use ``major.minor`` for documentation distribution archive filena...Miss Islington (bot)2024-09-262-12/+14
* [3.13] gh-123223: Adding hyperlink of argument in warnings.catch_warnings: (G...Miss Islington (bot)2024-09-261-0/+3
* [3.13] gh-123968: fix -f/--float command line option description (GH-124517) ...Miss Islington (bot)2024-09-261-1/+1
* [3.13] gh-123445: calendar: Improve descriptions for day and month attributes...Miss Islington (bot)2024-09-261-4/+20
* [3.13] Doc: Improve documentation for the ``path`` argument in ``shutil.which...Miss Islington (bot)2024-09-261-6/+7
* [3.13] For-else deserves its own section in the tutorial (GH-123946) (#124564)Miss Islington (bot)2024-09-261-31/+54
* [3.13] gh-124120: Document `Annotated.__origin__` (GH-124125) (#124416)Miss Islington (bot)2024-09-241-0/+18
* [3.13] gh-65169: Clarify prog default in argparse (GH-31602) (#124430)Miss Islington (bot)2024-09-241-4/+5
* [3.13] Remove excessive backticks in logging doc (GH-123813) (#123816)Miss Islington (bot)2024-09-241-2/+2
* [3.13] gh-123789: `secrets.randbits` returns only non-negative int (GH-123801...Miss Islington (bot)2024-09-241-1/+1
* [3.13] gh-123834: Add `symtable` to the list of modules with a CLI (GH-123835...Miss Islington (bot)2024-09-241-0/+1
* [3.13] Mention `curl` in `contextvars` docs (GH-123838) (#123868)Miss Islington (bot)2024-09-241-4/+6