summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2014-12-28Use Qt resources for the window icon.Florian Bruhin
2014-12-28Set window icon. Closes #325.Florian Bruhin
2014-12-22Force-include pygments in freeze.py.Florian Bruhin
2014-12-21Clean up _get_args in run_checks.pyFlorian Bruhin
2014-12-16Revert "Use python -m to call virtualenv in init_venv."Florian Bruhin
2014-12-16Use python -m to call virtualenv in init_venv.Florian Bruhin
2014-12-16Ensure the docs gets included in freeze.py.Florian Bruhin
2014-12-15Add .ico file to freeze.py. Fixes #322.Florian Bruhin
2014-12-15Require BASEDIR in freeze.py.Florian Bruhin
2014-12-10Replace all IOError by OSErrors.Florian Bruhin
2014-12-09init_venv: Pass --no-clean to pip on Windows.Florian Bruhin
2014-12-06asciidoc2html: Check files recursively with --all.Florian Bruhin
2014-12-06Fix asciidoc2html with --allFlorian Bruhin
2014-12-05run_checks: Ignore .venv #2Florian Bruhin
2014-12-05run_checks: Ignore .venvFlorian Bruhin
2014-12-05run_checks: Also check for uncommited changes.Florian Bruhin
2014-12-05asciidoc2html: Add an --all option.Florian Bruhin
2014-12-05Fix sorting authors with the same number of commits.Florian Bruhin
2014-12-05Don't depend on cx_Freeze for tests.Florian Bruhin
2014-12-05init_venv: Fix beautifulsoup4 package name.Florian Bruhin
2014-12-05pylint: Ignore distutils ImportError.Florian Bruhin
2014-12-05init_venv: Add more dev modules.Florian Bruhin
2014-12-05init_venv: Check dev packages only with --devFlorian Bruhin
2014-12-05pylint_checkers: Whitespace fixFlorian Bruhin
2014-12-05init_venv: Use --system-site-packages on Windows.Florian Bruhin
2014-12-05init_venv: pin astroid versionFlorian Bruhin
2014-12-05init_venv: Change sip glob to include .pydFlorian Bruhin
2014-12-05Simplify checks to always use subprocess.Florian Bruhin
2014-12-05init_venv: Test all installed packagesFlorian Bruhin
2014-12-05init_venv: Don't check for pylint without --devFlorian Bruhin
2014-12-05Fix sip globbing for realFlorian Bruhin
2014-12-05init_venv: Use sys.executable for venv_pythonFlorian Bruhin
2014-12-05init_venv: Add missing glob importFlorian Bruhin
2014-12-05init_venv: Check if file exists before symlinking.Florian Bruhin
2014-12-05init_venv: Add glob for sip.so.Florian Bruhin
2014-12-04Add init_venv, script to initialize a virtualenv.Florian Bruhin
2014-12-04Add print_title/print_subtitle to utils.pyFlorian Bruhin
2014-12-03run_checks: Fix exit status.Florian Bruhin
2014-12-03run_checks: Add a -q flag.Florian Bruhin
2014-12-02Add a hostblock_blame script.Florian Bruhin
2014-11-24Get rid of ez_setup.py.Florian Bruhin
2014-11-23Fix exception handling in asciidoc2html.Florian Bruhin
2014-11-23Handle OSError when using subprocess.Florian Bruhin
2014-10-26Clean up run_checks a bit.Florian Bruhin
2014-10-26Remove unused imports.Florian Bruhin
2014-10-26Fix src2asciidoc.py.Florian Bruhin
2014-10-26Make most scripts work if we're in scripts/ directory.Florian Bruhin
2014-10-26Raise useful exception in run_checks if config wasn't found.Florian Bruhin
2014-10-20Update ez_setup to 7.0Florian Bruhin
2014-10-15pylint_checkers: Fix getting encoding argument.Florian Bruhin