Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Just changing git repository of the package.0.10 | Matěj Cepl | 2013-08-22 | 1 | -4/+4 |
| | |||||
* | Make the package compatible with python 2.70.9 | Matěj Cepl | 2012-04-17 | 1 | -3/+6 |
| | | | | | | | 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 | -4/+18 |
| | | | | | Fixes #45 Also updates NEWS.txt | ||||
* | Add NEWS.txt to be packaged as well.0.6 | Matěj Cepl | 2012-03-16 | 1 | -1/+1 |
| | |||||
* | Fix the module documentation string.0.5 | Matěj Cepl | 2012-03-14 | 1 | -59/+59 |
| | |||||
* | Add requires to setup.py.0.4 | Matěj Cepl | 2012-03-09 | 1 | -1/+1 |
| | |||||
* | 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 | -1/+1 |
| | |||||
* | All tests succeeding!!! | Matěj Cepl | 2012-03-08 | 1 | -1/+3 |
| | |||||
* | Temporary commit to make files available | Matěj Cepl | 2012-02-27 | 1 | -9/+12 |
| | |||||
* | Reorganization of writer interface. | Matěj Cepl | 2012-02-27 | 1 | -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 Cepl | 2012-02-23 | 1 | -80/+182 |
| | |||||
* | Syntactically correct Python code, albeit not working probably. | Matěj Cepl | 2012-02-16 | 1 | -0/+3 |
| | |||||
* | More tests and deleted yamlishwriter-php (there is really nothing there). | Matěj Cepl | 2012-02-16 | 1 | -2/+9 |
| | |||||
* | Start building tests. | Matěj Cepl | 2012-02-16 | 1 | -0/+76 |
| | |||||
* | Initial commit with skeleton of the project. | Matěj Cepl | 2012-02-16 | 1 | -0/+1 |
Also added original Perl, together with PHP and Javascript ports. |