]> git.phdru.name Git - cookiecutter.git/shortlog
cookiecutter.git
2018-03-29 Oleg Broytmansetup.py: Add `project_urls`
2018-03-28 Oleg BroytmanUse setuptools instead of distutils
2018-03-28 Oleg Broytman2018 year
2018-02-24 Oleg BroytmanFeat: Moved ~/admin/prog/git-scripts to ~/prog/git...
2018-02-04 Oleg BroytmanBuild: Use module returned by imp.load_source() directly
2018-01-10 Oleg BroytmanFeat: Allow to run clone2current/publish2web from the...
2017-12-17 Oleg BroytmanTests(tox.ini): platform = linux
2017-12-17 Oleg BroytmanTests(tox.ini): Simplify [general]: run {[testenv]commands}
2017-12-11 Oleg BroytmanCI: Rename TOX_ENV -> TOXENV; execute tox (no need...
2017-12-11 Oleg BroytmanCI: Upgrade pip and setuptools
2017-12-11 Oleg BroytmanBuild(setup.py): Use python_requires keyword
2017-12-09 Oleg BroytmanPut project_name into .git/description
2017-10-06 Oleg BroytmanTests(CI): Explicitly list python versions at Travis CI
2017-08-20 Oleg BroytmanTests(CI): Reorder env vars in appveyor.yml
2017-08-19 Oleg BroytmanFix(setup): Fix platforms
2017-07-26 Oleg BroytmanFix: Script mk-git-aliases has been moved to devscripts
2017-06-17 Oleg BroytmanUse ppu to cleanup pip cache
2017-05-20 Oleg BroytmanUse sed --in-place instead of replace
2017-05-07 Oleg BroytmanStop supporting Python 2.6
2017-05-07 Oleg BroytmanMove hard requirements from tox.ini to requirements.txt
2017-05-07 Oleg BroytmanMove requirements.txt to devscripts/
2017-04-30 Oleg BroytmanFix rename-project: fix only exiting files
2017-04-30 Oleg BroytmanConvert README to reST
2017-04-30 Oleg BroytmanFix comment in appveyor.yml
2017-04-30 Oleg BroytmanAdd scripts for manipulating projects
2017-04-30 Oleg BroytmanRename cookiecutter -> mk-project
2017-04-29 Oleg BroytmanFix mode for open at w32
2017-04-29 Oleg BroytmanFix tox.ini: add envs for Python 3.3, 3.5, 3.6
2017-04-29 Oleg BroytmanFix copy/paste error
2017-04-29 Oleg BroytmanFix development requirements: add pytest-cov and tox
2017-04-29 Oleg BroytmanExclude publish-docs
2017-04-29 Oleg BroytmanAdd README.html for gitweb
2017-04-29 Oleg BroytmanMove get-commit-message.vim and mk-git-aliases to devsc...
2017-04-28 Oleg BroytmanAdd home/repo/tracker URLs
2017-04-28 Oleg BroytmanUse htdocs.path instead of absolute path
2017-04-28 Oleg BroytmanRun tests at Travis CI and AppVeyor
2017-04-18 Oleg BroytmanAdd script update-remotes
2017-04-18 Oleg BroytmanRemove update script
2017-04-16 Oleg BroytmanAdd generic installation instructions
2017-04-15 Oleg BroytmanInclude tox.ini into sdist
2017-04-15 Oleg Broytman[Makefile] make docs
2017-04-15 Oleg BroytmanAdd rebuild script
2017-04-15 Oleg BroytmanAdd docs/news.rst
2017-04-15 Oleg Broytman[setup.py] Append {project} to URL
2017-04-15 Oleg BroytmanExecute mk-git-aliases
2017-04-15 Oleg BroytmanPython: 2.6, 2.7 and 3.3+
2017-04-15 Oleg Broytman2017
2017-04-15 Oleg BroytmanFix templates in setup.py
2017-04-15 Oleg Broytman[setup.cfg] Remove outdated ez_setup.py
2017-03-12 Oleg BroytmanRemove outdated upgrade-ezsetup
2017-03-12 Oleg BroytmanFix pip's --install-option: --compile is default and...
2017-01-30 Oleg BroytmanRemove deprecated ez_setup.py
2016-10-01 Oleg BroytmanSet toxworkdir to ~/.tox
2016-09-28 Oleg BroytmanIgnore coverage data and reports
2016-09-24 Oleg BroytmanRun flake8 from root to test docs and scripts
2016-09-24 Oleg BroytmanSimplify tox.ini: call pytest with the current python
2016-09-23 Oleg BroytmanReplace {project} with $project_name in .gitignore
2016-09-23 Oleg BroytmanFix copy/paste in .gitignore
2016-09-23 Oleg BroytmanExtend .gitignore
2016-09-21 Oleg BroytmanIgnore .cache and .tox directories only at the top
2016-09-21 Oleg BroytmanUse {project} as the placeholder
2016-09-20 Oleg BroytmanUse coverage and tox for testing
2016-09-20 Oleg BroytmanConvert tests from unittest to pytest
2016-09-20 Oleg BroytmanSet PYTHONPATH for tests
2016-09-11 Oleg Broytmangenapidocs: replace short options with long ones
2016-09-11 Oleg BroytmanRequire pytest for testing and Sphinx for docs
2016-09-11 Oleg BroytmanUse pytest for testing
2016-09-03 Oleg BroytmanUpdate get-commit-message.vim
2016-08-28 Oleg BroytmanRadically simplify MANIFEST.in by using global-include
2016-08-10 Oleg BroytmanRename mk-git-alias -> mk-git-aliases, add commit-with...
2016-08-10 Oleg BroytmanRename mk-tag-alias -> mk-git-alias, tag.vim -> get...
2016-08-02 Oleg BroytmanMake tag-with-version alias
2016-07-31 Oleg BroytmanExclude ez_setup.py from flake8 tests
2016-07-30 Oleg BroytmanUpgrade ez_setup.py
2016-07-26 Oleg BroytmanFix a leftover from real code
2016-07-26 Oleg BroytmanFix flake8 warning
2016-07-22 Oleg BroytmanCommit the initial commit
2016-07-22 Oleg Broytman2015 => 2016
2016-07-22 Oleg BroytmanRename directory 'project' to project's name
2016-07-16 Oleg BroytmanAdd a script to generate and personalize project
2016-07-16 Oleg BroytmanUpdate: makefiles, sphinx docs, tests
2015-12-21 Oleg BroytmanInitial commit