23
I Use This!
Very Low Activity

Commits : Listings

Analyzed 21 minutes ago. based on code collected about 18 hours ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added editorconfig More... over 6 years ago
Merge pull request #188 from simplejson/bpo-31505 More... over 6 years ago
Make TypeError messages contain type name instead of a repr. The failure depends on the type, not on the value of an object. More... over 6 years ago
bpo-31095: fix potential crash during GC (#187) More... over 6 years ago
Fix a reference leak when sort keys. (#186) More... over 6 years ago
Fix a test. More... over 6 years ago
bpo-31505: Fix an assertion failure in json, in case _json.make_encoder() received a bad encoder() argument. Original patch by Oren Milman. More... over 6 years ago
Add Python 3.6.3 to appveyor More... over 6 years ago
Fix #184 threaded import issue, prep v3.12.0 More... over 6 years ago
see if pypy will install without dist: trusty More... almost 7 years ago
newer versions are not in pyenv for some reason More... almost 7 years ago
sudo: false More... almost 7 years ago
Add pypy3 and update osx python versions More... almost 7 years ago
Merge pull request #179 from taleinat/patch-1 More... almost 7 years ago
Merge pull request #180 from felixonmars/fix-typo More... almost 7 years ago
Fix a typo: verison -> version More... almost 7 years ago
setup.py: fix condition for build_ext exception types More... almost 7 years ago
Merge pull request #176 from simplejson/fix-173 More... almost 7 years ago
v3.11.1 More... almost 7 years ago
Fix #173 with item_sort_key and add auto-discovery to test suite More... almost 7 years ago
v3.11.0 More... almost 7 years ago
Merge pull request #172 from jcerjak/docstring-fix-for-use_decimal More... almost 7 years ago
docstring fix in JSONEncoder: use_decimal defaults to True More... almost 7 years ago
Merge pull request #170 from simplejson/strict-to-bool More... almost 7 years ago
Merge pull request #171 from simplejson/unencodable-encoder-encoding More... almost 7 years ago
Make test_speedups compatible with Python 2.5 and 2.6. More... almost 7 years ago
Make test_speedups compatible with Python 2.5. More... almost 7 years ago
Added missed ";" in Python 2 only code. More... almost 7 years ago
Fix a crash wish unencodable encoding in the encoder. More... almost 7 years ago
Call PyObject_IsTrue() only once for the strict argument of scanner. More... almost 7 years ago