aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fix NEWS.txt1.3.7Matěj Cepl2018-07-201-0/+4
|
* Move against submodules to GitLab.Matěj Cepl2017-01-131-1/+9
|
* python 2.4 compatibility ... we don't have context managers.1.3.3Matěj Cepl2012-04-241-2/+9
|
* restore compatibility with py2.41.3.1Matěj Cepl2012-04-241-0/+3
|
* Added -o parameter for output to the specified file.1.3.0Matěj Cepl2012-04-241-0/+3
|
* Bumping new release to make PyPI happy.Matěj Cepl2012-02-131-1/+1
|
* Just get rid off locale.getpreferredencoding.Matěj Cepl2012-02-131-0/+3
| | | | | | It doesn't do us any good and people should use UTF-8 anyway. Signed-off-by: Matěj Cepl <mcepl@redhat.com>
* Plenty of setup.py work.1.2.7Matěj Cepl2012-01-181-0/+45
* Yet another (hopefully the last) fix of the development website. We are on fedorahosted.org now. * Move tests to test/ module * Clean up setup.py (when using defaults, install doesn’t install tests, which I like) * Add new setup.py command test to run the test suite.