https://github.com/esnme/ultrajson

sort by:
Revision Author Date Message Commit Date
e3ccc5a Merge pull request #492 from hugovk/deploy-twine 14 December 2021, 20:33:42 UTC
243d49b Install Twine to upload to PyPI 14 December 2021, 14:39:42 UTC
269621b Merge pull request #490 from hugovk/rm-3.6 14 December 2021, 14:20:16 UTC
cccde3f Drop support for EOL Python 3.6 14 December 2021, 13:44:47 UTC
b55049f Merge pull request #491 from bwoodsend/switch-to-ci-build-wheels 14 December 2021, 13:40:42 UTC
04286a6 Drop wheels for Python 3.6. (#490) 29 November 2021, 08:22:19 UTC
ab32d48 CI/CD: Ensure that sdists are uploaded last. 29 November 2021, 08:21:11 UTC
3ac5b9d Use cibuildwheel to build wheels. This will enable the building of macOS ARM64 compatible wheels, fixing #456 (and also lets us delete lots of code!!!). 28 November 2021, 17:16:07 UTC
6833495 Merge pull request #488 from nsait-linaro/enable_win_arm64 18 November 2021, 19:37:10 UTC
ff1e7bd enable windows on arm64 target 18 November 2021, 18:22:23 UTC
6a75b70 Merge pull request #486 from hugovk/test-3.10-final 02 November 2021, 12:38:41 UTC
0263979 Test on Python 3.10 final 02 November 2021, 11:40:05 UTC
d36b56c Merge pull request #484 from ultrajson/all-repos_autofix_all-repos-sed 19 October 2021, 19:30:06 UTC
47de26f Use Python 3.10 final Committed via https://github.com/asottile/all-repos 19 October 2021, 18:37:16 UTC
5f20e39 Merge pull request #483 from ultrajson/pre-commit-ci-update-config 04 October 2021, 18:00:58 UTC
08fe74d [pre-commit.ci] pre-commit autoupdate updates: - [github.com/asottile/pyupgrade: v2.26.0 → v2.29.0](https://github.com/asottile/pyupgrade/compare/v2.26.0...v2.29.0) 04 October 2021, 17:19:20 UTC
fa80b93 Update release checklist 22 September 2021, 11:36:25 UTC
cd58a9b Fix Travis CI badge: .org -> .com 22 September 2021, 08:56:42 UTC
9232b6a Merge pull request #481 from hugovk/win32 21 September 2021, 17:19:44 UTC
365ee5d Build 32-bit wheels for Windows 21 September 2021, 13:05:51 UTC
9ddb36b Merge pull request #478 from bwoodsend/wheels-for-musl-aarch64 20 September 2021, 13:46:24 UTC
f61e082 Test Linux wheel building workflow on PRs touching workflow's files. 20 September 2021, 12:54:50 UTC
08d7e5b Build wheels for musl aarch64 (aka ARM) Linux. 20 September 2021, 12:12:34 UTC
c0fc29b Merge pull request #479 from hugovk/replace-readme-rst-md 20 September 2021, 10:46:19 UTC
d66342b With setuptools_scm, MANIFEST.in only needs to include non-SCM files (or exclude SCM files) 20 September 2021, 10:37:35 UTC
3bbb64d Replace README.rst with .md 20 September 2021, 10:30:37 UTC
1dda667 Merge pull request #477 from hugovk/setup-py-to-cfg Use declarative setup metadata 20 September 2021, 09:52:21 UTC
7f67319 Use declarative metadata 20 September 2021, 09:18:17 UTC
21d3f03 Merge pull request #475 from hugovk/pypy3-manylinux-wheel 20 September 2021, 09:03:12 UTC
fdd948e No PyPy3 on musllinux_1_1_x86_64 20 September 2021, 08:55:59 UTC
12d9580 Build PyPy3 manylinux wheel 20 September 2021, 08:44:59 UTC
a5d5f31 Merge pull request #476 from bwoodsend/wheels-for-musl 20 September 2021, 08:34:53 UTC
1271461 Build wheels for musl Linux. PEP656 (wheels for musl Linux) as just been implemented. This means that we can now build wheels that will run on Alpine (a very popular and speedy base docker image) or OpenWRT (a tiny Linux distribution often used on embeded devices). Its design mirrors that of its glibc counterpart, the manylinux series, making it drop-in compatible with our existing manylinux setup. 19 September 2021, 22:47:04 UTC
f23afd0 Merge pull request #473 from hugovk/manylinux2014_aarch64 10 September 2021, 13:45:06 UTC
c7125ad Split macOS/Windows and Linux, and split Linux into matrix 10 September 2021, 13:14:00 UTC
0b446e0 Replace archived action with official Docker ones 10 September 2021, 12:08:22 UTC
d3fcca8 Build slow aarch64 in parallel, build faster x86_64 and i686 in serial 10 September 2021, 12:08:20 UTC
fad984a Fix loop variable for Python 3.10 10 September 2021, 12:07:34 UTC
a4feb83 Use prebuilt aarch Docker image 10 September 2021, 12:07:32 UTC
2b13dc4 Merge pull request #472 from hugovk/update-ci 06 September 2021, 18:28:32 UTC
dc48284 Merge pull request #470 from garenchan/ck-dev 06 September 2021, 18:25:33 UTC
b7fba98 Add a default keyword argument to dumps dump and dumps functions in python json stdlib have a default keyword argument. It's useful for serializing complex objects. Supporting this argument will improve compatibility and flexibility of ujson. 06 September 2021, 01:55:37 UTC
cd897fd Update manylinux1 to manylinux2014 for Python 3.10 05 September 2021, 17:57:00 UTC
1e59968 Build Python 3.10 wheels 05 September 2021, 17:57:00 UTC
ec7254d Test PyPy3 on Windows 05 September 2021, 17:57:00 UTC
5212f6e Add support for Python 3.10 05 September 2021, 17:57:00 UTC
a70bdeb Test on 20.04 instead of EOL 16.04 05 September 2021, 17:57:00 UTC
f7dc48a Merge pull request #471 from hugovk/main-to-master Rename master to main 05 September 2021, 17:53:46 UTC
7ac9860 Rename master to main 05 September 2021, 17:45:29 UTC
7fb005a Merge pull request #468 from ultrajson/pre-commit-ci-update-config [pre-commit.ci] pre-commit autoupdate 04 September 2021, 15:24:36 UTC
78b591e Autoupdate quarterly 04 September 2021, 15:05:49 UTC
8f5ad61 Merge pull request #469 from das-intensity/bugfix/dconv-threading-segfault dconv no longer uses global instances of StringToDoubleConverter and 13 August 2021, 15:37:04 UTC
e00caae dconv no longer uses global instances of StringToDoubleConverter/DoubleToStringConverter 03 August 2021, 14:17:10 UTC
9a5b5ff [pre-commit.ci] pre-commit autoupdate updates: - [github.com/asottile/pyupgrade: v2.15.0 → v2.23.1](https://github.com/asottile/pyupgrade/compare/v2.15.0...v2.23.1) - [github.com/psf/black: 21.5b1 → 21.7b0](https://github.com/psf/black/compare/21.5b1...21.7b0) - [github.com/PyCQA/isort: 5.8.0 → 5.9.3](https://github.com/PyCQA/isort/compare/5.8.0...5.9.3) - [github.com/pre-commit/pygrep-hooks: v1.8.0 → v1.9.0](https://github.com/pre-commit/pygrep-hooks/compare/v1.8.0...v1.9.0) - [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.0.1](https://github.com/pre-commit/pre-commit-hooks/compare/v3.4.0...v4.0.1) 02 August 2021, 16:56:31 UTC
ea7cb91 Merge pull request #465 from bwoodsend/an-infuriatingly-trivial-fix-for-aarch64-builds 12 June 2021, 07:51:40 UTC
278e75b Switch shebang for the manylinux-wheels script Making this insultingly trivial change somehow fixes the obscure and locally unreproducible build errors on aarch64 docker reported in #464. Fixes #464. 11 June 2021, 21:28:59 UTC
651cca5 Merge pull request #461 from ultrajson/pre-commit-ci-update-config 11 May 2021, 16:00:53 UTC
28dcd88 Run pre-commit.ci autoupdate monthly 11 May 2021, 15:53:59 UTC
de9fc93 [pre-commit.ci] pre-commit autoupdate updates: - [github.com/asottile/pyupgrade: v2.12.0 → v2.15.0](https://github.com/asottile/pyupgrade/compare/v2.12.0...v2.15.0) - [github.com/psf/black: 20.8b1 → 21.5b1](https://github.com/psf/black/compare/20.8b1...21.5b1) - [github.com/PyCQA/flake8: 3.9.0 → 3.9.2](https://github.com/PyCQA/flake8/compare/3.9.0...3.9.2) 10 May 2021, 19:41:49 UTC
e999525 Merge pull request #459 from hugovk/rm-unused Remove unused variable 12 April 2021, 17:24:45 UTC
1f79ff2 Merge pull request #460 from ultrajson/pre-commit-ci-update-config 12 April 2021, 17:24:23 UTC
e8fb386 [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci 12 April 2021, 16:41:58 UTC
85fadc4 [pre-commit.ci] pre-commit autoupdate 12 April 2021, 16:41:46 UTC
f2d79b8 Remove unused variable 07 April 2021, 07:23:26 UTC
c40a9b4 Merge pull request #457 from bwoodsend/gcov 07 April 2021, 06:21:29 UTC
25dad7e Drop colored gcov output on Linux. It isn't supported on the older gcc versions used by CI/CD. 06 April 2021, 20:40:58 UTC
47b8438 Add codecov upload to CI/CD. 06 April 2021, 20:40:54 UTC
adb7bac Add gcov coverage collecting of C code (#387) 30 March 2021, 21:35:12 UTC
a1182b8 Merge pull request #449 from filipsalomonsson/typos-in-errmsg Fix typos in error message 06 March 2021, 10:25:31 UTC
9f8893d Merge pull request #454 from hugovk/update-test-config 06 March 2021, 10:24:34 UTC
630fb6d Remove dollar for easier copy/paste 05 March 2021, 13:11:18 UTC
6d8eb0d Update and simplify config 05 March 2021, 13:05:11 UTC
36fe42b Update pre-commit 05 March 2021, 12:57:31 UTC
91a7589 Test Python 3.10-dev 05 March 2021, 12:50:14 UTC
27b82c8 Merge pull request #452 from bwoodsend/simplify-manylinux Remove explicit handling of manylinux platform tag 24 February 2021, 19:39:47 UTC
235d192 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. 24 February 2021, 11:01:10 UTC
7a8a614 Fix typos in error message 03 February 2021, 16:32:42 UTC
7cceea1 Merge pull request #442 from dwhswenson/fix_large_floats 16 November 2020, 13:43:14 UTC
cdcf5be move test into parametrized test 15 November 2020, 19:01:07 UTC
6013e71 Merge remote-tracking branch 'upstream/master' into fix_large_floats 15 November 2020, 18:56:19 UTC
92671ea Merge pull request #438 from CozyDoomer/master 15 November 2020, 17:37:23 UTC
ac13d0d Only test oldest and newest Python on Travis CI 15 November 2020, 17:33:38 UTC
13e2ac7 Merge pull request #443 from dwhswenson/match_python_exponents 15 November 2020, 17:25:37 UTC
a920bfa Merge pull request #441 from gsnedders/empty-dict-stdlib Fix #429: Make empty dict/list indented serialization match stdlib json 15 November 2020, 17:15:23 UTC
954a9a0 cleanup 11 November 2020, 15:54:57 UTC
a48f8b2 Set same bounds as std lib for negative exponent 11 November 2020, 15:41:34 UTC
b773bf0 Fix errors on reading long decimal floats 11 November 2020, 13:51:27 UTC
af699c3 Match Python json output for exponents 11 November 2020, 13:41:51 UTC
f4029cc 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. 10 November 2020, 10:57:15 UTC
f26f967 Merge pull request #439 from mbish/master Fix dealing with None types 06 November 2020, 20:58:51 UTC
7687b3d Fix dealing with None types 30 October 2020, 20:48:27 UTC
298696b Replace 3.9-dev with 3.9 in .travis.yml to use Python 3.9 final 30 October 2020, 16:56:13 UTC
ed4cfe5 Add Hacktoberfest labels 28 October 2020, 14:13:15 UTC
0b5b635 Merge pull request #435 from hugovk/fix-UnicodeDecodeError Fix UnicodeDecodeError on arm64/aarch64 09 October 2020, 19:01:44 UTC
d6af5dd Fix UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 2116: ordinal not in range(128) 09 October 2020, 16:43:28 UTC
62b8920 Merge pull request #431 from hugovk/add-python-3.9 07 October 2020, 06:44:41 UTC
71ef2a8 Drop 3.5, add 3.9 06 October 2020, 20:01:45 UTC
3552b58 Add Python 3.9 to deploy-wheels 06 October 2020, 17:34:29 UTC
da61057 Merge pull request #430 from hugovk/add-python-3.9 06 October 2020, 17:34:01 UTC
72042ba Simplify config 06 October 2020, 17:03:18 UTC
back to top