1
0
Fork 0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-05-13 03:16:22 +02:00
Commit Graph

625 Commits

Author SHA1 Message Date
Hugo van Kemenade e999525b00
Merge pull request #459 from hugovk/rm-unused
Remove unused variable
2021-04-12 20:24:45 +03:00
Hugo van Kemenade 1f79ff2faa
Merge pull request #460 from ultrajson/pre-commit-ci-update-config 2021-04-12 20:24:23 +03:00
pre-commit-ci[bot] e8fb386673 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2021-04-12 16:41:58 +00:00
pre-commit-ci[bot] 85fadc4437
[pre-commit.ci] pre-commit autoupdate 2021-04-12 16:41:46 +00:00
Hugo van Kemenade f2d79b89c4 Remove unused variable 2021-04-07 10:23:26 +03:00
Hugo van Kemenade c40a9b41ff
Merge pull request #457 from bwoodsend/gcov 2021-04-07 09:21:29 +03:00
bwoodsend 25dad7eae1 Drop colored gcov output on Linux.
It isn't supported on the older gcc versions used by CI/CD.
2021-04-06 21:40:58 +01:00
bwoodsend 47b84384c5 Add codecov upload to CI/CD. 2021-04-06 21:40:54 +01:00
bwoodsend adb7bac0ae Add gcov coverage collecting of C code (#387) 2021-03-30 22:35:12 +01:00
Hugo van Kemenade a1182b8ced
Merge pull request #449 from filipsalomonsson/typos-in-errmsg
Fix typos in error message
2021-03-06 12:25:31 +02:00
Hugo van Kemenade 9f8893d3e3
Merge pull request #454 from hugovk/update-test-config 2021-03-06 12:24:34 +02:00
Hugo van Kemenade 630fb6ddfb Remove dollar for easier copy/paste 2021-03-05 15:11:18 +02:00
Hugo van Kemenade 6d8eb0d1c8 Update and simplify config 2021-03-05 15:05:11 +02:00
Hugo van Kemenade 36fe42b652 Update pre-commit 2021-03-05 14:57:31 +02:00
Hugo van Kemenade 91a758916e Test Python 3.10-dev 2021-03-05 14:50:14 +02:00
Hugo van Kemenade 27b82c8f4d
Merge pull request #452 from bwoodsend/simplify-manylinux
Remove explicit handling of manylinux platform tag
2021-02-24 21:39:47 +02:00
bwoodsend 235d192a4e Remove explicit handling of manylinux platform tag
The manylinux docker images now have an $AUDITWHEEL_PLAT environment
variable baked into them which auditwheel detects automatically.
Therefore we no longer need to remind each image which image they are.
2021-02-24 11:01:10 +00:00
Filip Salomonsson 7a8a614017
Fix typos in error message 2021-02-03 17:32:42 +01:00
Hugo van Kemenade 7cceea1bba
Merge pull request #442 from dwhswenson/fix_large_floats 2020-11-16 15:43:14 +02:00
David W.H. Swenson cdcf5becd1
move test into parametrized test 2020-11-15 20:01:07 +01:00
David W.H. Swenson 6013e71381
Merge remote-tracking branch 'upstream/master' into fix_large_floats 2020-11-15 19:56:19 +01:00
Hugo van Kemenade 92671ea6ff
Merge pull request #438 from CozyDoomer/master 2020-11-15 19:37:23 +02:00
Hugo van Kemenade ac13d0d577
Only test oldest and newest Python on Travis CI 2020-11-15 19:33:38 +02:00
Hugo van Kemenade 13e2ac7eea
Merge pull request #443 from dwhswenson/match_python_exponents 2020-11-15 19:25:37 +02:00
Hugo van Kemenade a920bfa9d8
Merge pull request #441 from gsnedders/empty-dict-stdlib
Fix #429: Make empty dict/list indented serialization match stdlib json
2020-11-15 19:15:23 +02:00
David W.H. Swenson 954a9a0a00
cleanup 2020-11-11 16:54:57 +01:00
David W.H. Swenson a48f8b22f1
Set same bounds as std lib for negative exponent 2020-11-11 16:41:34 +01:00
David W.H. Swenson b773bf05dc
Fix errors on reading long decimal floats 2020-11-11 14:51:27 +01:00
David W.H. Swenson af699c3cd0
Match Python json output for exponents 2020-11-11 14:41:51 +01:00
Sam Sneddon f4029cc6ef Fix #429: Make empty dict/list indented serialization match stdlib json
Previously, we'd output a couple of new lines between the start and end
of the object, whereas the stdlib doesn't bother with whitespace if
they're empty.

In my testing, the only difference in indented serialization now is
float representation.
2020-11-10 10:57:15 +00:00
Hugo van Kemenade f26f9679f1
Merge pull request #439 from mbish/master
Fix dealing with None types
2020-11-06 22:58:51 +02:00
Mark Bishop 7687b3de7a Fix dealing with None types 2020-10-30 16:48:27 -04:00
Christian 298696be8f
Replace 3.9-dev with 3.9 in .travis.yml to use Python 3.9 final 2020-10-30 17:56:13 +01:00
Hugo van Kemenade ed4cfe5992
Add Hacktoberfest labels 2020-10-28 16:13:15 +02:00
Hugo van Kemenade 0b5b635889
Merge pull request #435 from hugovk/fix-UnicodeDecodeError
Fix UnicodeDecodeError on arm64/aarch64
2020-10-09 22:01:44 +03:00
Hugo van Kemenade d6af5dd65f Fix UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 2116: ordinal not in range(128) 2020-10-09 19:43:28 +03:00
Hugo van Kemenade 62b89200c6
Merge pull request #431 from hugovk/add-python-3.9 2020-10-07 09:44:41 +03:00
Hugo van Kemenade 71ef2a85e6 Drop 3.5, add 3.9 2020-10-06 23:01:45 +03:00
Hugo van Kemenade 3552b58f00 Add Python 3.9 to deploy-wheels 2020-10-06 20:34:29 +03:00
Hugo van Kemenade da610577cc
Merge pull request #430 from hugovk/add-python-3.9 2020-10-06 20:34:01 +03:00
Hugo van Kemenade 72042ba023 Simplify config 2020-10-06 20:03:18 +03:00
Hugo van Kemenade 62f63f1429 Cannot test 3.10 yet: AssertionError: would build wheel with unsupported tag ('cp310', 'cp310', 'linux_x86_64') 2020-10-06 20:01:22 +03:00
Hugo van Kemenade cedc5b7601 Add support for Python 3.9 2020-10-06 19:48:59 +03:00
Hugo van Kemenade 9d9fb9d09f
Merge pull request #424 from hugovk/rm-3.5 2020-10-06 19:39:11 +03:00
Hugo van Kemenade 335ac83c13
Merge pull request #426 from chenhan1218/fix-indent
Fix indent and add test case
2020-09-19 22:00:22 +03:00
Hugo van Kemenade 9c589d1cb5
Merge pull request #427 from verhovsky/master
Update code samples in README
2020-09-18 13:11:40 +03:00
boris e58afc963b Update code samples in README to Python 3 2020-09-17 23:45:42 -04:00
Chen-Han Hsiao (Stanley) 5b979eeebf Fix indent and add test case 2020-09-17 22:41:00 +08:00
Hugo van Kemenade 3971a1f9b5 Use context manager for file opening 2020-09-08 21:36:51 +03:00
Hugo van Kemenade 07a59a871c Use python -m pip https://snarky.ca/why-you-should-use-python-m-pip/ 2020-09-08 21:36:50 +03:00