summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* A happy new year!Takeshi KOMIYA2021-01-0198-98/+98
* Merge branch '3.4.x' into 8602_process-docstring_for_nondatadescriptorsTakeshi KOMIYA2020-12-314-1/+56
|\
| * Fix #8164: autodoc: Classes that inherit mocked class are not documentedTakeshi KOMIYA2020-12-293-0/+39
| * autodoc: Add a helper that checks the object is mocked; ismock()Takeshi KOMIYA2020-12-281-1/+17
* | Fix #8602: autodoc: The ``autodoc-process-docstring`` event is emitted to the...Takeshi KOMIYA2020-12-291-0/+17
|/
* Ensure linkcheck items are comparableFrançois Freitag2020-12-223-0/+44
* Fix #8567: autodoc: Instance attributes are incorrectly added to Parent classTakeshi KOMIYA2020-12-221-0/+1
* Fix #8559: AttributeError is raised when using ForwardRefTakeshi KOMIYA2020-12-221-0/+6
* Merge pull request #8552 from tk0miya/8236_napoleon_receives_sectionTakeshi KOMIYA2020-12-201-0/+70
|\
| * Close #8236: napoleon: Support numpydoc's "Receives" sectionTakeshi KOMIYA2020-12-191-0/+70
* | Merge pull request #8555 from tk0miya/8512_test_commentTakeshi KOMIYA2020-12-201-0/+2
|\ \
| * | test: Add comment for UnicodeEncodeError handler (refs: #8512)Takeshi KOMIYA2020-12-201-0/+2
* | | Merge pull request #8551 from tk0miya/8365_pydomain_xref_missing_contextTakeshi KOMIYA2020-12-201-0/+47
|\ \ \ | |/ / |/| |
| * | Fix #8365: py domain: :type: and :rtype: gives false ambiguous warningsTakeshi KOMIYA2020-12-191-0/+47
| |/
* | Merge pull request #8512 from jbms/fix-nonascii_srcdirTakeshi KOMIYA2020-12-201-0/+2
|\ \
| * | Fix nonascii_srcdir to work when non-ascii directories aren't supportedJeremy Maitin-Shepard2020-11-301-0/+2
* | | Fix #741: autodoc: inherited-members doesn't support instance attributes on s...Takeshi KOMIYA2020-12-182-0/+65
* | | Merge pull request #8543 from tk0miya/8534_autoattribute_alias_derivedTakeshi KOMIYA2020-12-172-2/+8
|\ \ \
| * | | Fix #8534: autoattribute failed to document a commented attribute in alias de...Takeshi KOMIYA2020-12-172-2/+8
* | | | Fix #8545: autodoc: a __slots__ attribute is not documented even having docst...Takeshi KOMIYA2020-12-173-0/+38
|/ / /
* | | Fix #8541: autodoc_type_aliases doesn't work for the instance attrsTakeshi KOMIYA2020-12-173-3/+55
* | | Fix #8534: autoattribute failed to document a commented attribute in alias classTakeshi KOMIYA2020-12-163-0/+36
| |/ |/|
* | Remove duplicate test in test_ext_autodoc.pyJon Dufresne2020-12-121-5/+0
|/
* Merge pull request #8506 from tk0miya/8352_option_startswith_bracketTakeshi KOMIYA2020-11-291-0/+22
|\
| * Fix #8352: std domain: Failed to parse an option that starts with bracketTakeshi KOMIYA2020-11-291-0/+22
* | Fix #8503: autoattribute could not create document for a GenericAliasTakeshi KOMIYA2020-11-294-0/+79
* | Merge pull request #8505 from tk0miya/8501_extract_summary_el_atTakeshi KOMIYA2020-11-291-0/+3
|\ \ | |/ |/|
| * Fix #8501: autosummary: summary extraction splits text after "el at."Takeshi KOMIYA2020-11-281-0/+3
* | Merge pull request #8494 from timoludwig/alias-of-builtinTakeshi KOMIYA2020-11-281-2/+2
|\ \
| * | Fix #8493: Use restify() in autodoc to reference alias attributesTimo Ludwig2020-11-281-2/+2
* | | Merge pull request #8291 from QuentinSoubeyran/8285_napoleon_google_style_use...Takeshi KOMIYA2020-11-283-0/+96
|\ \ \ | |_|/ |/| |
| * | rebased on upstream/3.x; fixed CIQuentin Soubeyran2020-11-251-2/+2
| * | implemented feature in numpy style, factored common codeQuentin Soubeyran2020-11-252-16/+10
| * | refactored code and tests, prepared for numpy featureQuentin Soubeyran2020-11-254-16/+80
| * | sorted importsQuentin Soubeyran2020-11-251-1/+1
| * | moved python 3.6+ syntax test data to standalone fileQuentin Soubeyran2020-11-252-20/+22
| * | added napoleon_google_attr_annotations option to use PEP 526 on google styleQuentin Soubeyran2020-11-251-0/+36
* | | Replace modify_env() with pytest monkeypatch.setenv()Jon Dufresne2020-11-272-19/+4
* | | Unset env variables in tests by del os.environFrançois Freitag2020-11-261-1/+1
| |/ |/|
* | Fix #6629: linkcheck: Handle rate-limitingFrançois Freitag2020-11-251-0/+162
* | refactor with pyupgradeTakeshi KOMIYA2020-11-253-10/+9
|/
* Merge pull request #8481 from tk0miya/8480_slots_attributesTakeshi KOMIYA2020-11-241-0/+35
|\
| * Fix #8480: autoattribute could not create document for __slots__ attributesTakeshi KOMIYA2020-11-231-0/+35
* | Merge pull request #8474 from tk0miya/8360_update_warning_for_numrefTakeshi KOMIYA2020-11-241-4/+4
|\ \
| * | Fix #8360: Update warning message for numrefTakeshi KOMIYA2020-11-231-4/+4
* | | Merge pull request #8475 from tk0miya/8131_too_many_redirectsTakeshi KOMIYA2020-11-231-0/+28
|\ \ \ | |_|/ |/| |
| * | linkcheck: Add a testcase for infinite redirect loop on HEAD requestTakeshi KOMIYA2020-11-231-0/+28
| |/
* | Fix #8460: autodata directive does not display the detail of TypeVarsTakeshi KOMIYA2020-11-224-1/+44
|/
* Merge pull request #8465 from tk0miya/8460_NewTypeTakeshi KOMIYA2020-11-225-2/+66
|\
| * Support NewType as a class attributeTakeshi KOMIYA2020-11-213-0/+34