Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [doc] struct: update note about network byte order form to be more helpful ↵ | Stargirl Flowers | 2020-09-11 | 1 | -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 Peterson | 2020-09-10 | 1 | -27/+28 |
| | |||||
* | bpo-37149: Change Shipman tkinter link from archive.org to TkDocs (GH-22188) | Mark Roseman | 2020-09-10 | 1 | -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 Harel | 2020-09-10 | 1 | -2/+1 |
| | |||||
* | [doc] Remove superfluous comment about equal in f-strings (GH-22006) | Andre Delfino | 2020-09-10 | 1 | -1/+1 |
| | | | Automerge-Triggered-By: @kushaldas | ||||
* | Add missing colon to IDLE doc markup (GH-22007) | Andre Delfino | 2020-09-09 | 1 | -1/+1 |
| | |||||
* | Add minor clarification in logging documentation. (GH-22167) | Vinay Sajip | 2020-09-09 | 1 | -3/+3 |
| | |||||
* | bpo-41726: Update the refcounts info of PyType_FromModuleAndSpec in ↵ | Hai Shi | 2020-09-09 | 1 | -0/+5 |
| | | | | | refcounts.dat (GH-22112) Update refcounts info of PyType_FromModuleAndSpec in refcounts.dat | ||||
* | [doc] Fix padding in timeit (GH-22152) | Andre Delfino | 2020-09-08 | 1 | -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 Aasland | 2020-09-07 | 2 | -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 Delfino | 2020-09-07 | 1 | -1/+1 |
| | |||||
* | closes bpo-41723: Fix an error in the py_compile documentation. (GH-22110) | Zackery Spytz | 2020-09-06 | 1 | -1/+1 |
| | |||||
* | [doc] Fix padding in some typing definitions (GH-22114) | Andre Delfino | 2020-09-05 | 1 | -12/+12 |
| | | | Automerge-Triggered-By: @gvanrossum | ||||
* | Fix documented Python version for venv --upgrade-deps (GH-22113) | johnthagen | 2020-09-05 | 1 | -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 Spytz | 2020-09-04 | 1 | -11/+3 |
| | | | defusedexpat is not maintained. | ||||
* | bpo-40486: Specify what happens if directory content change diring iteration ↵ | Serhiy Storchaka | 2020-09-04 | 3 | -3/+17 |
| | | | | (GH-22025) | ||||
* | [doc] Update documentation on logging optimization. (GH-22075) | Vinay Sajip | 2020-09-03 | 1 | -14/+16 |
| | |||||
* | [doc] Fix a typo in the graphlib docs (#22030) | Mario Šaško | 2020-09-03 | 1 | -1/+1 |
| | |||||
* | bpo-39883: Use BSD0 license for code in docs (GH-17635) | Todd | 2020-09-03 | 1 | -0/+34 |
| | | | The PSF board approved this use. | ||||
* | Fix invalid escape sequences in the peg_highlight Sphinx extension (GH-22047) | Pablo Galindo | 2020-09-02 | 1 | -1/+1 |
| | |||||
* | bpo-41685: Don't pin setuptools version anymore in Doc/Makefile (GH-22062) | Victor Stinner | 2020-09-02 | 1 | -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 Stinner | 2020-09-02 | 1 | -1/+1 |
| | |||||
* | Remove reference to Boa Constructor. (GH-22012) | Andre Delfino | 2020-09-02 | 1 | -6/+0 |
| | |||||
* | [doc] Remove references to PyChecker. (GH-22011) | Andre Delfino | 2020-09-02 | 2 | -14/+5 |
| | |||||
* | Note the buffer slots can be set with PyType_Spec with the unlimited API. ↵ | Benjamin Peterson | 2020-09-02 | 1 | -1/+10 |
| | | | | | (GH-22031) Follow up to f7c4e236429606e1c982cacf24e10fc86ef4462f. | ||||
* | [doc] Add link to FileHandler in logging (GH-21940) | Andre Delfino | 2020-09-01 | 1 | -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 Deily | 2020-09-01 | 1 | -1/+2 |
| | | | See https://github.com/pypa/setuptools/pull/2361 | ||||
* | [doc] Document VIRTUAL_ENV environment variable (GH-21970) | Andre Delfino | 2020-09-01 | 1 | -0/+4 |
| | |||||
* | [doc] Fix markup in logging (GH-22008) | Andre Delfino | 2020-08-30 | 1 | -1/+1 |
| | |||||
* | Improve asyncio-dev 'Concurrency and Multithreading' docs (GH-20882) | Roger Iyengar | 2020-08-29 | 1 | -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) | SarahPythonista | 2020-08-28 | 1 | -2/+2 |
| | | | Automerge-Triggered-By: @rhettinger | ||||
* | bpo-38787: Clarify docs for PyType_GetModule and warn against common mistake ↵ | Petr Viktorin | 2020-08-27 | 1 | -1/+11 |
| | | | | (GH-20215) | ||||
* | bpo-41634: Fix a typo in the curses documentation (GH-21958) | Zackery Spytz | 2020-08-27 | 1 | -1/+1 |
| | |||||
* | Add missing word (GH-21936) | Mason | 2020-08-27 | 1 | -1/+1 |
| | | | "data to lost" -> "data to be lost" | ||||
* | bpo-41624: fix documentation of typing.Coroutine (GH-21952) | MingZhe Hu | 2020-08-27 | 1 | -1/+1 |
| | |||||
* | Document vars behavior when __dict__ is missing (#21466) | Andre Delfino | 2020-08-21 | 1 | -0/+3 |
| | |||||
* | bpo-41573: Update release versions in General FAQ (GH-21915) | wyz23x2 | 2020-08-21 | 1 | -4/+4 |
| | |||||
* | Doc: add a missing period (GH-21819) | Mathieu Dupuy | 2020-08-20 | 1 | -1/+1 |
| | |||||
* | bpo-40994: Ungroup items in collections.abc documentation for improved ↵ | Sydney Pemberton | 2020-08-20 | 1 | -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 Ovsienko | 2020-08-19 | 1 | -1/+1 |
| | | | Automerge-Triggered-By: @csabella | ||||
* | bpo-40204: Fix duplicated productionlist names in the doc (GH-21900) | Victor Stinner | 2020-08-17 | 2 | -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 Stinner | 2020-08-17 | 1 | -5/+5 |
| | | | | Rename "blacklist" parameter of test.support.check__all__() to "not_exported". | ||||
* | Fix typo in typing doc (GH-21879) | Irit Katriel | 2020-08-14 | 1 | -1/+1 |
| | | | Automerge-Triggered-By: @gvanrossum | ||||
* | bpo-40204: Fix reference to terms in the doc (GH-21865) | Victor Stinner | 2020-08-14 | 14 | -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 Kundu | 2020-08-14 | 1 | -3/+2 |
| | | | Automerge-Triggered-By: @ericvsmith | ||||
* | Fixed comment about pathlib.link_to: it was added in 3.8, not changed. (#21851) | Facundo Batista | 2020-08-13 | 1 | -1/+1 |
| | |||||
* | bpo-40204, doc: Fix syntax of C variables (GH-21846) | Victor Stinner | 2020-08-13 | 19 | -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-13 | 1 | -0/+3 |
| | |||||
* | bpo-40204: Add :noindex: in the documentation (GH-21859) | Victor Stinner | 2020-08-13 | 9 | -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 Stinner | 2020-08-13 | 1 | -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__. |