summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Docs: Fix Sphinx warnings in sys.rst (#108106)Erlend E. Aasland2023-08-202-114/+153
* gh-107659: Improve wording of the description of `ctypes.pointer` and `ctypes...Tomas R2023-08-201-7/+7
* gh-107619: Extend functools LRU cache docs with generators and async function...Hadházy Tamás2023-08-201-2/+3
* Fix misspellings in sysconfig docs (#108156)Rafael Fontenelle2023-08-201-5/+5
* gh-107980: fix doc role for asyncio.timeouts (#108126)Tin Tvrtković2023-08-191-3/+3
* Docs: Remove links to external C functions and macros in os.rst (#108138)Erlend E. Aasland2023-08-191-25/+27
* Docs: format sys.float_info properly (#108107)Erlend E. Aasland2023-08-191-52/+73
* gh-107801: Improve the accuracy of os.lseek docs (#107935)Erlend E. Aasland2023-08-181-6/+11
* Minor code clean-up for the factor() recipe (GH-108114)Raymond Hettinger2023-08-181-3/+1
* gh-108014: Add Py_IsFinalizing() function (#108032)Victor Stinner2023-08-181-2/+2
* Docs: emphasise warning and add accurate markups for sys.unraisablehook (#108...Erlend E. Aasland2023-08-181-17/+21
* gh-107801: Improve the docs of the SEEK_* constants (#108099)Erlend E. Aasland2023-08-171-4/+14
* Docs: Fix Sphinx warnings in io.rst (#107903)Erlend E. Aasland2023-08-171-35/+36
* gh-107801: Document SEEK_HOLE and SEEK_DATA (#107936)Erlend E. Aasland2023-08-171-2/+27
* GH-92584: Remove Installing Python Modules (Distutils version) (#108020)Adam Turner2023-08-161-1/+1
* gh-56166: Deprecate passing confusing positional arguments in re functions (#...Serhiy Storchaka2023-08-161-11/+13
* GH-92584: Drop reference to Distutils in ``site.USER_BASE`` (#108031)Adam Turner2023-08-161-1/+1
* gh-93057: Deprecate positional use of optional sqlite3.connect() params (#107...Erlend E. Aasland2023-08-151-0/+6
* gh-76913: Add "merge extras" feature to LoggerAdapter (GH-107292)Romuald Brunet2023-08-151-2/+9
* gh-107877: Update logging levels reference table with usage criteria. (#107894)Vinay Sajip2023-08-131-15/+33
* Add another example to the statistics docs (GH-107904)Raymond Hettinger2023-08-132-0/+57
* gh-107421: Clarify `OrderedDict` Examples and Recipes (#107613)shailshouryya2023-08-111-3/+3
* GH-105848: Simplify the arrangement of CALL's stack (GH-107788)Brandt Bucher2023-08-091-1/+1
* GH-100425: Note improved commutativity in sum(). (GH-107785)Raymond Hettinger2023-08-081-1/+1
* gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552)Eric Snow2023-08-071-0/+9
* Docs: Fix more Sphinx annotations in ctypes.rst (#107708)Erlend E. Aasland2023-08-071-42/+43
* gh-107442: Document all valid types for ctypes _as_parameter_ (#107443)Tomas R2023-08-071-3/+4
* Improve cross-references in `runpy` docs (#107673)Kamil Turek2023-08-061-12/+13
* Docs: Fix Sphinx annotations in Doc/library/ctypes.rst (#107672)Erlend E. Aasland2023-08-061-32/+33
* gh-107662: Switch 'any' and 'anext' in functions.rst (#107663)Terry Jan Reedy2023-08-051-2/+2
* GH-70303: Emit FutureWarning when pathlib glob pattern ends with `**` (GH-105...Barney Gale2023-08-041-0/+5
* gh-107600: Docs: Update ctypes.ArgumentError error message (#107601)Tomas R2023-08-041-2/+2
* Clarify `Self` interaction with subclasses (#107511)Alexandru Mărășteanu2023-08-011-10/+21
* gh-105578: Document that `AnyStr` is deprecated in py313 (#107116)Michael The2023-07-311-0/+14
* gh-105578: Add more usage examples to `typing.AnyStr` docs (#107045)Michael The2023-07-311-0/+15
* gh-107427: Update the description of UNPACK_SEQUENCE (gh-107429)Dong-hee Na2023-07-301-2/+3
* gh-107422: Remove outdated `TypedDict` example from typing docs (#107436)Rakesh Sabale2023-07-291-3/+0
* gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386)Serhiy Storchaka2023-07-2940-88/+104
* gh-107307: Update the importlib Docs for PEP 684 (gh-107400)Eric Snow2023-07-281-0/+31
* gh-107091: Fix some uses of :const: role (GH-107379)Serhiy Storchaka2023-07-288-19/+19
* gh-106996: Rewrite turtle explanation (#107244)Daniele Procida2023-07-271-54/+38
* gh-107091: Fix some uses of :c:type: role (GH-107138)Serhiy Storchaka2023-07-261-6/+6
* Document that `os.link()` is not available on Emscripten (GH-104822)Roman Yurchak2023-07-261-1/+1
* gh-107015: Remove async_hacks from the tokenizer (#107018)Pablo Galindo Salgado2023-07-263-8/+11
* gh-106939: document ShareableList nul-strip quirk. (#107266)Gregory P. Smith2023-07-251-7/+37
* gh-106996: Add a how-to section to the turtle documentation (#107153)Daniele Procida2023-07-251-0/+114
* gh-106948: Docs: Disable links for C standard library functions, OS utility f...Erlend E. Aasland2023-07-234-29/+29
* gh-107122: Add clear method to dbm.ndbm module (gh-107126)Dong-hee Na2023-07-231-0/+6
* gh-107122: Add clear method to dbm.gdbm.module (gh-107127)Dong-hee Na2023-07-231-0/+7
* gh-106996: Add the basics of a turtle graphics tutorial (#107072)Daniele Procida2023-07-231-16/+134