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
*
code-block: Pass list of strings ends with CR code to dedent_lines()
Takeshi KOMIYA
2022-01-15
1
-3
/
+3
*
Merge branch '4.x' into HEAD
Takeshi KOMIYA
2022-01-15
1
-1
/
+1
|
\
|
*
A happy new year!
Takeshi KOMIYA
2022-01-01
1
-1
/
+1
*
|
Fix: 9636: code-block: Do not remove newlines with :dedent:
Latosha Maltba
2021-09-21
1
-1
/
+1
*
|
code-block: Handle ``0`` as numeric argument in :dedent:
Latosha Maltba
2021-09-21
1
-1
/
+1
|
/
*
refactor: Use PEP-526 based variable annotation (sphinx.directives)
Takeshi KOMIYA
2021-03-23
1
-2
/
+2
*
refactor: Add a type alias for the option_spec of directives; OptionSpec
Takeshi KOMIYA
2021-03-13
1
-3
/
+4
*
Merge branch '3.x'
Takeshi KOMIYA
2021-01-16
1
-3
/
+5
|
\
|
*
Fix #2030: automatic dedent support in code-block directive
Takeshi KOMIYA
2021-01-13
1
-3
/
+5
*
|
Merge branch '3.x'
Takeshi KOMIYA
2021-01-01
1
-1
/
+1
|
\
\
|
|
/
|
*
A happy new year!
Takeshi KOMIYA
2021-01-01
1
-1
/
+1
*
|
Do isort
Takeshi KOMIYA
2020-11-12
1
-2
/
+1
*
|
Merge branch '3.x'
Takeshi KOMIYA
2020-11-12
1
-2
/
+1
|
\
\
|
|
/
|
*
Sort imports with isort
François Freitag
2020-11-11
1
-2
/
+1
*
|
Merge branch '3.x' into master
Takeshi KOMIYA
2020-09-13
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix #8163: Update warning message for :dedent: option
Takeshi KOMIYA
2020-09-05
1
-1
/
+1
*
|
Merge commit '05c65163ecd0ce7bdb7c6807de683266b98e5b28'
Takeshi KOMIYA
2020-07-05
1
-4
/
+5
|
\
\
|
|
/
|
*
Fix exception causes in code.py
Ram Rachum
2020-06-12
1
-4
/
+5
*
|
Remove deprecated features marked as RemovedInSphinx40Warning
Takeshi KOMIYA
2020-04-29
1
-13
/
+0
*
|
Hello TYPE_CHECKING!
Takeshi KOMIYA
2020-03-07
1
-2
/
+2
|
/
*
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
|
\
[next]