Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the package compatible with python 2.70.9 | Matěj Cepl | 2012-04-17 | 9 | -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.7 | Matěj Cepl | 2012-03-31 | 3 | -29/+1 |
| | |||||
* | Multline strings are always compact. | Matěj Cepl | 2012-03-31 | 3 | -8/+28 |
| | | | | | Fixes #45 Also updates NEWS.txt | ||||
* | Add NEWS.txt to be packaged as well.0.6 | Matěj Cepl | 2012-03-16 | 2 | -1/+2 |
| | |||||
* | Fix the module documentation string.0.5 | Matěj Cepl | 2012-03-14 | 2 | -60/+63 |
| | |||||
* | Add requires to setup.py.0.4 | Matěj Cepl | 2012-03-09 | 3 | -4/+13 |
| | |||||
* | We don't have any submodules anymore. | Matěj Cepl | 2012-03-08 | 1 | -9/+0 |
| | |||||
* | Don't leak tempfiles (and setup.py test should actually do something).0.3 | Matěj Cepl | 2012-03-08 | 4 | -15/+12 |
| | |||||
* | Initial version uploaded to the Cheeseshop.0.2 | Matěj Cepl | 2012-03-08 | 7 | -17/+88 |
| | |||||
* | Remote examples, original Perl implementation and similar. | Matěj Cepl | 2012-03-08 | 3 | -67/+0 |
| | |||||
* | All tests succeeding!!! | Matěj Cepl | 2012-03-08 | 8 | -218/+248 |
| | |||||
* | Temporary commit to make files available | Matěj Cepl | 2012-02-27 | 7 | -107/+62 |
| | |||||
* | Reorganization of writer interface. | Matěj Cepl | 2012-02-27 | 7 | -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 Cepl | 2012-02-24 | 17 | -10034/+3 |
| | |||||
* | Replace Data-YAML unpacked checkout with true submodule. | Matěj Cepl | 2012-02-24 | 34 | -4258/+3 |
| | |||||
* | Input/Read test succeed! | Matěj Cepl | 2012-02-23 | 17 | -382/+3755 |
| | |||||
* | Syntactically correct Python code, albeit not working probably. | Matěj Cepl | 2012-02-16 | 4 | -582/+585 |
| | |||||
* | More tests and deleted yamlishwriter-php (there is really nothing there). | Matěj Cepl | 2012-02-16 | 23 | -1260/+773 |
| | |||||
* | Start building tests. | Matěj Cepl | 2012-02-16 | 17 | -35/+6921 |
| | |||||
* | Initial commit with skeleton of the project. | Matěj Cepl | 2012-02-16 | 54 | -0/+5629 |
Also added original Perl, together with PHP and Javascript ports. |