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
/
tests
/
test_autodoc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Year++
Takeshi KOMIYA
2017-03-26
1
-1
/
+1
*
Fix flake8 violations
Takeshi KOMIYA
2017-01-26
1
-0
/
+2
*
pytest optimizatoin:
shimizukawa
2017-01-08
1
-19
/
+24
*
pytest migration
shimizukawa
2017-01-04
1
-10
/
+15
*
Merge branch 'stable' into 1.5-release
Takeshi KOMIYA
2016-12-03
1
-2
/
+12
|
\
|
*
Merge branch 'fix-attr-documenter' into stable
shimizukawa
2016-11-24
1
-2
/
+12
|
|
\
|
|
*
Fix documentation of descriptor classes that have a custom metaclass
Erik M. Bray
2015-04-09
1
-2
/
+13
|
*
|
Fix #3135: ``sphinx.ext.autodoc`` crashes with plain Callable
Takeshi KOMIYA
2016-11-13
1
-3
/
+4
*
|
|
Fix annotations formatting for plain typing.Callable
Alex Grönholm
2016-11-02
1
-4
/
+5
*
|
|
Merge pull request #3071 from mleinart/autodoc/pass_through_decorators
Takeshi KOMIYA
2016-11-02
1
-0
/
+11
|
\
\
\
|
*
|
|
Add tests for mocked modules
Michael Leinartas
2016-10-21
1
-0
/
+11
*
|
|
|
Closes #3060: autodoc supports documentation for attributes of Enum class. No...
shimizukawa
2016-10-28
1
-0
/
+33
|
/
/
/
*
|
|
refs #2432 update for latest master
shimizukawa
2016-10-19
1
-2
/
+2
*
|
|
Merge pull request #2432 from agronholm/kwonlyargs
Takayuki SHIMIZUKAWA
2016-10-19
1
-3
/
+6
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix unwanted * between varargs and keyword only args
Alex Grönholm
2016-04-09
1
-4
/
+7
*
|
|
ext.autodoc: fix formatting instance annotations
Joost van Zwieten
2016-08-07
1
-1
/
+4
*
|
|
Fix flake8 violation under tests/
Takeshi KOMIYA
2016-06-12
1
-26
/
+41
|
/
/
*
|
Merge pull request #2300 from akruis/feature_autoclass_content_from__new__
Takeshi KOMIYA
2016-02-14
1
-0
/
+33
|
\
\
|
*
|
Feature: enhance autoclass:: to use the docstring of __new__
Anselm Kruis
2016-02-05
1
-0
/
+33
*
|
|
Merge branch 'stable'
Georg Brandl
2016-01-14
1
-1
/
+1
|
\
\
\
|
|
/
/
|
*
|
Obligatory copyright update.
Georg Brandl
2016-01-14
1
-1
/
+1
|
|
/
*
|
Move py3.5 specific tests to their own file and adjust test environment
Alberto Berti
2015-11-10
1
-16
/
+0
*
|
Add a test for doc on coroutine functions and general support for async/await...
Alberto Berti
2015-11-10
1
-0
/
+18
*
|
Skip type hinting tests if there is a SyntaxError while importing a module wi...
Andrey Vlasovskikh
2015-07-31
1
-1
/
+1
*
|
Use 'SkipTest' from 'util' for tests
Andrey Vlasovskikh
2015-07-31
1
-3
/
+2
*
|
Closes #1968: Show extended type hints for function annotations that use 'typ...
Andrey Vlasovskikh
2015-07-31
1
-1
/
+45
|
/
*
Merge branch 'stable'
Georg Brandl
2015-01-03
1
-1
/
+1
|
\
|
*
all: update copyright
Georg Brandl
2015-01-03
1
-1
/
+1
*
|
Py3 fix.
Georg Brandl
2014-11-07
1
-2
/
+2
*
|
merge with stable
Georg Brandl
2014-11-07
1
-8
/
+20
|
\
\
|
|
/
|
*
Fix :confval:`autodoc_docstring_signature` not working with signatures
Georg Brandl
2014-11-07
1
-8
/
+20
*
|
fix trailing space and long line
Takayuki Shimizukawa
2014-10-09
1
-4
/
+8
*
|
Complete test suite overhaul.
Georg Brandl
2014-09-21
1
-1
/
+1
*
|
Move env.temp_data content that might be used to resolve references to a new ...
Georg Brandl
2014-09-20
1
-13
/
+13
*
|
merge with stable
Takayuki Shimizukawa
2014-07-13
1
-0
/
+6
|
\
\
|
|
/
|
*
* In autodoc, fix display of parameter defaults containing backslashes. Close...
Takayuki Shimizukawa
2014-07-02
1
-0
/
+6
*
|
* add test and code comment for pull request #157
Takayuki Shimizukawa
2014-06-14
1
-0
/
+47
*
|
merge with stable
Takayuki Shimizukawa
2014-06-09
1
-0
/
+3
|
\
\
|
|
/
|
*
* Fix exception on Python3 if nonexistent method is specified by automethod. ...
Takayuki Shimizukawa
2014-06-09
1
-0
/
+3
*
|
remove 'six' name except importing line.
Takayuki Shimizukawa
2014-04-30
1
-2
/
+2
*
|
introduce the six module and reduce sphinx.util.pycompat implementation. refs...
Takayuki Shimizukawa
2014-04-29
1
-4
/
+2
*
|
Update copyright year.
Georg Brandl
2014-03-01
1
-1
/
+1
|
\
\
|
|
/
|
*
Update copyright year.
Georg Brandl
2014-03-01
1
-1
/
+1
|
*
Fix an exception introduced by b69b59480cba for __init__ with no docstring.
Ben Darnell
2014-01-20
1
-0
/
+16
*
|
Fix an exception introduced by b69b59480cba for __init__ with no docstring.
Ben Darnell
2014-01-20
1
-0
/
+16
*
|
merge heads
Takayuki Shimizukawa
2014-01-15
1
-8
/
+3
|
\
\
|
|
/
|
/
|
|
*
Drop python-2.5 and remove 2.4,2.5 support codes
Takayuki Shimizukawa
2013-12-15
1
-8
/
+3
*
|
Fix autodoc with ``autoclass_content="both"`` uses useless ``object.__init__`...
Takayuki Shimizukawa
2014-01-02
1
-0
/
+14
|
/
*
Fix: autodoc class __init__ override not removed from docstring. Closes #1138
Takayuki Shimizukawa
2013-12-09
1
-0
/
+33
*
Test suite quickfix.
Georg Brandl
2013-09-16
1
-0
/
+1
[next]