summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version and update CHANGEStest-sdistBob Ippolito2023-02-054-3/+8
* RE #309 test the sdistBob Ippolito2023-02-051-0/+8
* Merge pull request #310 from simplejson/fix-sdistv3.18.3Bob Ippolito2023-02-055-6/+14
|\
| * Fix #309. Build sdist without any overridesBob Ippolito2023-02-055-6/+14
|/
* Merge pull request #308 from simplejson/pure-python-wheelv3.18.2Bob Ippolito2023-02-045-7/+17
|\
| * Fix #307. Build a pure python wheelBob Ippolito2023-02-045-7/+17
|/
* Update CHANGES.txt for v3.18.1v3.18.1Bob Ippolito2023-01-031-1/+3
* Merge pull request #305 from browniebroke/python-3.11Bob Ippolito2023-01-032-1/+2
|\
| * Declare support for Python 3.11 and build wheelsBruno Alla2023-01-032-1/+2
|/
* Merge pull request #304 from simplejson/version-bumpBob Ippolito2022-11-164-4/+9
|\
| * Update version to v3.18.1 and update CHANGES for #303Bob Ippolito2022-11-164-4/+9
|/
* Merge pull request #303 from sobolevn/patch-1Bob Ippolito2022-11-161-0/+1
|\
| * Clear `i` var from loop not to leak into module namespaceNikita Sobolev2022-11-161-0/+1
|/
* Merge pull request #302 from simplejson/class-serializationv3.18.0Bob Ippolito2022-11-148-87/+131
|\
| * Revert unnecessary changeBob Ippolito2022-11-141-1/+2
| * Rename variable for clarityBob Ippolito2022-11-141-5/+5
| * v3.18.0Bob Ippolito2022-11-143-4/+4
| * Implement speedups for #301Bob Ippolito2022-11-141-62/+68
| * Implement tests and fallback implementation of #301Bob Ippolito2022-11-144-22/+59
|/
* Merge pull request #300 from Attakay78/masterBob Ippolito2022-07-011-1/+1
|\
| * #299 Comment error fixRichard Quaicoe2022-07-011-1/+1
|/
* Update CHANGES.txt and bump versionBob Ippolito2022-04-225-5/+12
* Merge pull request #298 from ks888/fix-value-errorBob Ippolito2022-04-212-0/+4
|\
| * Add the unit testKishin Yagami2022-04-211-0/+2
| * Check the unicode code point range before chr() is calledKishin Yagami2022-04-211-0/+2
|/
* Merge pull request #293 from simplejson/v3.17.6v3.17.6Bob Ippolito2021-11-153-3/+3
|\
| * v3.17.6v3.17.6Bob Ippolito2021-11-153-3/+3
|/
* Merge pull request #292 from simplejson/python-3.10Bob Ippolito2021-11-152-2/+8
|\
| * Build source with Python 3.10, update CHANGESBob Ippolito2021-11-152-2/+8
|/
* Merge pull request #291 from hugovk/add-3.10Bob Ippolito2021-11-151-0/+1
|\
| * Declare support for Python 3.10Hugo van Kemenade2021-11-151-0/+1
|/
* Update CHANGES.txtv3.17.5Bob Ippolito2021-08-231-1/+1
* Merge pull request #289 from simplejson/fix_is_namedtuple_dict_fuBob Ippolito2021-08-234-7/+15
|\
| * Update version to 3.17.5Bob Ippolito2021-08-233-3/+3
| * Implement _asdict() check for pure python path as wellBob Ippolito2021-08-231-4/+12
|/
* Merge pull request #284 from gpshead/fix_is_namedtuple_dict_fuBob Ippolito2021-08-233-0/+46
|\
| * Raise TypeError when _asdict() is callable but does not return a dictBob Ippolito2021-08-231-0/+5
| * oops, a missing word made it into the commit.Gregory P. Smith2021-08-231-1/+1
| * Move the PyDict_Check after the _asdict call.Gregory P. Smith [Google LLC]2021-08-202-6/+33
| * Merge branch 'master' into fix_is_namedtuple_dict_fuBob Ippolito2021-08-205-4/+12
| |\ | |/ |/|
* | Merge pull request #287 from simplejson/upgrade-cibuildwheelv3.17.4Bob Ippolito2021-08-195-4/+9
|\ \
| * | Upgrade cibuildwheel to v2.1.1test-v3.17.4Bob Ippolito2021-08-195-4/+9
|/ /
| * Fix the C extension module to harden is_namedtuple.Gregory P. Smith [Google LLC]2021-07-162-0/+11
|/
* Merge pull request #283 from simplejson/github-actionsv3.17.3Bob Ippolito2021-07-0917-493/+176
|\
| * Replace travis and appveyor with github actionsBob Ippolito2021-07-0917-493/+176
|/
* Merge pull request #273 from timgates42/bugfix_typo_precedenceBob Ippolito2020-12-291-1/+1
|\
| * docs: fix simple typo, precendence -> precedenceTim Gates2020-12-291-1/+1
|/
* Merge pull request #271 from cclauss/patch-1Bob Ippolito2020-12-181-0/+3
|\
| * Travis CI: Add Python 3.9 to the testingChristian Clauss2020-12-181-0/+3
|/
* v3.17.2v3.17.2Bob Ippolito2020-07-164-5/+6