summaryrefslogtreecommitdiff
path: root/sphinx/directives/code.py
Commit message (Expand)AuthorAgeFilesLines
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Fix #6742: end-before option of literalinclude skips first lineTakeshi KOMIYA2019-10-281-1/+1
* Migrate to py3 style type annotation: sphinx.directives.codeTakeshi KOMIYA2019-06-081-43/+25
* Add :force: option to code directivesTakeshi KOMIYA2019-06-011-3/+9
* Add a helper method ``SphinxDirective.set_source_info()``Takeshi KOMIYA2019-03-031-3/+2
* directive-code: do not force linenos value on runJames Knight2019-02-161-5/+5
* Close #1851: Allow to omit an argument for code-block directiveTakeshi KOMIYA2019-02-041-5/+17
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Replace EnvironmentError and IOError by OSErrorTakeshi KOMIYA2018-12-191-2/+2
* | Fix annotations of code directivesTakeshi KOMIYA2018-12-181-11/+11
* | Merge pull request #5819 from jdufresne/coding-commentTakeshi KOMIYA2018-12-171-1/+0
|\ \
| * | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | | Pass exceptions directly to docutils reporterJon Dufresne2018-12-161-4/+3
|/ /
* | refactor: Remove u-prefix from stringsTakeshi KOMIYA2018-12-161-1/+1
* | Use Python 3 super() argument-less syntaxJon Dufresne2018-12-151-1/+1
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-16/+15
* | Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA2018-12-151-2/+1
* | Simplify open() call by removing default modeJon Dufresne2018-12-111-1/+1
* | Use StringList for params to docutils because of expectedTakeshi KOMIYA2018-12-031-2/+2
* | Fix annotations for Directives (Replace N_co with nodes.Node)Takeshi KOMIYA2018-12-011-5/+5
* | Fix annotations for directivesTakeshi KOMIYA2018-11-291-14/+17
* | refactor: Use super() to call methods of superclassTakeshi KOMIYA2018-11-281-1/+1
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | Merge branch '1.8'Takeshi KOMIYA2018-11-011-1/+1
|\ \ | |/
| * Fix #5471: Show appropriate warning for deprecated APIsTakeshi KOMIYA2018-10-171-1/+1
* | Merge branch 'master' into HEADTakeshi KOMIYA2018-09-221-2/+2
|\ \
| * | Prefer builtin open() over io.open() and codecs.open()Jon Dufresne2018-09-111-2/+2
| |/
* | Remove unnecessary object from class definitionsJon Dufresne2018-09-111-1/+1
|/
* Merge branch '1.7'Takeshi KOMIYA2018-06-091-1/+1
|\
| * Fix mypy violationTakeshi KOMIYA2018-06-091-1/+1
* | Fix #4927: Display a warning when invalid values are passed to linenothreshol...Takeshi KOMIYA2018-05-221-8/+2
* | Deprecate highlightlang directiveTakeshi KOMIYA2018-04-151-1/+14
* | Add SphinxDirective as a helperTakeshi KOMIYA2018-03-311-11/+10
* | Merge branch '1.7'Takeshi KOMIYA2018-03-181-2/+2
|\ \ | |/
| * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-2/+2
* | Merge branch 'master' into dont_stringify_exceptionsTakeshi KOMIYA2018-03-041-3/+3
|\ \
| * | Make console and warning messages translatableTakeshi KOMIYA2018-03-031-3/+3
* | | Use six.text_type to stringify exceptionsTakeshi KOMIYA2018-03-031-2/+3
|/ /
* | Merge branch '1.7'Takeshi KOMIYA2018-02-181-2/+2
|\ \ | |/
| * Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+2
* | Update type annotationsTakeshi KOMIYA2018-02-041-0/+1
|/
* Use flake8-import-orderTakeshi KOMIYA2018-01-281-1/+1
* Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* | remove unnecessary else clauses in for loopSrinivas Reddy Thatiparthy2017-08-191-8/+7
* | pycode: Replace pgen2 by own parserTakeshi KOMIYA2017-07-261-1/+1
|/
* Fix #3833: command line messages are translated unintentionallyTakeshi KOMIYA2017-06-251-11/+11
* Fix #3770: Fix KeyError from code-block directiveTakeshi KOMIYA2017-05-211-2/+2
* Fix #3755: incorrectly warns about dedent with literalincludeTakeshi KOMIYA2017-05-191-6/+9