Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace `jssplitter` with JavaScript | Adam Turner | 2022-03-19 | 1 | -113/+0 |
| | |||||
* | Merge branch 'master' into fix-searchtools | Takeshi KOMIYA | 2022-03-20 | 1 | -9/+3 |
|\ | |||||
| * | Remove copyright and licence fields | Adam Turner | 2022-02-20 | 1 | -3/+0 |
| | | |||||
| * | Fix module docstring indentation | Adam Turner | 2022-02-20 | 1 | -3/+3 |
| | | |||||
| * | Fix module docstring first line | Adam Turner | 2022-02-20 | 1 | -2/+1 |
| | | |||||
| * | Remove module titles in docstrings | Adam Turner | 2022-02-19 | 1 | -3/+0 |
| | | |||||
* | | Update splitQuery | Adam Turner | 2022-03-08 | 1 | -65/+44 |
|/ | |||||
* | Correct str/bytes mixup in utils/jssplitter_generator.py | Jon Dufresne | 2019-08-17 | 1 | -1/+1 |
| | | | | The file is opened in text mode, so it .wraite() takes str not bytes. | ||||
* | Python-3-only clean ups discovered by pyupgrade | Jon Dufresne | 2019-03-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | https://github.com/asottile/pyupgrade > A tool to automatically upgrade syntax for newer versions of the > language. - Drop u str prefix - Drop base object inheritance - Drop args to super() - Use set literals - Use dict comprehension - Use set comprehension | ||||
* | 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 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Merge pull request #5803 from jdufresne/encoding-utf8 | Takeshi KOMIYA | 2018-12-16 | 1 | -1/+1 |
|\ \ | | | | | | | Avoid respecifying default encoding for .encode()/.decode() calls | ||||
| * | | Avoid respecifying default encoding for .encode()/.decode() calls | Jon Dufresne | 2018-12-15 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | | | | | | | | | In Python 3, both .encode() and .decode() default the encoding to 'utf-8'. See the docs: https://docs.python.org/3/library/stdtypes.html#str.encode https://docs.python.org/3/library/stdtypes.html#bytes.decode Simplify and shorten the code by using the default instead of respecifying it. | ||||
* | | Remove use of six.unichr() | Jon Dufresne | 2018-12-15 | 1 | -3/+1 |
|/ | | | | Use Python 3 chr() instead. | ||||
* | Use flake8-import-order | Takeshi KOMIYA | 2018-01-28 | 1 | -1/+2 |
| | |||||
* | Merge branch 'happy_new_year' into master | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 |
| | | |||||
* | | Fix DeprecationWarning for r'…(?u)' | Daniel Hahler | 2017-08-18 | 1 | -2/+2 |
|/ | | | | | | Fixes > DeprecationWarning: Flags not at the start of the expression … | ||||
* | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
| | |||||
* | Fix flake8 violations | Takeshi KOMIYA | 2017-01-12 | 1 | -2/+2 |
| | |||||
* | Fix style-check violations | Takeshi KOMIYA | 2016-11-23 | 1 | -4/+4 |
| | |||||
* | fix #3150 | Yoshiki Shibukawa | 2016-11-19 | 1 | -0/+142 |