summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpo-28516: document contextlib.ExitStack.__enter__ behavior (GH-31636) (GH-32...Miss Islington (bot)2022-03-281-0/+3
* bpo-47105: Cite grp.h instead of pwd.h in grp docs (GH-32091) (GH-32121)Miss Islington (bot)2022-03-261-1/+1
* [3.9] bpo-47061: document module deprecations due to PEP 594 (GH-31984) (GH-3...Hugo van Kemenade2022-03-2326-22/+92
* [3.9] bpo-46769: Improve documentation for `typing.TypeVar` (GH-31712) (GH-31...Jelle Zijlstra2022-03-231-21/+88
* [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.9] bpo-47022: Document asynchat, asyncore and smtpd removals in 3.12 (GH-3...Hugo van Kemenade2022-03-224-6/+14
* [3.10] bpo-47040: improve document of checksum functions (GH-31955) (GH-32002)Miss Islington (bot)2022-03-202-12/+9
* bpo-44544: add textwrap placeholder arg (GH-27671)Miss Islington (bot)2022-03-191-2/+3
* [3.9] bpo-30677: [doc] mention that os.mkdir() can raise FileNotFoundError (G...Miss Islington (bot)2022-03-141-1/+2
* [3.9] bpo-43215: Document Happy Eyeballs args of asyncio.open_connection (GH-...Illia Volochii2022-03-141-1/+6
* [3.9] bpo-47004: Sync with importlib_metadata 4.11.3. (GH-31854). (GH-31859)Jason R. Coombs2022-03-131-0/+2
* [3.9] bpo-46677: Add examples of inheritance and attributes to `TypedDict` do...Charlie Zhao2022-03-121-12/+106
* [3.9] sqlite3: normalise pre-acronym determiners (GH-31772) (GH-31807)Jelle Zijlstra2022-03-121-5/+5
* bpo-31327: Update time documentation to reflect possible errors (GH-31460)Miss Islington (bot)2022-03-111-0/+6
* [3.9] Docstring: replace pysqlite with sqlite3 (GH-31758) (GH-31778)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
* 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
* bpo-26897: Clarify Popen stdin, stdout, stderr file object docs (GH-30231)Miss Islington (bot)2022-02-251-14/+16
* bpo-34429: Noted TemporaryFile behavior on non-Posix/non-Cygwin systems (GH-3...Miss Islington (bot)2022-02-251-0/+3
* [3.9] bpo-20923 : [doc] Explain ConfigParser 'valid section name' and .SECTC...Miss Islington (bot)2022-02-221-0/+3
* Counter doc mentions three methods, but lists four (GH-30706)Miss Islington (bot)2022-02-191-1/+1
* [docs] Correct typos in SSLContext.sni_callback (GH-30623)Miss Islington (bot)2022-02-191-3/+3
* Update html.parser.rst (GH-30678)Miss Islington (bot)2022-02-171-1/+1
* Update the OMG link (GH-30383)Miss Islington (bot)2022-02-141-1/+1
* doc: use colon for all color's rangs (GH-28998)Miss Islington (bot)2022-02-141-2/+2
* bpo-38619: Update the documentation for UUID.hex (GH-29830)Miss Islington (bot)2022-02-141-1/+1
* [3.9] Corrections to format precision description. (GH-31291) (GH-31321)John Belmonte2022-02-141-5/+6
* bpo-46483: [doc] pathlib classes no longer support parameterized generics (GH...Miss Islington (bot)2022-02-111-4/+0
* Fix the signature of multiprocessing.set_executable (GH-31276)Miss Islington (bot)2022-02-111-2/+2
* [3.9] bpo-46609: Update asyncio-task coroutine doc (GH-31132) Miss Islington (bot)2022-02-041-2/+2
* Optimize images by IMGbot (GH-21348)Miss Islington (bot)2022-02-043-1/+1
* bpo-23556: [doc] Fix inaccuracy in documentation for raise without args. Impr...Miss Islington (bot)2022-01-271-9/+8
* bpo-45296: Clarify close, quit, and exit in IDLE (GH-30936)Miss Islington (bot)2022-01-271-4/+6
* bpo-43698: do not use `...` as argument name in docs (GH-30502)Miss Islington (bot)2022-01-262-6/+6
* Update documentation in datetime module strftime-and-strptime-behavior fix ty...Miss Islington (bot)2022-01-231-5/+5
* Document optional 'task'/'asyncgen' fields in call_exception_handler (GH-2173...Miss Islington (bot)2022-01-231-1/+4
* bpo-46468: document that "-m http.server" defaults to port 8000 (GH-30776) (#...Miss Islington (bot)2022-01-221-7/+12
* doc: Clarify os.urandom return type (GH-30282)Miss Islington (bot)2022-01-191-1/+1
* [3.9] bpo-45680: Clarify documentation on ``GenericAlias`` objects (GH-29335)...Ken Jin2022-01-191-33/+84
* [3.9] bpo-45554: Document multiprocessing.Process.exitcode values (GH-30142) ...Miss Islington (bot)2022-01-181-2/+9
* [3.9] bpo-46402: Promote SQLite URI tricks in sqlite3 docs (GH-30660) (#30672)Erlend Egeberg Aasland2022-01-181-8/+22
* bpo-20823: Clarify copyreg.pickle() documentation (GH-30230)Miss Islington (bot)2022-01-181-2/+2
* bpo-20281, bpo-29964: update datetime docs to refer %z and %Z to a pre-existi...Miss Islington (bot)2022-01-141-7/+6
* bpo-23183: Document the timeit output (GH-30359)Miss Islington (bot)2022-01-141-0/+7
* [3.9] bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455) (...Christian Heimes2022-01-131-2/+2