summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* typing docs: Add example for async functions (#20386)Sam Bull2022-05-011-0/+4
* gh-81488: Add recursive wording for issubclass docs (#92087)slateny2022-05-011-1/+2
* gh-91952: Make TextIOWrapper.reconfigure() supports "locale" encoding (GH-91982)Inada Naoki2022-05-011-0/+3
* Improving readability of argparse.rst (GH-91751)Antonio Andrade2022-04-301-8/+8
* Fix typo in asyncio-extending.rst (#91609)Yurii Karabas2022-04-301-1/+1
* gh-91611: Use example.com for documentation, not mydomain.com (#91613)Motoki Naruse2022-04-302-2/+2
* gh-87801: Add run() to subprocess.CalledProcessError description (#91628)slateny2022-04-301-1/+3
* gh-87192: Update wording for fcntl 'Changed in' (#91658)slateny2022-04-301-1/+2
* gh-85864: io docs: Add missing position-only parameters (#91950)slateny2022-04-301-17/+17
* gh-91760: Deprecate group names and numbers which will be invalid in future (...Serhiy Storchaka2022-04-301-0/+10
* gh-91954: Emit EncodingWarning from locale and subprocess (GH-91977)Inada Naoki2022-04-301-4/+10
* Rephrase typing.assert_never docs (#92061)Shantanu2022-04-301-2/+2
* Fix indentation for typing.Unpack docs (#92058)Jelle Zijlstra2022-04-291-21/+21
* bpo-44791: Accept ellipsis as the last argument of typing.Concatenate (#30969)Serhiy Storchaka2022-04-291-1/+2
* bpo-36329: Remove 'make -C Doc serve' in favour of 'make -C Doc htmlview' (GH...Hugo van Kemenade2022-04-291-11/+57
* gh-91873: Summarise deprecations in typing at the top level (GH-91864)Ken Jin2022-04-291-0/+21
* bpo-22276: Change pathlib.Path.glob not to ignore trailing path separator (GH...Eisuke Kawashima2022-04-281-0/+6
* gh-91603: Speed up isinstance/issubclass on union types (GH-91631)Yurii Karabas2022-04-281-1/+2
* Add note that headers added via urllib.request.add_header are added to redire...Ashwin Ramaswami2022-04-271-1/+2
* gh-84459: Make wording more specific for Path.replace (GH-91853)slateny2022-04-272-2/+2
* gh-91498: socket: Add TCP_CONNECTION_INFO on macOS (#69256)David CARLIER2022-04-271-0/+4
* gh-68966: Deprecate the mailcap module (#91951)Victor Stinner2022-04-263-2/+7
* gh-91401: Add a failsafe way to disable vfork. (#91490)Gregory P. Smith2022-04-251-0/+36
* gh-64783: Fix signal.NSIG value on FreeBSD (#91929)Victor Stinner2022-04-251-0/+1
* gh-90633: Improve error and docs for typing.assert_never (#91720)Jelle Zijlstra2022-04-251-1/+15
* gh-91230: Concise catch_warnings with simplefilter (#91435)Zac Hatfield-Dodds2022-04-241-1/+9
* gh-84461: Add sys._emscripten_info, improve docs and build (gh-91781)Christian Heimes2022-04-231-0/+29
* gh-88116: Enhance the inspect frame APIs to use the extended position informa...Pablo Galindo Salgado2022-04-231-24/+102
* gh-85864: Mark positional-only args in io docs (#91683)slateny2022-04-231-10/+10
* gh-91547: Remove "Undocumented modules" page (#91682)Shantanu2022-04-222-27/+0
* gh-91217: deprecate-sndhdr (#91806)Brett Cannon2022-04-221-1/+1
* bpo-46720: Add support for path-like objects to multiprocessing.set_executabl...Géry Ogam2022-04-221-0/+3
* gh-91764: Mark version typing.Unpack and LiteralString were added in (#91817)Dominic Davis-Foster2022-04-221-0/+4
* gh-91291: Accept attributes as keyword arguments in decimal.localcontext (#32...Sam Ezeh2022-04-221-2/+18
* gh-69093: Add indexing and slicing support to sqlite3.Blob (#91599)Erlend Egeberg Aasland2022-04-221-3/+4
* gh-91156: Use `locale.getencoding()` instead of getpreferredencoding (GH-91732)Inada Naoki2022-04-224-26/+11
* Minor improvements to grammar and markup. (GH-91762)Raymond Hettinger2022-04-201-12/+12
* bpo-23747: Enhance platform doc, document default behavior (GH-31462)slateny2022-04-201-6/+8
* gh-89770: [PEP-678] add exception notes to tutorial (GH-30441)Irit Katriel2022-04-201-0/+8
* bpo-30718: Add information about text buffering (GH-32351)slateny2022-04-201-1/+5
* Clean-up the argparse docs quick links table (GH-91726)Raymond Hettinger2022-04-201-55/+33
* Add link to sys.path in os lib (#91679)slateny2022-04-201-2/+2
* Fix awkward sentence in signal docs (#91508)AJ Jordan2022-04-201-4/+5
* gh-74166: make all_errors keyword-only (GH-91704)Irit Katriel2022-04-191-1/+1
* gh-91231: Add shutdown_timeout to multiprocessing BaseManager (#32112)Victor Stinner2022-04-191-1/+15
* Doc: Fix link formatting typo (GH-91659)slateny2022-04-191-1/+1
* bpo-46014: Add docs regarding `functools.singledispatch` changes in 3.11 (#32...Yurii Karabas2022-04-191-0/+21
* gh-74166: Add option to get all errors from socket.create_connection (GH-91586)Irit Katriel2022-04-181-1/+10
* bpo-21150: Add quick link/summary table to the top of argparse documentation ...Susan Su2022-04-181-0/+98
* Remove duplicate explanation (GH-91534)Gouvernathor2022-04-181-4/+0