- Add support for Python 3.8, 3.9, 3.10, 3.11, 3.12, and 3.13.
- Drop support for Python 2.7, 3.5 and 3.6.
1.15.1
-------------------
- Add support for Python 3.7.
- Drop support for Python 3.4.
1.15.0
-------------------
* Add support for Python 3.6.
* Drop support for Python 3.3.
* 100% test coverage.
1.14.0
-------------------
* Drop Python 2.6 and 3.2 support.
* Actually support Python 3.
1.13.0
-------------------
* Flush output buffers before executing external commands. Previously if you did, e.g. eazysvn branchdiff > DIFF, you would see the output of svn diff above the svn diff command itself.
* Fix command alias handling on windows (https://github.com/mgedmin/eazysvn/pull/1) Patch by Timon Wong <timon86.wanggmail.com>.