summaryrefslogtreecommitdiff
path: root/sphinx/builders/changes.py
Commit message (Expand)AuthorAgeFilesLines
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-301-1/+1
* Migrate to py3 style type annotation: sphinx.builders.changesTakeshi KOMIYA2019-06-101-19/+9
* Python-3-only clean ups discovered by pyupgradeJon Dufresne2019-03-171-2/+2
* Merge branch '1.8' into 2.0Takeshi KOMIYA2019-03-091-2/+1
|\
| * Fix UnboundLocalError when building changesMartin Packman2019-03-081-2/+1
* | Make info messages more translatableTakeshi KOMIYA2019-01-091-1/+1
* | Remove use of deprecated APIsTakeshi KOMIYA2019-01-031-2/+4
* | 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
* | Replace pycompat.htmlescape() by html.escape()Takeshi KOMIYA2018-12-161-3/+3
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-9/+8
* | Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA2018-12-151-6/+4
* | Simplify open() call by removing default modeJon Dufresne2018-12-111-1/+1
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | Merge branch 'master' into drop-iteritemsTakeshi KOMIYA2018-09-221-6/+7
|\ \
| * | Prefer builtin open() over io.open() and codecs.open()Jon Dufresne2018-09-111-6/+7
| |/
* | Remove use of six.iteritems()Jon Dufresne2018-09-111-5/+3
|/
* refactor: Move repository of changesets to domain from envTakeshi KOMIYA2018-08-021-15/+19
* 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-5/+5
|/
* Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+2
* Use flake8-import-orderTakeshi KOMIYA2018-01-281-2/+2
* builders: Add 'Builder.epilog' optionStephen Finucane2018-01-111-0/+1
* Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* | Remove impossible conditionRobin Neatherway2017-07-191-2/+0
|/
* Add HTMLThemeFactory classTakeshi KOMIYA2017-04-201-3/+3
* Split theme manager and theme instance classTakeshi KOMIYA2017-04-201-1/+1
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
* | Upgrade to mypy-0.5Takeshi KOMIYA2017-03-031-1/+1
* | Fix mypy violationsTakeshi KOMIYA2017-02-081-0/+1
* | Merge branch 'stable'Takeshi KOMIYA2017-01-121-1/+1
|\ \ | |/
| * Fix flake8 violationsTakeshi KOMIYA2017-01-121-1/+1
* | Use loggersTakeshi KOMIYA2017-01-021-1/+1
* | Use sphinx.util.logging instead app.info(), verbose(), debug() and debug2()Takeshi KOMIYA2017-01-021-3/+7
* | Use sphinx.util.logging instead app.warn()Takeshi KOMIYA2017-01-021-2/+1
* | Update type annotationsTakeshi KOMIYA2016-12-151-1/+1
* | Merge branch 'stable'Takeshi KOMIYA2016-12-141-0/+6
|\ \ | |/
| * builtin extensions return metadata to allow parallel buildTakeshi KOMIYA2016-12-121-0/+6
* | Add type-check annotations to sphinx.buildersTakeshi KOMIYA2016-11-161-9/+20
|/
* Replace all copy_static_entry() with copy_asset()Takeshi KOMIYA2016-07-071-7/+5
* Now all builders and domains work as built-in extensionsTakeshi KOMIYA2016-07-061-0/+4
* Refactor code using ``with`` syntaxTakeshi KOMIYA2016-05-261-21/+10
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1