summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-101100: Fix some broken sphinx references (#107095)wulmer2023-07-233-9/+10
* gh-54738: Add argparse i18n howto (#104562)Tomas R2023-07-231-0/+1
* gh-102111: Add link to string escape sequences in re module (#106995)wulmer2023-07-231-2/+2
* gh-107028: tiny textual changes in logging docs and docstrings (GH-107029)Jochem Boersma2023-07-221-4/+5
* gh-106948: Add standard external names to nitpick_ignore (GH-106949)Serhiy Storchaka2023-07-226-17/+17
* gh-107008: Document the curses module variables LINES and COLS (GH-107011)Serhiy Storchaka2023-07-221-1/+19
* gh-83006: Document behavior of `shutil.disk_usage` for non-mounted filesystem...Matthieu Caneill2023-07-221-0/+6
* Fix Sphinx warnings in `re` module docs (#107044)wulmer2023-07-221-5/+18
* gh-105090: Replace incorrect TLSv1.2 with TLSv1.3 (#105404)Jocelyn Castellano2023-07-221-1/+1
* gh-106996: Amend the introduction to the turtle graphics documentation (#106997)Daniele Procida2023-07-221-3/+21
* gh-106847: Add -X warn_default_encoding in sys.flags Doc (#106854)qqwqqw6892023-07-211-21/+25
* gh-106909: Use role :const: for referencing module constants (GH-106910)Serhiy Storchaka2023-07-2126-125/+125
* gh-106892: Use roles :data: and :const: for referencing module variables (GH-...Serhiy Storchaka2023-07-2124-48/+48
* gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)Serhiy Storchaka2023-07-212-9/+9
* gh-106669: Revert "gh-102988: Detect email address parsing errors ... (#10512...Gregory P. Smith2023-07-211-25/+1
* Fix typo in tkinter docs (#106936)Makonede2023-07-201-1/+1
* gh-106882: Note that `asyncio.Server` is only publicly exposed on 3.11+ (#106...Jack Nelson2023-07-191-0/+3
* GH-100502: Add `pathlib.PurePath.pathmod` attribute (GH-106533)Barney Gale2023-07-191-0/+7
* gh-105481: Generate the opcode lists in dis from data extracted from bytecode...Irit Katriel2023-07-181-7/+21
* Add more recipe tests. Make the factor recipe a bit faster and clearer. (GH-1...Raymond Hettinger2023-07-171-3/+8
* Fix the french used in the email documentation (GH-106279)Jean-Baptiste Poupon2023-07-161-2/+2
* Doc: fix section levels of devmode doc (#106801)Inada Naoki2023-07-161-3/+3
* Doc: devmode: add -Xdev option to example (#106253)Simone Rubino2023-07-161-1/+1
* Add more examples to the recipe docs (GH-106782)Raymond Hettinger2023-07-151-0/+2
* gh-106745: typing docs: Clarify that removal of PEP-585 aliases is not curren...Alex Waygood2023-07-141-25/+45
* gh-106531: Remove importlib.resources._legacy (#106532)Jason R. Coombs2023-07-141-156/+0
* gh-106446: Fix failed doctest in stdtypes (#106447)Charlie Zhao2023-07-141-17/+20
* gh-105626: Change the default return value of `HTTPConnection.get_proxy_respo...Nikita Sobolev2023-07-141-1/+1
* docs: clarify Path.suffix (GH-106650)Ned Batchelder2023-07-132-4/+6
* gh-106309: Deprecate typing.no_type_check_decorator (#106312)Alex Waygood2023-07-131-15/+20
* gh-96165: Clarify passing ":memory:" in sqlite3.connect() (#106451)Mariusz Felisiak2023-07-111-2/+3
* gh-96165: Clarify omitting the FROM clause in SQLite queries (#106513)Mariusz Felisiak2023-07-111-0/+7
* gh-102988: Detect email address parsing errors and return empty tuple to indi...Thomas Dwyer2023-07-101-1/+25
* gh-106487: Allow the 'count' argument of `str.replace` to be a keyword (#106488)Hugo van Kemenade2023-07-101-3/+6
* gh-106461: typing: Consolidate docs on `Callable` (#106462)Alex Waygood2023-07-091-55/+75
* gh-105376: Remove logging.warn() and LoggerAdapter.warn() (#106553)Victor Stinner2023-07-091-0/+8
* gh-106535: Soft deprecate the getopt module (#105735)Victor Stinner2023-07-081-8/+13
* gh-101880: add link to object.__hash__() in hash() builtin documentation (#10...Owain Davies2023-07-081-1/+1
* gh-106535: Document PEP 387 Soft Deprecation (#106536)Victor Stinner2023-07-071-2/+3
* Doc: Add missing ref labels to exception groups/notes sections (#106465)C.A.M. Gerlach2023-07-061-0/+2
* gh-96844: Improve error message of list.remove (gh-106455)Dong-hee Na2023-07-051-3/+3
* shlex docs: remove outdated note (#106463)Jelle Zijlstra2023-07-051-6/+0