aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add README.md and LICENSEHEADmasterMatěj Cepl2024-03-213-9/+35
|
* Set long_description_content_typeMatěj Cepl2019-08-061-0/+1
|
* Allow empty formal arguments of main()Matěj Cepl2019-08-061-2/+2
|
* Fix NEWS.txt1.3.7Matěj Cepl2018-07-201-0/+4
|
* Fix author_email.Matěj Cepl2018-07-202-2/+4
|
* Make testssuite passing by skipping unfinished test.1.3.6Matěj Cepl2018-07-203-2/+3
|
* Move against submodules to GitLab.Matěj Cepl2017-01-1311-93/+15
|
* Switch to setuptoolsMatěj Cepl2016-12-161-22/+3
|
* Bump the release to fix the location.1.3.4Matěj Cepl2015-03-131-1/+1
|
* New bug with a failing testMatěj Cepl2013-08-3010-73/+4158
|
* Move submodules (which we care about) to luther.ceplovi.cz/gitMatěj Cepl2013-08-301-13/+4
|
* python 2.4 compatibility ... we don't have context managers.1.3.3Matěj Cepl2012-04-244-5/+15
|
* restore compatibility with py2.41.3.1Matěj Cepl2012-04-243-5/+7
|
* Added -o parameter for output to the specified file.1.3.0Matěj Cepl2012-04-243-3/+38
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/json_diff1.2.9Matěj Cepl2012-02-130-0/+0
|\ | | | | | | | | Conflicts: json_diff.py
| * Just get rid off locale.getpreferredencoding.1.2.8Matěj Cepl2012-02-131-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>
* | Bumping new release to make PyPI happy.Matěj Cepl2012-02-132-2/+2
| |
* | Just get rid off locale.getpreferredencoding.Matěj Cepl2012-02-132-4/+5
|/ | | | | | It doesn't do us any good and people should use UTF-8 anyway. Signed-off-by: Matěj Cepl <mcepl@redhat.com>
* Package also NEWS.txt, fixing bdist_rpm.Matěj Cepl2012-01-181-0/+1
|
* Plenty of setup.py work.1.2.7Matěj Cepl2012-01-188-11/+94
| | | | | | | | | * 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 Cepl2012-01-114-6/+6
|
* Change of the home URL to my trac.Matěj Cepl2011-12-032-12/+12
|
* One more python 2.4 compatibility fix.Matěj Cepl2011-12-012-6/+15
| | | | | 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 Cepl2011-12-012-2/+2
|
* Make tests working independently of the locale set on the system.1.2.1Matěj Cepl2011-11-302-2/+6
|
* Set exit status of json_diff command.1.2.0Matěj Cepl2011-11-302-6/+33
| | | | | 0 means no difference 1 there is a difference.
* Make json_diff actually work correctly with non-mandatory options.Matěj Cepl2011-11-302-27/+48
|
* Make scripts pylint and PEP8 compliant.1.1.0Matěj Cepl2011-11-294-43/+81
| | | | New version 1.1.0.
* Add option -a to ignore appended keys (for comparing changing piglit tests).Matěj Cepl2011-11-293-22/+66
| | | | Fix #35
* Fix formatted output to stdout (or file).Matěj Cepl2011-11-231-7/+8
|
* Added test for -i functionality. It actually works!Matěj Cepl2011-11-222-1/+299
| | | | | (and test doesn't run for that long, so it can be switched on per default).
* Python 2.4 compatible0.9.2Matěj Cepl2011-11-215-73/+82
|
* Two small nits in __main__ part.0.9.1Matěj Cepl2011-11-215-3/+42
|
* Bump the version to 0.9.0 ... closing down.0.9.0Matěj Cepl2011-11-211-1/+1
|
* Don't use strings, when you can use lists (for output collection)Matěj Cepl2011-11-211-7/+9
| | | | Maybe a bit of premature optimization, but hopefully it won't hurt.
* Refactoring to use smaller functions.Matěj Cepl2011-11-212-64/+61
| | | | Could be eventually good for profiling etc. (and better testing?)
* Remove .ditz with all tasksMatěj Cepl2011-11-208-203/+0
|
* Option -i which allows only enumerated attributes to be considered.Matěj Cepl2011-11-206-1369/+1394
| | | | | 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 Cepl2011-11-193-232/+310
| | | | | | | 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 Cepl2011-11-195-926/+35938
|
* Back to the green, still struggling with arrays.Matěj Cepl2011-11-163-68/+133
|
* Back to green bar. Just tiny change before doing serious work.Matěj Cepl2011-11-161-7/+4
|
* Switch back to optparse ... no need to have an additional dependency.Matěj Cepl2011-11-167-18/+453
|
* Update testing data to the newest piglit checkout.Matěj Cepl2011-11-084-35734/+36003
| | | | Also add a bug about crashing json_diff on arrays.
* Making the script slightly more future-proof.Matěj Cepl2011-11-013-29/+24
| | | | | use from __future__ import division, absolute_import use argparse instead of optparse
* HTML formatted output possible.Matěj Cepl2011-10-288-90/+292
|
* Added original XDiff paperMatěj Cepl2011-10-241-0/+0
|
* First working (w/unit tests) version.Matěj Cepl2011-10-245-171/+289
| | | | Includes also tests for results of piglit run.
* Add testing data.Matěj Cepl2011-10-247-1/+107344
|
* Remove now unnecessary files.Matěj Cepl2011-10-2435-1604/+0
|