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
*
Obligatory copyright update.
Georg Brandl
2016-01-14
1
-1
/
+1
*
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
*
Merged in JonnyJD/sphinx/autodoc_novalue (pull request #109)
Georg Brandl
2013-09-16
1
-0
/
+1
|
\
|
*
autodoc: change :novalue: to :annoation: option
Johannes Dewender
2013-02-27
1
-1
/
+1
|
*
fix tests for autodoc novalue option
Johannes Dewender
2013-01-24
1
-0
/
+1
*
|
test suite fixes
Georg Brandl
2013-04-01
1
-1
/
+2
*
|
tests: replace "from util import *" by explicit imports
Georg Brandl
2013-04-01
1
-1
/
+4
*
|
Fix overlong lines.
Georg Brandl
2013-03-31
1
-1
/
+2
*
|
Fix autodoc crash if :members: and :special-members: ware both set (by d7ac5e4).
Takayuki Shimizukawa
2013-02-03
1
-0
/
+18
*
|
Closes #1062: sphinx.ext.autodoc use __init__ method signature for class sign...
Takayuki Shimizukawa
2013-02-03
1
-0
/
+14
*
|
test refactoring: use with_setup for all test_autodoc.py's tests
Takayuki Shimizukawa
2013-02-03
1
-13
/
+22
*
|
add test for pull request #111: Respect add_autodoc_attrgetter() even when in...
Takayuki Shimizukawa
2013-02-03
1
-0
/
+42
|
/
*
fix: autodoc documented descriptor class as attribute
Takayuki Shimizukawa
2013-01-12
1
-0
/
+11
*
Issue #1069: Add failing test for signature formatting of "partial" functions...
Jonathan Waltman
2013-01-09
1
-0
/
+14
*
Add basic debugging support for autodoc.
Jonathan Waltman
2013-01-05
1
-2
/
+2
*
Copyright update.
Georg Brandl
2013-01-01
1
-1
/
+1
*
autodoc: Handle explicit instance attributes in :members: (re #904)
Jonathan Waltman
2012-11-08
1
-0
/
+45
*
Closes #617: Fix docstring preparation without included signature: only ignor...
Jonathan Waltman
2012-09-16
1
-0
/
+13
*
#431: Doc comments for attributes can now be given on the same line as the as...
Georg Brandl
2011-01-15
1
-0
/
+2
*
#437: autodoc now shows values of class data attributes.
Georg Brandl
2011-01-08
1
-1
/
+24
*
Support for autodocumenting partial functions.
Ćukasz Langa
2011-01-08
1
-3
/
+32
*
merge with 1.0
Georg Brandl
2011-01-07
1
-0
/
+1
|
\
|
*
Fix test_autodoc.
Georg Brandl
2011-01-07
1
-0
/
+1
*
|
merge with 1.0
Georg Brandl
2011-01-06
1
-0
/
+14
|
\
\
|
|
/
|
*
#568: Fix lookup of class attribute documentation on descriptors so that comm...
Georg Brandl
2011-01-06
1
-0
/
+14
*
|
merge with 1.0
Georg Brandl
2011-01-04
1
-1
/
+1
|
\
\
|
|
/
|
*
New year update.
Georg Brandl
2011-01-04
1
-1
/
+1
[next]