summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Python 3.14.1v3.14.1Hugo van Kemenade2025-12-022-4/+4
* [3.14] Document None for timeout argument of select.select (GH-142177) (#142182)Petr Viktorin2025-12-021-2/+3
* [3.14] gh-141473: Document not calling Popen.wait after Popen.communicate tim...Miss Islington (bot)2025-12-011-0/+5
* [3.14] gh-142066: Fix grammar in multiprocessing Pipes and Queues (GH-142121)...Miss Islington (bot)2025-12-011-2/+2
* [3.14] gh-142067: Add missing default value for param in `multiprocessing.Pip...Miss Islington (bot)2025-11-301-1/+1
* [3.14] gh-133146: Add the old public `get_value` method to documentation and ...Hugo van Kemenade2025-11-301-0/+10
* [3.14] gh-132795: Add docs for `multiprocessing.Semaphore.locked` (GH-133299)...Miss Islington (bot)2025-11-301-0/+12
* [3.14] Docs: Prepare for Sphinx 9 (GH-142057) (#142091)Miss Islington (bot)2025-11-291-5/+2
* [3.14] GH-121970: Remove Docutils list monkeypatch (GH-142056) (#142088)Miss Islington (bot)2025-11-292-24/+24
* [3.14] GH-141963: Clarify argparse documentation (GH-141964) (#142076)Miss Islington (bot)2025-11-291-8/+8
* [3.14] Docs: multi-disk ZIP files -> multipart ZIP files (GH-141962) (#142074)Miss Islington (bot)2025-11-291-9/+9
* [3.14] gh-141994: Warn of XXE vulnerability in documentation of SAX feature `...Miss Islington (bot)2025-11-291-0/+8
* [3.14] gh-141473: Fix subprocess.Popen.communicate to send input to stdin upo...Miss Islington (bot)2025-11-291-1/+3
* [3.14] gh-106318: Add examples for str.join() (GH-140315) (#141906)Miss Islington (bot)2025-11-241-1/+12
* [3.14] gh-106318: Add example for str.format() (GH-137018) (#141904)Miss Islington (bot)2025-11-241-1/+7
* [3.14] gh-106318: Add example for str.isalpha() (GH-137557) (#141901)Hugo van Kemenade2025-11-241-0/+12
* [3.14] gh-106318: Add example for str.isascii() (GH-137558) (#141898)Miss Islington (bot)2025-11-241-1/+8
* [3.14] gh-106318: Add example for str.isdecimal() (GH-137559) (#141893)Miss Islington (bot)2025-11-241-2/+11
* [3.14] GH-101100: Resolve reference warnings in library/stdtypes.rst (GH-1384...Miss Islington (bot)2025-11-221-5/+6
* [3.14] gh-101100: Fix sphinx warnings in `library/unittest.rst` (GH-140109) (...Miss Islington (bot)2025-11-221-25/+25
* [3.14] Docs: Fix typo in socketserver documentation (GH-140956) (#141799)Miss Islington (bot)2025-11-201-1/+1
* [3.14] Correct class name from PullDom to PullDOM (GH-141207) (#141743)Miss Islington (bot)2025-11-191-1/+1
* [3.14] gh-140873: Fix the singledispatchmethod documentation (GH-141523)Serhiy Storchaka2025-11-181-1/+1
* [3.14] Add missing backticks in os and decimal docs (GH-141699) (#141705)Miss Islington (bot)2025-11-182-2/+2
* [3.14] gh-130160: Add anchors to CLI Usage section for `cmdline` (GH-133182) ...Miss Islington (bot)2025-11-178-13/+26
* [3.14] gh-141650: Fix typo in `xml.sax.saxutils.unescape` documentation (GH-1...Miss Islington (bot)2025-11-171-1/+1
* [3.14] gh-137952: update `csv.Sniffer().has_header()` docs to describe the ac...Miss Islington (bot)2025-11-121-2/+2
* [3.14] gh-139533: fix refs to code without proper markups on turtledemo doc (...Miss Islington (bot)2025-11-111-62/+62
* [3.14] gh-140578: Doc: Remove sencence implying that concurrent.futures.Threa...Miss Islington (bot)2025-11-111-2/+5
* [3.14] gh-139707: Specify `winreg`, `msvcrt` and `winsound` module availabili...Miss Islington (bot)2025-11-103-0/+6
* [3.14] gh-141343: Fix swapped words in `sorted` doc (GH-141357)Miss Islington (bot)2025-11-101-1/+1
* [3.14] gh-139707: Add docs for optional modules (GH-140171) (GH-141204)Stan Ulbrych2025-11-1016-8/+51
* [3.14] gh-141004: Document `pyctype.h` macros (GH-141272) (GH-141340)Miss Islington (bot)2025-11-101-2/+2
* [3.14] gh-62480: De-personalize "Partial mocking" section in `unittest.mock` ...Miss Islington (bot)2025-11-101-6/+6
* [3.14] gh-62480: De-personalize "Mocking Unbound Methods" section in `unittes...Miss Islington (bot)2025-11-091-12/+11
* [3.14] gh-140980: document `SET_FUNCTION_ATTRIBUTE` flag for `annotate` funct...Miss Islington (bot)2025-11-091-0/+4
* [3.14] gh-141127: Clarify os.symlink() documentation for argument order (GH-1...Miss Islington (bot)2025-11-091-0/+3
* [3.14] gh-141246: Link to correct Windows docs in `time.sleep()` doc (GH-1412...Miss Islington (bot)2025-11-081-2/+2
* [3.14] gh-141004: correctly document `Py_HASH_*` and `PyHASH_*` as `hash_info...Miss Islington (bot)2025-11-081-1/+5
* [3.14] gh-140793: Improve documentatation and tests for the ensure_ascii opti...Miss Islington (bot)2025-11-081-5/+9
* [3.14] Minor documentation improvements (GH-140626) (#141160)Miss Islington (bot)2025-11-062-8/+8
* [3.14] Minor fixes to `idle.rst` and regenerate `help.html` (GH-140037) (#141...Miss Islington (bot)2025-11-061-3/+3
* [3.14] gh-140569: recommend the new REPL in the asyncio REPL docs (GH-140570)...Miss Islington (bot)2025-11-061-0/+4
* [3.14] Fix Queue.shutdown docs for condition to unblock a join (gh-137088) (#...Stan Ulbrych2025-11-062-6/+8
* [3.14] gh-118516: clarify that subprocess are automatically killed if transpo...Miss Islington (bot)2025-11-062-0/+12
* [3.14] GH-108009: Add clarification of parser and argument defaults in argpar...Miss Islington (bot)2025-11-051-1/+3
* [3.14] gh-76007: remove curses.__version__ doc (GH-141052) (#141076)Miss Islington (bot)2025-11-051-1/+0
* [3.14] gh-139313: Improve docs on XML security (GH-139460) (GH-141065)Miss Islington (bot)2025-11-052-5/+26
* [3.14] Docs: Fix cached calls count in factorial example (gh-140882) (gh-141031)Miss Islington (bot)2025-11-051-3/+3
* [3.14] gh-141007: update string module source code link (GH-141008) (#141030)Miss Islington (bot)2025-11-051-1/+1