aboutsummaryrefslogtreecommitdiffstats
path: root/json_diff.py
Commit message (Expand)AuthorAgeFilesLines
* Allow empty formal arguments of main()Matěj Cepl2019-08-061-2/+2
* Fix author_email.Matěj Cepl2018-07-201-1/+2
* Make testssuite passing by skipping unfinished test.1.3.6Matěj Cepl2018-07-201-1/+1
* Move against submodules to GitLab.Matěj Cepl2017-01-131-1/+1
* 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-301-24/+31
* python 2.4 compatibility ... we don't have context managers.1.3.3Matěj Cepl2012-04-241-1/+1
* restore compatibility with py2.41.3.1Matěj Cepl2012-04-241-4/+4
* Added -o parameter for output to the specified file.1.3.0Matěj Cepl2012-04-241-3/+12
* Bumping new release to make PyPI happy.Matěj Cepl2012-02-131-1/+1
* Just get rid off locale.getpreferredencoding.Matěj Cepl2012-02-131-4/+2
* Plenty of setup.py work.1.2.7Matěj Cepl2012-01-181-1/+1
* Switch the project’s website and clean up UTF-8 metadata.Matěj Cepl2012-01-111-2/+2
* Change of the home URL to my trac.Matěj Cepl2011-12-031-1/+1
* One more python 2.4 compatibility fix.Matěj Cepl2011-12-011-1/+1
* Fix locale.setlocale to work on RHEL 5.Matěj Cepl2011-12-011-1/+1
* Make tests working independently of the locale set on the system.1.2.1Matěj Cepl2011-11-301-2/+2
* Set exit status of json_diff command.1.2.0Matěj Cepl2011-11-301-6/+11
* Make json_diff actually work correctly with non-mandatory options.Matěj Cepl2011-11-301-18/+16
* Make scripts pylint and PEP8 compliant.1.1.0Matěj Cepl2011-11-291-27/+45
* Add option -a to ignore appended keys (for comparing changing piglit tests).Matěj Cepl2011-11-291-15/+37
* Fix formatted output to stdout (or file).Matěj Cepl2011-11-231-7/+8
* Python 2.4 compatible0.9.2Matěj Cepl2011-11-211-26/+24
* Two small nits in __main__ part.0.9.1Matěj Cepl2011-11-211-3/+3
* 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
* Refactoring to use smaller functions.Matěj Cepl2011-11-211-60/+57
* Option -i which allows only enumerated attributes to be considered.Matěj Cepl2011-11-201-17/+30
* Add tons of elementary tests.Matěj Cepl2011-11-191-27/+24
* At least some tests work.Matěj Cepl2011-11-191-58/+75
* Back to the green, still struggling with arrays.Matěj Cepl2011-11-161-55/+71
* 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-161-16/+22
* Making the script slightly more future-proof.Matěj Cepl2011-11-011-17/+16
* HTML formatted output possible.Matěj Cepl2011-10-281-43/+173
* First working (w/unit tests) version.Matěj Cepl2011-10-241-0/+154