summaryrefslogtreecommitdiffstats
path: root/Doc/tools/extensions
Commit message (Collapse)AuthorAgeFilesLines
* bpo-40798: Generate a different message for already removed elements (GH-20483)Miss Islington (bot)2020-05-301-2/+11
| | | | | (cherry picked from commit 735d902b363b759df9ff00e58bbf4f7e2bde78cd) Co-authored-by: Florian Dahlitz <f2dahlitz@freenet.de>
* bpo-36853: Fix suspicious.py to actually print the unused rules (#13579) ↵Anthony Sottile2019-09-021-11/+14
| | | | | | | | | (#15653) * Fix suspicious.py to actually print the unused rules * Fix the other `self.warn` calls (cherry picked from commit e1786b54162e2bfb01ca5aafa19d596c4af5a803)
* Stop using deprecated logging API in Sphinx suspicious checker (GH-9875)Miss Islington (bot)2019-06-091-4/+6
| | | | | (cherry picked from commit ee171a26c1169abfae534b08acc0d95c6e45a22a) Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
* bpo-35482: Fixes HTML escaping in CHM index and build location of NEWS file ↵Miss Islington (bot)2018-12-202-3/+23
| | | | | | | (GH-11224) (cherry picked from commit afe17a7bee1bcb39dc56f2949431204918568ac1) Co-authored-by: Steve Dower <steve.dower@microsoft.com>
* bpo-18085: Update refcounts.dat. (GH-11247)Miss Islington (bot)2018-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. (cherry picked from commit 83dd4e87a62311cfea5fdd37e8a945b6b07bccee) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
* bpo-35015: Doc: Fix internationalisation of the availability directive. ↵Miss Islington (bot)2018-11-071-3/+4
| | | | | | | (GH-10360) (cherry picked from commit beed84ca5e0f2784d758478d4e7c81c9c1088c4e) Co-authored-by: Julien Palard <julien@palard.fr>
* bpo-34967: Sphinx is deprecating add_description_unit, use add_object_type ↵Miss Islington (bot)2018-10-161-5/+3
| | | | | | | (GH-9827) (cherry picked from commit e385d0661ecf8bc9ba95c4395d9a11262c2cbfec) Co-authored-by: Stéphane Wirtel <stephane@wirtel.be>
* [3.7] bpo-11233: Create availability directive for documentation (GH-9692) ↵Cheryl Sabella2018-10-151-0/+20
| | | | | | | | | | | (GH-9830) Replace "Availability: xxx" with ".. availability:: xxx" in the doc. Original patch by Georg Brandl. Co-Authored-By: Georg Brandl <georg@python.org> (cherry picked from commit 2d6097d027e0dd3debbabc702aa9c98d94ba32a3) Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
* bpo-32174: Let .chm document display non-ASCII characters properly (GH-9758)Miss Islington (bot)2018-10-081-0/+39
| | | | | | | | Let .chm document display non-ASCII characters properly Escape the `body` part of .chm source file to 7-bit ASCII, to fix visual effect on some MBCS Windows systems. (cherry picked from commit 6261ae9b01fb8429b779169f8de37ff567c144e8) Co-authored-by: animalize <animalize@users.noreply.github.com>
* bpo-33649: Add a high-level section about Futures; few quick fixes (GH-9403)Miss Islington (bot)2018-09-181-0/+21
| | | | | | Co-authored-by: Elvis Pranskevichus <elvis@magic.io> (cherry picked from commit 471503954a91d86cf04228c38134108c67a263b0) Co-authored-by: Yury Selivanov <yury@magic.io>
* fix pydoc-topics to work with Sphinx 1.7 (GH-6475)Miss Islington (bot)2018-04-171-4/+8
| | | | | | In fact, we now require a newer Sphinx version because APIs have moved around. (cherry picked from commit acfb087f9f5590e5174a30eced3c2fe911f49d70) Co-authored-by: Benjamin Peterson <benjamin@python.org>
* bpo-32087: Doc: Make "deprecated-removed" directive translatable (GH-4473)Miss Islington (bot)2018-02-231-5/+7
| | | | | (cherry picked from commit 0febc053736112d7bb9081742b3ac0ece7b973e7) Co-authored-by: cocoatomo <cocoatomo77@gmail.com>
* Update Doc build for split off of 3.7 branchNed Deily2018-01-311-1/+1
|
* bpo-30406: Make async and await proper keywords (#1669)Jelle Zijlstra2017-10-061-3/+3
| | | Per PEP 492, 'async' and 'await' should become proper keywords in 3.7.
* bpo-30939: Avoid Sphinx deprecation warning in docs build. (#2721)Ned Deily2017-07-151-1/+1
|
* bpo-29783: Replace codecs.open() with io.open() (#599)Victor Stinner2017-06-161-5/+2
|
* bpo-28331: fix impl-detail label is removed when content is translated. (GH-195)INADA Naoki2017-03-081-2/+12
|
* Support "bpo-" in Misc/NEWS (#1)Brett Cannon2017-02-101-4/+4
|
* Issues #29349: Merge Py 2.6+ compatibility from 3.6Martin Panter2017-01-291-0/+2
|\
| * Issues #29349: Merge Py 2.6+ compatibility from 3.5Martin Panter2017-01-291-0/+2
| |\
| | * Issue #29349: Use __future__ print_function; Sphinx may use Python 2.6+Martin Panter2017-01-291-0/+2
| | |
* | | Issues #29349: Add NEWS for 3.7; use “with” statementMartin Panter2017-01-291-4/+1
|/ /
* | Issues #29349: Merge Py 2 fix 3.5Martin Panter2017-01-291-2/+2
|\ \ | |/
| * Issue #29349: Fix Python 2 syntax in documentation build codeMartin Panter2017-01-291-2/+2
| |
* | Change SOURCE_URI for pydoc source URLs to point to 3.6 branchNed Deily2016-09-121-1/+1
| |
* | Merge spelling fixes from 3.5Martin Panter2016-06-201-1/+1
|\ \ | |/
| * Fix spelling errors in code commentsMartin Panter2016-06-201-1/+1
| |
* | Issue #21240: Add an abstractmethod directive to mark abstract methods in ↵Berker Peksag2015-12-081-0/+14
|\ \ | |/ | | | | the docs more explicitly
| * Issue #21240: Add an abstractmethod directive to mark abstract methods in ↵Berker Peksag2015-12-081-0/+14
| | | | | | | | the docs more explicitly
* | Change SOURCE_URI for pydoc source URLs to point back to correct branch for 3.6.Larry Hastings2015-05-311-1/+1
|/
* Update SOURCE_URI to reflect that we're branching 3.5 now.Larry Hastings2015-05-241-1/+1
|
* Merge 3.4 (asyncio doc)Victor Stinner2015-02-171-5/+0
|\
| * asyncio doc: fix the sphinx extension for coroutine commandsVictor Stinner2015-02-171-5/+0
| |
* | Merge 3.4 (asyncio doc)Victor Stinner2015-02-121-0/+26
|\ \ | |/
| * asyncio doc: annotate coroutine on coroutine functions and methodsVictor Stinner2015-02-121-0/+26
| |
* | Issue #22695: Fix rendering of the deprecated-removed role in HTML.Berker Peksag2014-11-081-6/+4
|\ \ | |/
| * Issue #22695: Fix rendering of the deprecated-removed role in HTML.Berker Peksag2014-11-081-6/+4
| |
* | merge with 3.4Georg Brandl2014-10-301-28/+33
|\ \ | |/
| * Sphinx extension: move imports to the module topGeorg Brandl2014-10-301-28/+33
| |
* | merge with 3.4Georg Brandl2014-10-291-1/+1
|/
* Move Sphinx extensions to their own subdir.Georg Brandl2014-10-294-0/+812