summaryrefslogtreecommitdiff
path: root/sphinx/util/nodes.py
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix #5648: NodeMatcher matches Text node on attribute matchTakeshi KOMIYA2018-11-251-0/+3
* | | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
|/ /
* | Fix annotations for util.nodesTakeshi KOMIYA2018-11-231-7/+9
* | Merge branch '1.8'Takeshi KOMIYA2018-10-161-1/+1
|\ \ | |/
| * Fix mypy violationsTakeshi KOMIYA2018-10-161-1/+1
* | Remove unnecessary object from class definitionsJon Dufresne2018-09-111-1/+1
* | Apply NodeMatcher to SphinxTakeshi KOMIYA2018-08-261-5/+1
* | Add NodeMatcher; a helper class for Node.traverse()Takeshi KOMIYA2018-08-261-0/+52
|/
* Fix #5213: i18n: sphinx-build crashes if node having tupled-attributedTakeshi KOMIYA2018-07-291-1/+4
* refs #4919. As after work of 4919, remove workaround, uncomment temporary dis...shimizukawa2018-05-251-5/+3
* Merge branch '1.7'Takeshi KOMIYA2018-05-141-0/+9
|\
| * Merge branch '1.7' into 4913_literal_block_under_bullet_listTakeshi KOMIYA2018-05-121-0/+5
| |\
| | * fix #4938: i18n doesn't handle node.title correctly (#4939)Takayuki SHIMIZUKAWA2018-05-111-0/+5
| * | Fix #4913: i18n: literal blocks in bullet list are not translatedTakeshi KOMIYA2018-05-071-0/+4
| |/
* | move ``get_full_module_name`` and ``repr_domxml`` functions from logging to n...shimizukawa2018-05-041-9/+39
* | add debug log for patching/extracting i18n nodes (#4918)Takayuki SHIMIZUKAWA2018-05-021-2/+22
* | Merge branch '1.7'Takeshi KOMIYA2018-03-181-2/+2
|\ \ | |/
| * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-2/+2
* | Make console and warning messages translatableTakeshi KOMIYA2018-03-031-2/+3
* | refactor: Move pairindextypes to sphinx.domains.pythonTakeshi KOMIYA2018-03-031-1/+2
|/
* Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+2
* optimize: Don't use transform to process only nodes on resolving toctreeTakeshi KOMIYA2018-02-111-0/+21
* Merge pull request #4505 from tk0miya/use_flake8-import-orderTakeshi KOMIYA2018-01-291-2/+1
|\
| * Use flake8-import-orderTakeshi KOMIYA2018-01-281-2/+1
* | Merge branch 'stable' into 1.7-releaseTakeshi KOMIYA2018-01-291-0/+2
|\ \ | |/ |/|
| * Fix #3917: citation labels are tranformed to ellipsisTakeshi KOMIYA2018-01-271-0/+2
* | Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* | Merge branch 'stable'Takeshi KOMIYA2017-07-021-0/+22
|\ \ | |/
| * Refactor smart-quotes detectorTakeshi KOMIYA2017-06-241-2/+8
| * fixTakeshi KOMIYA2017-06-181-0/+16
* | Merge branch 'stable'Takeshi KOMIYA2017-05-261-14/+0
|\ \ | |/
| * Fix #3803: Sphinx crashes with invalid PO filesTakeshi KOMIYA2017-05-251-14/+0
* | Remove deprecated feature: sphinx.util.nodes.process_only_nodes()Takeshi KOMIYA2017-04-271-26/+0
|/
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
* | Add OnlyNodeTransform as a tranformTakeshi KOMIYA2017-03-101-0/+6
* | Upgrade to mypy-0.5Takeshi KOMIYA2017-03-031-1/+2
* | Reduce DeprecationWarnings for regexpTakeshi KOMIYA2017-02-171-2/+2
* | Add mypy annotationsTakeshi KOMIYA2017-02-101-2/+2
* | Fix mypy violationsTakeshi KOMIYA2017-02-081-0/+1
* | Move doc reference to under standard domainTakeshi KOMIYA2017-01-291-3/+6
* | Merge branch 'stable'Takeshi KOMIYA2017-01-161-10/+5
|\ \ | |/
| * fixed #3335: gettext does not extract field_name of a field in a field_listshimizukawa2017-01-151-0/+1
| * node.source and node.line attributes are set for figure caption and nodes.tit...shimizukawa2017-01-151-2/+0
| * Update special support nodes for gettext processing.shimizukawa2017-01-151-10/+6
* | Merge branch 'stable'Takeshi KOMIYA2017-01-121-4/+4
|\ \ | |/
| * Fix flake8 violationsTakeshi KOMIYA2017-01-121-4/+4
* | logger.warning() supports node as location parameterTakeshi KOMIYA2017-01-021-2/+2
* | Use loggersTakeshi KOMIYA2017-01-021-10/+10