Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop dependency: sphinxcontrib-websupport | Takeshi KOMIYA | 2019-01-14 | 1 | -16/+0 |
| | |||||
* | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
| | | |||||
* | | Remove unnecessary encoding cookie from Python source files | Jon Dufresne | 2018-12-16 | 1 | -1/+0 |
|/ | | | | | | | | | | | | | | In Python 3, the default encoding of source files is utf-8. The encoding cookie is now unnecessary and redundant so remove it. For more details, see the docs: https://docs.python.org/3/howto/unicode.html#the-string-type > The default encoding for Python source code is UTF-8, so you can > simply include a Unicode character in a string literal ... Includes a fix for the flake8 header checks to stop expecting an encoding cookie. | ||||
* | Update type annotations | Takeshi KOMIYA | 2018-02-04 | 1 | -0/+3 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 |
| | |||||
* | Fix dependency errors | Takeshi KOMIYA | 2017-04-30 | 1 | -1/+5 |
| | |||||
* | Split websupport to sphinxcontrib-websupport package | Takeshi KOMIYA | 2017-04-22 | 1 | -9/+1 |
| | |||||
* | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
|\ | |||||
| * | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
| | | |||||
* | | Fix mypy violations | Takeshi KOMIYA | 2017-02-08 | 1 | -0/+5 |
|/ | |||||
* | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 |
| | |||||
* | util: pep8 fixes | Georg Brandl | 2015-03-08 | 1 | -1/+1 |
| | |||||
* | all: update copyright | Georg Brandl | 2015-01-03 | 1 | -1/+1 |
| | |||||
* | Fix tests has broken by changset:bb0211a65072 | tk0miya | 2014-08-24 | 1 | -1/+1 |
| | |||||
* | Fix #1509 TODO extension not compatible with websupport | tk0miya | 2014-08-24 | 1 | -1/+2 |
| | | | | | | | | | | websupport assigns UID to every node on reading phase and reads it on writing phase. but `todolist` directive generates new paragraph node on resolving phase. This problem will occur any extensions that generate paragraph nodes on resolving phase. This fix changes websupport ignores paragraph node not having UIDs. | ||||
* | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
| | |||||
* | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -1/+1 |
| | |||||
* | For now, do not allow comments on literals. | Georg Brandl | 2010-11-20 | 1 | -1/+2 |
| | |||||
* | Docstring harmonization. | Georg Brandl | 2010-08-22 | 1 | -0/+1 |
| | |||||
* | Put literal_blocks under versioning | Daniel Neuhäuser | 2010-08-13 | 1 | -0/+10 |