summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Improve the description of difflib in the documentation (GH-22253) (#22261)Miss Islington (bot)2020-09-151-2/+2
* bpo-41776: Revise example of "continue" in the tutorial documentation (GH-222...Miss Islington (bot)2020-09-151-5/+5
* bpo-40721: add note about enum member name case (GH-22231)Miss Islington (bot)2020-09-141-0/+6
* [3.9] bpo-41778: Change a punctuation on documentation. (GH-22229) (GH-22232)Emmanuel Arias2020-09-131-2/+2
* bpo-33239: Fix default value of 'buffering' parameter in docs of tempfile.* f...Miss Islington (bot)2020-09-131-3/+3
* bpo-41672: Fix type mismatches in imaplib docs (GH-22207)Miss Islington (bot)2020-09-121-2/+2
* [doc] struct: update note about network byte order form to be more helpful (G...Miss Islington (bot)2020-09-111-2/+4
* Doc: Fix alphabetical ordering of removeprefix/suffix. (GH-22194)Miss Islington (bot)2020-09-111-27/+28
* bpo-37149: Change Shipman tkinter link from archive.org to TkDocs (GH-22188)Miss Islington (bot)2020-09-101-1/+1
* [doc] Remove superfluous comment about equal in f-strings (GH-22006)Miss Islington (bot)2020-09-101-1/+1
* Add missing colon to IDLE doc markup (GH-22007)Miss Islington (bot)2020-09-091-1/+1
* [3.9] bpo-41688: Document bug in **= dispatching in the language data… (GH-...Ammar Askar2020-09-091-0/+7
* Fixes dead links to Django's logging config docs (GH-20823) (GH-22170)Miss Islington (bot)2020-09-091-2/+2
* [doc] Fix padding in timeit (GH-22152)Miss Islington (bot)2020-09-081-1/+1
* [3.9] closes bpo-41723: Fix an error in the py_compile documentation. (GH-22118)Benjamin Peterson2020-09-061-1/+1
* [3.9] [doc] Fix padding in some typing definitions (GH-22114) (GH-22115)Miss Islington (bot)2020-09-061-12/+12
* [3.9] bpo-38787: Clarify docs for PyType_GetModule and warn against common mi...Miss Islington (bot)2020-09-041-1/+11
* [3.9] Improve asyncio-dev 'Concurrency and Multithreading' docs (GH-20882) (G...Miss Islington (bot)2020-09-041-0/+10
* [3.9] bpo-40486: Specify what happens if directory content change diring iter...Miss Islington (bot)2020-09-043-3/+17
* [3.9] Fix error in argparse documentation example (GH-17399) (GH-21992)Miss Islington (bot)2020-09-041-2/+2
* [3.9] [doc] Fix a typo in the graphlib docs (GH-22030) (GH-22076)Miss Islington (bot)2020-09-041-1/+1
* bpo-38585: Remove references to defusedexpat (GH-22095)Miss Islington (bot)2020-09-041-11/+3
* bpo-39883: Use BSD0 license for code in docs (GH-17635) (GH-22073)Miss Islington (bot)2020-09-031-0/+34
* Fix invalid escape sequences in the peg_highlight Sphinx extension (GH-22047)...Miss Islington (bot)2020-09-021-1/+1
* [doc] Remove references to PyChecker. (GH-22054)Miss Islington (bot)2020-09-022-14/+5
* Remove reference to Boa Constructor. (GH-22056)Miss Islington (bot)2020-09-021-6/+0
* Note the buffer slots can be set with PyType_Spec with the unlimited API. (GH...Miss Islington (bot)2020-09-021-1/+10
* bpo-41634: Fix a typo in the curses documentation (GH-21958)Miss Islington (bot)2020-08-291-1/+1
* [3.9] bpo-41624: fix documentation of typing.Coroutine (GH-21952) (#21982)Karthikeyan Singaravelan2020-08-281-1/+1
* Document vars behavior when __dict__ is missing (GH-21466) (GH-21939)Miss Islington (bot)2020-08-221-0/+3
* Fix grammar in Doc/tutorial/controlflow.rst (GH-21885) (#21922)Miss Islington (bot)2020-08-221-1/+1
* bpo-40994: Ungroup items in collections.abc documentation for improved clarit...Miss Islington (bot)2020-08-221-5/+13
* bpo-41573: Update release versions in General FAQ (GH-21915) (#21938)Miss Islington (bot)2020-08-221-4/+4
* Doc: add a missing period (GH-21819) (#21932)Miss Islington (bot)2020-08-201-1/+1
* [3.9] bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844) (GH-21901)Victor Stinner2020-08-1946-246/+257
* Fix typo in typing doc (GH-21879)Miss Islington (bot)2020-08-141-1/+1
* bpo-41410: Fix outdated info in mkstemp docs (GH-21701)Miss Islington (bot)2020-08-141-3/+2
* Fixed comment about pathlib.link_to: it was added in 3.8, not changed. (GH-21...Miss Islington (bot)2020-08-131-1/+1
* bpo-41066: Update the comparison section for os vs pathlib (GH-21261)Miss Islington (bot)2020-08-131-0/+3
* [3.9] bpo-40979: refactored typing.rst; (mostly) same content, new sub-sectio...Guido van Rossum2020-08-121-614/+823
* [3.9] bpo-41504: Add links to asttokens, leoAst, LibCST and parso to ast docs...Guido van Rossum2020-08-111-2/+21
* bpo-41475: Fix note in "What's new in 3.7" (GH-21733) (#21832)Miss Islington (bot)2020-08-111-1/+1
* Add PEP 573 additions to What's New (GH-21374) (GH-21831)Miss Islington (bot)2020-08-111-0/+7
* Doc: Add output to example code in programming FAQ (GH-21346)Miss Islington (bot)2020-08-091-34/+37
* bpo-41455: Provide a link to how the third generation is collected in the GC ...Miss Islington (bot)2020-08-081-3/+3
* Doc: Add a link to tutorial page from `open()` doc (GH-21737)Miss Islington (bot)2020-08-081-1/+2
* bpo-41098: Doc: Add missing deprecated directives (GH-21162)Miss Islington (bot)2020-08-071-0/+10
* bpo-36346: Doc: Update removal schedule of legacy Unicode (GH-21479)Miss Islington (bot)2020-08-051-9/+30
* bpo-41425: Make tkinter doc example runnable (GH-21706)Miss Islington (bot)2020-08-031-13/+17
* bpo-41424: Remove extra words in Tkinter-Packer documentation (GH-21707)Miss Islington (bot)2020-08-031-6/+5