summaryrefslogtreecommitdiff
path: root/sphinx/util/json.py
Commit message (Collapse)AuthorAgeFilesLines
* Rename util.json to util.jsdump because it doesn't generate valid JSON anymore.Georg Brandl2008-09-241-195/+0
| | | | The JSON html builder still needs simplejson to work.
* 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
| | | | * Compress JS further by omitting quotes for dict keys where possible.
* Fix nits.Georg Brandl2008-09-111-1/+1
|
* Implemented JSONHTMLBuilder and improved JSON handling (it now prefers json ↵Armin Ronacher2008-06-261-80/+25
| | | | from the 2.6 stdlib or simplejson).
* Refactored pickle builder into a SerializingHTMLBuilder and ↵Armin Ronacher2008-06-261-0/+11
| | | | PickleHTMLBuilder. Subclasses can change the serialization format easily.
* 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