Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump the release to fix the location.1.3.4 | Matěj Cepl | 2015-03-13 | 1 | -1/+1 |
| | |||||
* | New bug with a failing test | Matěj Cepl | 2013-08-30 | 1 | -24/+31 |
| | |||||
* | python 2.4 compatibility ... we don't have context managers.1.3.3 | Matěj Cepl | 2012-04-24 | 1 | -1/+1 |
| | |||||
* | restore compatibility with py2.41.3.1 | Matěj Cepl | 2012-04-24 | 1 | -4/+4 |
| | |||||
* | Added -o parameter for output to the specified file.1.3.0 | Matěj Cepl | 2012-04-24 | 1 | -3/+12 |
| | |||||
* | Bumping new release to make PyPI happy. | Matěj Cepl | 2012-02-13 | 1 | -1/+1 |
| | |||||
* | Just get rid off locale.getpreferredencoding. | Matěj Cepl | 2012-02-13 | 1 | -4/+2 |
| | | | | | | It doesn't do us any good and people should use UTF-8 anyway. Signed-off-by: Matěj Cepl <mcepl@redhat.com> | ||||
* | Plenty of setup.py work.1.2.7 | Matěj Cepl | 2012-01-18 | 1 | -1/+1 |
| | | | | | | | | | * Yet another (hopefully the last) fix of the development website. We are on fedorahosted.org now. * Move tests to test/ module * Clean up setup.py (when using defaults, install doesn’t install tests, which I like) * Add new setup.py command test to run the test suite. | ||||
* | Switch the project’s website and clean up UTF-8 metadata. | Matěj Cepl | 2012-01-11 | 1 | -2/+2 |
| | |||||
* | Change of the home URL to my trac. | Matěj Cepl | 2011-12-03 | 1 | -1/+1 |
| | |||||
* | One more python 2.4 compatibility fix. | Matěj Cepl | 2011-12-01 | 1 | -1/+1 |
| | | | | | Maintainer of optparse library couldn't have a better idea than to change "usage:" to "Usage:" (between 2.4 and 2.6)! Grrrrrrr. | ||||
* | Fix locale.setlocale to work on RHEL 5. | Matěj Cepl | 2011-12-01 | 1 | -1/+1 |
| | |||||
* | Make tests working independently of the locale set on the system.1.2.1 | Matěj Cepl | 2011-11-30 | 1 | -2/+2 |
| | |||||
* | Set exit status of json_diff command.1.2.0 | Matěj Cepl | 2011-11-30 | 1 | -6/+11 |
| | | | | | 0 means no difference 1 there is a difference. | ||||
* | Make json_diff actually work correctly with non-mandatory options. | Matěj Cepl | 2011-11-30 | 1 | -18/+16 |
| | |||||
* | Make scripts pylint and PEP8 compliant.1.1.0 | Matěj Cepl | 2011-11-29 | 1 | -27/+45 |
| | | | | New version 1.1.0. | ||||
* | Add option -a to ignore appended keys (for comparing changing piglit tests). | Matěj Cepl | 2011-11-29 | 1 | -15/+37 |
| | | | | Fix #35 | ||||
* | Fix formatted output to stdout (or file). | Matěj Cepl | 2011-11-23 | 1 | -7/+8 |
| | |||||
* | Python 2.4 compatible0.9.2 | Matěj Cepl | 2011-11-21 | 1 | -26/+24 |
| | |||||
* | Two small nits in __main__ part.0.9.1 | Matěj Cepl | 2011-11-21 | 1 | -3/+3 |
| | |||||
* | Bump the version to 0.9.0 ... closing down.0.9.0 | Matěj Cepl | 2011-11-21 | 1 | -1/+1 |
| | |||||
* | Don't use strings, when you can use lists (for output collection) | Matěj Cepl | 2011-11-21 | 1 | -7/+9 |
| | | | | Maybe a bit of premature optimization, but hopefully it won't hurt. | ||||
* | Refactoring to use smaller functions. | Matěj Cepl | 2011-11-21 | 1 | -60/+57 |
| | | | | Could be eventually good for profiling etc. (and better testing?) | ||||
* | Option -i which allows only enumerated attributes to be considered. | Matěj Cepl | 2011-11-20 | 1 | -17/+30 |
| | | | | | All tests pass (including the large piglit one, except I keep it commented out, it takes over 4.5 minutes to finish). | ||||
* | Add tons of elementary tests. | Matěj Cepl | 2011-11-19 | 1 | -27/+24 |
| | | | | | | | Tests now should cover all basics of JSON format. Also added a method _run_test_strings for simple tests. Created a parent class OurTestCase containing the above helper methods. Moved static strings to special module. | ||||
* | At least some tests work. | Matěj Cepl | 2011-11-19 | 1 | -58/+75 |
| | |||||
* | Back to the green, still struggling with arrays. | Matěj Cepl | 2011-11-16 | 1 | -55/+71 |
| | |||||
* | Back to green bar. Just tiny change before doing serious work. | Matěj Cepl | 2011-11-16 | 1 | -7/+4 |
| | |||||
* | Switch back to optparse ... no need to have an additional dependency. | Matěj Cepl | 2011-11-16 | 1 | -16/+22 |
| | |||||
* | Making the script slightly more future-proof. | Matěj Cepl | 2011-11-01 | 1 | -17/+16 |
| | | | | | use from __future__ import division, absolute_import use argparse instead of optparse | ||||
* | HTML formatted output possible. | Matěj Cepl | 2011-10-28 | 1 | -43/+173 |
| | |||||
* | First working (w/unit tests) version. | Matěj Cepl | 2011-10-24 | 1 | -0/+154 |
Includes also tests for results of piglit run. |