summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* gh-88513: clarify shutil.copytree's dirs_exist_ok arg (GH-91434) (GH-91464)Miss Islington (bot)2022-04-151-6/+11
* gh-70979: Fix runpy.run_path parameter name in docs (GH-32265)Miss Islington (bot)2022-04-151-2/+2
* gh-90879: Fix missing parameter for put_nowait() (GH-91514)Miss Islington (bot)2022-04-141-2/+2
* pickle docs: Fix typos and improve wording (GH-24776) (GH-32395)Miss Islington (bot)2022-04-081-24/+23
* ssl docs: Fix typo (GH-32336)Miss Islington (bot)2022-04-071-1/+1
* doc: Link to `string.capwords` from `str.title` (GH-20913)Miss Islington (bot)2022-04-071-1/+5
* ssl docs: Fix typo (GH-32314)Miss Islington (bot)2022-04-071-1/+1
* pkgutil docs: Link sys constants, add backticks (GH-32356)Miss Islington (bot)2022-04-071-4/+4
* stdtypes docs: fix typo (GH-32349) (GH-32370)Miss Islington (bot)2022-04-071-1/+1
* [3.10] bpo-46769: Fix backticks in typing.rst to appease rstlint (GH-32374)Ken Jin2022-04-061-1/+1
* bpo-47235: Note where a typo is intentional in code. (GH-32348)Miss Islington (bot)2022-04-061-4/+4
* bpo-40982: shutil docs: Remove outdated copytree() example (GH-24778)Miss Islington (bot)2022-04-051-36/+1
* crypt docs: Fix references to `methods` attr (GH-26806)Miss Islington (bot)2022-04-051-4/+3
* bpo-47007: [doc] `str` special method lookup (GH-31863)Miss Islington (bot)2022-04-051-1/+2
* bpo-41233: Add links to errnos referenced in exceptions docs (GH-21380)Miss Islington (bot)2022-04-052-37/+52
* [3.10] Document func parameter of locale.atof (GH-18183) (GH-32262)Jelle Zijlstra2022-04-021-3/+3
* bpo-45584: Clarify `math.trunc` documentation (GH-29183)Miss Islington (bot)2022-04-021-8/+10
* os docs: fix typo (GH-28996)Miss Islington (bot)2022-04-021-1/+1
* codecs docs: fix grammar mistake (GH-29462)Miss Islington (bot)2022-04-021-1/+1
* bpo-45114: Use lstat() instead of stat() in stat docs example (GH-29845)Miss Islington (bot)2022-04-021-1/+1
* bpo-47031: Improve documentation for `math.nan` (GH-32170)Miss Islington (bot)2022-04-021-2/+17
* bpo-42340: Document issues around KeyboardInterrupt (GH-23255)Miss Islington (bot)2022-03-292-0/+79
* ctypes docs: Fix array-length reference to "non-negative" from "positive" (GH...Miss Islington (bot)2022-03-291-1/+1
* [3.10] bpo-28516: document contextlib.ExitStack.__enter__ behavior (GH-31636)...Jelle Zijlstra2022-03-291-0/+3
* bpo-47105: Cite grp.h instead of pwd.h in grp docs (GH-32091) (GH-32120)Miss Islington (bot)2022-03-261-1/+1
* Correctly document class instead of function (GH-32016)Miss Islington (bot)2022-03-231-4/+4
* [doc] configparser: avoid inline comments. (GH-31247)Miss Islington (bot)2022-03-231-2/+4
* Fix typo in Path.iterdir docs (GH-31822)Miss Islington (bot)2022-03-231-1/+1
* [3.10] bpo-46769: Improve documentation for `typing.TypeVar` (GH-31712) (GH-3...Alex Waygood2022-03-231-21/+88
* [3.10] bpo-47061: document module deprecations due to PEP 594 (GH-31984) (GH-...Miss Islington (bot)2022-03-2226-22/+92
* [3.10] bpo-47022: Document asynchat, asyncore and smtpd removals in 3.12 (GH-...Hugo van Kemenade2022-03-204-1/+10
* [3.10] bpo-47040: improve document of checksum functions (GH-31955) (GH-32002)Ma Lin2022-03-202-12/+9
* bpo-44544: add textwrap placeholder arg (GH-27671)Miss Islington (bot)2022-03-191-2/+3
* [3.10] bpo-30677: [doc] mention that os.mkdir() can raise FileNotFoundError (...Miss Islington (bot)2022-03-141-1/+2
* [3.10] bpo-43215: Document Happy Eyeballs args of asyncio.open_connection (GH...Illia Volochii2022-03-141-1/+5
* [3.10] bpo-47004: Sync with importlib_metadata 4.11.3. (GH-31854). (GH-31857)Jason R. Coombs2022-03-131-0/+1
* [3.10] sqlite3: normalise pre-acronym determiners (GH-31772) (GH-31806)Jelle Zijlstra2022-03-121-5/+5
* [3.10] bpo-46677: Add examples of inheritance and attributes to `TypedDict` d...Charlie Zhao2022-03-121-3/+88
* bpo-31327: Update time documentation to reflect possible errors (GH-31460)Miss Islington (bot)2022-03-111-0/+6
* Remove print race from task_done example. (GH-31795)Miss Islington (bot)2022-03-101-4/+3
* [3.10] Docstring: replace pysqlite with sqlite3 (GH-31758) (GH-31777)Jelle Zijlstra2022-03-091-2/+2
* bpo-46494: Mention the typing_extensions pkg in typing docs (GH-31260)Miss Islington (bot)2022-03-081-0/+4
* importlib.metadata: Remove empty footnote section (GH-30451)Miss Islington (bot)2022-03-081-3/+0
* bpo-38738: Fix formatting of True and False in the threading documentation (G...Miss Islington (bot)2022-03-041-8/+8
* bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631)Miss Islington (bot)2022-03-041-7/+4
* bpo-6634: [doc] clarify that sys.exit() does not always exit the interpreter ...Miss Islington (bot)2022-03-031-5/+3
* bpo-21910: Clarify docs for codecs writelines method (GH-31245)Miss Islington (bot)2022-03-031-2/+3
* [3.10] bpo-45492: Corrected documentation for co_names in inspect library doc...Irit Katriel2022-03-021-2/+3
* bpo-42982: update pbkdf2 example & add another link (GH-30966) (#30968)Miss Islington (bot)2022-03-011-5/+7
* bpo-26897: Clarify Popen stdin, stdout, stderr file object docs (GH-30231)Miss Islington (bot)2022-02-251-14/+16