summaryrefslogtreecommitdiff
path: root/sphinx/util/docfields.py
Commit message (Expand)AuthorAgeFilesLines
* A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* Fix #8365: py domain: :type: and :rtype: gives false ambiguous warningsTakeshi KOMIYA2020-12-191-0/+1
* Sort imports with isortFrançois Freitag2020-11-111-3/+3
* Add stacklevel parameter to warnings.warn() callTakeshi KOMIYA2020-05-031-2/+2
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Fix #6474: ``DocFieldTransformer`` raises AttributeErrorTakeshi KOMIYA2019-08-021-1/+8
* Fix type annotation for python 3.5.1Takeshi KOMIYA2019-07-131-3/+4
* Migrate to py3 style type annotation: sphinx.util.docfieldsTakeshi KOMIYA2019-06-031-67/+32
* Add ObjectDescription.get_field_type_map()Takeshi KOMIYA2019-03-231-5/+7
* Clean up import for annotationsTakeshi KOMIYA2019-03-061-1/+0
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Merge pull request #5509 from stephenfin/remove-future-importsTakeshi KOMIYA2018-12-171-1/+0
|\ \
| * | py3: Remove (most) __future__ importsStephen Finucane2018-12-171-1/+0
* | | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
|/ /
* | Use Python 3 super() argument-less syntaxJon Dufresne2018-12-151-2/+2
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-22/+22
* | Fix annotaions for docfieldsTakeshi KOMIYA2018-12-121-15/+15
* | Merge pull request #5740 from tk0miya/fix_typehints_for_TextlikeNodeTakeshi KOMIYA2018-12-101-3/+3
|\ \
| * | Add TextlikeNode type for docfieldsTakeshi KOMIYA2018-12-101-3/+3
* | | Fix annotationsTakeshi KOMIYA2018-12-101-1/+1
|/ /
* | Fix annotations for cpp domainTakeshi KOMIYA2018-12-041-1/+1
* | Fix annotations for utilTakeshi KOMIYA2018-11-301-34/+43
* | Fix annotations for minor methods and functionsTakeshi KOMIYA2018-11-301-3/+3
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | Use super() to call parent class's methodJon Dufresne2018-11-111-2/+2
* | Merge branch 'master' into HEADTakeshi KOMIYA2018-09-221-2/+4
|\ \ | |/
| * Merge branch '1.8' into 5426_TypeError_for_class_attributesTakeshi KOMIYA2018-09-221-1/+2
| |\
| | * Fix #5432: py domain: :type: field can't process :term: referencesTakeshi KOMIYA2018-09-221-1/+2
| * | Fix py domain: TypeError has been raised for class attribute (ref: #5426)Takeshi KOMIYA2018-09-221-1/+2
| |/
* | Remove unnecessary object from class definitionsJon Dufresne2018-09-111-2/+2
|/
* Merge branch '1.7'Takeshi KOMIYA2018-03-181-3/+2
|\
| * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-3/+2
* | Merge branch '1.7'Takeshi KOMIYA2018-02-181-2/+3
|\ \ | |/
| * Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+3
* | Merge pull request #4047 from AWhetter/fix_2979_2Rob Ruana2018-02-031-6/+23
|\ \ | |/ |/|
| * Properties can have types documented with :type:Ashley Whetter2017-09-061-6/+23
* | A happy new year!Takeshi KOMIYA2018-01-011-1/+1
|/
* Merge branch 'stable' into 1.6-releasejfbu2017-05-051-1/+2
|\
| * Fix #3685: AttributeError when using 3rd party domainsTakeshi KOMIYA2017-05-031-1/+2
* | Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\ \ | |/
| * Year++Takeshi KOMIYA2017-03-261-1/+1
* | Correct missing space before type annotationjfbu2017-03-121-4/+4
* | Split some long type-checking annotation linesjfbu2017-03-121-12/+39
* | Merge branch 'stable'jfbu2017-03-121-19/+22
|\ \ | |/
| * Make docfield xref changes backwards compatibleJakob Lykke Andersen2017-03-111-21/+22
| * Add callback on domains for xrefs from fields.Jakob Lykke Andersen2017-03-081-15/+16
* | Upgrade to mypy-0.5Takeshi KOMIYA2017-03-031-1/+1
* | Fix mypy violationsTakeshi KOMIYA2017-02-081-3/+4
* | Set 'document' attribute of new node in DocFieldTransformerHenrik Alsing Friberg2017-01-191-0/+1