summaryrefslogtreecommitdiff
path: root/simplejson/tests/test_namedtuple.py
Commit message (Expand)AuthorAgeFilesLines
* Implement tests and fallback implementation of #301Bob Ippolito2022-11-141-2/+27
* oops, a missing word made it into the commit.Gregory P. Smith2021-08-231-1/+1
* Move the PyDict_Check after the _asdict call.Gregory P. Smith [Google LLC]2021-08-201-0/+27
* First pass at Python 3.3 compatibilityBob Ippolito2012-12-281-1/+2
* callable check for _asdict with namedtuple_as_objectdict-subclass-gh26Bob Ippolito2011-12-291-0/+30
* fix whitespaceBob Ippolito2011-12-291-4/+4
* test with DucKValue and DuckPoint which are not tuple subclassesBob Ippolito2011-11-181-4/+24
* fix tests for py2.5pure-distutilsBob Ippolito2011-09-041-0/+6
* 2.2.0 - namedtuple_as_object and tuple_as_array options, use_decimal now True...namedtuple-object-gh6Bob Ippolito2011-09-041-0/+65