summaryrefslogtreecommitdiff
path: root/simplejson
Commit message (Expand)AuthorAgeFilesLines
...
* | Clean up the C code.Serhiy Storchaka2018-04-251-141/+105
|/
* Allow to disable serializing bytes by default in Python 3.bytes-encodingSerhiy Storchaka2018-04-253-17/+107
* Merge pull request #215 from simplejson/compatBob Ippolito2018-04-247-36/+29
|\
| * Simplify compatibility code.compatSerhiy Storchaka2018-04-247-36/+29
* | Fix tests in Python 2.5.tempfile-py25Serhiy Storchaka2018-04-241-9/+18
|/
* v3.14.0v3.14.0Bob Ippolito2018-04-211-1/+1
* Merge pull request #212 from richvdh/rav/defer_is_rawjson_testBob Ippolito2018-04-091-6/+6
|\
| * Defer is_raw_json testRichard van der Hoff2018-04-031-6/+6
* | Remove redundant parts of ESCAPE and ESCAPE_DCTRichard van der Hoff2018-03-291-3/+1
* | documentation updatesRichard van der Hoff2018-03-291-1/+1
* | Improve docstring on JSONEncoderForHTMLRichard van der Hoff2018-03-291-0/+5
* | Simplify ESCAPE regexp constructionRichard van der Hoff2018-03-291-4/+1
* | Avoid escaping U+2028 and U+2029 without ensure_asciiRichard van der Hoff2018-03-293-4/+18
|/
* Update CHANGES.txt and increment version to 3.13.3Bob Ippolito2018-03-271-1/+1
* Avoid copying strings when encodingRichard van der Hoff2018-03-272-2/+7
* v3.13.2v3.13.2Bob Ippolito2017-11-241-1/+1
* maybe fix windows 2.x buildBob Ippolito2017-11-241-1/+2
* v3.13.1v3.13.1Bob Ippolito2017-11-241-1/+1
* Fix a compile error on 2.x. Closes #193.speedups-compile-error-2.7Serhiy Storchaka2017-11-241-1/+1
* Fix string encoding for Python 2Bob Ippolito2017-11-231-2/+8
* Ensure that encoding text subtypes is consistent with or without speedups. Fi...Bob Ippolito2017-11-233-6/+18
* Merge pull request #191 from simplejson/type-error-messagesBob Ippolito2017-11-234-5/+27
|\
| * 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
* | Update version, add *.pyd to gitignoreBob Ippolito2017-11-231-1/+1
* | Workarounds for NamedTemporaryFile issues with Windows for tool testsBob Ippolito2017-11-231-13/+21
* | v3.12.1v3.12.1Bob Ippolito2017-11-231-1/+1
* | Merge pull request #188 from simplejson/bpo-31505Bob Ippolito2017-11-202-3/+42
|\ \ | |/ |/|
| * Fix a test.bpo-31505Serhiy Storchaka2017-11-061-3/+1
| * bpo-31505: Fix an assertion failure in json, in case _json.make_encoder() rec...Serhiy Storchaka2017-11-062-3/+44
* | 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
|/