index
:
delta/python-packages/sphinx-git.git
1.8.x
3.2.x
3.3.x
3.4.x
3.5.x
3.x
4.0.x
4.1.x
4.2.x
4.3.x
4.4.x
4.x
4606_incorrect_location_of_docstring
7.0.x
7613_class__signature__
7727_autosummary_PycodeError
7996_man_make_section_directory
8321_linkcheck_tel_links
8342_warning_for_unknown_domain
8349_sphinx-contrib
9864_mathjax_loading_method
bot/pull-translations
cleanup_napoleon
dependabot/github_actions/peter-evans/create-pull-request-5
dependabot/npm_and_yarn/follow-redirects-1.14.7
dependabot/npm_and_yarn/http-proxy-1.18.1
master
mypy-0.790
support_py310
github.com: sphinx-doc/sphinx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sphinx
/
directives
/
code.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
A happy new year!
Takeshi KOMIYA
2020-01-01
1
-1
/
+1
*
Fix #6742: end-before option of literalinclude skips first line
Takeshi KOMIYA
2019-10-28
1
-1
/
+1
*
Migrate to py3 style type annotation: sphinx.directives.code
Takeshi KOMIYA
2019-06-08
1
-43
/
+25
*
Add :force: option to code directives
Takeshi KOMIYA
2019-06-01
1
-3
/
+9
*
Add a helper method ``SphinxDirective.set_source_info()``
Takeshi KOMIYA
2019-03-03
1
-3
/
+2
*
directive-code: do not force linenos value on run
James Knight
2019-02-16
1
-5
/
+5
*
Close #1851: Allow to omit an argument for code-block directive
Takeshi KOMIYA
2019-02-04
1
-5
/
+17
*
Merge branch '1.8'
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
|
\
|
*
A happy new year!
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
*
|
Replace EnvironmentError and IOError by OSError
Takeshi KOMIYA
2018-12-19
1
-2
/
+2
*
|
Fix annotations of code directives
Takeshi KOMIYA
2018-12-18
1
-11
/
+11
*
|
Merge pull request #5819 from jdufresne/coding-comment
Takeshi KOMIYA
2018-12-17
1
-1
/
+0
|
\
\
|
*
|
Remove unnecessary encoding cookie from Python source files
Jon Dufresne
2018-12-16
1
-1
/
+0
*
|
|
Pass exceptions directly to docutils reporter
Jon Dufresne
2018-12-16
1
-4
/
+3
|
/
/
*
|
refactor: Remove u-prefix from strings
Takeshi KOMIYA
2018-12-16
1
-1
/
+1
*
|
Use Python 3 super() argument-less syntax
Jon Dufresne
2018-12-15
1
-1
/
+1
*
|
Replace all "unicode" type by "str"
Takeshi KOMIYA
2018-12-15
1
-16
/
+15
*
|
Move to py3 mode for mypy (and remove many "type: ignore" comments)
Takeshi KOMIYA
2018-12-15
1
-2
/
+1
*
|
Simplify open() call by removing default mode
Jon Dufresne
2018-12-11
1
-1
/
+1
*
|
Use StringList for params to docutils because of expected
Takeshi KOMIYA
2018-12-03
1
-2
/
+2
*
|
Fix annotations for Directives (Replace N_co with nodes.Node)
Takeshi KOMIYA
2018-12-01
1
-5
/
+5
*
|
Fix annotations for directives
Takeshi KOMIYA
2018-11-29
1
-14
/
+17
*
|
refactor: Use super() to call methods of superclass
Takeshi KOMIYA
2018-11-28
1
-1
/
+1
*
|
Add sphinx.util.typing:unicode to help mypy-3 migration
Takeshi KOMIYA
2018-11-24
1
-0
/
+1
*
|
Merge branch '1.8'
Takeshi KOMIYA
2018-11-01
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix #5471: Show appropriate warning for deprecated APIs
Takeshi KOMIYA
2018-10-17
1
-1
/
+1
*
|
Merge branch 'master' into HEAD
Takeshi KOMIYA
2018-09-22
1
-2
/
+2
|
\
\
|
*
|
Prefer builtin open() over io.open() and codecs.open()
Jon Dufresne
2018-09-11
1
-2
/
+2
|
|
/
*
|
Remove unnecessary object from class definitions
Jon Dufresne
2018-09-11
1
-1
/
+1
|
/
*
Merge branch '1.7'
Takeshi KOMIYA
2018-06-09
1
-1
/
+1
|
\
|
*
Fix mypy violation
Takeshi KOMIYA
2018-06-09
1
-1
/
+1
*
|
Fix #4927: Display a warning when invalid values are passed to linenothreshol...
Takeshi KOMIYA
2018-05-22
1
-8
/
+2
*
|
Deprecate highlightlang directive
Takeshi KOMIYA
2018-04-15
1
-1
/
+14
*
|
Add SphinxDirective as a helper
Takeshi KOMIYA
2018-03-31
1
-11
/
+10
*
|
Merge branch '1.7'
Takeshi KOMIYA
2018-03-18
1
-2
/
+2
|
\
\
|
|
/
|
*
Revert "Use typing.TYPE_CHECKING for typehints"
Takeshi KOMIYA
2018-03-13
1
-2
/
+2
*
|
Merge branch 'master' into dont_stringify_exceptions
Takeshi KOMIYA
2018-03-04
1
-3
/
+3
|
\
\
|
*
|
Make console and warning messages translatable
Takeshi KOMIYA
2018-03-03
1
-3
/
+3
*
|
|
Use six.text_type to stringify exceptions
Takeshi KOMIYA
2018-03-03
1
-2
/
+3
|
/
/
*
|
Merge branch '1.7'
Takeshi KOMIYA
2018-02-18
1
-2
/
+2
|
\
\
|
|
/
|
*
Use typing.TYPE_CHECKING for typehints
Takeshi KOMIYA
2018-02-14
1
-2
/
+2
*
|
Update type annotations
Takeshi KOMIYA
2018-02-04
1
-0
/
+1
|
/
*
Use flake8-import-order
Takeshi KOMIYA
2018-01-28
1
-1
/
+1
*
Merge branch 'happy_new_year' into master
Takeshi KOMIYA
2018-01-01
1
-1
/
+1
|
\
|
*
A happy new year!
Takeshi KOMIYA
2018-01-01
1
-1
/
+1
*
|
remove unnecessary else clauses in for loop
Srinivas Reddy Thatiparthy
2017-08-19
1
-8
/
+7
*
|
pycode: Replace pgen2 by own parser
Takeshi KOMIYA
2017-07-26
1
-1
/
+1
|
/
*
Fix #3833: command line messages are translated unintentionally
Takeshi KOMIYA
2017-06-25
1
-11
/
+11
*
Fix #3770: Fix KeyError from code-block directive
Takeshi KOMIYA
2017-05-21
1
-2
/
+2
*
Fix #3755: incorrectly warns about dedent with literalinclude
Takeshi KOMIYA
2017-05-19
1
-6
/
+9
[next]