summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* bpo-41834: Remove _Py_CheckRecursionLimit variable (GH-22359)Victor Stinner2020-09-231-0/+4
* bpo-41816: `StrEnum.__str__` is `str.__str__` (GH-22362)Ethan Furman2020-09-221-0/+15
* bpo-35764: Rewrite the IDLE Calltips doc section (GH-22363)Terry Jan Reedy2020-09-221-22/+25
* bpo-41810: Reintroduce `types.EllipsisType`, `.NoneType` & `.NotImplementedTy...Bas van Beek2020-09-223-5/+37
* Enum: add extended AutoNumber example (GH-22349)Ethan Furman2020-09-221-0/+26
* bpo-41816: add `StrEnum` (GH-22337)Ethan Furman2020-09-221-0/+38
* [doc] Teach 0-args form of super in Programming FAQ (GH-22176)Andre Delfino2020-09-201-8/+7
* Add missing whatsnew entry for TestCase.assertNoLogs (GH-22317)Mark Dickinson2020-09-191-0/+7
* bpo-41756: Introduce PyGen_Send C API (GH-22196)Vladimir Matveev2020-09-192-0/+20
* bpo-35293: Travis CI uses "make venv" for the doc (GH-22307)Victor Stinner2020-09-182-4/+11
* bpo-35293: Remove RemovedInSphinx40Warning (GH-22198)Dong-hee Na2020-09-181-15/+21
* bpo-41762: Fix usage of productionlist markup in the doc (GH-22281)Victor Stinner2020-09-188-69/+70
* Remove duplicated words words (GH-22298)Serhiy Storchaka2020-09-182-3/+3
* bpo-41808: Add What's New 3.9 entry missing from master (#22294)Terry Jan Reedy2020-09-181-0/+5
* bpo-27032, bpo-37328: Document removing HTMLParser.unescape(). (GH-22288)Serhiy Storchaka2020-09-171-0/+6
* Enum: make `Flag` and `IntFlag` members iterable (GH-22221)Ethan Furman2020-09-161-0/+15
* bpo-41746: Add type information to asdl_seq objects (GH-22223)Pablo Galindo2020-09-161-1/+1
* [doc] Minor improvements to is_typeddict (GH-22280)Andre Delfino2020-09-161-1/+1
* bpo-41792: Add is_typeddict function to typing.py (GH-22254)Patrick Reader2020-09-161-0/+14
* Doc: Fix broken manpage link (GH-21937)Tim Burke2020-09-151-1/+1
* Fix all Python Cookbook links (#22205)Andre Delfino2020-09-1513-15/+15
* Improve the description of difflib in the documentation (GH-22253)Mandeep2020-09-151-2/+2
* bpo-41776: Revise example of "continue" in the tutorial documentation (GH-22234)Neeraj Samtani2020-09-151-5/+5
* 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
* [doc] Remove superfluous comment about equal in f-strings (GH-22006)Andre Delfino2020-09-101-1/+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
* bpo-41726: Update the refcounts info of PyType_FromModuleAndSpec in refcounts...Hai Shi2020-09-091-0/+5
* [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-072-6/+7
* [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
* Fix documented Python version for venv --upgrade-deps (GH-22113)johnthagen2020-09-051-1/+1
* 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] Update documentation on logging optimization. (GH-22075)Vinay Sajip2020-09-031-14/+16
* [doc] Fix a typo in the graphlib docs (#22030)Mario Šaško2020-09-031-1/+1
* bpo-39883: Use BSD0 license for code in docs (GH-17635)Todd2020-09-031-0/+34
* Fix invalid escape sequences in the peg_highlight Sphinx extension (GH-22047)Pablo Galindo2020-09-021-1/+1