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
/
builders
/
html.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge branch 'master' into refactor_singlehtml
Takeshi KOMIYA
2019-01-12
1
-1
/
+1
|
\
|
*
Make info messages more translatable
Takeshi KOMIYA
2019-01-09
1
-1
/
+1
*
|
Move SingleFileHTMLBuilder to sphinx.builders.singlehtml package
Takeshi KOMIYA
2019-01-11
1
-181
/
+15
|
/
*
Merge branch '1.8'
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
|
\
|
*
A happy new year!
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
*
|
Merge pull request #5806 from jdufresne/six-text-type
Takeshi KOMIYA
2018-12-26
1
-6
/
+5
|
\
\
|
*
|
Replace use of six.text_type with str
Jon Dufresne
2018-12-18
1
-6
/
+5
*
|
|
Replace escape sequence '\u00B6' with literal 'ΒΆ'
Jon Dufresne
2018-12-20
1
-1
/
+1
*
|
|
Replace EnvironmentError and IOError by OSError
Takeshi KOMIYA
2018-12-19
1
-10
/
+8
|
/
/
*
|
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
*
|
|
Merge branch 'master' into string-classes
Takeshi KOMIYA
2018-12-17
1
-1
/
+7
|
\
\
\
|
*
|
|
Deprecate the old IndexBuilder.feed() method signature
Jon Dufresne
2018-12-16
1
-1
/
+7
|
|
/
/
*
|
|
Deprecate sphinx.config.string_classes; remove all internal uses
Jon Dufresne
2018-12-16
1
-9
/
+8
|
/
/
*
|
refactor: Remove u-prefix from strings
Takeshi KOMIYA
2018-12-16
1
-4
/
+4
*
|
Merge pull request #5803 from jdufresne/encoding-utf8
Takeshi KOMIYA
2018-12-16
1
-1
/
+1
|
\
\
|
*
|
Avoid respecifying default encoding for .encode()/.decode() calls
Jon Dufresne
2018-12-15
1
-1
/
+1
*
|
|
Merge pull request #5796 from jdufresne/super
Takeshi KOMIYA
2018-12-16
1
-4
/
+4
|
\
\
\
|
*
|
|
Use Python 3 super() argument-less syntax
Jon Dufresne
2018-12-15
1
-4
/
+4
|
|
/
/
*
|
|
Replace pycompat.htmlescape() by html.escape()
Takeshi KOMIYA
2018-12-16
1
-3
/
+3
|
/
/
*
|
Replace all "unicode" type by "str"
Takeshi KOMIYA
2018-12-15
1
-70
/
+69
*
|
Replace for-yield-loop by "yield from"
Takeshi KOMIYA
2018-12-15
1
-2
/
+1
*
|
Move to py3 mode for mypy (and remove many "type: ignore" comments)
Takeshi KOMIYA
2018-12-15
1
-6
/
+6
*
|
Simplify open() call by removing default mode
Jon Dufresne
2018-12-11
1
-1
/
+1
*
|
Fix annotations for fileobj in HTML builder
Takeshi KOMIYA
2018-12-03
1
-12
/
+12
*
|
Fix annotations for builders
Takeshi KOMIYA
2018-12-02
1
-13
/
+12
*
|
Fix annotations for builders
Takeshi KOMIYA
2018-11-29
1
-10
/
+10
*
|
refactor: Use super() to call methods of superclass
Takeshi KOMIYA
2018-11-28
1
-6
/
+2
*
|
Add sphinx.util.typing:unicode to help mypy-3 migration
Takeshi KOMIYA
2018-11-24
1
-1
/
+2
*
|
Merge pull request #5653 from jdufresne/string_types
Takeshi KOMIYA
2018-11-22
1
-4
/
+4
|
\
\
|
*
|
Replace six.string_types with native str
Jon Dufresne
2018-11-21
1
-4
/
+4
*
|
|
Merge branch '1.8'
Takeshi KOMIYA
2018-11-22
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Move language-specific data into a new JS file, language_data.js
Dmitry Shachnev
2018-11-04
1
-0
/
+1
*
|
Add IndexEntry class to represent an entry of indices
Takeshi KOMIYA
2018-11-21
1
-2
/
+2
*
|
Merge pull request #5621 from jdufresne/str-bytes
Takeshi KOMIYA
2018-11-14
1
-1
/
+1
|
\
\
|
*
|
Fix all BytesWarning identified through tests
Jon Dufresne
2018-11-13
1
-1
/
+1
*
|
|
Always prefer dict literals over calls to dict()
Jon Dufresne
2018-11-13
1
-67
/
+67
|
/
/
*
|
Merge branch '1.8'
Takeshi KOMIYA
2018-11-01
1
-4
/
+4
|
\
\
|
|
/
|
*
Fix #5471: Show appropriate warning for deprecated APIs
Takeshi KOMIYA
2018-10-17
1
-8
/
+8
*
|
Merge branch '1.8'
Takeshi KOMIYA
2018-10-16
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix mypy violations
Takeshi KOMIYA
2018-10-16
1
-1
/
+1
*
|
Remove unnecessary __ne__ definitions
Jon Dufresne
2018-09-23
1
-4
/
+0
*
|
Remove uses of six.moves that did not cause any type errors
Jon Dufresne
2018-09-23
1
-1
/
+1
*
|
Merge branch 'master' into HEAD
Takeshi KOMIYA
2018-09-22
1
-16
/
+16
|
\
\
|
*
\
Merge branch 'master' into drop-iteritems
Takeshi KOMIYA
2018-09-22
1
-8
/
+8
|
|
\
\
|
|
*
|
Prefer builtin open() over io.open() and codecs.open()
Jon Dufresne
2018-09-11
1
-8
/
+8
|
*
|
|
Remove use of six.iteritems()
Jon Dufresne
2018-09-11
1
-8
/
+8
|
|
/
/
*
|
|
Remove unnecessary object from class definitions
Jon Dufresne
2018-09-11
1
-1
/
+1
|
/
/
*
|
Merge pull request #5390 from tk0miya/4018_htmlhelp_file_suffix
Takeshi KOMIYA
2018-09-09
1
-4
/
+7
|
\
\
|
*
|
Fix #4018: htmlhelp: Add htmlhelp_file_suffix and htmlhelp_link_suffix
Takeshi KOMIYA
2018-09-08
1
-4
/
+7
[prev]
[next]