Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deprecate sphinx.util:detect_encoding() and ModuleAnalyzer.encoding | Takeshi KOMIYA | 2019-12-27 | 1 | -5/+1 |
| | |||||
* | Old get_module_source API restored, new version moved to ModuleAnalyzer ↵ | hkm | 2019-12-25 | 1 | -0/+11 |
| | | | | class, tests updated | ||||
* | restore sys.path with <finally> statement | kpnr | 2019-12-16 | 1 | -4/+7 |
| | |||||
* | Added test case for non ASCII & non UTF8 encoding Windows-1251 in ↵ | hkm | 2019-12-15 | 1 | -1/+7 |
| | | | | test_pycode section | ||||
* | Test suite updated - encoding not detected when getting sources from native ↵ | hkm | 2019-12-15 | 1 | -1/+2 |
| | | | | loader | ||||
* | 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. | ||||
* | refactoring: Drop PY2 and PY3 flags | Takeshi KOMIYA | 2018-09-22 | 1 | -10/+2 |
| | |||||
* | Fix #5290: autodoc: failed to analyze source code in egg package | Takeshi KOMIYA | 2018-09-06 | 1 | -0/+26 |
| | |||||
* | Fix flake8 violations | Takeshi KOMIYA | 2018-02-19 | 1 | -0/+1 |
| | |||||
* | tests: Remove 'tests/run.py' | Stephen Finucane | 2017-12-29 | 1 | -1/+2 |
| | | | | | | | This is no longer necessary. One test needs to be modified to deal with how 'python -m pytest' modifies the PATH. Signed-off-by: Stephen Finucane <stephen@that.guru> | ||||
* | pycode: Replace pgen2 by own parser | Takeshi KOMIYA | 2017-07-26 | 1 | -18/+34 |
| | |||||
* | Add testcase for oneliner | Takeshi KOMIYA | 2017-07-26 | 1 | -2/+7 |
| | |||||
* | Add testcase for pycode interface | Takeshi KOMIYA | 2017-07-26 | 1 | -0/+44 |
| | |||||
* | Add testcode for sphinx.pycode | Takeshi KOMIYA | 2017-03-18 | 1 | -0/+90 |