summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* [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
* bpo-41685: Don't pin setuptools version anymore in Doc/Makefile (GH-22062)Victor Stinner2020-09-021-2/+1
* bpo-40204: Update Sphinx to version 3.2.1 in Doc/Makefile (GH-22043)Victor Stinner2020-09-021-1/+1
* Remove reference to Boa Constructor. (GH-22012)Andre Delfino2020-09-021-6/+0
* [doc] Remove references to PyChecker. (GH-22011)Andre Delfino2020-09-022-14/+5
* Note the buffer slots can be set with PyType_Spec with the unlimited API. (GH...Benjamin Peterson2020-09-021-1/+10
* [doc] Add link to FileHandler in logging (GH-21940)Andre Delfino2020-09-011-15/+16
* bpo-41685: Temporarily pin setuptools to 49.2.1 in Docs venv. (GH-22038)Ned Deily2020-09-011-1/+2
* [doc] Document VIRTUAL_ENV environment variable (GH-21970)Andre Delfino2020-09-011-0/+4
* [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-38787: Clarify docs for PyType_GetModule and warn against common mistake ...Petr Viktorin2020-08-271-1/+11
* 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
* bpo-41573: Update release versions in General FAQ (GH-21915)wyz23x22020-08-211-4/+4
* 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
* Fix grammar in Doc/tutorial/controlflow.rst (GH-21885)Denis Ovsienko2020-08-191-1/+1
* bpo-40204: Fix duplicated productionlist names in the doc (GH-21900)Victor Stinner2020-08-172-2/+2
* 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-1414-19/+22
* 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-40204, doc: Fix syntax of C variables (GH-21846)Victor Stinner2020-08-1319-105/+105
* 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
* bpo-40204: Fix duplicates in the documentation (GH-21857)Victor Stinner2020-08-132-26/+13
* bpo-40204: Fix Sphinx sytanx in howto/instrumentation.rst (GH-21858)Victor Stinner2020-08-131-13/+11
* bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844)Victor Stinner2020-08-121-0/+10
* Fix typo (GH-21820)Christopher Yeh2020-08-111-1/+1
* bpo-41475: Fix note in "What's new in 3.7" (#21733)Ram Rachum2020-08-111-1/+1
* Add PEP 573 additions to What's New (GH-21374)Petr Viktorin2020-08-111-0/+7
* 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-102-1/+28
* bpo-41324 Add a minimal decimal capsule API (#21519)Stefan Krah2020-08-102-0/+232
* bpo-35018: Sax parser should provide user access to lexical handlers (GH-20958)Zackery Spytz2020-08-092-7/+62
* Doc: Add output to example code in programming FAQ (GH-21346)Jiajie Zhong2020-08-081-34/+37