https://github.com/esnme/ultrajson
Name Target Message Date
HEAD 04daf02 [pre-commit.ci] pre-commit autoupdate (#624) 01 April 2024, 18:02:10 UTC
refs/heads/main 04daf02 [pre-commit.ci] pre-commit autoupdate (#624) 01 April 2024, 18:02:10 UTC
refs/heads/optcall 36910d6 Modified struct member order and simplified decoder state 23 March 2016, 23:08:20 UTC
refs/heads/strtod a2e9adb Updated license preamble 16 January 2013, 15:22:08 UTC
refs/tags/2.0.0 e536669 Merge pull request #281 from ncopa/stack-buffer-size Reduce default buffer on stack size 04 March 2020, 08:11:46 UTC
refs/tags/2.0.1 9bac6fa Merge pull request #370 from hugovk/fix-windows Fix Windows build and test Python 3.5-3.8 on Windows 08 March 2020, 06:46:35 UTC
refs/tags/2.0.2 657d6c7 Merge pull request #382 from hugovk/258-��-is-not-JSON-serializable Fix "�� is not JSON serializable" on Python 3 14 March 2020, 17:24:49 UTC
refs/tags/2.0.3 561a488 Merge pull request #397 from hugovk/rm-distutils Drop legacy distutils in setup.py 24 March 2020, 09:50:31 UTC
refs/tags/3.0.0 cae2cb4 Merge pull request #408 from hugovk/lint 12 May 2020, 08:56:37 UTC
refs/tags/3.1.0 5dea5ef Merge pull request #418 from WillAyd/pep-489 01 August 2020, 08:36:51 UTC
refs/tags/3.2.0 090d741 Merge pull request #423 from hugovk/parallel-wheel-build 08 September 2020, 16:09:10 UTC
refs/tags/4.0.0 62b8920 Merge pull request #431 from hugovk/add-python-3.9 07 October 2020, 06:44:41 UTC
refs/tags/4.0.1 0b5b635 Merge pull request #435 from hugovk/fix-UnicodeDecodeError Fix UnicodeDecodeError on arm64/aarch64 09 October 2020, 19:01:44 UTC
refs/tags/4.0.2 7cceea1 Merge pull request #442 from dwhswenson/fix_large_floats 16 November 2020, 13:43:14 UTC
refs/tags/4.1.0 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
refs/tags/4.2.0 cd58a9b Fix Travis CI badge: .org -> .com 22 September 2021, 08:56:42 UTC
refs/tags/4.3.0 6833495 Merge pull request #488 from nsait-linaro/enable_win_arm64 18 November 2021, 19:37:10 UTC
refs/tags/5.0.0 e3ccc5a Merge pull request #492 from hugovk/deploy-twine 14 December 2021, 20:33:42 UTC
refs/tags/5.1.0 682c660 Merge pull request #493 from bwoodsend/strip-binaries 17 December 2021, 15:27:00 UTC
refs/tags/5.2.0 f6860f1 Remove shebang Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> 05 April 2022, 17:42:02 UTC
refs/tags/5.3.0 b300d64 Merge pull request #540 from hugovk/fix-travis-links 18 May 2022, 19:33:58 UTC
refs/tags/5.4.0 9c20de0 Merge pull request from GHSA-fm67-cv37-96ff Fix double free on string decoding if realloc fails 02 July 2022, 05:11:59 UTC
refs/tags/5.5.0 d84c832 Merge pull request #564 from hugovk/add-3.11 15 September 2022, 11:22:12 UTC
refs/tags/5.6.0 1860724 Merge pull request #571 from ultrajson/all-repos_autofix_add-3.12-dev 09 November 2022, 19:40:51 UTC
refs/tags/5.7.0 7ae42dc Merge pull request #575 from ultrajson/pre-commit-ci-update-config [pre-commit.ci] pre-commit autoupdate 02 January 2023, 20:40:29 UTC
refs/tags/5.8.0 7ce1914 Update github-actions (#597) 11 June 2023, 08:05:55 UTC
refs/tags/5.9.0 381f248 Speedup dumps with sorted keys Do not create a list of tuples with (converted key, value) upfront. Instead, convert keys and fetch values during iteration. Also, if sorting fails, preserve the original exception instead of overwriting it with a less informative ValueError. This is the same behavior as the standard library's json module. 06 December 2023, 04:56:01 UTC
refs/tags/v1.34 0c52200 Removed a left-over from conflict resolution. 30 November 2015, 10:58:32 UTC
refs/tags/v1.35 3723f57 Reverting usage of python setup.py test 20 January 2016, 08:10:48 UTC
back to top