aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix keywordsMatěj Cepl2016-05-161-3/+5
| | | | Space-separated string instead of list? Really?
* Bump the release for speeding up concatenation.Matěj Cepl2015-03-191-1/+1
|
* Move URL to gitlabMatěj Cepl2015-02-101-2/+2
|
* yamlish.dumps returns Unicode stringMatěj Cepl2015-02-091-2/+2
| | | | Fixes #3
* Fix testsuite under py3kMatěj Cepl2015-01-131-1/+5
| | | | | We don't support python 3.1, and 3.2 ... if anybody provides patches, I will accept them, but otherwise I cannot make myself to care.
* Python 2.6 str.decode doesn't have keyword parameters.0.15.1Matěj Cepl2015-01-121-1/+1
|
* Add optional parameter to yamlish.load ignore_wrong_characters0.15Matěj Cepl2015-01-121-1/+1
| | | | | | | When set to True, then yamlish doesn't crash on bad UTF8 characters but rather skips them. Fixes #2
* correct handling of UTF-8 input0.14Garret Raziel2014-08-191-1/+1
| | | | Release 0.14
* Perhaps we don't need unittest2 after allMatěj Cepl2014-06-021-1/+1
| | | | Bump the release as well.
* Add Travis-CI supportMatěj Cepl2014-06-021-1/+1
|
* Bump the releaseMatěj Cepl2014-06-021-1/+1
|
* Clean up and bump the version number.0.11Matěj Cepl2014-04-021-7/+7
|
* Suggested fix for problems installing a package.Jan Sedlák2014-04-011-32/+5
|
* Just changing git repository of the package.0.10Matěj Cepl2013-08-221-1/+1
|
* Make the package compatible with python 2.70.9Matěj Cepl2012-04-171-6/+13
| | | | | | | There is actually unittest module now, so we have to work for the possibility that unittest2 is not available. Fixes #49.
* We really don't need NEWS.txt. Git log is enough and it is just confusing.0.7Matěj Cepl2012-03-311-6/+1
|
* Add requires to setup.py.0.4Matěj Cepl2012-03-091-2/+8
|
* Don't leak tempfiles (and setup.py test should actually do something).0.3Matěj Cepl2012-03-081-12/+6
|
* Initial version uploaded to the Cheeseshop.0.2Matěj Cepl2012-03-081-0/+63