summaryrefslogtreecommitdiff
path: root/tests/test_util_inspect.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | Merge branch '1.8'Takeshi KOMIYA2018-11-011-3/+7
|\ \ | |/
| * Fix #5480: autodoc: unable to find type hints for unresolvable Forward refere...Takeshi KOMIYA2018-10-151-1/+5
* | Merge branch 'master' into HEADTakeshi KOMIYA2018-09-221-82/+34
|\ \
| * | refactoring: Drop PY2 and PY3 flagsTakeshi KOMIYA2018-09-221-52/+18
| * | test: Merge py3/test_util_inspect_py3.py to test_util_inspect.pyTakeshi KOMIYA2018-09-221-2/+10
| * | Drop branches for sys.version_info < (3, 4)Takeshi KOMIYA2018-09-221-28/+6
* | | Remove unnecessary object from class definitionsJon Dufresne2018-09-111-6/+6
|/ /
* | Ensure frozenset object descriptions are reproducibleChris Lamb2018-09-051-0/+18
|/
* Merge branch '1.7' into 1.8Takeshi KOMIYA2018-08-251-2/+9
|\
| * test: Upgrade python on Circle CI to 3.5Takeshi KOMIYA2018-08-251-1/+4
| * Fix #5322: autodoc: ``Any`` typehint causes formatting errorTakeshi KOMIYA2018-08-221-1/+5
* | Merge branch '1.7'Takeshi KOMIYA2018-08-171-3/+15
|\ \ | |/
| * Fix #5291: autodoc crashed by ForwardRef typesTakeshi KOMIYA2018-08-151-0/+3
| * test Signature annotations in py34 tooTakeshi KOMIYA2018-08-151-2/+2
| * Fix autodoc: Optional types are wrongly renderedTakeshi KOMIYA2018-08-151-1/+6
| * handle NoneType as NoneTerence D. Honles2018-08-101-1/+5
* | Merge branch '1.7'Takeshi KOMIYA2018-07-171-1/+5
|\ \ | |/
| * Add a failing test for formatting Tuple[int, str, int]Dmitry Shachnev2018-07-131-1/+5
* | Merge branch '1.7'Takeshi KOMIYA2018-06-161-0/+23
|\ \ | |/
| * Fix #5032: autodoc loses the first staticmethod parameter for old styled classesTakeshi KOMIYA2018-06-131-0/+23
* | Merge branch '1.7'Takeshi KOMIYA2018-05-191-0/+4
|\ \ | |/
| * Fix #4969: autodoc: constructor method should not have return annotationTakeshi KOMIYA2018-05-191-0/+4
* | Ensure the set object description is reproducible.Chris Lamb2018-04-141-0/+18
|/
* Fix flake8 violationsTakeshi KOMIYA2018-02-191-2/+3
* Fix #4539: autodoc emits warnings for partialmethodsTakeshi KOMIYA2018-02-041-0/+27
* Fix #4490: autodoc: type annotation is broken with python 3.7.0a4+Takeshi KOMIYA2018-01-271-6/+1
* Merge branch 'stable' into 1.7-releaseTakeshi KOMIYA2018-01-251-1/+6
|\
* | Fix #3570: autodoc: Do not display typing. module for type hintsTakeshi KOMIYA2018-01-131-6/+6
* | Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* | Fix flake8 violationsTakeshi KOMIYA2017-12-231-1/+0
* | Merge branch 'stable'Takeshi KOMIYA2017-11-021-0/+21
|\ \ | |/
| * Add a test for the previous changeDmitry Shachnev2017-10-231-0/+20
* | Fix expected resultTakeshi KOMIYA2017-06-171-1/+3
* | Add bound_method hint to Signature classTakeshi KOMIYA2017-06-171-0/+3
* | Signature formats args of method correctly in py2Takeshi KOMIYA2017-06-171-11/+28
* | Add Signature classTakeshi KOMIYA2017-06-171-0/+118
* | Add testcase for sphinx.util.inspect:getargspec()Takeshi KOMIYA2017-06-171-3/+42
* | Refactor test_util_inspect: Do not use unittestTakeshi KOMIYA2017-06-171-106/+107
|/
* Skip testcase for sphinx.util.inspect on 3.4.3Takeshi KOMIYA2017-05-091-1/+2
* Fix flake8 violationsTakeshi KOMIYA2017-05-091-0/+1
* Merge pull request #3449 from njsmith/getargspec-__wrapped__Takayuki SHIMIZUKAWA2017-04-191-0/+60
|\
| * Make sure that getargspec raises on built-in typesNathaniel J. Smith2017-02-241-0/+5
| * On Py3, use inspect.signature for more accurate signature calculationNathaniel J. Smith2017-02-231-0/+55
* | Year++Takeshi KOMIYA2017-03-261-1/+1
|/
* Fix tests for Python 2.6Leo Huckvale2016-07-141-3/+15
* inspect: return defargs[0] if obj.__dict__ raises exceptionLeo Huckvale2016-07-141-0/+58