summaryrefslogtreecommitdiff
path: root/sphinx/util/json.py
Commit message (Expand)AuthorAgeFilesLines
* Rename util.json to util.jsdump because it doesn't generate valid JSON anymore.Georg Brandl2008-09-241-195/+0
* A fix in the JS dumper and further compression by omitting redundant braces.Georg Brandl2008-09-241-1/+2
* * Always use our own JS dumper instead of simplejson.Georg Brandl2008-09-241-25/+185
* Fix nits.Georg Brandl2008-09-111-1/+1
* Implemented JSONHTMLBuilder and improved JSON handling (it now prefers json f...Armin Ronacher2008-06-261-80/+25
* Refactored pickle builder into a SerializingHTMLBuilder and PickleHTMLBuilder...Armin Ronacher2008-06-261-0/+11
* Update copyright years and change license to BSD.Georg Brandl2008-01-111-2/+2
* Fix searching and search index creation for incremental builds.Georg Brandl2007-08-091-3/+9
* Move utils to separate package, add coding document.Georg Brandl2007-07-241-0/+72