| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed linenumber missing when audit hook has an error (GH-24692) | Miss Islington (bot) | 2021-03-01 | 1 | -0/+1 |
| | | | | | | | | | See https://github.com/sphinx-doc/sphinx/issues/8932 Co-authored-by: tk0miya <i.tkomiya@gmail.com> (cherry picked from commit dbfabcc0c306742e34b9b0e162c63ccebe9d2b05) Co-authored-by: Jules Lasne <jules.lasne@gmail.com> | ||||
| * | [3.9] bpo-42042: Use ids attribute instead of names attribute (GH-22739) ↵ | Dong-hee Na | 2020-11-13 | 1 | -2/+2 |
| | | | | | | | | (GH-23265) (cherry picked from commit 09490a109faaee9cc393b52742a8575c116c56ba) Co-authored-by: Dong-hee Na <donghee.na@python.org> | ||||
| * | bpo-35293: Remove RemovedInSphinx40Warning (GH-22198) | Miss Islington (bot) | 2020-09-18 | 1 | -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> | ||||
| * | Fix invalid escape sequences in the peg_highlight Sphinx extension ↵ | Miss Islington (bot) | 2020-09-02 | 1 | -1/+1 |
| | | | | | | | | | | (GH-22047) (GH-22065) (cherry picked from commit 5a4a963a6c798fa9207a9998618a9c0ec3b6b6d7) Co-authored-by: Pablo Galindo <Pablogsal@gmail.com> Co-authored-by: Pablo Galindo <Pablogsal@gmail.com> | ||||
| * | [3.9] bpo-40939: Use the new grammar for the grammar specification ↵ | Guido van Rossum | 2020-07-27 | 1 | -0/+75 |
| | | | | | | | | | | documentation (GH-19969) (#21641) (We censor the heck out of actions and some other stuff using a custom "highlighter".) (cherry picked from commit 72cabb2aa636272e608285f5a6ba83b62be9be4e) Co-authored-by: Pablo Galindo <Pablogsal@gmail.com> | ||||
| * | Doc: fix import of asdl.py when called from outside Doc/. (GH-21529) (#21567) | Miss Islington (bot) | 2020-07-20 | 1 | -1/+4 |
| | | | | | | (cherry picked from commit 7f03445d01d5ece41c2ceef7254002e08e8ab5a5) Co-authored-by: Julien Palard <julien@palard.fr> | ||||
| * | bpo-40798: Generate a different message for already removed elements (GH-20483) | Miss Islington (bot) | 2020-05-30 | 1 | -2/+11 |
| | | | | | | (cherry picked from commit 735d902b363b759df9ff00e58bbf4f7e2bde78cd) Co-authored-by: Florian Dahlitz <f2dahlitz@freenet.de> | ||||
| * | Python 3.9.0b1v3.9.0b1 | Łukasz Langa | 2020-05-18 | 1 | -1/+1 |
| | | |||||
| * | bpo-40517: Implement syntax highlighting support for ASDL (GH-19967) | Batuhan Taskaya | 2020-05-07 | 1 | -0/+51 |
| | | |||||
| * | Revert "bpo-40517: Implement syntax highlighting support for ASDL (#19928)" ↵ | Raymond Hettinger | 2020-05-06 | 1 | -51/+0 |
| | | | | | | (#19950) This reverts commit d60040ba226bd2e3b6f58d074015aa2499dc1cb8. | ||||
| * | bpo-40517: Implement syntax highlighting support for ASDL (#19928) | Batuhan Taskaya | 2020-05-06 | 1 | -0/+51 |
| | | |||||
| * | bpo-36675: Remove obsolete code. (GH-16024) | Julien Palard | 2019-09-12 | 1 | -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 Shachnev | 2019-09-10 | 1 | -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 Palard | 2019-09-09 | 1 | -4/+11 |
| | | |||||
| * | bpo-36853: Fix suspicious.py to actually print the unused rules (#13579) | Anthony Sottile | 2019-09-02 | 1 | -11/+14 |
| | | | | | | | * Fix suspicious.py to actually print the unused rules * Fix the other `self.warn` calls | ||||
| * | bpo-37363: Add audit events on startup for the run commands (GH-14524) | Steve Dower | 2019-07-01 | 1 | -8/+14 |
| | | |||||
| * | bpo-37390: Add audit event table to documentations (GH-14406) | Steve Dower | 2019-06-27 | 1 | -11/+131 |
| | | | | Also updates some (unreleased) event names to be consistent with the others. | ||||
| * | bpo-37363: Add audit events for a range of modules (GH-14301) | Steve Dower | 2019-06-24 | 1 | -5/+5 |
| | | |||||
| * | Bump to 3.9.0a0 | Łukasz Langa | 2019-06-04 | 1 | -1/+1 |
| | | |||||
| * | Python 3.8.0b1v3.8.0b1 | Łukasz Langa | 2019-06-04 | 1 | -1/+1 |
| | | |||||
| * | bpo-36842: Implement PEP 578 (GH-12613) | Steve Dower | 2019-05-23 | 1 | -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 Galindo | 2019-05-10 | 1 | -1/+1 |
| | | |||||
| * | bpo-18085: Update refcounts.dat. (GH-11247) | Serhiy Storchaka | 2018-12-20 | 1 | -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 Dower | 2018-12-20 | 2 | -3/+23 |
| | | | | | (GH-11224) | ||||
| * | bpo-35015: Doc: Fix internationalisation of the availability directive. ↵ | Julien Palard | 2018-11-07 | 1 | -3/+4 |
| | | | | | (GH-10360) | ||||
| * | bpo-35036: Remove empty log line in the suspicious.py tool (GH-10024) | Xtreak | 2018-10-21 | 1 | -1/+0 |
| | | | | | Previous to commit ee171a2 the logline was working because of self.info() (now deprecated) defaults to an empty message. | ||||
| * | Stop using deprecated logging API in Sphinx suspicious checker (GH-9875) | Pablo Galindo | 2018-10-15 | 1 | -4/+6 |
| | | |||||
| * | bpo-34967: Sphinx is deprecating add_description_unit, use add_object_type ↵ | Stéphane Wirtel | 2018-10-13 | 1 | -5/+3 |
| | | | | | (GH-9827) | ||||
| * | bpo-11233: Create availability directive for documentation (GH-9692) | Cheryl Sabella | 2018-10-12 | 1 | -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-32174: Let .chm document display non-ASCII characters properly (GH-9758) | animalize | 2018-10-08 | 1 | -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. | ||||
| * | bpo-33649: Add a high-level section about Futures; few quick fixes (GH-9403) | Yury Selivanov | 2018-09-18 | 1 | -0/+21 |
| | | | | Co-authored-by: Elvis Pranskevichus <elvis@magic.io> | ||||
| * | fix pydoc-topics to work with Sphinx 1.7 (GH-6475) | Benjamin Peterson | 2018-04-17 | 1 | -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) | cocoatomo | 2018-02-23 | 1 | -5/+7 |
| | | |||||
| * | bpo-30406: Make async and await proper keywords (#1669) | Jelle Zijlstra | 2017-10-06 | 1 | -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 Deily | 2017-07-15 | 1 | -1/+1 |
| | | |||||
| * | bpo-29783: Replace codecs.open() with io.open() (#599) | Victor Stinner | 2017-06-16 | 1 | -5/+2 |
| | | |||||
| * | bpo-28331: fix impl-detail label is removed when content is translated. (GH-195) | INADA Naoki | 2017-03-08 | 1 | -2/+12 |
| | | |||||
| * | Support "bpo-" in Misc/NEWS (#1) | Brett Cannon | 2017-02-10 | 1 | -4/+4 |
| | | |||||
| * | Issues #29349: Merge Py 2.6+ compatibility from 3.6 | Martin Panter | 2017-01-29 | 1 | -0/+2 |
| |\ | |||||
| | * | Issues #29349: Merge Py 2.6+ compatibility from 3.5 | Martin Panter | 2017-01-29 | 1 | -0/+2 |
| | |\ | |||||
| | | * | Issue #29349: Use __future__ print_function; Sphinx may use Python 2.6+ | Martin Panter | 2017-01-29 | 1 | -0/+2 |
| | | | | |||||
| * | | | Issues #29349: Add NEWS for 3.7; use “with” statement | Martin Panter | 2017-01-29 | 1 | -4/+1 |
| |/ / | |||||
| * | | Issues #29349: Merge Py 2 fix 3.5 | Martin Panter | 2017-01-29 | 1 | -2/+2 |
| |\ \ | |/ | |||||
| | * | Issue #29349: Fix Python 2 syntax in documentation build code | Martin Panter | 2017-01-29 | 1 | -2/+2 |
| | | | |||||
| * | | Change SOURCE_URI for pydoc source URLs to point to 3.6 branch | Ned Deily | 2016-09-12 | 1 | -1/+1 |
| | | | |||||
| * | | Merge spelling fixes from 3.5 | Martin Panter | 2016-06-20 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Fix spelling errors in code comments | Martin Panter | 2016-06-20 | 1 | -1/+1 |
| | | | |||||
| * | | Issue #21240: Add an abstractmethod directive to mark abstract methods in ↵ | Berker Peksag | 2015-12-08 | 1 | -0/+14 |
| |\ \ | |/ | | | | | the docs more explicitly | ||||
| | * | Issue #21240: Add an abstractmethod directive to mark abstract methods in ↵ | Berker Peksag | 2015-12-08 | 1 | -0/+14 |
| | | | | | | | | | the docs more explicitly | ||||
| * | | Change SOURCE_URI for pydoc source URLs to point back to correct branch for 3.6. | Larry Hastings | 2015-05-31 | 1 | -1/+1 |
| |/ | |||||
