summaryrefslogtreecommitdiff
path: root/sphinx/util/jsonimpl.py
Commit message (Collapse)AuthorAgeFilesLines
* use six privided text_type() to replace with unicode() to support py2/py3 in ↵shimizukawa2014-04-291-1/+2
| | | | one source. refs #1350.
* use six privided functions/classes to support py2/py3 in one source. refs #1350.shimizukawa2014-04-291-2/+3
|
* Update copyright year.Georg Brandl2014-03-011-16/+4
|\
| * Drop python-2.5 and remove 2.4,2.5 support codesshimizukawa2013-12-151-16/+4
| |
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|/
* Copyright update.Georg Brandl2013-01-011-1/+1
|
* merge with 1.0Georg Brandl2011-01-041-1/+1
|\
| * New year update.Georg Brandl2011-01-041-1/+1
| |
* | Docstring harmonization.Georg Brandl2010-08-221-1/+1
|/
* #488: Fix crash when json-py is installed, which provides a ``json`` module ↵Georg Brandl2010-08-051-1/+3
| | | | but is incompatible to simplejson.
* Dont fail when no json impl is found.Georg Brandl2010-07-271-2/+5
|
* Add a custom json serializer implementation that forces translation proxies. ↵Georg Brandl2010-07-251-0/+43
Fixes building with the JSON builder.