Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename util.json to util.jsdump because it doesn't generate valid JSON anymore. | Georg Brandl | 2008-09-24 | 1 | -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 Brandl | 2008-09-24 | 1 | -1/+2 |
| | |||||
* | * Always use our own JS dumper instead of simplejson. | Georg Brandl | 2008-09-24 | 1 | -25/+185 |
| | | | | * Compress JS further by omitting quotes for dict keys where possible. | ||||
* | Fix nits. | Georg Brandl | 2008-09-11 | 1 | -1/+1 |
| | |||||
* | Implemented JSONHTMLBuilder and improved JSON handling (it now prefers json ↵ | Armin Ronacher | 2008-06-26 | 1 | -80/+25 |
| | | | | from the 2.6 stdlib or simplejson). | ||||
* | Refactored pickle builder into a SerializingHTMLBuilder and ↵ | Armin Ronacher | 2008-06-26 | 1 | -0/+11 |
| | | | | PickleHTMLBuilder. Subclasses can change the serialization format easily. | ||||
* | Update copyright years and change license to BSD. | Georg Brandl | 2008-01-11 | 1 | -2/+2 |
| | |||||
* | Fix searching and search index creation for incremental builds. | Georg Brandl | 2007-08-09 | 1 | -3/+9 |
| | |||||
* | Move utils to separate package, add coding document. | Georg Brandl | 2007-07-24 | 1 | -0/+72 |