]> git.phdru.name Git - mimedecode.git/shortlog
mimedecode.git
2017-11-02 Oleg BroytmanRelease 2.8 2.8.0
2017-11-02 Oleg BroytmanFix(devscripts): Fix mk-git-aliases
2017-11-02 Oleg BroytmanDocs: Update installation instructions
2017-11-02 Oleg BroytmanFix(build): mimedecode is no longer Python2-only
2017-11-02 Oleg BroytmanDocs: Remove less important items from ANNOUNCE
2017-11-01 Oleg BroytmanDocs: Update TODO with release plans
2017-10-23 Oleg BroytmanCleanup: Fix flake8 E722 do not use bare except
2017-10-22 Oleg BroytmanDocs: Change priorities in TODO
2017-10-22 Oleg BroytmanTests: On fail show diff immediately
2017-10-22 Oleg BroytmanTests: Install ~/.mime.types for tests if the current...
2017-10-21 Oleg BroytmanUpdate ChangeLog
2017-10-21 Oleg BroytmanTests: Tests at Travis and AppVeyor
2017-10-21 Oleg BroytmanDocs: Published at GitHub
2017-10-21 Oleg BroytmanTODO: flake8
2017-10-21 Oleg BroytmanDocs: Fix INSTALL.txt
2017-10-15 Oleg BroytmanDocs: Fixed flake8 errors and warnings
2017-10-15 Oleg BroytmanCleanup: Fix flake8 F401 'name' imported but unused
2017-10-15 Oleg BroytmanCleanup: Fix flake8 E701 multiple statements on one...
2017-10-15 Oleg BroytmanCleanup: Fix flake8 E501 line too long
2017-10-15 Oleg BroytmanCleanup: Fix flake8 E402 module level import not at...
2017-10-15 Oleg BroytmanCleanup: Fix flake8 E401 multiple imports on one line
2017-10-15 Oleg BroytmanCleanup: Fix flake8 E306 expected 1 blank line before...
2017-10-15 Oleg BroytmanCleanup: Fix flake8 E305 expected 2 blank lines after...
2017-10-15 Oleg BroytmanCleanup: Fix flake8 E302 expected 2 blank lines, found 1
2017-10-15 Oleg BroytmanCleanup: Fix flake8 E261 at least two spaces before...
2017-10-15 Oleg BroytmanDocs: update
2017-10-15 Oleg BroytmanCleanup: Fix flake8 E251 unexpected spaces around keywo...
2017-10-15 Oleg BroytmanCleanup: Fix flake8 E225 missing whitespace around...
2017-10-15 Oleg BroytmanCleanup: Fix flake8 E128 continuation line under-indent...
2017-10-15 Oleg BroytmanCleanup: Fix flake8 E127 continuation line over-indente...
2017-08-27 Oleg BroytmanDoc: Python 3
2017-08-27 Oleg BroytmanFix: Recode text from mailcap command from default...
2017-08-23 Oleg BroytmanUse subprocess.Popen instead of os.popen
2017-08-23 Oleg BroytmanFix(setup): Fix keywords and platforms
2017-08-23 Oleg BroytmanFeat(tests): Use tox for testing
2017-06-14 Oleg BroytmanFixed last problems with Python 3
2017-05-13 Oleg BroytmanTODO: Move mimedecode into a separate subdirectory
2017-05-13 Oleg BroytmanUpdate ANNOUNCE and ChangeLog
2017-05-13 Oleg BroytmanUpdate(ANNOUNCE): Document test requirements separately
2017-05-13 Oleg BroytmanFix(Python2): Do not decode bytes to unicode
2017-05-13 Oleg BroytmanTODO: Split mimedecode.py into a library and a small...
2017-05-12 Oleg BroytmanTODO: Use tox. Create installers.
2017-05-12 Oleg BroytmanTODO: Change priorities
2017-05-12 Oleg BroytmanReplace email.message._formatparam with _formatparam...
2017-05-07 Oleg BroytmanStop supporting Python 2.6
2017-05-07 Oleg BroytmanMove requirements.txt to devscripts/
2017-04-29 Oleg BroytmanMove get-commit-message.vim and mk-git-aliases to devsc...
2017-04-28 Oleg BroytmanMove README.html to gitweb/
2017-04-27 Oleg BroytmanTODO: GitHub, Travis, AppVeyor, PyPI
2017-04-26 Oleg BroytmanVersion 2.7.0 2.7.0
2017-04-26 Oleg BroytmanCopyright 2017
2017-04-26 Oleg BroytmanUpdate installation instructions for virtual envs
2017-04-26 Oleg BroytmanUpdate installation instructions: use 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 BroytmanUpdate installation instructions: prefer pip
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-09-29 Oleg BroytmanIgnore mimedecode.egg-info directory
2016-09-03 Oleg BroytmanUpdate get-commit-message.vim
2016-08-28 Oleg BroytmanRadically simplify MANIFEST.in by using global-include
2016-08-23 Oleg BroytmanAdd requirements.txt to sdist; add [egg_info] to setup.cfg
2016-08-23 Oleg BroytmanRun tests with python2 and python3
2016-08-23 Oleg BroytmanRemove directory 'save' on clean up
2016-08-11 Oleg BroytmanTODO: Process message/delivery-status and text/rfc822...
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-04 Oleg BroytmanUpdate test
2016-08-03 Oleg BroytmanTest and report mailcap filter's errors
2016-08-03 Oleg BroytmanConvert body to the current charset for mailcap filter
2016-08-03 Oleg BroytmanPass setup.py install option --optimize
2016-08-02 Oleg BroytmanMake tag-with-version alias
2016-08-01 Oleg BroytmanReport test errors
2016-08-01 Oleg BroytmanDecode parameters on output
2016-08-01 Oleg BroytmanRefactor _decode_header
2016-08-01 Oleg BroytmanRequire m_lib >= 3.0.1 for Python 3
2016-08-01 Oleg BroytmanEncode/decode str/bytes for compatibility with Python 3
2016-08-01 Oleg BroytmanRemove excessive indent
2016-07-31 Oleg BroytmanUse sudo for pip install
2016-07-30 Oleg BroytmanUpgrade ez_setup.py
2016-07-29 Oleg BroytmanDifferent requirements for Py2 and Py3
2016-07-28 Oleg BroytmanUse bytes.decode() for Python 3 compatibility
2016-07-28 Oleg BroytmanImport email.header for Python 3 compatibility
2016-07-28 Oleg BroytmanUse 'key in dict' for Python 3 compatibility
2016-07-28 Oleg BroytmanUse raise Exception() for Python 3 compatibility
2016-07-28 Oleg BroytmanUse != instead of <> for Python 3 compatibility
2016-07-25 Oleg BroytmanUse print function for Python 3 compatibility
2016-07-25 Oleg BroytmanAdd keywords and classifiers
2016-07-25 Oleg BroytmanTODO: Python 3
2016-06-04 Oleg BroytmanAdd pip requirements file
2016-06-04 Oleg BroytmanCompile to pyc and pyo after installation
2015-12-27 Oleg BroytmanExport given treeish or HEAD
2015-07-06 Oleg BroytmanFix current/origin directories
2015-06-05 Oleg BroytmanRefactor update script
2015-01-05 Oleg BroytmanUpdate TODO
2015-01-05 Oleg BroytmanMake options --save-* to save multipart subparts
2014-06-08 Oleg BroytmanFix release date
next