Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add optional parameter to yamlish.load ignore_wrong_characters0.15 | Matěj Cepl | 2015-01-12 | 2 | -12/+17 |
| | | | | | | | When set to True, then yamlish doesn't crash on bad UTF8 characters but rather skips them. Fixes #2 | ||||
* | Adding non-UTF8 test string | Matěj Cepl | 2014-10-27 | 1 | -0/+21 |
| | |||||
* | Perhaps we don't need unittest2 after all | Matěj Cepl | 2014-06-02 | 5 | -31/+19 |
| | | | | Bump the release as well. | ||||
* | Just changing git repository of the package.0.10 | Matěj Cepl | 2013-08-22 | 1 | -1/+1 |
| | |||||
* | Make the package compatible with python 2.70.9 | Matěj Cepl | 2012-04-17 | 6 | -6/+24 |
| | | | | | | | There is actually unittest module now, so we have to work for the possibility that unittest2 is not available. Fixes #49. | ||||
* | Multline strings are always compact. | Matěj Cepl | 2012-03-31 | 1 | -1/+1 |
| | | | | | Fixes #45 Also updates NEWS.txt | ||||
* | Don't leak tempfiles (and setup.py test should actually do something).0.3 | Matěj Cepl | 2012-03-08 | 1 | -1/+1 |
| | |||||
* | Initial version uploaded to the Cheeseshop.0.2 | Matěj Cepl | 2012-03-08 | 1 | -9/+1 |
| | |||||
* | All tests succeeding!!! | Matěj Cepl | 2012-03-08 | 6 | -202/+245 |
| | |||||
* | Temporary commit to make files available | Matěj Cepl | 2012-02-27 | 5 | -52/+39 |
| | |||||
* | Reorganization of writer interface. | Matěj Cepl | 2012-02-27 | 4 | -29/+67 |
| | | | | | | | | 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). | ||||
* | Input/Read test succeed! | Matěj Cepl | 2012-02-23 | 7 | -302/+222 |
| | |||||
* | Syntactically correct Python code, albeit not working probably. | Matěj Cepl | 2012-02-16 | 3 | -582/+582 |
| | |||||
* | More tests and deleted yamlishwriter-php (there is really nothing there). | Matěj Cepl | 2012-02-16 | 12 | -753/+764 |
| | |||||
* | Start building tests. | Matěj Cepl | 2012-02-16 | 7 | -35/+45 |
| | |||||
* | Initial commit with skeleton of the project. | Matěj Cepl | 2012-02-16 | 7 | -0/+854 |
Also added original Perl, together with PHP and Javascript ports. |