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
...
*
|
Merge branch '2.0'
Takeshi KOMIYA
2019-06-30
1
-132
/
+79
|
\
\
|
|
/
|
*
Migrate to py3 style type annotation: sphinx.domains.python
Takeshi KOMIYA
2019-06-30
1
-132
/
+79
*
|
Merge branch '2.0'
Takeshi KOMIYA
2019-06-09
1
-2
/
+3
|
\
\
|
|
/
|
*
Fix py domain: duplicated warning does not point the location of source code
Takeshi KOMIYA
2019-06-02
1
-2
/
+3
*
|
Merge branch '2.0'
Takeshi KOMIYA
2019-05-29
1
-1
/
+3
|
\
\
|
|
/
|
*
Merge pull request #6365 from tk0miya/refactor_py_domain
Takeshi KOMIYA
2019-05-19
1
-0
/
+3
|
|
\
|
|
*
Add :abstractmethod: option to py:method directive (refs: #6138)
Takeshi KOMIYA
2019-05-15
1
-0
/
+3
|
*
|
Fix #6379: py domain: Module index (py-modindex.html) has duplicate titles
Takeshi KOMIYA
2019-05-19
1
-1
/
+0
|
|
/
*
|
Merge branch '2.0'
Takeshi KOMIYA
2019-05-13
1
-6
/
+14
|
\
\
|
|
/
|
*
Add :property: option to py:method directive
Takeshi KOMIYA
2019-05-12
1
-6
/
+14
*
|
Merge branch '2.0'
Takeshi KOMIYA
2019-05-06
1
-3
/
+22
|
\
\
|
|
/
|
*
Fix #4777: Add :async: option to py:function and py:method directives
Takeshi KOMIYA
2019-04-23
1
-3
/
+22
*
|
Merge branch '2.0'
jfbu
2019-04-23
1
-33
/
+33
|
\
\
|
|
/
|
*
Add :classmethod: and :staticmethod: options to py:method directive
Takeshi KOMIYA
2019-04-13
1
-33
/
+33
*
|
Merge branch '2.0'
Takeshi KOMIYA
2019-04-14
1
-6
/
+138
|
\
\
|
|
/
|
*
Add PyFunction and PyVariable; directives for python functions and variables
Takeshi KOMIYA
2019-04-13
1
-2
/
+37
|
*
deprecate PyClassmember class
Takeshi KOMIYA
2019-04-07
1
-1
/
+11
|
*
Add PyAttribute class; a directive for python attribute description
Takeshi KOMIYA
2019-04-07
1
-1
/
+20
|
*
Add PyClassMethod and PyStaticMethod; directives for python method description
Takeshi KOMIYA
2019-04-07
1
-2
/
+48
|
*
Add PyMethod class; a directive for python method description
Takeshi KOMIYA
2019-04-07
1
-1
/
+24
*
|
Merge branch '2.0'
Takeshi KOMIYA
2019-04-07
1
-46
/
+72
|
\
\
|
|
/
|
*
Merge pull request #6236 from tk0miya/refactor_pydomain3
Takeshi KOMIYA
2019-04-06
1
-39
/
+66
|
|
\
|
|
*
Add PythonDomain.note_module() to register a python module to the domain
Takeshi KOMIYA
2019-03-31
1
-6
/
+13
|
|
*
Add PythonDomain.note_module() to register a python object to the domain
Takeshi KOMIYA
2019-03-31
1
-10
/
+21
|
|
*
Add "modules" property to PythonDomain
Takeshi KOMIYA
2019-03-31
1
-5
/
+10
|
|
*
Add "objects" property to PythonDomain
Takeshi KOMIYA
2019-03-31
1
-18
/
+22
|
*
|
Update type annotations for python domain
Takeshi KOMIYA
2019-03-31
1
-7
/
+6
|
|
/
*
|
Drop features and APIs deprecated in 1.8
Takeshi KOMIYA
2019-03-30
1
-9
/
+1
|
/
*
Merge branch '2.0'
Takeshi KOMIYA
2019-03-29
1
-1
/
+2
|
\
|
*
Fix #6196: py domain: unexpected prefix is generated
Takeshi KOMIYA
2019-03-23
1
-1
/
+2
*
|
refactor PyObject class
Takeshi KOMIYA
2019-03-23
1
-27
/
+21
|
/
*
Clean up import for annotations
Takeshi KOMIYA
2019-03-06
1
-1
/
+1
*
Fix mypy violations
Takeshi KOMIYA
2019-02-14
1
-1
/
+1
*
Merge branch '1.8'
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
|
\
|
*
A happy new year!
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
*
|
Remove unnecessary encoding cookie from Python source files
Jon Dufresne
2018-12-16
1
-1
/
+0
*
|
Use Python 3 super() argument-less syntax
Jon Dufresne
2018-12-15
1
-9
/
+7
*
|
Replace all "unicode" type by "str"
Takeshi KOMIYA
2018-12-15
1
-38
/
+38
*
|
Add docutils-stubs to test deps
Takeshi KOMIYA
2018-12-15
1
-1
/
+1
*
|
Add TextlikeNode type for docfields
Takeshi KOMIYA
2018-12-10
1
-5
/
+5
*
|
Fix annotations for Directives (Replace N_co with nodes.Node)
Takeshi KOMIYA
2018-12-01
1
-6
/
+6
*
|
Fix annotations for domains
Takeshi KOMIYA
2018-11-30
1
-21
/
+20
*
|
refactor: Use super() to call methods of superclass
Takeshi KOMIYA
2018-11-28
1
-2
/
+2
*
|
Merge pull request #5665 from tk0miya/fix_typehints
Takeshi KOMIYA
2018-11-26
1
-0
/
+1
|
\
\
|
*
|
Add sphinx.util.typing:unicode to help mypy-3 migration
Takeshi KOMIYA
2018-11-24
1
-0
/
+1
*
|
|
Fix annotations for Domain.resolve_xref()
Takeshi KOMIYA
2018-11-24
1
-2
/
+2
|
/
/
*
|
Add IndexEntry class to represent an entry of indices
Takeshi KOMIYA
2018-11-21
1
-8
/
+11
*
|
Merge branch '1.8'
Takeshi KOMIYA
2018-10-16
1
-2
/
+2
|
\
\
|
|
/
|
*
Fix mypy violations
Takeshi KOMIYA
2018-10-16
1
-2
/
+2
*
|
Merge branch 'master' into HEAD
Takeshi KOMIYA
2018-09-22
1
-5
/
+4
|
\
\
[prev]
[next]