summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Quote literal tokens in standard format specifier grammar (GH-102902)Petr Viktorin2023-03-311-1/+1
* Minor docs improvements fix for `codeop` (#103123)gaogaotiantian2023-03-301-7/+7
* gh-101100: Fix Sphinx warning in gc.rst and refactor docs clean list (#103116)Hugo van Kemenade2023-03-301-1/+1
* gh-103099: Link mypy docs from typing.rst (#103100)Shantanu2023-03-301-1/+8
* Update pdb docs for arguments (#102965)gaogaotiantian2023-03-251-21/+21
* gh-103025: fix two ctypes doc issues (#103026)Peter Jiping Xie2023-03-251-3/+3
* gh-100131: Add optional delete parameter to tempfile.TemporaryDirectory() (#1...JakobDev2023-03-241-1/+10
* gh-102873: logging.LogRecord docs: improve description of `msg` parameter (#1...Amin Alaee2023-03-241-2/+3
* gh-101100: Test docs in nit-picky mode (#102513)Hugo van Kemenade2023-03-242-0/+13
* gh-94684: uuid: support bytes in the name argument to uuid3/5 (#94709)MonadChains2023-03-231-2/+4
* GH-100982: Break up COMPARE_AND_BRANCH (GH-102801)Brandt Bucher2023-03-231-9/+0
* Minor readability improvement to the factor() recipe (GH-102971)Raymond Hettinger2023-03-231-1/+1
* gh-98239: Document that `inspect.getsource()` can raise `TypeError` (#101689)Nikita Sobolev2023-03-231-0/+4
* gh-102936: typing: document performance pitfalls of protocols decorated with ...Alex Waygood2023-03-231-2/+18
* Move binomialvariate() to a section for discrete distributions (GH-102955)Raymond Hettinger2023-03-231-3/+3
* gh-102810 Improve the sphinx docs for `asyncio.Timeout` (#102934)JosephSBoyle2023-03-231-15/+9
* Docs: fixup incorrect escape char in sqlite3 docs (#102945)Erlend E. Aasland2023-03-231-1/+1
* gh-102921: [doc] Clarify `exc` argument name in `BaseExceptionGroup` is plura...Kevin Kirsche2023-03-221-2/+2
* gh-102859: Remove JUMP_IF_FALSE_OR_POP and JUMP_IF_TRUE_OR_POP (#102870)Irit Katriel2023-03-221-24/+0
* gh-102780: Fix uncancel() call in asyncio timeouts (#102815)Kristján Valur Jónsson2023-03-221-3/+13
* gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (#96932)Benjamin Fogle2023-03-221-1/+1
* Docs: improve accuracy of sqlite3.Connection.interrupt() (#102904)Erlend E. Aasland2023-03-221-1/+1
* Docs: improve the accuracy of the sqlite3.connect() timeout param (#102900)Erlend E. Aasland2023-03-221-3/+3
* Docs: improve accuracy of pdb alias example (#102892)gaogaotiantian2023-03-221-1/+1
* Add link to `sys.exit` function documentation (#102805)David Poirier2023-03-211-1/+1
* Tweak polynomial itertool recipes (GH-102880)Raymond Hettinger2023-03-211-14/+13
* gh-102876: remove superfluous parens from itertools.batched recipe (GH-102877)wim glenn2023-03-211-1/+1
* The pow() variant further improves accuracy (GH-102866)Raymond Hettinger2023-03-211-1/+1
* Remove itermediate list. Expand docstring. (GH-102862)Raymond Hettinger2023-03-211-4/+8
* Add itertool recipe for polynomial evaluation. (GH-102852)Raymond Hettinger2023-03-201-0/+40
* gh-72346: Added isdst deprecation warning to email.utils.localtime (GH-91450)Alan Williams2023-03-201-12/+10
* gh-102828: add onexc arg to shutil.rmtree. Deprecate onerror. (#102829)Irit Katriel2023-03-191-9/+15
* gh-102778: Add sys.last_exc, deprecate sys.last_type, sys.last_value,sys.last...Irit Katriel2023-03-181-11/+14
* GH-78530: add support for generators in `asyncio.wait` (#102761)Kumar Aditya2023-03-171-0/+4
* Fix outdated note about 'int' rounding or truncating (#102736)Mark Dickinson2023-03-161-4/+3
* gh-99726: Improves correctness of stat results for Windows, and uses faster A...Steve Dower2023-03-161-23/+65
* GH-102653: Make recipe docstring show the correct distribution (#102742)Raymond Hettinger2023-03-161-1/+2
* gh-101100: Documenting --prefix and --exec-prefix. (GH-102695)Julien Palard2023-03-151-1/+1
* Remove misformatted exclamation marks in docs (#102694)Tom Levy2023-03-151-2/+2
* gh-102354: change python3 to python in docs examples (#102696)Paul Watson2023-03-143-4/+4
* doc: Remove a duplicate 'versionchanged' in library/asyncio-task (gh-102677)Joongi Kim2023-03-141-3/+0
* gh-102627: Replace address pointing toward malicious web page (#102630)Blind4Basics2023-03-131-1/+1
* gh-101100: Fix Sphinx warnings in `turtle` module (#102340)Hugo van Kemenade2023-03-131-27/+31
* Fix duplicated words in the docs (GH-102629)Виталий Дмитриев2023-03-121-1/+1
* Fixes duplicated word (#102623)Guido van Rossum2023-03-121-1/+1
* gh-79940: add introspection API for asynchronous generators to `inspect` modu...Thomas Krennwallner2023-03-111-2/+26
* GH-90997: Shrink the LOAD_GLOBAL caches (#102569)Brandt Bucher2023-03-111-3/+3
* gh-102103: add `module` argument to `dataclasses.make_dataclass` (#102104)Nikita Sobolev2023-03-111-1/+5
* gh-102519: Add doc updates for os.listdrives, listvolumes and listmounts (GH-...Steve Dower2023-03-101-0/+63
* gh-86509: Add link to Lib/_threading_local.py in threading docs (#101824)Owain Davies2023-03-101-1/+1