1. fd905ba Merge pull request #337 from simplejson/float-range by Bob Ippolito · 5 months ago master
  2. 92c0230 Add a test for the min and max floats by Bob Ippolito · 6 months ago float-range
  3. 390e633 Merge pull request #330 from simplejson/fix-workflow by Bob Ippolito · 7 months ago v3.20.1
  4. f623662 Fix PyPI upload workflow by Bob Ippolito · 7 months ago
  5. d08eeaf Merge pull request #329 from simplejson/key-cache by Bob Ippolito · 7 months ago v3.20.0
  6. e4d7e8a v3.20.0 by Bob Ippolito · 7 months ago
  7. 7902212 fix test by Bob Ippolito · 7 months ago
  8. cf74769 Add matrix configuration to upload artifact name by Bob Ippolito · 7 months ago
  9. 1ee5df2 Update workflows by Bob Ippolito · 7 months ago
  10. f6dfa66 Fix #328, memoize keys after ensuring that they are strings by Bob Ippolito · 7 months ago
  11. 6932004 v3.19.3 by Bob Ippolito · 1 year, 1 month ago v3.19.3
  12. c96227a Merge pull request #326 from edgarrmondragon/cp313 by Bob Ippolito · 1 year, 1 month ago
  13. 6900b4b Build 2.7 wheels only for Linux by Edgar Ramírez-Mondragón · 1 year, 1 month ago
  14. 0e1c842 Updated test & build matrix to include Python 3.13 by Edgar Ramírez-Mondragón · 1 year, 1 month ago
  15. 2d759f4 Merge pull request #319 from SmartHypercube-fork/master by Bob Ippolito · 1 year, 9 months ago
  16. 728c010 Remove the note mentioning YAML by Hypercube · 1 year, 9 months ago
  17. 532f41f Merge pull request #317 from simplejson/update-cibw by Bob Ippolito · 1 year, 11 months ago test-v3.19.2 v3.19.2
  18. 3fefaa6 Update build & test matrix and use GitHub Actions as a Trusted Publisher by Bob Ippolito · 1 year, 11 months ago
  19. aeb63ee v3.19.1 by Bob Ippolito · 2 years, 5 months ago v3.19.1
  20. 1a4995d Merge pull request #313 from simplejson/audit-fixes by Bob Ippolito · 2 years, 5 months ago v3.19.0
  21. ec4a3d5 Update CHANGES.txt by Bob Ippolito · 2 years, 5 months ago audit-fixes
  22. 2cbc419 Additional security hardening improvements: by Bob Ippolito · 2 years, 5 months ago
  23. 440a5e4 SJ-PT-23-101: Remove unused unichr import from encoder by Bob Ippolito · 2 years, 5 months ago
  24. dbd0aa3 SJ-PT-23-100: Fix inconsistencies in error messages between C and Python implementations by Bob Ippolito · 2 years, 5 months ago
  25. 59dac4e SJ-PT-23-03: Backport integer string length limitation to limit quadratic parsing by Bob Ippolito · 2 years, 5 months ago
  26. 1e495c1 SJ-PT-23-02: Fix missing reference count decrease by Bob Ippolito · 2 years, 5 months ago
  27. 7c2ccb7 SJ-PT-23-01: Fix invalid handling of unicode escape sequences in Python decoder by Bob Ippolito · 2 years, 5 months ago
  28. 9559fc7 Update CHANGES.txt for v3.18.4 by Bob Ippolito · 2 years, 6 months ago v3.18.4
  29. feb1a9f Merge pull request #312 from mgiessing/master by Bob Ippolito · 2 years, 6 months ago
  30. a2aa50d Update build-and-deploy.yml by mgiessing · 2 years, 6 months ago
  31. 463416c Merge pull request #311 from simplejson/test-sdist by Bob Ippolito · 2 years, 7 months ago
  32. 4d098a5 Bump version and update CHANGES by Bob Ippolito · 2 years, 7 months ago test-sdist
  33. a010b32 RE #309 test the sdist by Bob Ippolito · 2 years, 7 months ago
  34. 3725e4e Merge pull request #310 from simplejson/fix-sdist by Bob Ippolito · 2 years, 7 months ago v3.18.3
  35. 08991e0 Fix #309. Build sdist without any overrides by Bob Ippolito · 2 years, 7 months ago
  36. 64f1248 Merge pull request #308 from simplejson/pure-python-wheel by Bob Ippolito · 2 years, 7 months ago v3.18.2
  37. fb7f400 Fix #307. Build a pure python wheel by Bob Ippolito · 2 years, 7 months ago
  38. c891b95 Update CHANGES.txt for v3.18.1 by Bob Ippolito · 2 years, 8 months ago v3.18.1
  39. 8c5d43d Merge pull request #305 from browniebroke/python-3.11 by Bob Ippolito · 2 years, 8 months ago
  40. 2143311 Declare support for Python 3.11 and build wheels by Bruno Alla · 2 years, 8 months ago
  41. 4a22505 Merge pull request #304 from simplejson/version-bump by Bob Ippolito · 2 years, 10 months ago
  42. f7f0362 Update version to v3.18.1 and update CHANGES for #303 by Bob Ippolito · 2 years, 10 months ago
  43. edde4ef Merge pull request #303 from sobolevn/patch-1 by Bob Ippolito · 2 years, 10 months ago
  44. 2e87970 Clear `i` var from loop not to leak into module namespace by Nikita Sobolev · 2 years, 10 months ago
  45. 66c62d8 Merge pull request #302 from simplejson/class-serialization by Bob Ippolito · 2 years, 10 months ago v3.18.0
  46. da213dc Revert unnecessary change by Bob Ippolito · 2 years, 10 months ago
  47. 41f81a8 Rename variable for clarity by Bob Ippolito · 2 years, 10 months ago
  48. 2c2c998 v3.18.0 by Bob Ippolito · 2 years, 10 months ago
  49. 3518a18 Implement speedups for #301 by Bob Ippolito · 2 years, 10 months ago
  50. ef43c2d Implement tests and fallback implementation of #301 by Bob Ippolito · 2 years, 10 months ago
  51. 4364525 Merge pull request #300 from Attakay78/master by Bob Ippolito · 3 years, 2 months ago
  52. e4941c0 #299 Comment error fix by Richard Quaicoe · 3 years, 2 months ago
  53. 74c95b6 Update CHANGES.txt and bump version by Bob Ippolito · 3 years, 4 months ago
  54. d8cee7b Merge pull request #298 from ks888/fix-value-error by Bob Ippolito · 3 years, 4 months ago
  55. 4eee720 Add the unit test by Kishin Yagami · 3 years, 4 months ago
  56. 6d7fb27 Check the unicode code point range before chr() is called by Kishin Yagami · 3 years, 4 months ago
  57. 02221b1 Merge pull request #293 from simplejson/v3.17.6 by Bob Ippolito · 3 years, 10 months ago v3.17.6
  58. 06267cf v3.17.6 by Bob Ippolito · 3 years, 10 months ago v3.17.6
  59. 695d074 Merge pull request #292 from simplejson/python-3.10 by Bob Ippolito · 3 years, 10 months ago
  60. 31b8e43 Build source with Python 3.10, update CHANGES by Bob Ippolito · 3 years, 10 months ago
  61. 0f572cf Merge pull request #291 from hugovk/add-3.10 by Bob Ippolito · 3 years, 10 months ago
  62. 344a59a Declare support for Python 3.10 by Hugo van Kemenade · 3 years, 10 months ago
  63. 89041df Update CHANGES.txt by Bob Ippolito · 4 years ago v3.17.5
  64. 316b399 Merge pull request #289 from simplejson/fix_is_namedtuple_dict_fu by Bob Ippolito · 4 years ago
  65. 39a269f Update version to 3.17.5 by Bob Ippolito · 4 years ago
  66. e70f4b0 Implement _asdict() check for pure python path as well by Bob Ippolito · 4 years ago
  67. 8dce5b0 Merge pull request #284 from gpshead/fix_is_namedtuple_dict_fu by Bob Ippolito · 4 years ago
  68. 6eeec11 Raise TypeError when _asdict() is callable but does not return a dict by Bob Ippolito · 4 years ago
  69. 47d5aa0 oops, a missing word made it into the commit. by Gregory P. Smith · 4 years ago
  70. f53c245 Move the PyDict_Check after the _asdict call. Add a unittest. by Gregory P. Smith [Google LLC] · 4 years ago
  71. 2b75ded Merge branch 'master' into fix_is_namedtuple_dict_fu by Bob Ippolito · 4 years ago
  72. 5a40364 Merge pull request #287 from simplejson/upgrade-cibuildwheel by Bob Ippolito · 4 years ago v3.17.4
  73. 850fb8d Upgrade cibuildwheel to v2.1.1 by Bob Ippolito · 4 years ago test-v3.17.4
  74. c901c8c Fix the C extension module to harden is_namedtuple. by Gregory P. Smith [Google LLC] · 4 years, 2 months ago
  75. 16f362c Merge pull request #283 from simplejson/github-actions by Bob Ippolito · 4 years, 2 months ago v3.17.3
  76. 949aeef Replace travis and appveyor with github actions by Bob Ippolito · 4 years, 2 months ago
  77. 8bef979 Merge pull request #273 from timgates42/bugfix_typo_precedence by Bob Ippolito · 4 years, 8 months ago
  78. 1c5b3a1 docs: fix simple typo, precendence -> precedence by Tim Gates · 4 years, 8 months ago
  79. cad8305 Merge pull request #271 from cclauss/patch-1 by Bob Ippolito · 4 years, 9 months ago
  80. c28666f Travis CI: Add Python 3.9 to the testing by Christian Clauss · 4 years, 9 months ago
  81. c516685 v3.17.2 by Bob Ippolito · 5 years ago v3.17.2
  82. b84486a Add manylinux wheels back for amd64 by Bob Ippolito · 5 years ago
  83. 5409504 v3.17.1 by Bob Ippolito · 5 years ago v3.17.1
  84. d420ed2 Merge pull request #264 from odidev/arm_support by Bob Ippolito · 5 years ago
  85. c6ce62b Added arm64 support in travis-ci by odidev · 5 years ago
  86. aedb7c9 Resolves #261, improve README grammar by Bob Ippolito · 5 years ago
  87. 288e4e0 Merge pull request #260 from simplejson/pep-0527 by Bob Ippolito · 5 years ago
  88. 0c46bf7 Update travis matrix by Bob Ippolito · 5 years ago
  89. 23d0391 Per PEP 527 stop building bdist_wininst by Bob Ippolito · 5 years ago
  90. 6cbbd18 Set version back to v3.17.0 by Bob Ippolito · 6 years ago v3.17.0
  91. 07a6795 Bump version to v3.18.0 to work around build issues by Bob Ippolito · 6 years ago
  92. ea42557 Rotate API key again by Bob Ippolito · 6 years ago
  93. f1b11ee Remove old API key by Bob Ippolito · 6 years ago
  94. dadfd87 Update travis deploy key by Bob Ippolito · 6 years ago
  95. 2e0c0e4 Merge pull request #257 from simplejson/python3-doc-updates by Bob Ippolito · 6 years ago
  96. de2192b Finish updating docs to be Python 3-centric by Bob Ippolito · 6 years ago
  97. 77d00d2 Start transitioning docs to be Python 3 centric by Bob Ippolito · 6 years ago
  98. 2928fff Merge pull request #256 from simplejson/python-3.8 by Bob Ippolito · 6 years ago
  99. 1a2b07b Update build matrix for Python 3.8 on Windows by Bob Ippolito · 6 years ago
  100. edf16cb Merge pull request #255 from cclauss/patch-1 by Bob Ippolito · 6 years ago