summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable' into 1.6-releaseTakeshi KOMIYA2017-04-251-0/+1
|\
| * Remove Sphinx.egg-info on `make clean`Takeshi KOMIYA2017-04-061-0/+1
* | Merge pull request #3416 from tk0miya/refactor_literalincludeTakeshi KOMIYA2017-02-251-10/+15
|\ \
| * \ Merge branch 'master' into refactor_literalincludeTakeshi KOMIYA2017-02-171-1/+1
| |\ \
| * | | Update DONT_CHECK listTakeshi KOMIYA2017-02-131-10/+15
* | | | Merge branch 'stable'Takeshi KOMIYA2017-02-251-1/+1
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Fix #3453: remove doc/_build/ forcely on `make clean` on Sphinx reposTakeshi KOMIYA2017-02-251-1/+1
* | | Reduce DeprecationWarnings for regexpTakeshi KOMIYA2017-02-171-1/+1
| |/ |/|
* | Merge branch 'stable'Takeshi KOMIYA2017-01-161-0/+7
|\ \ | |/
| * Merge branch 'stable' into 3256_update_release_scriptTakeshi KOMIYA2017-01-141-5/+5
| |\
| * | Update packaging script (refs: #3256)Takeshi KOMIYA2016-12-191-0/+7
* | | Merge branch 'stable'Takeshi KOMIYA2017-01-101-1/+1
|\ \ \ | | |/ | |/|
| * | pytest optimizatoin:shimizukawa2017-01-081-1/+1
* | | Merge branch 'stable'Takeshi KOMIYA2017-01-081-0/+1
|\ \ \ | |/ /
| * | Ignore .cache/Takeshi KOMIYA2017-01-071-0/+1
* | | Merge branch 'stable'shimizukawa2017-01-071-4/+3
|\ \ \ | |/ /
| * | pytest migrationshimizukawa2017-01-041-4/+3
| |/
* | Merge branch 'stable'Takeshi KOMIYA2016-12-141-1/+4
|\ \ | |/
| * Remove .mypy_cache on `make clean`Takeshi KOMIYA2016-12-131-1/+4
* | Prepare to type-check using mypyTakeshi KOMIYA2016-11-161-2/+5
|/
* Merge branch 'stable'Takeshi KOMIYA2016-10-021-1/+4
|\
| * Fix "make clean" does not remove build/ directoryTakeshi KOMIYA2016-10-021-1/+4
* | Merge branch 'stable'Takeshi KOMIYA2016-08-201-0/+1
|\ \ | |/
| * Add testfiles to DONT_CHECK targetTakeshi KOMIYA2016-08-201-0/+1
* | Remove env from DONT_CHECK (ref: #2760)Takeshi KOMIYA2016-07-161-1/+1
* | Update skiplist of style-checkerTakeshi KOMIYA2016-07-151-0/+1
|/
* Clear __pycache__, tests/build and .tox on `make clean`Takeshi KOMIYA2016-05-301-1/+8
* Exclude stuff from style-checkJakob Lykke Andersen2015-11-291-0/+2
* Conditionally enable py3.5 tests in travisAlberto Berti2015-11-101-0/+3
* Rename "make check" to "make style-check"; "make check" is often used for tes...Georg Brandl2015-09-191-4/+4
* Port check_sources to single-source.Georg Brandl2015-09-181-16/+1
* Fix: "make check" fails on 'typing_test_data.py' on Py2 environment. Closes #...shimizukawa2015-09-131-0/+1
* fix trailing space and long lineTakayuki Shimizukawa2014-10-091-1/+16
* Complete test suite overhaul.Georg Brandl2014-09-211-2/+2
* Ignore japanese search: it has long lines but breaking them would be ugly.Georg Brandl2011-01-151-0/+1
* Update phony targets list.Georg Brandl2010-07-281-2/+2
* Add some changes not picked up in the transplantation process.Georg Brandl2010-07-281-1/+1
* Stop modifying PYTHONPATH in the MakefileDaniel Neuhäuser2010-05-161-2/+0
* make now works without python3Daniel Neuhäuser2010-05-231-3/+7
* Added latest reindent.py fileDaniel Neuhäuser2010-05-171-2/+2
* Ignore errors when removing generated filesDaniel Neuhäuser2010-05-171-1/+1
* check_sources.py is now ported to 3.xDaniel Neuhäuser2010-05-171-1/+1
* Keep under 80 chars per line in the MakefileDaniel Neuhäuser2010-05-161-6/+9
* Automatically use converted scripts in the makefileDaniel Neuhäuser2010-05-161-5/+15
* Ignore failures in removing converted utils.Georg Brandl2010-07-281-1/+1
* Scripts in utils are now automatically converted. They may not work at the mo...Daniel Neuhäuser2010-05-161-4/+10
* Added a build target to the Makefile which we need for python3 testsDaniel Neuhäuser2010-05-161-2/+5
* Added a clean-backupfiles target to the makefileDaniel Neuhäuser2010-05-161-2/+5
* Changed tests/run.py so that it's possible to run the testsuite on python3 mo...Daniel Neuhäuser2010-05-091-1/+1
* Show python 3.x incompatibilities which cannot be trivially fixedDaniel Neuhäuser2010-04-291-1/+1