Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo | Eisuke Kawashima | 2021-07-08 | 1 | -1/+1 |
| | |||||
* | doclinter: Allow anonymous hyperlink target having long URL | Takeshi KOMIYA | 2021-07-06 | 1 | -0/+3 |
| | |||||
* | doc: Fix docslint misunderstanding scope of code-blocks | Takeshi KOMIYA | 2021-06-06 | 1 | -1/+1 |
| | |||||
* | i18n: Pull translations via GitHub Actions automatically | Takeshi KOMIYA | 2021-05-09 | 1 | -3/+0 |
| | |||||
* | i18n: Push translations via GitHub Actions automatically | Takeshi KOMIYA | 2021-05-09 | 1 | -2/+1 |
| | |||||
* | doc: Update branch name in release-checklist | Takeshi KOMIYA | 2021-01-08 | 1 | -11/+11 |
| | |||||
* | doc: Quote URLs in release checklist | Takeshi KOMIYA | 2021-01-04 | 1 | -4/+4 |
| | | | | | To improve the install process, the commands on the checklist is updated to allow to copy & paste it to console. | ||||
* | Merge pull request #8408 from francoisfreitag/isort | Takeshi KOMIYA | 2020-11-12 | 1 | -1/+0 |
|\ | | | | | Sort imports with isort | ||||
| * | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | Keep imports alphabetically sorted and their order homogeneous across Python source files. The isort project has more feature and is more active than the flake8-import-order plugin. Most issues caught were simply import ordering from the same module. Where imports were purposefully placed out of order, tag with isort:skip. | ||||
* | | Check GitHub Actions before packaging | Takeshi KOMIYA | 2020-11-05 | 1 | -4/+4 |
|/ | |||||
* | Remove pylint task | Takeshi KOMIYA | 2020-08-10 | 1 | -301/+0 |
| | | | | | At present, pylint has no longer been used in this project. This removes the tasks and files for pylint from repository. | ||||
* | doclinter: Allow a very long literal string | Takeshi KOMIYA | 2020-07-24 | 1 | -0/+3 |
| | |||||
* | fix typo | Tetsuo Koyama | 2020-07-19 | 1 | -2/+2 |
| | |||||
* | Do "twine check" on CI process | Takeshi KOMIYA | 2020-06-14 | 1 | -4/+0 |
| | |||||
* | Merge branch '2.x' into 3.x | Takeshi KOMIYA | 2020-03-01 | 2 | -5/+4 |
|\ | |||||
| * | Merge branch 'clean_dists_on_make_clean' into 2.4.x | Takeshi KOMIYA | 2020-02-23 | 1 | -8/+8 |
| |\ | |||||
| * \ | Merge branch 'update_release_checklist' into 2.4.x | Takeshi KOMIYA | 2020-02-23 | 1 | -4/+0 |
| |\ \ | |||||
| * | | | utils/bump_version: Remove empty sections from CHANGES automatically | Takeshi KOMIYA | 2020-02-23 | 2 | -5/+4 |
| | | | | |||||
* | | | | Add a procedure to update docker image | Takeshi KOMIYA | 2020-02-24 | 2 | -0/+18 |
| | | | | |||||
* | | | | Merge pull request #7204 from tk0miya/clean_dists_on_make_clean | Takeshi KOMIYA | 2020-02-23 | 1 | -8/+8 |
|\ \ \ \ | | |_|/ | |/| | | Makefile: clean dists directory on "make clean" | ||||
| * | | | Makefile: clean dists directory on "make clean" | Takeshi KOMIYA | 2020-02-23 | 1 | -8/+8 |
| |/ / | |||||
* | | | Merge pull request #7203 from tk0miya/update_release_checklist | Takeshi KOMIYA | 2020-02-23 | 1 | -4/+0 |
|\ \ \ | | |/ | |/| | release-checklist: An update of doc-translations is no longer needed | ||||
| * | | release-checklist: An update of doc-translations is no longer needed | Takeshi KOMIYA | 2020-02-23 | 1 | -4/+0 |
| |/ | |||||
* | | 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. | ||||
* | doc: Fold lines by 80 columns | Takeshi KOMIYA | 2019-05-30 | 1 | -1/+1 |
| | |||||
* | doclinter: restrict by 90 columns | Takeshi KOMIYA | 2019-05-26 | 1 | -1/+1 |
| | |||||
* | doclinter: Fix files are ignored. | Takeshi KOMIYA | 2019-05-26 | 1 | -6/+9 |
| | |||||
* | doclinter: Ignore large code-block and long interpreted text | Takeshi KOMIYA | 2019-05-26 | 1 | -1/+19 |
| | |||||
* | Add utils/doclinter.py; a documenter linter for Sphinx | Takeshi KOMIYA | 2019-05-12 | 1 | -0/+59 |
| | |||||
* | Python-3-only clean ups discovered by pyupgrade | Jon Dufresne | 2019-03-19 | 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 | ||||
* | Do "twine check" before uploading package | Takeshi KOMIYA | 2019-03-10 | 1 | -4/+8 |
| | |||||
* | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 2 | -2/+2 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #5509 from stephenfin/remove-future-imports | Takeshi KOMIYA | 2018-12-17 | 2 | -4/+2 |
|\ \ | | | | | | | Remove future imports | ||||
| * | | Specifically request Python 3 | Stephen Finucane | 2018-12-17 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | If Sphinx is Python 3-only, Sphinx's tooling should be Python 3-only too. Signed-off-by: Stephen Finucane <stephen@that.guru> | ||||
| * | | py3: Remove (most) __future__ imports | Stephen Finucane | 2018-12-17 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There were two used: - print_function - absolute_import Both of these are mandatory in Python 3.0 onwards [1] and can therefore be removed...mostly. Unfortunately, mypy is still running in Python 2.7 mode, meaning we need the 'print_function' future wherever we're calling 'print' with the 'file' argument. There's also a single 'absolute_import' future that must be retained as its removal breaks a test for as-yet unknown reasons. TODOs are added to resolve both issues in the future. [1] https://docs.python.org/3/library/__future__.html Signed-off-by: Stephen Finucane <stephen@that.guru> | ||||
* | | | Remove unnecessary encoding cookie from Python source files | Jon Dufresne | 2018-12-16 | 2 | -11/+6 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Remove unnecessary object from class definitions | Jon Dufresne | 2018-09-11 | 1 | -1/+1 |
|/ | | | | | In Python 3, all classes are new-style classes. The object in the definition is redundant and unnecessary. | ||||
* | Merge branch '1.7' | Takeshi KOMIYA | 2018-05-14 | 1 | -4/+8 |
|\ | |||||
| * | Update release-checklist | Takeshi KOMIYA | 2018-05-11 | 1 | -3/+6 |
| | | |||||
| * | Use twine instead of 'setup.py upload'. There are security reason ( ↵ | shimizukawa | 2018-05-09 | 1 | -1/+2 |
| | | | | | | | | https://packaging.python.org/tutorials/distributing-packages/#uploading-your-project-to-pypi ) and metadata reason (refs #4936 ). | ||||
* | | Update all pypi.python.org URLs to pypi.org | Jon Dufresne | 2018-04-18 | 1 | -4/+4 |
| | | | | | | | | | | | | For details on the new PyPI, see the blog post: https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html | ||||
* | | Merge pull request #4638 from tk0miya/fix_markup | Takeshi KOMIYA | 2018-02-18 | 1 | -3/+3 |
|\ \ | |/ | | | doc: Fix markup | ||||
| * | doc: Fix markup | Takeshi KOMIYA | 2018-02-18 | 1 | -3/+3 |
| | | |||||
* | | Merge branch '1.7' | Takeshi KOMIYA | 2018-02-18 | 1 | -69/+69 |
|\ \ | |/ | |||||
| * | docs: Use literal for commands | Takeshi KOMIYA | 2018-02-16 | 1 | -69/+69 |
| | | |||||
* | | docs: protect and unprotect the stable branch on releasing | Takeshi KOMIYA | 2018-02-12 | 1 | -0/+2 |
|/ |