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
/
ast.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor: Use PEP-526 based variable annotation (sphinx.pycode)
Takeshi KOMIYA
2021-03-27
1
-5
/
+5
*
Update type annotations
Takeshi KOMIYA
2021-02-09
1
-2
/
+2
*
Merge branch '3.x'
Takeshi KOMIYA
2021-01-16
1
-0
/
+4
|
\
|
*
Fix #8652: autodoc: variable comments are ignored if invalid type comments found
Takeshi KOMIYA
2021-01-10
1
-0
/
+4
*
|
Merge branch '3.x'
Takeshi KOMIYA
2021-01-01
1
-1
/
+1
|
\
\
|
|
/
|
*
A happy new year!
Takeshi KOMIYA
2021-01-01
1
-1
/
+1
*
|
Merge branch '3.x'
Takeshi KOMIYA
2020-11-12
1
-2
/
+1
|
\
\
|
|
/
|
*
Sort imports with isort
François Freitag
2020-11-11
1
-1
/
+1
*
|
Fix mypy violations
Takeshi KOMIYA
2020-10-24
1
-2
/
+2
*
|
Merge branch '3.x'
Takeshi KOMIYA
2020-10-24
1
-5
/
+12
|
\
\
|
|
/
|
*
pycode: ast.unparse() construct number literals using source code
Takeshi KOMIYA
2020-10-05
1
-2
/
+9
*
|
Merge branch '3.x' into master
Takeshi KOMIYA
2020-10-04
1
-2
/
+16
|
\
\
|
|
/
|
*
Fix #7964: autodoc: Tuple in default value is wrongly rendered
Takeshi KOMIYA
2020-10-03
1
-2
/
+16
*
|
refactor pycode: sort methods
Takeshi KOMIYA
2020-05-27
1
-7
/
+6
*
|
Fix a mypy violation
Takeshi KOMIYA
2020-05-27
1
-1
/
+1
*
|
Merge branch '3.x'
Takeshi KOMIYA
2020-05-17
1
-92
/
+121
|
\
\
|
|
/
|
*
Merge branch '3.x' into 7497
Takeshi KOMIYA
2020-05-07
1
-1
/
+1
|
|
\
|
*
|
refactor: Sort visitor methods of _UnparseVisitor
Takeshi KOMIYA
2020-05-07
1
-62
/
+62
|
*
|
Group together methods that relate to a python 3.8 deprecation
Eric Wieser
2020-04-17
1
-13
/
+15
|
*
|
Rewrite unparse to use ast.NodeVisitor
Eric Wieser
2020-04-17
1
-90
/
+117
*
|
|
refactor: Update type annotations
Takeshi KOMIYA
2020-05-02
1
-0
/
+11
|
|
/
|
/
|
*
|
refactor: Add Optional to type annotations
Takeshi KOMIYA
2020-04-19
1
-3
/
+3
|
/
*
Deduplicate some code in `pycode.ast`
Eric Wieser
2020-04-16
1
-22
/
+15
*
Fix #7461: autodoc: empty tuple in type annotation is not shown correctly
Takeshi KOMIYA
2020-04-12
1
-1
/
+4
*
Fix #7304: pycode: Support operators (BinOp, BoolOp and UnaryOp)
Takeshi KOMIYA
2020-03-14
1
-1
/
+33
*
py domain: Support lambda functions in function signature
Takeshi KOMIYA
2020-02-16
1
-1
/
+67
*
autodoc: Support type_comment styled type annotation for variables
Takeshi KOMIYA
2020-02-03
1
-0
/
+2
*
Add sphinx.pycode.ast.parse() and unparse()
Takeshi KOMIYA
2020-01-13
1
-0
/
+80