]> git.phdru.name Git - m_librarian.git/shortlog
m_librarian.git
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
2016-08-27 Oleg BroytmanAdd requirements_docs.txt
2016-08-26 Oleg Broytmanflake8: exclude ez_setup.py
2016-08-23 Oleg BroytmanAdd tests/test-config.conf to sdist
2016-08-12 Oleg BroytmanRemove copy/pasted directives
2016-08-10 Oleg BroytmanRename mk-git-alias -> mk-git-aliases, add commit-with...
2016-08-10 Oleg BroytmanRename tag.vim -> get-commit-message.vim
2016-08-10 Oleg BroytmanRename mk-tag-alias -> mk-git-alias
2016-08-10 Oleg BroytmanRename tag-with-version to tag-with-message
2016-08-03 Oleg BroytmanPass setup.py install option --optimize
2016-08-02 Oleg BroytmanMake tag-with-version alias
2016-07-30 Oleg BroytmanUpgrade ez_setup.py
2016-07-29 Oleg BroytmanVersion 0.0.14: Python 3 0.0.14
2016-07-29 Oleg BroytmanDifferent requirements for Python 2.6, 2.7, and 3.4+
2016-07-26 Oleg BroytmanAdapted to Python 3
2016-07-26 Oleg BroytmanInstall translations
2016-07-25 Oleg BroytmanTODO: Python 3
2016-07-25 Oleg BroytmanPython 3 compatibility
2016-07-22 Oleg BroytmanUpdate code for compatibility with Python 3
2016-06-28 Oleg BroytmanUpdate TODO: Import from SQL instead of INPX
2016-06-11 Oleg BroytmanVersion 0.0.13: options: -C, -D, -P, -F 0.0.13
2016-06-11 Oleg BroytmanAdd option -C|--config file
2016-06-11 Oleg BroytmanChange options: -D|--database, -P|--path, -F|--format
2016-06-10 Oleg BroytmanNo highlighting in code blocks
2016-06-09 Oleg BroytmanVersion 0.0.12: download many books 0.0.12
2016-06-09 Oleg BroytmanPass format of the downloaded file name in the command...
2016-06-09 Oleg BroytmanDownload many books at once
2016-06-09 Oleg BroytmanIDs must be integer
2016-06-06 Oleg BroytmanVersion 0.0.11: download exactly one book 0.0.11
2016-06-06 Oleg BroytmanAllow to set download format
2016-06-06 Oleg BroytmanRefactor author.filename
2016-06-05 Oleg BroytmanSet timestamp for the downloaded book
next