aboutsummaryrefslogtreecommitdiffstats
path: root/yamlish.py
Commit message (Collapse)AuthorAgeFilesLines
* Initial version uploaded to the Cheeseshop.0.2Matěj Cepl2012-03-081-1/+1
|
* All tests succeeding!!!Matěj Cepl2012-03-081-1/+3
|
* Temporary commit to make files availableMatěj Cepl2012-02-271-9/+12
|
* Reorganization of writer interface.Matěj Cepl2012-02-271-63/+58
| | | | | | | | 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 Cepl2012-02-231-80/+182
|
* Syntactically correct Python code, albeit not working probably.Matěj Cepl2012-02-161-0/+3
|
* More tests and deleted yamlishwriter-php (there is really nothing there).Matěj Cepl2012-02-161-2/+9
|
* Start building tests.Matěj Cepl2012-02-161-0/+76
|
* Initial commit with skeleton of the project.Matěj Cepl2012-02-161-0/+1
Also added original Perl, together with PHP and Javascript ports.