summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-120773: document introspective attributes of an async generator obj...Miss Islington (bot)2024-06-211-214/+227
* [3.13] gh-111259: Document idiomatic RE pattern (?s:.) that matches any chara...Miss Islington (bot)2024-06-201-1/+1
* [3.13] gh-117511: Make PyMutex public in the non-limited API (GH-117731) (#12...Sam Gross2024-06-202-0/+48
* [3.13] GH-119462: Enforce invariants of type versioning. Backport of GH-12073...Mark Shannon2024-06-201-2/+2
* [3.13] Update the documentation howto index page and group docs into 3 logica...Miss Islington (bot)2024-06-204-5/+39
* [3.13] gh-119698: fix `symtable.Class.get_methods` and document its behaviour...Jelle Zijlstra2024-06-201-2/+33
* [3.13] gh-118820: Zero-valued flag enum has no name (GH-118848) (GH-120759)Miss Islington (bot)2024-06-191-0/+8
* [3.13] Regen ``Doc/requirements-oldest-sphinx.txt`` (GH-120753) (#120757)Miss Islington (bot)2024-06-191-4/+4
* [3.13] gh-120521: clarify except* documentation to allow tuples (GH-120523) (...Miss Islington (bot)2024-06-191-9/+10
* [3.13] gh-119960: Add information about regex flags in re module functions (G...Miss Islington (bot)2024-06-191-0/+32
* [3.13] gh-120381: Fix inspect.ismethoddescriptor() (GH-120684)Miss Islington (bot)2024-06-191-3/+8
* [3.13] gh-120496: Add a note about iterator thread-safe (gh-120685) (#120706)Miss Islington (bot)2024-06-191-0/+3
* [3.13] gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (GH-118807...Miss Islington (bot)2024-06-181-0/+16
* [3.13] gh-119241: Add HOWTO for free-threaded C API extensions (GH-119877) (#...Miss Islington (bot)2024-06-182-0/+255
* [3.13] gh-120662: Improve `smtplib` example (GH-120668) (#120681)Miss Islington (bot)2024-06-181-12/+11
* [3.13] gh-119933: Improve ``SyntaxError`` message for invalid type parameters...Jelle Zijlstra2024-06-171-4/+57
* [3.13] gh-112346: Document the OS byte in `gzip.compress` output change in 3....Miss Islington (bot)2024-06-172-1/+18
* [3.13] gh-118596: Add thread-safety clarifications to the SSLContext document...Miss Islington (bot)2024-06-161-0/+13
* [3.13] Docs: remove temporary hardcoded links (GH-120348) (#120587)Miss Islington (bot)2024-06-161-34/+1
* [3.13] gh-120572: add missing parentheses in TypeIs documentation (GH-120573)...Miss Islington (bot)2024-06-161-2/+2
* [3.13] gh-112346: Always set OS byte to 255, simpler gzip.compress function. ...Miss Islington (bot)2024-06-151-3/+5
* [3.13] annotations: expand documentation on "simple" assignment targets (GH-1...Miss Islington (bot)2024-06-152-5/+12
* [3.13] gh-120361: Add `nonmember` test with enum flags inside to `test_enum` ...Miss Islington (bot)2024-06-141-1/+1
* [3.13] GH-119054: Add "Renaming and deleting" section to pathlib docs. (GH-12...Miss Islington (bot)2024-06-131-60/+64
* [3.13] GH-119054: Add "Creating files and directories" section to pathlib doc...Miss Islington (bot)2024-06-131-79/+86
* [3.13] gh-101575: document Decimal.__round__() (GH-101737) (GH-120394)Miss Islington (bot)2024-06-131-0/+42
* [3.13] gh-120345: Fix incorrect use of the :class: role with the "()" suffix ...Miss Islington (bot)2024-06-127-9/+9
* [3.13] gh-120128: fix description of argument to ipaddress.collapse_addresses...Miss Islington (bot)2024-06-121-1/+1
* [3.13] Fix typo in ElementTree docs (GH-120342) (#120357)Miss Islington (bot)2024-06-111-1/+1
* [3.13] gh-120276: Fix incorrect email.header.Header maxlinelen default (GH-12...Miss Islington (bot)2024-06-081-1/+1
* [3.13] gh-110383: Improve 'old string formatting' text in tutorial (GH-120219...Miss Islington (bot)2024-06-071-3/+5
* [3.13] gh-110383: Clarify "non-integral" wording in pow() docs (GH-119688) (#...Miss Islington (bot)2024-06-071-1/+3
* [3.13] Add Plausible for docs metrics (GH-119977) (#120193)Miss Islington (bot)2024-06-072-1/+5
* [3.13] gh-119577: Adjust DeprecationWarning when testing element truth values...Miss Islington (bot)2024-06-073-10/+14
* [3.13] GH-119054: Add "Reading directories" section to pathlib docs (GH-11995...Barney Gale2024-06-071-96/+103
* [3.13] gh-119287: clarify doc on BaseExceptionGroup.derive and link to it fro...Miss Islington (bot)2024-06-052-2/+5
* [3.13] gh-120078: Fix struct_time attr typo tm_day -> tm_mday in Doc/library/...Miss Islington (bot)2024-06-051-1/+1
* [3.13] gh-114616: Improve docs regarding changes to caches representation in ...Miss Islington (bot)2024-06-042-3/+11
* [3.13] Fix incorrect pull GitHub link in What's New (GH-120045) (#120052)Miss Islington (bot)2024-06-041-1/+1
* [3.13] gh-119588: Update docs to reflect decision to include the change with ...Miss Islington (bot)2024-06-041-2/+2
* [3.13] gh-119588: Implement zipfile.Path.is_symlink (zipp 3.19.0). (GH-119591...Miss Islington (bot)2024-06-041-0/+9
* [3.13] gh-111389: Add PyHASH_MULTIPLIER constant (GH-119214) (#119334)Miss Islington (bot)2024-06-041-0/+6
* [3.13] gh-119968: Improved monitoring c-api docs (GH-119969) (#119971)Miss Islington (bot)2024-06-031-1/+1
* [3.13] gh-109975: What's New in Python 3.13: fix broken link for `telnetlib` ...Miss Islington (bot)2024-06-031-1/+1
* [3.13] GH-119054: Add "Reading and writing files" section to pathlib docs (GH...Miss Islington (bot)2024-06-021-79/+84
* [3.13] GH-119054: Add "Querying file type and status" section to pathlib docs...Barney Gale2024-06-021-173/+178
* [3.13] Improve documentation for typing.get_type_hints (GH-119928) (#119943)Miss Islington (bot)2024-06-021-26/+28
* [3.13] gh-118934: Fix PyEval_GetLocals docs (PEP 667) (GH-119934)Miss Islington (bot)2024-06-023-21/+46
* [3.13] gh-118888: Further PEP 667 docs updates (gh-119894)Miss Islington (bot)2024-06-022-3/+44
* [3.13] gh-119016: Remove outdated sentences from the "classes" tutorial (GH-1...Miss Islington (bot)2024-06-011-5/+1