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
*
Resolve ``flake8-return`` errors
Adam Turner
2023-02-18
1
-9
/
+7
*
Fix COM812
Adam Turner
2023-02-18
1
-10
/
+10
*
Run pyupgrade (#11070)
Adam Turner
2023-01-02
1
-1
/
+1
*
Use PEP 604 types
Adam Turner
2023-01-01
1
-12
/
+12
*
Use PEP 595 types
Adam Turner
2023-01-01
1
-26
/
+26
*
Insert ``from __future__ import annotations``
Adam Turner
2023-01-01
1
-0
/
+2
*
remove blanket 'noqas'
Daniel Eades
2022-12-16
1
-1
/
+3
*
Fix more strict static typing errors (#10681)
danieleades
2022-08-28
1
-1
/
+1
*
Improve static typing strictness (#10569)
danieleades
2022-07-18
1
-13
/
+31
*
Fix #10318: literalinclude: :prepend: option working with :dedent:
Takeshi KOMIYA
2022-04-02
1
-2
/
+2
*
Remove copyright and licence fields
Adam Turner
2022-02-20
1
-5
/
+0
*
Fix module docstring indentation
Adam Turner
2022-02-20
1
-2
/
+2
*
Remove module titles in docstrings
Adam Turner
2022-02-19
1
-3
/
+0
*
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
[next]