summaryrefslogtreecommitdiff
path: root/simplejson
Commit message (Expand)AuthorAgeFilesLines
* Add tests.type-error-messagesSerhiy Storchaka2017-11-231-1/+18
* Make TypeError messages contain type name instead of a repr.Serhiy Storchaka2017-11-103-4/+9
* bpo-31095: fix potential crash during GC (#187)Serhiy Storchaka2017-11-061-2/+4
* Fix a reference leak when sort keys. (#186)Serhiy Storchaka2017-11-061-2/+5
* Fix #184 threaded import issue, prep v3.12.0v3.12.0Bob Ippolito2017-11-056-84/+92
* v3.11.1fix-173Bob Ippolito2017-06-191-1/+1
* Fix #173 with item_sort_key and add auto-discovery to test suiteBob Ippolito2017-06-193-42/+25
* v3.11.0v3.11.0Bob Ippolito2017-06-181-1/+1
* docstring fix in JSONEncoder: use_decimal defaults to TrueJure Cerjak2017-06-121-1/+1
* Merge pull request #170 from simplejson/strict-to-boolBob Ippolito2017-06-081-24/+14
|\
| * Call PyObject_IsTrue() only once for the strict argument of scanner.strict-to-boolSerhiy Storchaka2017-05-211-24/+14
* | Fix a crash wish unencodable encoding in the encoder.unencodable-encoder-encodingSerhiy Storchaka2017-05-212-2/+15
|/
* Make test_speedups compatible with Python 2.5 and 2.6.Serhiy Storchaka2017-05-211-37/+25
* Make test_speedups compatible with Python 2.5.Serhiy Storchaka2017-05-211-0/+2
* Added missed ";" in Python 2 only code.Serhiy Storchaka2017-05-211-1/+1
* Merge pull request #162 from chrisgavin/unused-importsBob Ippolito2017-05-201-1/+1
|\
| * Remove unused imports.Chris Gavin2017-04-241-1/+1
* | Merge pull request #168 from simplejson/no-py2.4Bob Ippolito2017-05-203-35/+2
|\ \
| * | Remofe remnants of Python 2.4 support.no-py2.4Serhiy Storchaka2017-05-083-35/+2
| |/
* | Fix argument checking errors in _speedups.c.Serhiy Storchaka2017-05-122-35/+123
* | Don't set tp_new to PyType_GenericNew.remove-init-methodsSerhiy Storchaka2017-05-081-2/+0
* | Remove the `__init__` methods in extension classes.Serhiy Storchaka2017-05-071-76/+31
|/
* Bump version, update changelog, fix issues identified in code review of #143Bob Ippolito2016-10-284-2/+24
* Merge branch 'raw_json' of https://github.com/lamflam/simplejson into lamflam...Bob Ippolito2016-10-284-1/+63
|\
| * Add support for preprocessed JSON strings (with optimizations) in encoderKevin LaFlamme2016-09-014-1/+63
* | Bump version to 3.9.0Bob Ippolito2016-10-211-1/+1
* | Fixes #144. Workaround for bad behavior in string subclasses.Bob Ippolito2016-10-213-1/+26
* | Remove fromhex all togetherRoy Williams2016-09-222-17/+11
* | Add support for Python 2.5Roy Williams2016-09-221-2/+6
* | Use binascii instead of codecsRoy Williams2016-09-221-4/+3
* | Use `codecs.decode` in Python 2 as opposed to `str.decode` in Python 2.Roy Williams2016-09-211-2/+3
|/
* v3.8.2 - fix compiler warning, automated wheel builds for Windows and Macv3.8.2wheelsBob Ippolito2016-02-152-2/+2
* Fix issue with iterable_as_array and indent option, closes #128v3.8.1Bob Ippolito2015-10-273-21/+26
* Update version to 3.8.1Bob Ippolito2015-09-041-1/+1
* removed from _speedups.c forgotten "iterable_as_array" without comma after s...Costy Petrisor2015-09-031-1/+0
* clean up iterable_as_array for 3.8.0v3.8.0Bob Ippolito2015-07-182-2/+3
* Merge branch 'master' into iterable_as_array-gh1Nick Babcock2015-07-1034-1005/+2864
|\
| * fix typo in e18cc09v3.7.3Bob Ippolito2015-05-312-2/+2
| * attempt to work around an issue with reloading the Decimal modulev3.7.2Bob Ippolito2015-05-222-5/+8
| * bump version for #119v3.7.1Bob Ippolito2015-05-181-1/+1
| * Fix msvc error C2275: 'PyObject' : illegal use of this type as an expressionChristoph Gohlke2015-05-181-2/+4
| * no longer trust custom repr for int/long/float subclasses #118v3.7.0Bob Ippolito2015-05-185-5/+91
| * update CHANGES and bump version to v3.6.5v3.6.5Bob Ippolito2014-10-241-1/+1
| * Fix memory leak when an error occurs encoding dict itemsKeith Bussell2014-10-231-0/+1
| * failing test for #106Bob Ippolito2014-09-291-0/+9
| * update version for v3.6.4Bob Ippolito2014-09-291-1/+1
| * ensure cached encoder is only used when all settings are defaultsort_keys_dump-106Bob Ippolito2014-09-241-5/+9
| * documentation about key limitations in JSON per #103v3.6.3Bob Ippolito2014-08-181-1/+1
| * doc updates from http://bugs.python.org/issue21514 re: #102v3.6.2Bob Ippolito2014-08-091-1/+1
| * update documentation per #102docs-102Bob Ippolito2014-08-091-1/+1