summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* [doc] struct: update note about network byte order form to be more helpful ↵Stargirl Flowers2020-09-111-2/+4
| | | | | (GH-22201) Update the sentence to provide some context on why network byte order is defined as big endian.
* 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
| | | | The new link responds much faster and begins with a short explanation of the status of the doc.
* 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
| | | Automerge-Triggered-By: @kushaldas
* 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 ↵Hai Shi2020-09-091-0/+5
| | | | | refcounts.dat (GH-22112) Update refcounts info of PyType_FromModuleAndSpec in refcounts.dat
* [doc] Fix padding in timeit (GH-22152)Andre Delfino2020-09-081-1/+1
| | | Compare -p and -u options help in rendered output to see the difference.
* bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909)Erlend Egeberg Aasland2020-09-072-6/+7
| | | | | | Remove code required to support SQLite pre 3.7.3. Co-written-by: Berker Peksag <berker.peksag@gmail.com> Co-written-by: Sergey Fedoseev <fedoseev.sergey@gmail.com>
* [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
| | | Automerge-Triggered-By: @gvanrossum
* Fix documented Python version for venv --upgrade-deps (GH-22113)johnthagen2020-09-051-1/+1
| | | | | | | | | | Fixes incorrect Python version added for `venv` `--upgrade-deps` in #13100. This feature was added in Python 3.9 not 3.8. Relates to: - - https://github.com/python/cpython/commit/1cba1c9abadf76f458ecf883a48515aa3b534dbd Automerge-Triggered-By: @vsajip
* bpo-38585: Remove references to defusedexpat (GH-22095)Zackery Spytz2020-09-041-11/+3
| | | defusedexpat is not maintained.
* bpo-40486: Specify what happens if directory content change diring iteration ↵Serhiy Storchaka2020-09-043-3/+17
| | | | (GH-22025)
* [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
| | | The PSF board approved this use.
* 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
| | | | setuptools 50.0.2 is now compatible with Python 3.10: https://github.com/pypa/setuptools/pull/2361
* 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. ↵Benjamin Peterson2020-09-021-1/+10
| | | | | (GH-22031) Follow up to f7c4e236429606e1c982cacf24e10fc86ef4462f.
* [doc] Add link to FileHandler in logging (GH-21940)Andre Delfino2020-09-011-15/+16
| | | Co-authored-by: Andrés Delfino <adelfino@onapsis.com>
* bpo-41685: Temporarily pin setuptools to 49.2.1 in Docs venv. (GH-22038)Ned Deily2020-09-011-1/+2
| | | See https://github.com/pypa/setuptools/pull/2361
* [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
| | | | | | | I added some information to the `Concurrency and Multithreading` section of the `Developing with asyncio` guide. This is all information that would have helped me when I started using asyncio. I incorrectly assumed that `loop.call_soon_threadsafe()` and `run_coroutine_threadsafe()` could be called from a thread in a process separate from the one that the event loop is running in. Explicitly stating that this will not work will probably help some people starting out with asyncio in the future. I also added references to some other functions that can be used for inter-process communication without blocking the event loop. The section already mentions running blocking code in a ThreadPoolExecutor, but I think listing these other options in this section will also be helpful.
* Fix error in argparse documentation example (GH-17399)SarahPythonista2020-08-281-2/+2
| | | Automerge-Triggered-By: @rhettinger
* bpo-38787: Clarify docs for PyType_GetModule and warn against common mistake ↵Petr Viktorin2020-08-271-1/+11
| | | | (GH-20215)
* 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
| | | "data to lost" -> "data to be lost"
* 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 ↵Sydney Pemberton2020-08-201-5/+13
| | | | | | | clarity (GH-21880) Use a less surprising document structure. Automerge-Triggered-By: @csabella
* Fix grammar in Doc/tutorial/controlflow.rst (GH-21885)Denis Ovsienko2020-08-191-1/+1
| | | Automerge-Triggered-By: @csabella
* bpo-40204: Fix duplicated productionlist names in the doc (GH-21900)Victor Stinner2020-08-172-2/+2
| | | | | | | | Sphinx 3 disallows having more than one productionlist markup with the same name. Simply remove names in this case, since names are not shown anyway. For example, fix the Sphinx 3 warning: Doc/reference/introduction.rst:96: duplicate token description of *:name, other instance in reference/expressions
* bpo-41521: Rename blacklist parameter to not_exported (GH-21824)Victor Stinner2020-08-171-5/+5
| | | | Rename "blacklist" parameter of test.support.check__all__() to "not_exported".
* Fix typo in typing doc (GH-21879)Irit Katriel2020-08-141-1/+1
| | | Automerge-Triggered-By: @gvanrossum
* bpo-40204: Fix reference to terms in the doc (GH-21865)Victor Stinner2020-08-1414-19/+22
| | | | | | | | Sphinx 3 requires to refer to terms with the exact case. For example, fix the Sphinx 3 warning: Doc/library/pkgutil.rst:71: WARNING: term Loader not found in case sensitive match.made a reference to loader instead.
* bpo-41410: Fix outdated info in mkstemp docs (GH-21701)Rishav Kundu2020-08-141-3/+2
| | | Automerge-Triggered-By: @ericvsmith
* 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
| | | | | | | | | | | | | | | For example, fix the following Sphinx 3 errors: Doc/c-api/buffer.rst:102: WARNING: Error in declarator or parameters Invalid C declaration: Expected identifier in nested name. [error at 5] void \*obj -----^ Doc/c-api/arg.rst:130: WARNING: Unparseable C cross-reference: 'PyObject*' Invalid C declaration: Expected end of definition. [error at 8] PyObject* --------^ The modified documentation is compatible with Sphinx 2 and Sphinx 3.
* 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
| | | | | | | | | | Add :noindex: to duplicated documentation to fix "duplicate object description" errors. For example, fix this Sphinx 3 issue: Doc/library/configparser.rst:1146: WARNING: duplicate object description of configparser.ConfigParser.optionxform, other instance in library/configparser, use :noindex: for one of them
* bpo-41521: Replace denylist with blocklist is http.cookiejar doc (GH-21826)Victor Stinner2020-08-131-4/+4
| | | | | | | The http.cookiejar module has is_blocked() and blocked_domains() methods, so "blocklist" term sounds better than "denylist" in this module. Replace also denylisted with denied in test___all__.