summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix a compile error on 2.x. Closes #193.speedups-compile-error-2.7Serhiy Storchaka2017-11-241-1/+1
|
* also upload tarballBob Ippolito2017-11-231-1/+1
|
* build sdist from travisBob Ippolito2017-11-232-2/+9
|
* fix artifact matchingv3.13.0Bob Ippolito2017-11-231-13/+26
|
* fix appveyor.ymlBob Ippolito2017-11-231-1/+1
|
* Fix string encoding for Python 2Bob Ippolito2017-11-231-2/+8
|
* Ensure that encoding text subtypes is consistent with or without speedups. ↵Bob Ippolito2017-11-236-10/+24
| | | | Fixes #185
* update CHANGESBob Ippolito2017-11-231-3/+5
|
* Merge pull request #191 from simplejson/type-error-messagesBob Ippolito2017-11-234-5/+27
|\ | | | | Make TypeError messages contain type name instead of a repr.
| * 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
| | | | | | | | | | | | The failure depends on the type, not on the value of an object. This combines CPython's issues 26623 and 24641.
* | update appveyor configBob Ippolito2017-11-231-1/+4
| |
* | Update version, add *.pyd to gitignoreBob Ippolito2017-11-235-3/+8
| |
* | Workarounds for NamedTemporaryFile issues with Windows for tool testsBob Ippolito2017-11-231-13/+21
| |
* | v3.12.1v3.12.1Bob Ippolito2017-11-234-3/+13
| |
* | update artifacts.py to avoid none-any wheelsBob Ippolito2017-11-231-9/+23
| |
* | added editorconfigBob Ippolito2017-11-231-0/+11
| |
* | Merge pull request #188 from simplejson/bpo-31505Bob Ippolito2017-11-202-3/+42
|\ \ | |/ |/| bpo-31505: Fix an assertion failure in json, in case _json.make_encoder() received a bad encoder() argument.
| * Fix a test.bpo-31505Serhiy Storchaka2017-11-061-3/+1
| |
| * bpo-31505: Fix an assertion failure in json, in case _json.make_encoder() ↵Serhiy Storchaka2017-11-062-3/+44
| | | | | | | | | | | | received a bad encoder() argument. Original patch by Oren Milman.
* | bpo-31095: fix potential crash during GC (#187)Serhiy Storchaka2017-11-061-2/+4
| | | | | | Original patch by INADA Naoki.
* | Fix a reference leak when sort keys. (#186)Serhiy Storchaka2017-11-061-2/+5
|/
* Add Python 3.6.3 to appveyorBob Ippolito2017-11-051-2/+10
|
* Fix #184 threaded import issue, prep v3.12.0v3.12.0Bob Ippolito2017-11-059-87/+102
|
* see if pypy will install without dist: trustyBob Ippolito2017-07-081-2/+0
|
* newer versions are not in pyenv for some reasonBob Ippolito2017-07-081-2/+2
|
* sudo: falseBob Ippolito2017-07-081-0/+8
|
* Add pypy3 and update osx python versionsBob Ippolito2017-07-081-2/+5
|
* Merge pull request #179 from taleinat/patch-1Bob Ippolito2017-07-081-1/+1
|\ | | | | setup.py: fix condition for build_ext exception types
| * setup.py: fix condition for build_ext exception typesTal Einat2017-06-281-1/+1
| | | | | | The comment states that IOError and ValueError can be thrown in Python 2.6. The referenced CPython issue supports this, it seems to have been resolved in version 2.7. However, the code seems to have the condition backwards, and will only catch IOError or ValueError in versions *greater* than 2.6.
* | Merge pull request #180 from felixonmars/fix-typoBob Ippolito2017-07-081-1/+1
|\ \ | |/ |/| Fix a typo: verison -> version
| * Fix a typo: verison -> versionFelix Yan2017-07-011-1/+1
| |
* | Merge pull request #176 from simplejson/fix-173v3.11.1Bob Ippolito2017-06-197-46/+35
|\ \ | |/ |/| Fix #173 with item_sort_key and add auto-discovery to test suite
| * v3.11.1fix-173Bob Ippolito2017-06-193-4/+4
| |
| * Fix #173 with item_sort_key and add auto-discovery to test suiteBob Ippolito2017-06-194-42/+31
|/
* v3.11.0v3.11.0Bob Ippolito2017-06-184-4/+26
|
* Merge pull request #172 from jcerjak/docstring-fix-for-use_decimalBob Ippolito2017-06-121-1/+1
|\ | | | | docstring fix in JSONEncoder: use_decimal defaults to True
| * 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.
| * Call PyObject_IsTrue() only once for the strict argument of scanner.strict-to-boolSerhiy Storchaka2017-05-211-24/+14
| |
* | Merge pull request #171 from simplejson/unencodable-encoder-encodingBob Ippolito2017-06-082-2/+15
|\ \ | |/ |/| Fix a crash wish unencodable encoding in the encoder.
| * Fix a crash wish unencodable encoding in the encoder.unencodable-encoder-encodingSerhiy Storchaka2017-05-212-2/+15
|/ | | | | JSONEncoder.encode() crashed in Python 3 when encoded bytes keys if the encoding was not encodable to utf-8 (contained surrogates).
* 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-203-4/+1
|\ | | | | Remove unused imports.
| * Remove unused imports.Chris Gavin2017-04-243-4/+1
| |
* | Merge pull request #168 from simplejson/no-py2.4Bob Ippolito2017-05-203-35/+2
|\ \ | | | | | | Remove remnants of Python 2.4 support.
| * | Remofe remnants of Python 2.4 support.no-py2.4Serhiy Storchaka2017-05-083-35/+2
| |/ | | | | | | Clean up the code by removing workarounds for supporting Python 2.4.
* | Merge pull request #169 from simplejson/check-is-trueBob Ippolito2017-05-202-35/+123
|\ \ | | | | | | Fix argument checking errors in _speedups.c.