summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* GH-73991: Add `pathlib.Path.copytree()` (#120718)Barney Gale2024-06-232-0/+30
* Docs makefile/RTD: Use uv if installed (#120711)Hugo van Kemenade2024-06-231-6/+19
* Typing docs: normalize some indents in code examples (#120912)Nyakku Shigure2024-06-231-4/+5
* GH-120804: add docs for removal for asyncio child watchers (#120895)Kumar Aditya2024-06-237-214/+31
* gh-120896: Fix typo in version changed note of `urllib.parse.urlparse()` (#12...Nice Zombies2024-06-231-1/+1
* gh-119344: Make critical section API public (#119353)Sam Gross2024-06-211-0/+104
* gh-120838: Add a Note in the Docs About Expectations for Py_Finalize() (gh-12...Eric Snow2024-06-211-3/+10
* gh-119003: Clarify slice assignments (#119935)Nice Zombies2024-06-211-1/+1
* gh-119182: Add PyUnicodeWriter_DecodeUTF8Stateful() (#120639)Victor Stinner2024-06-212-3/+34
* gh-120773: document introspective attributes of an async generator object in ...blhsing2024-06-211-214/+227
* gh-111259: Document idiomatic RE pattern (?s:.) that matches any character (G...Serhiy Storchaka2024-06-201-1/+1
* gh-117511: Make PyMutex public in the non-limited API (#117731)Sam Gross2024-06-202-0/+48
* gh-119698: fix `symtable.Class.get_methods` and document its behaviour correc...Bénédikt Tran2024-06-201-2/+33
* gh-118820: Zero-valued flag enum has no name (GH-118848)Nice Zombies2024-06-191-0/+8
* Regen ``Doc/requirements-oldest-sphinx.txt`` (#120753)Kirill Podoprigora2024-06-191-4/+4
* gh-120521: clarify except* documentation to allow tuples (#120523)Danny Yang2024-06-191-9/+10
* GH-119462: Enforce invariants of type versioning (GH-120731)Mark Shannon2024-06-191-2/+2
* gh-119960: Add information about regex flags in re module functions (#119978)Awbert2024-06-191-0/+32
* Add a link to free-threading HOWTO to the index (follow-up to GH-119366) (GH-...Petr Viktorin2024-06-191-0/+1
* GH-73991: Add follow_symlinks argument to `pathlib.Path.copy()` (#120519)Barney Gale2024-06-191-1/+10
* gh-120496: Add a note about iterator thread-safe (gh-120685)Donghee Na2024-06-181-0/+3
* gh-120600: Make Py_TYPE() opaque in limited C API 3.14 (#120601)Victor Stinner2024-06-182-0/+6
* gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (#118807)Sam Gross2024-06-181-0/+16
* gh-119241: Add HOWTO for free-threaded C API extensions (#119877)Sam Gross2024-06-182-0/+255
* gh-120381: Fix inspect.ismethoddescriptor() (#120383)Jan Kaliszewski2024-06-181-3/+8
* gh-120662: Improve `smtplib` example (#120668)Bénédikt Tran2024-06-181-12/+11
* GH-120507: Lower the `BEFORE_WITH` and `BEFORE_ASYNC_WITH` instructions. (#12...Mark Shannon2024-06-181-22/+11
* fix enum doc typo (#120091)Saul Pwanson2024-06-171-1/+1
* gh-119182: Add PyUnicodeWriter C API (#119184)Victor Stinner2024-06-172-0/+99
* Update the documentation howto index page and group docs into 3 logical secti...Carol Willing2024-06-174-5/+38
* gh-119933: Improve ``SyntaxError`` message for invalid type parameters expres...Bénédikt Tran2024-06-171-4/+57
* itertools doc: examples for groupby() and tee() (#120618)Frank Dana2024-06-171-2/+2
* gh-112346: Document the OS byte in `gzip.compress` output change in 3.11 (#12...Gregory P. Smith2024-06-172-1/+18
* gh-118596: Add thread-safety clarifications to the SSLContext documentation (...mm-matthias2024-06-161-0/+13
* Docs: remove temporary hardcoded links (#120348)Hugo van Kemenade2024-06-161-34/+1
* gh-120572: add missing parentheses in TypeIs documentation (#120573)Nyuan Zhang2024-06-161-2/+2
* gh-112346: Always set OS byte to 255, simpler gzip.compress function. (GH-120...Ruben Vorderman2024-06-151-3/+5
* annotations: expand documentation on "simple" assignment targets (#120535)Jelle Zijlstra2024-06-152-5/+12
* gh-119824: Print stack entry when user input is needed (#119882)Tian Gao2024-06-141-2/+8
* gh-120361: Add `nonmember` test with enum flags inside to `test_enum` (GH-120...Nikita Sobolev2024-06-141-1/+1
* GH-73991: Add `pathlib.Path.copy()` (#119058)Barney Gale2024-06-142-2/+23
* GH-119054: Add "Renaming and deleting" section to pathlib docs. (#120465)Barney Gale2024-06-131-60/+64
* gh-120012: clarify the behaviour of `multiprocessing.Queue.empty` on closed q...Bénédikt Tran2024-06-131-0/+4
* GH-119054: Add "Creating files and directories" section to pathlib docs. (#12...Barney Gale2024-06-131-79/+86
* gh-120345: Fix incorrect use of the :class: role with the "()" suffix (GH-120...Serhiy Storchaka2024-06-127-9/+9
* gh-120029: make `symtable.Symbol.__repr__` correctly reflect the compiler's f...Bénédikt Tran2024-06-122-0/+45
* gh-101575: document Decimal.__round__() (GH-101737)Owain Davies2024-06-121-0/+42
* gh-120056: Add `IP_RECVERR`, `IP_RECVORIGDSTADDR`, `IP_RECVTTL` to `socket` m...Nikita Sobolev2024-06-121-0/+4
* Fix typo in ElementTree docs (#120342)naglis2024-06-111-1/+1
* gh-120057: Add os.environ.refresh() method (#120059)Victor Stinner2024-06-102-0/+18