]> git.phdru.name Git - m_librarian.git/shortlog
m_librarian.git
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
2016-06-05 Oleg BroytmanDocument options -p and --get
2016-06-05 Oleg BroytmanDownload from the given library path
2016-06-05 Oleg BroytmanDownload exactly one book
2016-06-05 Oleg BroytmanCache config
2016-06-04 Oleg BroytmanAdd flake8 and release targets
2016-06-04 Oleg BroytmanPass installation/compilation options to pip and easy_i...
2016-06-01 Oleg BroytmanChange database pathname handling
2016-05-31 Oleg BroytmanOptimization: count objects directly
2016-05-31 Oleg BroytmanMinor refactoring: _search_conditions_dict => _comparis...
2016-05-31 Oleg BroytmanMicro optimization: break from the loop when the 'id...
2016-05-30 Oleg BroytmanCheck if DB pathname starts with the current directory
2016-05-30 Oleg BroytmanVersion 0.0.10 0.0.10
2016-05-30 Oleg BroytmanMultidatabase - every script can open a database by...
2016-05-30 Oleg BroytmanOpen file as an SQLite DB
2016-05-30 Oleg BroytmanPrint count after the list
2016-05-30 Oleg BroytmanRename -d/--details options to -v/--verbose
2016-05-30 Oleg BroytmanUpdate TODO
2016-05-30 Oleg BroytmanVersion 0.0.9: search authors/extensions/genres/languag... 0.0.9
2016-05-30 Oleg BroytmanSearch authors/extensions/genres/languages by database id
2016-05-30 Oleg BroytmanDocument searching by database id
2016-05-29 Oleg BroytmanMinor refactoring
2016-05-29 Oleg Broytmanchmod docs for sdist
2016-05-29 Oleg BroytmanVersion 0.0.8: search by database id 0.0.8
2016-05-29 Oleg BroytmanSearch by author's, book's, extension's, language's id
2016-05-29 Oleg BroytmanOutput count of found objects
2016-05-29 Oleg BroytmanEncode all unicode values to output to a file/pipe
2016-05-29 Oleg BroytmanUse option -d to output database id
2016-05-29 Oleg BroytmanFix quotation
2016-05-29 Oleg BroytmanMake option -d global
2016-05-29 Oleg BroytmanFix new flake8 E402: module level import not at top...
2016-05-26 Oleg BroytmanRefactor find parameters
next