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
...
*
|
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
*
Fix typo in 'emphasize-lines'
Ray Lehtiniemi
2017-04-12
1
-1
/
+1
*
Fix #3108: Show warning if :start-at: and other literalinclude options does n...
Takeshi KOMIYA
2017-03-26
1
-0
/
+10
*
Merge branch 'stable'
Takeshi KOMIYA
2017-03-26
1
-1
/
+1
|
\
|
*
Year++
Takeshi KOMIYA
2017-03-26
1
-1
/
+1
*
|
Upgrade to mypy-0.5
Takeshi KOMIYA
2017-03-03
1
-1
/
+1
*
|
Fix a loop
Takeshi KOMIYA
2017-02-25
1
-1
/
+1
*
|
literalinclude directive allows combination of :pyobject: and :lines:
Takeshi KOMIYA
2017-02-22
1
-1
/
+0
*
|
Show warning if :lines: and :emphasize-lines: get out of range
Takeshi KOMIYA
2017-02-21
1
-18
/
+36
*
|
Fix flake8 violation
Takeshi KOMIYA
2017-02-18
1
-1
/
+1
*
|
Emit warning if over dedent has detected on ``literalinclude`` directive
Takeshi KOMIYA
2017-02-18
1
-10
/
+18
*
|
Fix flake8 violation
Takeshi KOMIYA
2017-02-18
1
-1
/
+1
*
|
Merge branch 'master' into refactor_literalinclude
Takeshi KOMIYA
2017-02-17
1
-1
/
+1
|
\
\
|
*
\
Merge branch 'master' into literalincludelines
Jean-François B
2017-02-13
1
-5
/
+17
|
|
\
\
|
*
|
|
Fix an issue with lineno-start and a flake8 violation
jfbu
2017-02-10
1
-4
/
+6
|
*
|
|
If ``:start-after:`` is used, make ``:lines:`` relative (close: #3412)
jfbu
2017-02-10
1
-27
/
+29
|
|
|
/
|
|
/
|
*
|
|
Add testcase for :lineno-match: option
Takeshi KOMIYA
2017-02-17
1
-7
/
+7
*
|
|
parselinenos() raises out of range error
Takeshi KOMIYA
2017-02-13
1
-5
/
+1
[prev]
[next]