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
/
transforms
/
post_transforms
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Clean up import for annotations
Takeshi KOMIYA
2019-03-06
1
-5
/
+1
*
|
refactor: move NoUri to sphinx.errors
Takeshi KOMIYA
2019-03-02
1
-1
/
+1
|
/
*
Close #1851: Allow to omit an argument for code-block directive
Takeshi KOMIYA
2019-02-04
1
-1
/
+1
*
Merge branch '1.8'
Takeshi KOMIYA
2019-01-02
4
-4
/
+4
|
\
|
*
A happy new year!
Takeshi KOMIYA
2019-01-02
4
-4
/
+4
*
|
Replace use of six.text_type with str
Jon Dufresne
2018-12-18
2
-5
/
+2
*
|
Remove unnecessary encoding cookie from Python source files
Jon Dufresne
2018-12-16
4
-4
/
+0
*
|
refactor: Remove u-prefix from strings
Takeshi KOMIYA
2018-12-16
1
-2
/
+2
*
|
Merge pull request #5803 from jdufresne/encoding-utf8
Takeshi KOMIYA
2018-12-16
1
-2
/
+2
|
\
\
|
*
|
Avoid respecifying default encoding for .encode()/.decode() calls
Jon Dufresne
2018-12-15
1
-2
/
+2
*
|
|
Use Python 3 super() argument-less syntax
Jon Dufresne
2018-12-15
2
-2
/
+2
|
/
/
*
|
Replace all "unicode" type by "str"
Takeshi KOMIYA
2018-12-15
4
-18
/
+14
*
|
Fix annotations
Takeshi KOMIYA
2018-12-10
1
-3
/
+5
*
|
Fix annotations
Takeshi KOMIYA
2018-12-08
1
-1
/
+3
*
|
Fix annotations (minor fixes)
Takeshi KOMIYA
2018-12-03
1
-7
/
+7
*
|
Fix annotations for transforms
Takeshi KOMIYA
2018-11-29
3
-32
/
+33
*
|
Add sphinx.util.typing:unicode to help mypy-3 migration
Takeshi KOMIYA
2018-11-24
4
-0
/
+4
*
|
Adjust type annotations for transforms to docutils'
Takeshi KOMIYA
2018-11-23
4
-10
/
+12
*
|
Use super() to call parent class's method
Jon Dufresne
2018-11-11
2
-2
/
+2
*
|
Merge branch '1.8'
Takeshi KOMIYA
2018-11-01
1
-13
/
+17
|
\
\
|
|
/
|
*
Fix #5419: incompatible math_block node has been generated
Takeshi KOMIYA
2018-10-15
1
-13
/
+17
*
|
Merge branch '1.8'
Takeshi KOMIYA
2018-10-16
1
-2
/
+2
|
\
\
|
|
/
|
*
Fix #5492: sphinx-build fails to build docs w/ Python < 3.5.2
Takeshi KOMIYA
2018-10-06
1
-2
/
+2
*
|
Drop APIs deprecated in 2.0
Takeshi KOMIYA
2018-09-03
1
-34
/
+0
|
/
*
Apply :confval:`trim_doctest_flags` to all builders (cf. text, manpages)
Takeshi KOMIYA
2018-07-21
1
-0
/
+44
*
Refactor: Run highlightlang on resolving phase
Takeshi KOMIYA
2018-07-21
1
-0
/
+106
*
Fix #5017: old displaymath node makes writers crashed
Takeshi KOMIYA
2018-05-31
1
-2
/
+6
*
Enable math_block node rendering by default (without HTML builders)
Takeshi KOMIYA
2018-05-17
1
-1
/
+33
*
Enable math node rendering by default (without HTML builders)
Takeshi KOMIYA
2018-05-15
1
-0
/
+54
*
doc: Remove meaningless spaces
Takeshi KOMIYA
2018-04-22
1
-1
/
+1
*
doc: Add ImageConverter to utils
Takeshi KOMIYA
2018-04-21
1
-10
/
+32
*
Deprecate env._nitpick_ignore
Takeshi KOMIYA
2018-03-26
1
-3
/
+3
*
Merge branch '1.7'
Takeshi KOMIYA
2018-03-21
1
-9
/
+16
|
\
|
*
Fix #4688: Error to download remote images having long URL
Takeshi KOMIYA
2018-03-17
1
-2
/
+8
|
*
Show warning on creating directory for remote image (refs: #4688)
Takeshi KOMIYA
2018-03-17
1
-9
/
+10
*
|
Merge branch '1.7'
Takeshi KOMIYA
2018-03-18
2
-4
/
+4
|
\
\
|
|
/
|
*
Revert "Use typing.TYPE_CHECKING for typehints"
Takeshi KOMIYA
2018-03-13
2
-4
/
+4
*
|
Make console and warning messages translatable
Takeshi KOMIYA
2018-03-03
1
-3
/
+4
*
|
Merge branch '1.7'
Takeshi KOMIYA
2018-02-23
1
-3
/
+5
|
\
\
|
|
/
|
*
Fix #4662: any refs with term targets crash when an ambiguity is encountered
Takeshi KOMIYA
2018-02-23
1
-3
/
+5
*
|
Merge branch '1.7'
Takeshi KOMIYA
2018-02-18
2
-4
/
+4
|
\
\
|
|
/
|
*
Use typing.TYPE_CHECKING for typehints
Takeshi KOMIYA
2018-02-14
2
-4
/
+4
*
|
Merge branch '1.7'
Takeshi KOMIYA
2018-02-12
1
-12
/
+2
|
\
\
|
|
/
|
*
optimize: Don't use transform to process only nodes on resolving toctree
Takeshi KOMIYA
2018-02-11
1
-12
/
+2
*
|
Update type annotations
Takeshi KOMIYA
2018-02-04
1
-1
/
+1
|
/
*
Use flake8-import-order
Takeshi KOMIYA
2018-01-28
1
-3
/
+3
*
Merge branch 'happy_new_year' into master
Takeshi KOMIYA
2018-01-01
2
-2
/
+2
|
\
|
*
A happy new year!
Takeshi KOMIYA
2018-01-01
2
-2
/
+2
|
*
hashlib.sha1() must take bytes, not unicode
Craig Rodrigues
2017-09-17
1
-1
/
+1
*
|
hashlib.sha1() must take bytes, not unicode
Craig Rodrigues
2017-09-15
1
-1
/
+1
[prev]
[next]