Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Separate applehelp to sphinxcontrib package | Takeshi KOMIYA | 2019-02-06 | 1 | -54/+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. | ||||
* | | Remove plistlib workaround for unsupported Pythons | Jon Dufresne | 2018-09-23 | 1 | -7/+1 |
|/ | |||||
* | Fix flake8 violations | Takeshi KOMIYA | 2018-02-19 | 1 | -0/+1 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 |
| | |||||
* | refs #3458: add sphinx.testing that are moved from /tests directory. | shimizukawa | 2017-05-14 | 1 | -1/+1 |
| | |||||
* | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
| | |||||
* | pytest: remove deprecated with_app decorator functions | shimizukawa | 2017-01-06 | 1 | -4/+5 |
| | |||||
* | Use applehelp_disable_external_tools on testing (for non MacOS) | Takeshi KOMIYA | 2016-07-14 | 1 | -1/+2 |
| | |||||
* | Optimize tests: test_applehelp_output | Takeshi KOMIYA | 2016-07-14 | 1 | -1/+4 |
| | |||||
* | Fix flake8 violation under tests/ | Takeshi KOMIYA | 2016-06-12 | 1 | -1/+0 |
| | |||||
* | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 |
| | |||||
* | fix for `make check` | shimizukawa | 2015-03-10 | 1 | -2/+2 |
| | |||||
* | Use binary mode for reading plist file, as per Python 3 docs. | Alastair Houghton | 2015-01-15 | 1 | -1/+1 |
| | |||||
* | Added tests for Apple Help generation. | Alastair Houghton | 2015-01-15 | 1 | -0/+56 |