summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-90923: Improve sqlite3.Connection.execute* docs (#91643)Erlend Egeberg Aasland2022-04-171-12/+9
* gh-89770: Implement PEP-678 - Exception notes (GH-31317)Irit Katriel2022-04-161-7/+14
* gh-86178: Add wsgiref.types (GH-32335)Sebastian Rittau2022-04-161-7/+61
* gh-89263: Add typing.get_overloads (GH-31716)Jelle Zijlstra2022-04-161-0/+29
* gh-69093: sqlite3 blob doc amendments (GH-91561)Erlend Egeberg Aasland2022-04-161-52/+55
* gh-82849: revise intro to os.path.rst (GH-32232)Jack DeVries2022-04-161-11/+4
* gh-69093: Add context manager support to sqlite3.Blob (GH-91562)Erlend Egeberg Aasland2022-04-161-4/+5
* gh-91276: Make JUMP_IF_TRUE_OR_POP/JUMP_IF_FALSE_OR_POP relative (GH-32215)Irit Katriel2022-04-151-4/+9
* gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException (GH-30531)Irit Katriel2022-04-151-12/+5
* gh-79156: Add start_tls() method to streams API (#91453)Oleg Iarygin2022-04-151-0/+18
* bpo-40376: slightly improved the wording for os.getgrouplist (GH-19702)Jens Holzkämper2022-04-151-1/+2
* gh-70979: Fix runpy.run_path parameter name in docs (GH-32265)Jelle Zijlstra2022-04-151-2/+2
* gh-69093: Support basic incremental I/O to blobs in `sqlite3` (GH-30680)Erlend Egeberg Aasland2022-04-151-0/+66
* gh-90879: Fix missing parameter for put_nowait() (GH-91514)slateny2022-04-141-2/+2
* gh-91156: Fix `encoding="locale"` in UTF-8 mode (GH-70056)Inada Naoki2022-04-141-3/+2
* gh-90326: Remove quotes for logging config (GH-91516)slateny2022-04-141-1/+1
* gh-87497: Document that urllib.request sends headers in camel case (GH-24661)Alix Lourme2022-04-141-0/+1
* gh-91217: deprecate imghdr (#91461)Brett Cannon2022-04-131-5/+6
* gh-88513: clarify shutil.copytree's dirs_exist_ok arg (GH-91434)Jack DeVries2022-04-121-6/+11
* gh-79097: Add support for aggregate window functions in sqlite3 (GH-20903)Erlend Egeberg Aasland2022-04-121-0/+29
* bpo-45995: add "z" format specifer to coerce negative 0 to zero (GH-30049)John Belmonte2022-04-111-1/+10
* bpo-47120: make POP_JUMP_IF_TRUE/FALSE/NONE/NOT_NONE relative (GH-32400)Irit Katriel2022-04-111-10/+38
* bpo-40280: WASM docs and smaller browser builds (GH-32412)Christian Heimes2022-04-101-0/+2
* bpo-22295: use python -m pip rather than plain pip in more examples (GH-24003)Ville Skyttä2022-04-092-2/+2
* bpo-47000: Add `locale.getencoding()` (GH-32068)Inada Naoki2022-04-091-2/+22
* ssl docs: Fix typo (GH-32336)Frederick2022-04-071-1/+1
* pickle docs: Fix typos and improve wording (GH-24776)Géry Ogam2022-04-071-24/+23
* doc: Link to `string.capwords` from `str.title` (GH-20913)Eric Wieser2022-04-071-1/+5
* ssl docs: Fix typo (GH-32314)Frederick2022-04-071-1/+1
* pkgutil docs: Link sys constants, add backticks (GH-32356)Boris Verkhovskiy2022-04-071-4/+4
* Change parameter name from *x* for reals to *n* for integers. (GH-32377)Raymond Hettinger2022-04-061-2/+2
* bpo-26579: Add object.__getstate__(). (GH-2821)Serhiy Storchaka2022-04-061-8/+27
* stdtypes docs: fix typo (GH-32349)Ian2022-04-061-1/+1
* bpo-47235: Note where a typo is intentional in code. (GH-32348)Gregory P. Smith2022-04-061-4/+4
* bpo-4833: Add ZipFile.mkdir (GH-32160)Sam Ezeh2022-04-051-0/+11
* bpo-47088: Add typing.LiteralString (PEP 675) (GH-32064)Jelle Zijlstra2022-04-051-0/+29