summaryrefslogtreecommitdiff
path: root/simplejson/encoder.py
Commit message (Expand)AuthorAgeFilesLines
* callable check for _asdict with namedtuple_as_objectdict-subclass-gh26Bob Ippolito2011-12-291-38/+44
* Removed isinstance() check for namedtuple_as_objectDavid Baumgold2011-11-101-7/+4
* 2.2.0 - namedtuple_as_object and tuple_as_array options, use_decimal now True...namedtuple-object-gh6Bob Ippolito2011-09-041-7/+36
* update docs with namedtuple encoding to JSON objectBob Ippolito2011-09-031-1/+1
* Force unicode linebreak characters to be escaped (U+2028 and U+2029)Bob Ippolito2011-05-151-1/+3
* Trailing whitespace after commas no longer emitted when indent is usedBob Ippolito2011-04-121-0/+2
* http://code.google.com/p/simplejson/issues/detail?id=86Bob Ippolito2010-11-051-1/+1
* http://bugs.python.org/issue10019Bob Ippolito2010-10-081-2/+2
* http://code.google.com/p/simplejson/issues/detail?id=34Bob Ippolito2010-03-081-12/+25
* http://code.google.com/p/simplejson/issues/detail?id=66Bob Ippolito2009-12-271-0/+28
* encoding memoizationBob Ippolito2009-12-271-2/+6
* http://code.google.com/p/simplejson/issues/detail?id=56 indent changed to stringBob Ippolito2009-05-171-8/+12
* first pass at http://code.google.com/p/simplejson/issues/detail?id=55 -- requ...Bob Ippolito2009-05-171-0/+1
* fixed http://code.google.com/p/simplejson/issues/detail?id=48Bob Ippolito2009-04-141-2/+7
* Use PosInf from decoder http://codereview.appspot.com/20095/diff/1/12#newcode31Bob Ippolito2009-02-281-3/+3
* fix long lines, make py2.6+ porting a bit easierBob Ippolito2009-02-221-7/+13
* replace a few string formats with string addition to make py26+ porting easierBob Ippolito2009-02-161-0/+3
* replace a few string formats with string addition to make py26+ porting easierBob Ippolito2009-02-161-4/+5
* fixed http://code.google.com/p/simplejson/issues/detail?id=35 -- no longer ch...Bob Ippolito2009-02-161-7/+7
* changes relevant to http://codereview.appspot.com/7311 -- mostly documentatio...Bob Ippolito2009-01-051-0/+3
* bump version, use python stdlib whitespace and docstring conventionsBob Ippolito2008-10-171-26/+20
* use C path for float encodingBob Ippolito2008-09-261-2/+2
* use tp_call instead of methodsBob Ippolito2008-09-261-2/+1
* C fast path for encodingBob Ippolito2008-09-261-9/+20
* cut out a few yields in exchange for string opsBob Ippolito2008-09-261-9/+10
* god bless closures.Bob Ippolito2008-09-261-188/+163
* first pass at making a horrible optimized mess out of the encoding bits of si...Bob Ippolito2008-09-261-172/+243
* http://code.google.com/p/simplejson/issues/detail?id=16Bob Ippolito2008-08-201-5/+2
* backport fixes from py2.6 issue2750 branchBob Ippolito2008-05-041-11/+13
* PEP 7, PEP 8 cleanupsBob Ippolito2008-05-031-7/+11
* http://code.google.com/p/simplejson/issues/detail?id=10Bob Ippolito2008-05-031-3/+6
* doctest fixBob Ippolito2008-04-161-1/+1
* more tests, python -msimplejson pretty printerBob Ippolito2008-03-231-1/+7
* bump version to 1.8, remove </script> attack prevention (escaping of /), reve...Bob Ippolito2008-03-231-2/+0
* fix regex for http://deron.meranda.us/python/comparing_json_modules/stringsBob Ippolito2008-03-231-1/+1
* switch back to repr for accuracyBob Ippolito2008-03-231-1/+2
* use str(float) instead of repr(float)Bob Ippolito2008-03-161-1/+1
* 1.7.3Bob Ippolito2007-10-161-1/+1
* optional C speedupsBob Ippolito2007-03-181-5/+36
* add str encoding support to dump/dumpsBob Ippolito2007-03-021-2/+11
* separators, encoding speedup, more test coverage for indentBob Ippolito2007-01-141-19/+43
* produce inf at runtimeBob Ippolito2006-11-301-6/+3
* 1.0 vs. infinity patch for Win32Bob Ippolito2006-11-301-1/+4
* encoderBob Ippolito2006-08-101-19/+19
* indent featureBob Ippolito2006-07-151-7/+25
* unusedBob Ippolito2006-07-121-1/+0
* unusedBob Ippolito2006-07-121-1/+0
* prevent </script> attackBob Ippolito2006-04-121-1/+3
* sort_keys from cceBob Ippolito2006-03-181-7/+18
* YAML spaceBob Ippolito2006-02-161-1/+1