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
/
pycode
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix mypy violations (for mypy-0.750)
Takeshi KOMIYA
2019-12-01
1
-1
/
+1
*
Fix autodoc: autodoc_member_order_does not refer order of imports (refs: #6574)
Takeshi KOMIYA
2019-07-13
1
-0
/
+16
*
Merge branch '2.1.3' into 2.0
Takeshi KOMIYA
2019-07-13
1
-1
/
+1
|
\
|
*
Fix mypy violations (for mypy-0.720)
Takeshi KOMIYA
2019-07-13
1
-1
/
+1
*
|
Migrate to py3 style type annotation: sphinx.pycode.parser
Takeshi KOMIYA
2019-07-06
1
-79
/
+40
*
|
Migrate to py3 style type annotation: sphinx.pycode
Takeshi KOMIYA
2019-07-06
1
-20
/
+10
|
/
*
Fix #6451: autodoc: generates docs for "optional import"ed modules as variables
Takeshi KOMIYA
2019-06-08
1
-0
/
+11
*
Add docstring to pycode.parser
Takeshi KOMIYA
2019-04-24
1
-0
/
+9
*
pycode: Support "async" syntax
Takeshi KOMIYA
2019-04-23
1
-0
/
+4
*
Clean up import for annotations
Takeshi KOMIYA
2019-03-06
1
-1
/
+1
*
Fix broken code (my wrong...)
Takeshi KOMIYA
2019-01-13
1
-5
/
+0
*
Merge branch '1.8'
Takeshi KOMIYA
2019-01-13
1
-1
/
+8
|
\
|
*
Fix pycode could not handle egg files on windows
Takeshi KOMIYA
2019-01-12
1
-2
/
+4
*
|
Merge branch '1.8'
Takeshi KOMIYA
2019-01-02
2
-2
/
+2
|
\
\
|
|
/
|
*
A happy new year!
Takeshi KOMIYA
2019-01-02
2
-2
/
+2
*
|
Replace use of six.text_type with str
Jon Dufresne
2018-12-18
1
-3
/
+1
*
|
Remove unnecessary encoding cookie from Python source files
Jon Dufresne
2018-12-16
2
-2
/
+0
*
|
refactor: Remove u-prefix from strings
Takeshi KOMIYA
2018-12-16
1
-3
/
+3
*
|
Merge pull request #5801 from jdufresne/modanalyzer-bytes
Takeshi KOMIYA
2018-12-16
1
-3
/
+1
|
\
\
|
*
|
Remove unnecessary bytes type check in ModuleAnalyzer.for_string()
Jon Dufresne
2018-12-15
1
-3
/
+1
*
|
|
Merge pull request #5803 from jdufresne/encoding-utf8
Takeshi KOMIYA
2018-12-16
2
-2
/
+2
|
\
\
\
|
*
|
|
Avoid respecifying default encoding for .encode()/.decode() calls
Jon Dufresne
2018-12-15
2
-2
/
+2
|
|
/
/
*
|
|
Use Python 3 super() argument-less syntax
Jon Dufresne
2018-12-15
1
-4
/
+4
|
/
/
*
|
Replace all "unicode" type by "str"
Takeshi KOMIYA
2018-12-15
2
-37
/
+35
*
|
Remove print_function feature
Takeshi KOMIYA
2018-12-15
1
-1
/
+0
*
|
refactor: Replace six.StringIO by io.StringIO
Takeshi KOMIYA
2018-12-15
1
-3
/
+1
*
|
Move to py3 mode for mypy (and remove many "type: ignore" comments)
Takeshi KOMIYA
2018-12-15
1
-5
/
+5
*
|
Add sphinx.util.typing:unicode to help mypy-3 migration
Takeshi KOMIYA
2018-11-24
2
-1
/
+3
*
|
Merge branch '1.8'
Takeshi KOMIYA
2018-10-16
1
-3
/
+3
|
\
\
|
|
/
|
*
Fix mypy violations
Takeshi KOMIYA
2018-10-16
1
-3
/
+3
*
|
Merge pull request #5483 from jdufresne/bytesio
Takeshi KOMIYA
2018-09-25
1
-1
/
+2
|
\
\
|
*
|
Replace all six.BytesIO with io.BytesIO
Jon Dufresne
2018-09-23
1
-1
/
+2
*
|
|
Remove unnecessary __ne__ definitions
Jon Dufresne
2018-09-23
1
-4
/
+0
|
/
/
*
|
Merge branch 'master' into HEAD
Takeshi KOMIYA
2018-09-22
2
-8
/
+5
|
\
\
|
*
\
Merge branch 'master' into drop-iteritems
Takeshi KOMIYA
2018-09-22
2
-6
/
+3
|
|
\
\
|
|
*
|
refactoring: Drop PY2 and PY3 flags
Takeshi KOMIYA
2018-09-22
1
-5
/
+2
|
|
|
/
|
|
*
Fix mypy violations
Takeshi KOMIYA
2018-09-18
1
-1
/
+1
|
*
|
Remove use of six.iteritems()
Jon Dufresne
2018-09-11
1
-2
/
+2
|
|
/
*
|
Remove unnecessary object from class definitions
Jon Dufresne
2018-09-11
2
-4
/
+4
|
/
*
Fix #5290: autodoc: failed to analyze source code in egg package
Takeshi KOMIYA
2018-09-06
1
-1
/
+18
*
Merge branch '1.7'
Takeshi KOMIYA
2018-06-16
1
-1
/
+6
|
\
|
*
Fix #5019: autodoc: crashed by Form Feed Character
Takeshi KOMIYA
2018-06-10
1
-1
/
+6
*
|
Merge branch 1.7
shimizukawa
2018-05-25
1
-4
/
+5
|
\
\
|
|
/
|
*
Fix #4914: autodoc: Parsing error when using dataclasses without default values
Takeshi KOMIYA
2018-05-21
1
-4
/
+5
*
|
Merge branch '1.7'
Takeshi KOMIYA
2018-04-14
1
-3
/
+26
|
\
\
|
|
/
|
*
Fix #4812: autodoc ignores type annotated variables
Takeshi KOMIYA
2018-04-08
1
-3
/
+26
*
|
Merge branch '1.7'
Takeshi KOMIYA
2018-03-21
1
-20
/
+0
|
\
\
|
|
/
|
*
Fix #4754: sphinx/pycode/__init__.py raises AttributeError
Takeshi KOMIYA
2018-03-19
1
-20
/
+0
*
|
Merge branch '1.7'
Takeshi KOMIYA
2018-03-18
2
-5
/
+4
|
\
\
|
|
/
|
*
Revert "Use typing.TYPE_CHECKING for typehints"
Takeshi KOMIYA
2018-03-13
2
-5
/
+4
[next]