aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.