summaryrefslogtreecommitdiffstats
path: root/Doc/tools
Commit message (Collapse)AuthorAgeFilesLines
* bpo-42042: Use ids attribute instead of names attribute (GH-22739)Miss Islington (bot)2020-11-131-2/+2
| | | | | (cherry picked from commit 09490a109faaee9cc393b52742a8575c116c56ba) Co-authored-by: Dong-hee Na <donghee.na@python.org>
* [3.8] Remove 3.5 from Doc version switcher in master. (GH-22886) (#22889)larryhastings2020-10-222-2/+0
| | | (cherry picked from commit 283f9a253b4ff4df728558205629b3bb3af6e47f)
* Doc: Do not suggest `s[::-1]` for reversed order (GH-22457)Miss Skeleton (bot)2020-10-211-1/+0
| | | | | (cherry picked from commit fb2e94692e3a8eb66915575f4a122d56fe8999a0) Co-authored-by: Andre Delfino <adelfino@gmail.com>
* bpo-35293: Remove RemovedInSphinx40Warning (GH-22198)Miss Islington (bot)2020-09-181-15/+21
| | | | | | | | | | | | | | * bpo-35293: Remove RemovedInSphinx40Warning * Update Misc/NEWS.d/next/Documentation/2020-09-12-17-37-13.bpo-35293._cOwPD.rst Co-authored-by: Victor Stinner <vstinner@python.org> * bpo-35293: Apply Victor's review Co-authored-by: Victor Stinner <vstinner@python.org> (cherry picked from commit 6595cb0af4c51c0381c233b97884fe916a4ddd35) Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
* bpo-40798: Generate a different message for already removed elements (GH-20483)Miss Islington (bot)2020-05-302-2/+12
| | | | | (cherry picked from commit 735d902b363b759df9ff00e58bbf4f7e2bde78cd) Co-authored-by: Florian Dahlitz <f2dahlitz@freenet.de>
* Doc: Python 3.10 in sidebar and version switcher. (GH-20209)Miss Islington (bot)2020-05-192-2/+4
| | | | | (cherry picked from commit 19e3e0026417caa92ffe21a67157363b45da9aa2) Co-authored-by: Julien Palard <julien@palard.fr>
* Fix download.html (GH-18902)Miss Islington (bot)2020-03-111-1/+1
| | | | | | | | `<tt>` is not allowed. Co-authored-by: Kyle Stanley <aeros167@gmail.com> (cherry picked from commit 39c34933fc958fd773ebf14ccd2e0224450b17ed) Co-authored-by: Inada Naoki <songofacandy@gmail.com>
* Doc: Change Python 2 status to EOL. (GH-17885)Miss Islington (bot)2020-01-071-1/+1
| | | | | (cherry picked from commit f4800b8ed3dbe15a0078869a836d968ab3362b8c) Co-authored-by: Inada Naoki <songofacandy@gmail.com>
* Remove use of deprecated `array.fromstring` method (GH-17332)Miss Islington (bot)2019-11-261-1/+1
| | | | | (cherry picked from commit 386d00cc341b549800776b906bfc6b20ea40c7db) Co-authored-by: David Coles <coles.david@gmail.com>
* [3.8] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17125)Serhiy Storchaka2019-11-121-2/+2
| | | | | | | | | | * "Return true/false" is replaced with "Return ``True``/``False``" if the function actually returns a bool. * Fixed formatting of some True and False literals (now in monospace). * Replaced "True/False" with "true/false" if it can be not only bool. * Replaced some 1/0 with True/False if it corresponds the code. * "Returns <bool>" is replaced with "Return <bool>". (cherry picked from commit 138ccbb02216ca086047c3139857fb44f3dab1f9)
* bpo-38592 Add pt-br switcher to Python Docs website (GH-16924) (GH-16953)Miss Skeleton (bot)2019-10-271-0/+1
| | | | (cherry picked from commit 85c6f8c65cd4f7219522c1f304bdfff19f785e7a) Co-authored-by: Marco Rougeth <marco@rougeth.com>
* bpo-38557: Improve documentation for list and tuple C API. (GH-16925)Miss Skeleton (bot)2019-10-261-0/+1
| | | | | (cherry picked from commit d898d20e8c228229eb68e545f544db13f246f216) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
* Update doc switcher list for 3.8.0 (GH-16809)Miss Islington (bot)2019-10-151-1/+1
| | | | | (cherry picked from commit 3f36043db22361500f52634f2b8de49dde0e7da9) Co-authored-by: Ned Deily <nad@python.org>
* Doc: 3.8 is now stable. (GH-16790)Miss Islington (bot)2019-10-141-1/+1
| | | | | (cherry picked from commit 4504b4500d2a1a80c26b27b0bfff8b624d5ce06c) Co-authored-by: Julien Palard <julien@palard.fr>
* bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. ↵Miss Islington (bot)2019-10-071-0/+1
| | | | | | | | | | | (GH-16442) Prior to 3.7, re.escape escaped many characters that don't have special meaning in Python, but that use to require escaping in other tools and languages. This commit aims to make it clear which characters were, but are no longer escaped. (cherry picked from commit 15ae75d660befe643ed42eb2707a557cea97256c) Co-authored-by: Ricardo Bánffy <rbanffy@gmail.com>
* bpo-36675: Remove obsolete code. (GH-16024)Miss Islington (bot)2019-09-121-32/+0
| | | | | | | Does no longer work since Sphinx moved the trim_doctest_flag option in the configuration. (cherry picked from commit 2c910c1e732c9a3ec4c67a7c43d789d6c729304a) Co-authored-by: Julien Palard <julien@palard.fr>
* bpo-33187: Document ElementInclude (XInclude) support in ElementTree ↵Miss Islington (bot)2019-09-111-0/+3
| | | | | | | (GH-8861) (GH-15958) (cherry picked from commit 97b817eae34b77be1ced382e15098a112f547848) Co-authored-by: Anjali Bansal <anjali.mca17.du@gmail.com>
* [3.8] bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. ↵Jason R. Coombs2019-09-101-1/+1
| | | | | | | | (GH-15840) (#15861) https://gitlab.com/python-devs/importlib_metadata/-/tags/0.21. (cherry picked from commit 17499d82702432955d8e442a1871ff276ca64bc5) Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
* bpo-37504: Fix documentation build with texinfo builder (GH-14606)Miss Islington (bot)2019-09-101-0/+1
| | | | | | | | | | | | In the table model used by docutils, the `cols` attribute of `tgroup` nodes is mandatory, see [1]. It is used in texinfo builder in [2]. [1]: https://www.oasis-open.org/specs/tm9901.htmGH-AEN348 [2]: https://github.com/sphinx-doc/sphinx/blob/v2.1.2/sphinx/writers/texinfo.pyGH-L1129 * Doc: Add texinfo support to the Makefile (cherry picked from commit c3d679fd398f42a2e489fbe3dab17fac1fb2439c) Co-authored-by: Dmitry Shachnev <mitya57@users.noreply.github.com>
* [3.8] Doc: Fix PDF build (NoUri). (GH-15739) (GH-15754)Miss Islington (bot)2019-09-091-4/+11
| | | | | | | | (cherry picked from commit 63c98ed2d21d22b46f3517fd7dfd88f0c1521299) Co-authored-by: Julien Palard <julien@palard.fr> Automerge-Triggered-By: @JulienPalard
* bpo-36853: Fix suspicious.py to actually print the unused rules (GH-13579) ↵Miss Islington (bot)2019-09-021-11/+14
| | | | | | | | | | (GH-15649) * Fix suspicious.py to actually print the unused rules * Fix the other `self.warn` calls (cherry picked from commit e1786b54162e2bfb01ca5aafa19d596c4af5a803) Co-authored-by: Anthony Sottile <asottile@umich.edu>
* Bpo-37644: update suspicious.csv for distutils/examples (GH-14885)Miss Islington (bot)2019-07-211-1/+1
| | | | | (cherry picked from commit 22f0483d44b13140f6ea9927f0cf088c493e875a) Co-authored-by: Ned Deily <nad@python.org>
* Replace backquote with command substitution in subprocess doc example (GH-13941)Miss Islington (bot)2019-07-161-2/+0
| | | | | | Replace backquotes with POSIXy command substitution in example. (cherry picked from commit 6a61714cde7037cd9a1bcc11ecccb17fe3081295) Co-authored-by: David Jones <drj@pobox.com>
* bpo-37363: Add audit events on startup for the run commands (GH-14524)Miss Islington (bot)2019-07-011-8/+14
| | | | | (cherry picked from commit e226e83d36dfc7220d836fb7a249ce18e70cb4a6) Co-authored-by: Steve Dower <steve.dower@python.org>
* bpo-37390: Add audit event table to documentations (GH-14406)Miss Islington (bot)2019-06-271-11/+131
| | | | | | Also updates some (unreleased) event names to be consistent with the others. (cherry picked from commit 44f91c388a6f4da9ed3300df32ca290b8aa104ea) Co-authored-by: Steve Dower <steve.dower@python.org>
* bpo-37363: Add audit events for a range of modules (GH-14301)Miss Islington (bot)2019-06-241-5/+5
| | | | | (cherry picked from commit 60419a7e96577cf783b3b45bf3984f9fb0d7ddff) Co-authored-by: Steve Dower <steve.dower@python.org>
* [3.8] bpo-32924: Fix the Show Source url in 3.8 documentation. (GH-14282)Mariatta2019-06-211-1/+1
| | | | | | | | The "Show Source" link in Python 3.8 docs is pointing to the master branch. It should point to the 3.8 branch. https://bugs.python.org/issue32924
* Doc: Remove an ugly space before a dot. (GH-14123)Miss Islington (bot)2019-06-161-1/+1
| | | | | (cherry picked from commit 552951563cd5968d25e95306362e41f07d661a88) Co-authored-by: Julien Palard <julien@palard.fr>
* Doc: Deprecation header: More precise wording. (GH-14109)Miss Islington (bot)2019-06-151-1/+1
| | | | | (cherry picked from commit cfa0394b9760941bbdd089913a6420d2af54314a) Co-authored-by: Julien Palard <julien@palard.fr>
* Doc: Python 3.9 in sidebar and version switcher. (GH-13824)Miss Islington (bot)2019-06-042-2/+4
| | | | | (cherry picked from commit 59e7bbcaa4d0d556591f774c5ea4869c41fa95b0) Co-authored-by: Julien Palard <julien@palard.fr>
* Python 3.8.0b1v3.8.0b1Łukasz Langa2019-06-041-1/+1
|
* Doc: Add an optional obsolete header. (GH-13638)Julien Palard2019-05-291-0/+10
|
* bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) ↵Matthias Bussonnier2019-05-281-1/+0
| | | | | | | | | | (GH-13577) It has been documented as deprecated and to be removed in 3.8; From a comment on another thread – which I can't find ; leave get_coro_wrapper() for now, but always return `None`. https://bugs.python.org/issue36933
* bpo-35397: Remove deprecation and document urllib.parse.unwrap (GH-11481)Rémi Lapeyre2019-05-271-0/+2
|
* Fix highlighting in importlib.metadata docs (GH-13575)Anthony Sottile2019-05-261-1/+0
|
* bpo-34632: Add importlib.metadata (GH-12547)Jason R. Coombs2019-05-241-0/+3
| | | Add importlib.metadata module as forward port of the standalone importlib_metadata.
* bpo-36842: Implement PEP 578 (GH-12613)Steve Dower2019-05-231-0/+40
| | | Adds sys.audit, sys.addaudithook, io.open_code, and associated C APIs.
* bpo-36797: Prune more legacy distutils documentation (GH-13092)Nick Coghlan2019-05-141-1/+1
| | | | | | Removes more legacy distutils documentation, and more clearly marks what is left as potentially outdated, with references to setuptools as a replacement.
* Fix sphinx deprecation warning about env.note_versionchange() (GH-13236)Pablo Galindo2019-05-101-1/+1
|
* Clarify the download unit in the download section (GH-13122)Stéphane Wirtel2019-05-061-2/+1
|
* bpo-33043: Add a Contributing to Docs link and Update the Found a Bug Page ↵Susan Su2019-03-291-0/+1
| | | | | | | | | | | | | | | | (#12006) * changes to html file -> added contributing to docs link at the end of the page * revisions to the dealing with bugs page. added more links in the documentation bugs section * 📜🤖 Added by blurb_it. * Update Doc/bugs.rst Updated Doc/bugs.rst in accordance with willingc and JulienPalard suggestions. Co-Authored-By: suhearsawho <susansu.software@gmail.com>
* bpo-36425: Add Simplified Chinese to the language switcher (GH-12537)zhsj2019-03-281-0/+1
|
* bpo-30670: Add pp function to the pprint module (GH-11769)Rémi Lapeyre2019-03-221-9/+9
|
* Document actual string.punctuation value. (GH-12270)Andre Delfino2019-03-141-0/+1
|
* Doc sidebar: 3.6 has moved to security-fix mode. (GH-11810)Julien Palard2019-02-101-1/+1
|
* bpo-18085: Update refcounts.dat. (GH-11247)Serhiy Storchaka2018-12-201-1/+1
| | | | | Fixed some errors in refcounts.dat, remove functions removed in Python 3, and add more entries for documented functions. This will add several automatically generated notes about return values.
* bpo-35482: Fixes HTML escaping in CHM index and build location of NEWS file ↵Steve Dower2018-12-202-3/+23
| | | | (GH-11224)
* bpo-31146: Don't fallback switcher to english on not-yet pusblished ↵Julien Palard2018-11-201-0/+6
| | | | languages. (GH-10558)
* bpo-32613: Update window FAQ (GH-5552)Julien Palard2018-11-141-1/+1
|
* Doc: Make all versions sidebars the same for consistency. (GH-10288)Julien Palard2018-11-071-2/+3
|