aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Everything is broken, life sucksddtMatěj Cepl2016-10-231-70/+20
|
* Add 3.5 test in TravisHEADmasterMatěj Cepl2016-05-161-0/+1
|
* 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
|
* faster source handling in load()Lukas Brabec2015-03-191-4/+4
|
* Move URL to gitlabMatěj Cepl2015-02-101-2/+2
|
* yamlish.dumps returns Unicode stringMatěj Cepl2015-02-092-3/+3
| | | | Fixes #3
* Fix testsuite under py3kMatěj Cepl2015-01-134-33/+71
| | | | | 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.
* Add Travis test runs for py3k.Matěj Cepl2015-01-131-1/+5
|
* Python 2.6 str.decode doesn't have keyword parameters.0.15.1Matěj Cepl2015-01-122-2/+2
|
* Add optional parameter to yamlish.load ignore_wrong_characters0.15Matěj Cepl2015-01-124-18/+34
| | | | | | | When set to True, then yamlish doesn't crash on bad UTF8 characters but rather skips them. Fixes #2
* Adding non-UTF8 test stringMatěj Cepl2014-10-271-0/+21
|
* correct handling of UTF-8 input0.14Garret Raziel2014-08-192-3/+3
| | | | Release 0.14
* Perhaps we don't need unittest2 after allMatěj Cepl2014-06-026-32/+20
| | | | Bump the release as well.
* Add Travis-CI supportMatěj Cepl2014-06-024-16/+27
|
* Bump the releaseMatěj Cepl2014-06-021-1/+1
|
* fix of logging usage according to Python docsGarret Raziel2014-06-021-3/+11
| | | | | https://docs.python.org/release/2.6/library\ /logging.html#configuring-logging-for-a-library
* 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-223-6/+6
|
* Make the package compatible with python 2.70.9Matěj Cepl2012-04-179-25/+55
| | | | | | | 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-313-29/+1
|
* Multline strings are always compact.Matěj Cepl2012-03-313-8/+28
| | | | | Fixes #45 Also updates NEWS.txt
* Add NEWS.txt to be packaged as well.0.6Matěj Cepl2012-03-162-1/+2
|
* Fix the module documentation string.0.5Matěj Cepl2012-03-142-60/+63
|
* Add requires to setup.py.0.4Matěj Cepl2012-03-093-4/+13
|
* We don't have any submodules anymore.Matěj Cepl2012-03-081-9/+0
|
* Don't leak tempfiles (and setup.py test should actually do something).0.3Matěj Cepl2012-03-084-15/+12
|
* Initial version uploaded to the Cheeseshop.0.2Matěj Cepl2012-03-087-17/+88
|
* Remote examples, original Perl implementation and similar.Matěj Cepl2012-03-083-67/+0
|
* All tests succeeding!!!Matěj Cepl2012-03-088-218/+248
|
* Temporary commit to make files availableMatěj Cepl2012-02-277-107/+62
|
* Reorganization of writer interface.Matěj Cepl2012-02-277-94/+128
| | | | | | | | Also: * changed license to MIT/X11 * cleanup of some PyLint warnings (mostly missing docstrings) * make _YamlishLoader a little bit cleaner (don't copy whole SafeLoader __init__, just subclass it cleanly).
* Switch PyYAML to proper submodule.Matěj Cepl2012-02-2417-10034/+3
|
* Replace Data-YAML unpacked checkout with true submodule.Matěj Cepl2012-02-2434-4258/+3
|
* Input/Read test succeed!Matěj Cepl2012-02-2317-382/+3755
|
* Syntactically correct Python code, albeit not working probably.Matěj Cepl2012-02-164-582/+585
|
* More tests and deleted yamlishwriter-php (there is really nothing there).Matěj Cepl2012-02-1623-1260/+773
|
* Start building tests.Matěj Cepl2012-02-1617-35/+6921
|
* Initial commit with skeleton of the project.Matěj Cepl2012-02-1654-0/+5629
Also added original Perl, together with PHP and Javascript ports.