summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix broken manpage link (GH-21937)Tim Burke2020-09-151-1/+1
* Fix all Python Cookbook links (#22205)Andre Delfino2020-09-159-10/+10
* Improve the description of difflib in the documentation (GH-22253)Mandeep2020-09-151-2/+2
* bpo-40721: add note about enum member name case (GH-22231)Ethan Furman2020-09-141-0/+6
* bpo-41646: Mention path-like objects support in the docs for shutil.copy() (G...Zackery Spytz2020-09-141-3/+3
* Fix a typo in locale Docs (#22233)abdo2020-09-141-1/+1
* bpo-41513: Add docs and tests for hypot() (GH-22238)Raymond Hettinger2020-09-141-0/+5
* bpo-41778: Change a punctuation on documentation. (GH-22229)Emmanuel Arias2020-09-131-2/+2
* bpo-33239: Fix default value of 'buffering' parameter in docs of tempfile.* f...Sergey Fedoseev2020-09-131-3/+3
* bpo-41672: Fix type mismatches in imaplib docs (GH-22207)Norbert Cyran2020-09-121-2/+2
* [doc] struct: update note about network byte order form to be more helpful (G...Stargirl Flowers2020-09-111-2/+4
* Doc: Fix alphabetical ordering of removeprefix/suffix. (GH-22194)Benjamin Peterson2020-09-101-27/+28
* bpo-37149: Change Shipman tkinter link from archive.org to TkDocs (GH-22188)Mark Roseman2020-09-101-1/+1
* Update logging documentation to tidy up formatting (GH-22173)Bar Harel2020-09-101-2/+1
* Add missing colon to IDLE doc markup (GH-22007)Andre Delfino2020-09-091-1/+1
* Add minor clarification in logging documentation. (GH-22167)Vinay Sajip2020-09-091-3/+3
* [doc] Fix padding in timeit (GH-22152)Andre Delfino2020-09-081-1/+1
* bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909)Erlend Egeberg Aasland2020-09-071-6/+2
* [doc] Add link to Generic in typing (GH-22125)Andre Delfino2020-09-071-1/+1
* closes bpo-41723: Fix an error in the py_compile documentation. (GH-22110)Zackery Spytz2020-09-061-1/+1
* [doc] Fix padding in some typing definitions (GH-22114)Andre Delfino2020-09-051-12/+12
* bpo-38585: Remove references to defusedexpat (GH-22095)Zackery Spytz2020-09-041-11/+3
* bpo-40486: Specify what happens if directory content change diring iteration ...Serhiy Storchaka2020-09-043-3/+17
* [doc] Fix a typo in the graphlib docs (#22030)Mario Šaško2020-09-031-1/+1
* [doc] Add link to FileHandler in logging (GH-21940)Andre Delfino2020-09-011-15/+16
* [doc] Fix markup in logging (GH-22008)Andre Delfino2020-08-301-1/+1
* Improve asyncio-dev 'Concurrency and Multithreading' docs (GH-20882)Roger Iyengar2020-08-291-0/+10
* Fix error in argparse documentation example (GH-17399)SarahPythonista2020-08-281-2/+2
* bpo-41634: Fix a typo in the curses documentation (GH-21958)Zackery Spytz2020-08-271-1/+1
* Add missing word (GH-21936)Mason2020-08-271-1/+1
* bpo-41624: fix documentation of typing.Coroutine (GH-21952)MingZhe Hu2020-08-271-1/+1
* Document vars behavior when __dict__ is missing (#21466)Andre Delfino2020-08-211-0/+3
* Doc: add a missing period (GH-21819)Mathieu Dupuy2020-08-201-1/+1
* bpo-40994: Ungroup items in collections.abc documentation for improved clarit...Sydney Pemberton2020-08-201-5/+13
* bpo-40204: Fix duplicated productionlist names in the doc (GH-21900)Victor Stinner2020-08-171-1/+1
* bpo-41521: Rename blacklist parameter to not_exported (GH-21824)Victor Stinner2020-08-171-5/+5
* Fix typo in typing doc (GH-21879)Irit Katriel2020-08-141-1/+1
* bpo-40204: Fix reference to terms in the doc (GH-21865)Victor Stinner2020-08-146-7/+10
* bpo-41410: Fix outdated info in mkstemp docs (GH-21701)Rishav Kundu2020-08-141-3/+2
* Fixed comment about pathlib.link_to: it was added in 3.8, not changed. (#21851)Facundo Batista2020-08-131-1/+1
* bpo-41066: Update the comparison section for os vs pathlib (GH-21261)Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)2020-08-131-0/+3
* bpo-40204: Add :noindex: in the documentation (GH-21859)Victor Stinner2020-08-139-81/+94
* bpo-41521: Replace denylist with blocklist is http.cookiejar doc (GH-21826)Victor Stinner2020-08-131-4/+4
* Fix typo (GH-21820)Christopher Yeh2020-08-111-1/+1
* Add links to asttokens, leoAst, LibCST and parso to ast docs (GH-21773)Edward K. Ream2020-08-111-2/+21
* bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822)Victor Stinner2020-08-112-7/+7
* bpo-16995: add support for base32 extended hex (base32hex) (GH-20441)Filipe Laíns2020-08-101-1/+22
* bpo-35018: Sax parser should provide user access to lexical handlers (GH-20958)Zackery Spytz2020-08-091-7/+55
* bpo-41455: Provide a link to how the third generation is collected in the GC ...Yaroslav Pankovych2020-08-081-3/+3
* Doc: Add a link to tutorial page from `open()` doc (GH-21737)Benjamin Kane2020-08-081-1/+2