summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Remove pylint taskTakeshi KOMIYA2020-08-101-301/+0
* doclinter: Allow a very long literal stringTakeshi KOMIYA2020-07-241-0/+3
* fix typoTetsuo Koyama2020-07-191-2/+2
* Do "twine check" on CI processTakeshi KOMIYA2020-06-141-4/+0
* Merge branch '2.x' into 3.xTakeshi KOMIYA2020-03-012-5/+4
|\
| * Merge branch 'clean_dists_on_make_clean' into 2.4.xTakeshi KOMIYA2020-02-231-8/+8
| |\
| * \ Merge branch 'update_release_checklist' into 2.4.xTakeshi KOMIYA2020-02-231-4/+0
| |\ \
| * | | utils/bump_version: Remove empty sections from CHANGES automaticallyTakeshi KOMIYA2020-02-232-5/+4
* | | | Add a procedure to update docker imageTakeshi KOMIYA2020-02-242-0/+18
* | | | Merge pull request #7204 from tk0miya/clean_dists_on_make_cleanTakeshi KOMIYA2020-02-231-8/+8
|\ \ \ \ | | |_|/ | |/| |
| * | | Makefile: clean dists directory on "make clean"Takeshi KOMIYA2020-02-231-8/+8
| |/ /
* | | Merge pull request #7203 from tk0miya/update_release_checklistTakeshi KOMIYA2020-02-231-4/+0
|\ \ \ | | |/ | |/|
| * | release-checklist: An update of doc-translations is no longer neededTakeshi KOMIYA2020-02-231-4/+0
| |/
* | Correct str/bytes mixup in utils/jssplitter_generator.pyJon Dufresne2019-08-171-1/+1
|/
* doc: Fold lines by 80 columnsTakeshi KOMIYA2019-05-301-1/+1
* doclinter: restrict by 90 columnsTakeshi KOMIYA2019-05-261-1/+1
* doclinter: Fix files are ignored.Takeshi KOMIYA2019-05-261-6/+9
* doclinter: Ignore large code-block and long interpreted textTakeshi KOMIYA2019-05-261-1/+19
* Add utils/doclinter.py; a documenter linter for SphinxTakeshi KOMIYA2019-05-121-0/+59
* Python-3-only clean ups discovered by pyupgradeJon Dufresne2019-03-191-1/+1
* Do "twine check" before uploading packageTakeshi KOMIYA2019-03-101-4/+8
* Merge branch '1.8'Takeshi KOMIYA2019-01-022-2/+2
|\
| * A happy new year!Takeshi KOMIYA2019-01-022-2/+2
* | Merge pull request #5509 from stephenfin/remove-future-importsTakeshi KOMIYA2018-12-172-4/+2
|\ \
| * | Specifically request Python 3Stephen Finucane2018-12-172-2/+2
| * | py3: Remove (most) __future__ importsStephen Finucane2018-12-171-2/+0
* | | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-162-11/+6
|/ /
* | Merge pull request #5803 from jdufresne/encoding-utf8Takeshi KOMIYA2018-12-161-1/+1
|\ \
| * | Avoid respecifying default encoding for .encode()/.decode() callsJon Dufresne2018-12-151-1/+1
* | | Remove use of six.unichr()Jon Dufresne2018-12-151-3/+1
|/ /
* | Remove unnecessary object from class definitionsJon Dufresne2018-09-111-1/+1
|/
* Merge branch '1.7'Takeshi KOMIYA2018-05-141-4/+8
|\
| * Update release-checklistTakeshi KOMIYA2018-05-111-3/+6
| * Use twine instead of 'setup.py upload'. There are security reason ( https://p...shimizukawa2018-05-091-1/+2
* | Update all pypi.python.org URLs to pypi.orgJon Dufresne2018-04-181-4/+4
* | Merge pull request #4638 from tk0miya/fix_markupTakeshi KOMIYA2018-02-181-3/+3
|\ \ | |/
| * doc: Fix markupTakeshi KOMIYA2018-02-181-3/+3
* | Merge branch '1.7'Takeshi KOMIYA2018-02-181-69/+69
|\ \ | |/
| * docs: Use literal for commandsTakeshi KOMIYA2018-02-161-69/+69
* | docs: protect and unprotect the stable branch on releasingTakeshi KOMIYA2018-02-121-0/+2
|/
* Call git fetch before checking statusTakeshi KOMIYA2018-02-071-4/+4
* Add procedures for beta and final releasesTakeshi KOMIYA2018-02-061-14/+89
* Update release checklist (again)Takeshi KOMIYA2018-02-031-2/+2
* Merge pull request #4513 from tk0miya/update_release_checklistTakeshi KOMIYA2018-02-031-12/+11
|\
| * Update release checklistTakeshi KOMIYA2018-01-291-12/+11
* | Use flake8-import-orderTakeshi KOMIYA2018-01-283-3/+5
|/
* package: update bump_version.pyTakeshi KOMIYA2018-01-151-5/+1
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2018-01-012-2/+2