]> git.phdru.name Git - m_librarian.git/shortlog
m_librarian.git
2018-04-24 Oleg BroytmanBuild: Add release scripts 0.1.0
2018-04-24 Oleg BroytmanDocs: Release 0.1
2018-04-24 Oleg BroytmanDocs: Remove m_librarian.web.views API
2018-04-24 Oleg BroytmanDocs: Update TODO (next release, near future, distant...
2018-04-24 Oleg BroytmanBuild, docs: Change installation name/URL
2018-04-22 Oleg BroytmanDocs: Add Github URLs
2018-04-22 Oleg BroytmanFeat: Get translations by language
2018-04-22 Oleg BroytmanBuild(setup.py): Fix long_description
2018-04-22 Oleg BroytmanCI: Run tests at Travis and AppVeyor
2018-04-22 Oleg BroytmanBuild: Remove bottle from requirements.txt
2018-04-13 Oleg BroytmanFix(db): Filenames can be non-ascii
2018-04-08 Oleg BroytmanStyle(setup.py): Reindent parameters
2018-04-08 Oleg BroytmanFeat(web): Do not allow to run two instances of `ml...
2018-04-08 Oleg BroytmanDocs: Remove unused entries from .gitignore
2018-04-08 Oleg BroytmanDocs: Add API docs
2018-04-08 Oleg BroytmanDocs: Новости на русском языке
2018-04-08 Oleg BroytmanFeat(ml-search.py): Option `--download-to`
2018-04-08 Oleg BroytmanVersion 0.1.0: Web-interface
2018-04-08 Oleg BroytmanFeat(web): Download one book
2018-04-07 Oleg BroytmanFix(web): Fix author name
2018-04-07 Oleg BroytmanFeat(web): Add style.css
2018-04-07 Oleg BroytmanFeat(web): Show books by an author
2018-04-05 Oleg BroytmanFeat(web): Preserve values in form
2018-04-05 Oleg BroytmanFeat(web): Search authors
2018-04-01 Oleg BroytmanFeat(web): Use CheetahTemplate
2018-04-01 Oleg BroytmanFeat: Web UI
2018-04-01 Oleg BroytmanBuild(.gitignore): Ignore `.pytest_cache`
2018-03-31 Oleg BroytmanBuild(setup.py): Add forgotten `SQLObject` to `install_...
2018-03-30 Oleg BroytmanBuild(setup.py): Add long_description_content_type
2018-03-29 Oleg BroytmanBuild(setup.py): Add `project_urls`
2018-03-28 Oleg BroytmanBuild(setup.py): Use setuptools instead of distutils
2018-03-23 Oleg BroytmanRelease 0.0.17 0.0.17
2018-03-23 Oleg BroytmanFix(scripts/ml-import.py): Display progress bar on...
2018-03-23 Oleg BroytmanFix(scripts/ml-import.py): Inhibit progress bar if...
2018-03-23 Oleg BroytmanFix(scripts/ml-import.py): print "Ok" 0.0.16
2018-03-22 Oleg BroytmanBuild(setup.py): Add `install_requires`
2018-03-22 Oleg BroytmanTests(tox.ini): Don't whitelist flake8
2018-03-22 Oleg BroytmanFeat(ml-import): Display tty progress bar during import
2018-03-22 Oleg BroytmanDocs: Recode README.rus.txt to utf-8
2018-02-04 Oleg BroytmanBuild: Use module returned by imp.load_source() directly
2017-12-15 Oleg BroytmanBuild: Find links at http://phdru.name/Software/Python/
2017-12-15 Oleg BroytmanDocs: Remove -O2 from installation instructions
2017-12-11 Oleg BroytmanBuild(setup.py): Use python_requires keyword
2017-10-23 Oleg BroytmanCleanup: Fix flake8 E741 ambiguous variable name 'l'
2017-10-23 Oleg BroytmanCleanup: Fix flake8 E722 do not use bare except
2017-08-19 Oleg BroytmanFix(setup): Fix keywords and platforms
2017-05-12 Oleg BroytmanTODO: Create installers
2017-05-07 Oleg BroytmanAdd support for Python 3.5 and 3.6
2017-05-07 Oleg BroytmanFix(sqlite): Execute VACUUM outside transaction
2017-05-07 Oleg BroytmanUpdate docs: m_librarian requires Python 2.7 or 3.4+
2017-05-07 Oleg BroytmanStop supporting Python 2.6
2017-05-07 Oleg BroytmanFix deps: Add argparse to install_requires for Py 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 BroytmanChanges in README
2017-04-29 Oleg BroytmanRemove publish-docs
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 BroytmanMove README.html to gitweb/
2017-04-27 Oleg BroytmanTODO: GitHub, Travis, AppVeyor, PyPI
2017-04-26 Oleg BroytmanFix flake8 E305: expected 2 blank lines after function
2017-04-26 Oleg BroytmanVersion 0.0.15: Use m_lib.defenc instead of m_lib;... 0.0.15
2017-04-26 Oleg BroytmanUpdate get-commit-message.vim: remove asterisk
2017-04-26 Oleg BroytmanUse this year for copyright
2017-04-26 Oleg BroytmanCopyright 2017
2017-04-26 Oleg BroytmanUpdate installation instruction for virtual envs
2017-04-26 Oleg BroytmanUpdate installation instruction: fix trusted host
2017-04-26 Oleg BroytmanUse m_lib.defenc instead of m_lib; install it from...
2017-04-17 Oleg BroytmanRemove update script
2017-04-16 Oleg BroytmanAdd installation instructions
2017-04-15 Oleg BroytmanInclude tox.ini into sdist
2017-04-15 Oleg Broytman[Makefile] make docs
2017-04-15 Oleg BroytmanFix sdist and git alias
2017-04-15 Oleg BroytmanMove ChangeLog to docs/news.rst and convert to reST
2017-04-15 Oleg Broytman[setup.cfg] Remove outdated ez_setup.py
2017-03-12 Oleg BroytmanFix pip's --install-option: --compile is default and...
2017-01-30 Oleg BroytmanRemove deprecated ez_setup.py
2016-11-23 Oleg BroytmanUpgrade ez_setup.py
2016-10-24 Oleg BroytmanFix VACUUM command
2016-10-03 Oleg BroytmanAdd a few PO message headers
2016-10-02 Oleg BroytmanAdd test_translations
2016-10-01 Oleg BroytmanOmit trivial __init__.py and __version__.py from test...
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 BroytmanRemove unused py.test
2016-09-24 Oleg BroytmanSimplify tox.ini: call pytest with the current python
2016-09-23 Oleg BroytmanFix copy/paste in .gitignore
2016-09-23 Oleg BroytmanExtend .gitignore
2016-09-23 Oleg BroytmanMinor refactoring of MANIFEST.in
2016-09-21 Oleg BroytmanIgnore .cache and .tox directories only at the top
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 BroytmanUse pytest for testing
2016-09-11 Oleg BroytmanAdd README.html for gitweb
2016-09-03 Oleg BroytmanUpdate get-commit-message.vim
2016-09-03 Oleg Broytmangenapidocs: replace short options with long ones
2016-08-28 Oleg BroytmanRadically simplify MANIFEST.in by using global-include
next