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
/
tests
/
test_directive_code.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow parallel execution of tests in ``test_search`` (#11292)
Martin Liška
2023-04-05
1
-1
/
+1
*
Enable Ruff's pylint 'PLC2201' check
Adam Turner
2022-12-30
1
-4
/
+4
*
`.read_text()` -> `.read_text(encoding='utf8')`
Adam Turner
2022-04-27
1
-13
/
+13
*
Review: Use `list`
Adam Turner
2022-04-24
1
-1
/
+1
*
Use `Node.findall`
Adam Turner
2022-04-22
1
-1
/
+1
*
Fix #10318: literalinclude: :prepend: option working with :dedent:
Takeshi KOMIYA
2022-04-02
1
-0
/
+13
*
Collapse single line docstrings
Adam Turner
2022-02-20
1
-2
/
+1
*
Remove copyright and licence fields
Adam Turner
2022-02-20
1
-3
/
+0
*
Fix module docstring indentation
Adam Turner
2022-02-20
1
-2
/
+2
*
Fix module docstring first line
Adam Turner
2022-02-20
1
-2
/
+1
*
Remove module titles in docstrings
Adam Turner
2022-02-19
1
-3
/
+0
*
Fix a flake8 warning
Takeshi KOMIYA
2022-01-15
1
-0
/
+1
*
Merge branch '4.x' into HEAD
Takeshi KOMIYA
2022-01-15
1
-2
/
+2
|
\
|
*
Migrate to Node.findall() from Node.traverse()
Takeshi KOMIYA
2022-01-03
1
-1
/
+1
|
*
A happy new year!
Takeshi KOMIYA
2022-01-01
1
-1
/
+1
*
|
Add tests for :dedent: option of code-block directive
Latosha Maltba
2021-09-21
1
-0
/
+26
|
/
*
html: html_codeblock_linenos_style defaults to 'inline' (refs: #7849)
Takeshi KOMIYA
2021-01-26
1
-75
/
+19
*
Fix #2030: automatic dedent support in code-block directive
Takeshi KOMIYA
2021-01-13
1
-0
/
+8
*
A happy new year!
Takeshi KOMIYA
2021-01-01
1
-1
/
+1
*
test: Use read_text() and read_bytes()
Takeshi KOMIYA
2020-02-01
1
-13
/
+13
*
A happy new year!
Takeshi KOMIYA
2020-01-01
1
-1
/
+1
*
Fix #6887: Sphinx crashes with docutils-0.16b0
Takeshi KOMIYA
2019-12-14
1
-1
/
+1
*
Fix #6742: end-before option of literalinclude skips first line
Takeshi KOMIYA
2019-10-28
1
-0
/
+8
*
Fix flake8 violations
Takeshi KOMIYA
2019-07-01
1
-1
/
+1
*
Add :force: option to code directives
Takeshi KOMIYA
2019-06-01
1
-0
/
+6
*
test: verify linenothreshold usage
James Knight
2019-02-16
1
-0
/
+49
*
Close #1851: Allow to omit an argument for code-block directive
Takeshi KOMIYA
2019-02-04
1
-0
/
+13
*
quickstart: Simplify generated conf.py (for latex)
Takeshi KOMIYA
2019-01-07
1
-6
/
+6
*
encoding keyword for path.text() and path.write_text() is no longer needed
Takeshi KOMIYA
2019-01-03
1
-10
/
+10
*
Remove coding magic comments from tests
Takeshi KOMIYA
2019-01-02
1
-24
/
+21
*
Merge branch '1.8'
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
|
\
|
*
A happy new year!
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
|
*
Fix invalid escape sequence in test_directive_code.py
Jon Dufresne
2018-12-17
1
-1
/
+1
*
|
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
*
|
|
Fix invalid escape sequence in test_directive_code.py
Jon Dufresne
2018-12-16
1
-1
/
+1
|
/
/
*
|
Merge branch '1.8'
jfbu
2018-12-16
1
-0
/
+2
|
\
\
|
|
/
|
*
LaTeX: allow sphinxVerbatim usage without explicit "hllines" extra setup
jfbu
2018-12-16
1
-0
/
+2
*
|
refactor: Remove u-prefix from strings
Takeshi KOMIYA
2018-12-16
1
-20
/
+20
|
/
*
Refactor: Add Config.read() as a constructor
Takeshi KOMIYA
2018-03-23
1
-1
/
+1
*
Fix flake8 violations
Takeshi KOMIYA
2018-02-19
1
-1
/
+2
*
A happy new year!
Takeshi KOMIYA
2018-01-01
1
-1
/
+1
*
Support ``:emphasize-lines:`` in PDF output (closes #1238)
jfbu
2017-12-10
1
-0
/
+8
*
Mark tests as xfail/skip to allow successful run
Andy Neebel
2017-06-14
1
-0
/
+19
*
refs #3458: add sphinx.testing that are moved from /tests directory.
shimizukawa
2017-05-14
1
-56
/
+65
*
Fix flake8 violations
Takeshi KOMIYA
2017-05-09
1
-1
/
+0
*
Fix #3108: Show warning if :start-at: and other literalinclude options does n...
Takeshi KOMIYA
2017-03-26
1
-0
/
+22
*
Merge branch 'stable'
Takeshi KOMIYA
2017-03-26
1
-1
/
+1
|
\
|
*
Year++
Takeshi KOMIYA
2017-03-26
1
-1
/
+1
*
|
Add tests
Ray Lehtiniemi
2017-03-11
1
-0
/
+42
[next]