Erik Johnson
|
7b13a7df8b
|
Replace json module usage with a helper to ensure unicode content is handled properly
This adds wrappers for json.dump{,s} which disable `ensure_ascii` by
default.
|
2017-12-27 09:30:58 -06:00 |
|
Pedro Algarvio
|
2b14375b30
|
No empty docstrings
|
2015-07-12 19:26:33 +01:00 |
|
Pedro Algarvio
|
6294c67b12
|
Nicer handling of user keyboard interruption
|
2015-07-12 12:37:56 +01:00 |
|
Pedro Algarvio
|
0add87e7b9
|
Display the failed import reason
|
2015-07-12 12:30:24 +01:00 |
|
Pedro Algarvio
|
e6df8cbe24
|
Add allowed choices to output format.
Since we're using the print function, we can specify the file handler to
user and in this case we choose `sys.stderr`
|
2015-07-12 12:27:26 +01:00 |
|
Pedro Algarvio
|
ef75ea068c
|
Lint fixes to tests/modparser.py
|
2015-07-12 12:22:28 +01:00 |
|
Thomas S Hatch
|
50a55eca58
|
Add output options to modparser
|
2015-07-11 15:36:58 -06:00 |
|
Thomas S Hatch
|
3f282e21f1
|
Add modparser script
|
2015-07-11 15:25:36 -06:00 |
|