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
/
domains
/
python.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
Fix #7428: py domain: a reference to class ``None`` emits a nitpicky warning
Takeshi KOMIYA
2020-04-08
1
-1
/
+1
*
|
|
Fix mypy violations
Takeshi KOMIYA
2020-04-06
1
-5
/
+5
*
|
|
Merge branch '3.x'
Takeshi KOMIYA
2020-04-06
1
-42
/
+64
|
\
\
\
|
|
/
/
|
*
|
Merge branch '3.0.x' into 3.x
Takeshi KOMIYA
2020-04-05
1
-5
/
+16
|
|
\
\
|
|
|
/
|
|
*
Fix #7219: py:module directive generates incorrect index entry
Takeshi KOMIYA
2020-03-29
1
-2
/
+2
|
|
*
Fix #7219: py:function directive generates incorrect index entry
Takeshi KOMIYA
2020-03-29
1
-3
/
+14
|
*
|
Merge pull request #7363 from tk0miya/refactor_pydomain
Takeshi KOMIYA
2020-03-30
1
-37
/
+48
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
refactor: py domain: Use namedtuple for python modules
Takeshi KOMIYA
2020-03-22
1
-17
/
+24
|
|
*
refactor: py domain: Use namedtuple for python objects
Takeshi KOMIYA
2020-03-22
1
-20
/
+24
*
|
|
Merge branch '3.x'
Takeshi KOMIYA
2020-03-23
1
-3
/
+58
|
\
\
\
|
|
/
/
|
*
|
Merge pull request #7356 from tk0miya/7301_node_id
Takeshi KOMIYA
2020-03-22
1
-1
/
+1
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Fix #7301: Allow . and _ for node_id
Takeshi KOMIYA
2020-03-22
1
-1
/
+1
|
*
|
Close #7341: py domain: type annotations are converted to cross refs
Takeshi KOMIYA
2020-03-22
1
-2
/
+57
|
|
/
*
|
Merge branch '3.x'
Takeshi KOMIYA
2020-03-21
1
-10
/
+19
|
\
\
|
|
/
|
*
Fix #7334: py domain: Disable smartquotes for defvalues of arguments
Takeshi KOMIYA
2020-03-19
1
-1
/
+2
|
*
Merge pull request #6990 from tk0miya/function_signature
Takeshi KOMIYA
2020-03-14
1
-9
/
+16
|
|
\
|
|
*
py domain: Allow to make a style for arguments of functions and methods (refs...
Takeshi KOMIYA
2020-03-14
1
-9
/
+16
|
*
|
Fix #7304: py domain: Improve warning messages on parsing failure
Takeshi KOMIYA
2020-03-14
1
-1
/
+2
|
|
/
*
|
Merge branch '3.x'
Takeshi KOMIYA
2020-03-10
1
-32
/
+59
|
\
\
|
|
/
|
*
Merge branch '2.x' into 3.x
Takeshi KOMIYA
2020-03-10
1
-4
/
+16
|
|
\
|
|
*
Fix #7266: Update deprecation messages for PyClassmember and PyModulelevel
Takeshi KOMIYA
2020-03-07
1
-4
/
+16
|
*
|
Merge pull request #7275 from tk0miya/refactor_pydecorator
Takeshi KOMIYA
2020-03-08
1
-20
/
+43
|
|
\
\
|
|
*
|
py domain: Deprecate PyDecoratorMixin
Takeshi KOMIYA
2020-03-07
1
-1
/
+10
|
|
*
|
py domain: refactor PyDecoratorFunction and PyDecoratorMethod
Takeshi KOMIYA
2020-03-07
1
-19
/
+33
|
*
|
|
Close #7246: Drop special cross reference helper for exceptions, functions an...
Takeshi KOMIYA
2020-03-07
1
-8
/
+0
|
|
/
/
*
|
|
Deprecate codes for python 3.5
Takeshi KOMIYA
2020-03-07
1
-5
/
+1
|
/
/
*
|
Merge pull request #7254 from tk0miya/6895_suppress_builtin_nitpicky_warning
Takeshi KOMIYA
2020-03-07
1
-0
/
+29
|
\
\
|
*
|
Fix #6895: py domain: Do not emit nitpicky warnings for built-in types
Takeshi KOMIYA
2020-03-05
1
-0
/
+29
*
|
|
py domain: Generate node_id for objects in the right way
Takeshi KOMIYA
2020-03-07
1
-29
/
+32
*
|
|
py domain: Generate node_id for modules in the right way
Takeshi KOMIYA
2020-03-07
1
-21
/
+39
*
|
|
Merge branch '2.x' into 3.x
Takeshi KOMIYA
2020-03-05
1
-1
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Fix typo
Takeshi KOMIYA
2020-03-05
1
-1
/
+1
*
|
|
Use a string with warning in `handle_signature`
Daniel Hahler
2020-03-05
1
-1
/
+1
*
|
|
refactor: Update type annotation for python domain
Takeshi KOMIYA
2020-03-04
1
-2
/
+3
|
|
/
|
/
|
*
|
refactor: Set source_info to nodes
Takeshi KOMIYA
2020-02-29
1
-2
/
+1
*
|
Fix missing commas after PEP-570 separators
Takeshi KOMIYA
2020-02-24
1
-3
/
+3
*
|
Merge branch 'drop_desc_signature_first' into 3.x
Takeshi KOMIYA
2020-02-22
1
-1
/
+0
|
\
\
|
*
|
Deprecate desc_signature['first']
Takeshi KOMIYA
2020-02-09
1
-1
/
+0
*
|
|
py domain: Use AST parser to convert signature to doctree
Takeshi KOMIYA
2020-02-16
1
-1
/
+52
|
/
/
*
|
Merge branch '2.0'
Takeshi KOMIYA
2020-02-09
1
-0
/
+43
|
\
\
|
|
/
|
*
Merge branch '2.0' into 6785_attr_can_refer_props
Takeshi KOMIYA
2020-02-06
1
-0
/
+38
|
|
\
|
|
*
py domain: Support type annotations for variables
Takeshi KOMIYA
2020-02-01
1
-0
/
+38
|
*
|
Fix #6785: py domain: :py:attr: is able to refer properties again
Takeshi KOMIYA
2020-01-25
1
-0
/
+5
|
|
/
*
|
Close #6830: autodoc: consider a member private if docstring has "private" me...
Takeshi KOMIYA
2020-01-04
1
-0
/
+18
*
|
Merge branch '2.0'
Takeshi KOMIYA
2020-01-01
1
-1
/
+1
|
\
\
|
|
/
|
*
A happy new year!
Takeshi KOMIYA
2020-01-01
1
-1
/
+1
*
|
Merge branch '2.0'
Takeshi KOMIYA
2019-12-22
1
-3
/
+3
|
\
\
|
|
/
|
*
Replace `a and b or c` by the more legible `b if a or c`.
Antony Lee
2019-12-21
1
-3
/
+3
*
|
Merge branch '2.0'
jfbu
2019-08-01
1
-5
/
+9
|
\
\
|
|
/
|
*
Fix type annotation for python 3.5.1
Takeshi KOMIYA
2019-07-13
1
-5
/
+9
[prev]
[next]