summaryrefslogtreecommitdiffstats
path: root/Doc/tools/extensions/pyspecific.py
Commit message (Collapse)AuthorAgeFilesLines
* Update the SOURCE_URI in pyspecific.py to point to the new branch (GH-25977)Pablo Galindo2021-05-081-1/+1
|
* Fixed linenumber missing when audit hook has an error (GH-24692)Jules Lasne2021-03-011-0/+1
| | | | | See https://github.com/sphinx-doc/sphinx/issues/8932 Co-authored-by: tk0miya <i.tkomiya@gmail.com>
* bpo-42579: Make workaround for various versions of Sphinx more robust (GH-23662)Matěj Cepl2020-12-071-1/+6
| | | | | | The solution in gh#python/cpython#13236 is too strict because it effectively requires the use of Sphinx >= 2.0. It is not too difficult to make the same solution more robust so it works with all normal versions of Sphinx.
* bpo-35293: Remove RemovedInSphinx40Warning (GH-22198)Dong-hee Na2020-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>
* bpo-40742: Doc: fix parallel build. (GH-21237)Julien Palard2020-07-061-0/+35
|
* bpo-40798: Generate a different message for already removed elements (GH-20483)Florian Dahlitz2020-05-301-2/+11
|
* bpo-36675: Remove obsolete code. (GH-16024)Julien Palard2019-09-121-32/+0
| | | | Does no longer work since Sphinx moved the trim_doctest_flag option in the configuration.
* bpo-37504: Fix documentation build with texinfo builder (GH-14606)Dmitry Shachnev2019-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.htm#AEN348 [2]: https://github.com/sphinx-doc/sphinx/blob/v2.1.2/sphinx/writers/texinfo.py#L1129 * Doc: Add texinfo support to the Makefile
* Doc: Fix PDF build (NoUri). (GH-15739)Julien Palard2019-09-091-4/+11
|
* bpo-37363: Add audit events on startup for the run commands (GH-14524)Steve Dower2019-07-011-8/+14
|
* bpo-37390: Add audit event table to documentations (GH-14406)Steve Dower2019-06-271-11/+131
| | | Also updates some (unreleased) event names to be consistent with the others.
* Bump to 3.9.0a0Łukasz Langa2019-06-041-1/+1
|
* Python 3.8.0b1v3.8.0b1Łukasz Langa2019-06-041-1/+1
|
* 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.
* Fix sphinx deprecation warning about env.note_versionchange() (GH-13236)Pablo Galindo2019-05-101-1/+1
|
* bpo-35482: Fixes HTML escaping in CHM index and build location of NEWS file ↵Steve Dower2018-12-201-2/+4
| | | | (GH-11224)
* bpo-35015: Doc: Fix internationalisation of the availability directive. ↵Julien Palard2018-11-071-3/+4
| | | | (GH-10360)
* bpo-34967: Sphinx is deprecating add_description_unit, use add_object_type ↵Stéphane Wirtel2018-10-131-5/+3
| | | | (GH-9827)
* bpo-11233: Create availability directive for documentation (GH-9692)Cheryl Sabella2018-10-121-0/+20
| | | | | | Replace "Availability: xxx" with ".. availability:: xxx" in the doc. Original patch by Georg Brandl. Co-Authored-By: Georg Brandl <georg@python.org>
* bpo-33649: Add a high-level section about Futures; few quick fixes (GH-9403)Yury Selivanov2018-09-181-0/+21
| | | Co-authored-by: Elvis Pranskevichus <elvis@magic.io>
* fix pydoc-topics to work with Sphinx 1.7 (GH-6475)Benjamin Peterson2018-04-171-4/+8
| | | In fact, we now require a newer Sphinx version because APIs have moved around.
* bpo-32087: Doc: Make "deprecated-removed" directive translatable (GH-4473)cocoatomo2018-02-231-5/+7
|
* 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
|
* Change SOURCE_URI for pydoc source URLs to point to 3.6 branchNed Deily2016-09-121-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-291-0/+348