summaryrefslogtreecommitdiff
path: root/simplejson/tests/test_dump.py
Commit message (Expand)AuthorAgeFilesLines
* Bypass the decode() method in bytes subclasses.Serhiy Storchaka2018-04-251-1/+32
* Allow to disable serializing bytes by default in Python 3.bytes-encodingSerhiy Storchaka2018-04-251-0/+76
* Simplify compatibility code.compatSerhiy Storchaka2018-04-241-2/+2
* Ensure that encoding text subtypes is consistent with or without speedups. Fi...Bob Ippolito2017-11-231-1/+13
* failing test for #106Bob Ippolito2014-09-291-0/+9
* bump to v3.0.5, fix deprecations in testsv3.0.5Bob Ippolito2013-01-031-12/+12
* _Py_Accu style encoder optimization, bump to 3.0.1v3.0.1Bob Ippolito2013-01-011-0/+5
* more coverage for skipkeysBob Ippolito2012-12-301-4/+23
* more coverage, decimal key coercionBob Ippolito2012-12-291-1/+24
* First pass at Python 3.3 compatibilityBob Ippolito2012-12-281-7/+14
* Documentation and a test for the previous commitKeshav Kini2012-02-281-1/+41
* use iteritems instead of PyDict_Next (at the expense of some speed) http://bu...Bob Ippolito2009-12-271-0/+6
* fixed http://code.google.com/p/simplejson/issues/detail?id=35 -- no longer ch...Bob Ippolito2009-02-161-3/+11
* bump version, use python stdlib whitespace and docstring conventionsBob Ippolito2008-10-171-1/+1
* convert test suite to unittest, remove jsonfilter, bump version to 0.9Bob Ippolito2008-05-031-6/+9
* fix dump()Bob Ippolito2007-03-281-0/+10