23
I Use This!
Low Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected 2 days ago.
Jul 13, 2025 — Jul 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Report the offending char, not the backslash, for invalid \\X escapes (#380) More... 9 days ago
Fix control character error position when content precedes the control char (#379) More... 20 days ago
Add Python 2.7 wheel builds for Windows platforms (#378) More... 3 months ago
Accelerate indented encoding in the C extension; release 4.1.0 (#376) More... 3 months ago
Exclude Pyodide wheels from PyPI uploads (#375) More... 3 months ago
Use JSONDecodeError for out-of-range end indices in C scanstring (#374) More... 3 months ago
Encoder parity fixes (for_json/_asdict) and TSan stress CI job (#373) More... 3 months ago
Error parity for the C and Python scanstring in surrogate and truncated string edge cases (#372) More... 3 months ago
Release version 4.0.0: free-threading, CPython json parity, Python 2.7 fixes (#371) More... 3 months ago
C extension: dead code cleanup, fast paths for dict/list/string encoding, correctness fixes (#370) More... 3 months ago
Add Python 3.13+ free-threading support to dict operations (#369) More... 3 months ago
Fix free-threading (3.14t) crashes: heap types, unified per-module state, templated parser, new CI coverage (#367) More... 3 months ago
Add per-object critical sections to scanner and encoder (free-threading safety) (#365) More... 3 months ago
Replace PyDict_GetItem with PyDict_GetItemWithError (#364) More... 3 months ago
Move lazy-init static string caches to module init (#363) More... 3 months ago
ci: add Python 3.14 support and update to cibuildwheel 3.2.1 (#343) More... 3 months ago
Fix error-as-truthy bugs in maybe_quote_bigint and is_raw_json (#356) More... 3 months ago
Fix member table copy-paste, exception clobbering, missing Py_VISIT (#360) More... 3 months ago
Fix iterable_as_array swallowing MemoryError and KeyboardInterrupt (#357) More... 3 months ago
Fix reference leaks in dict encoder: skipkeys item and variable shadowing (#358) More... 3 months ago
add merge_group to workflow trigger (#361) More... 3 months ago
Fix NULL dereferences on OOM in module init and static string init (#359) More... 3 months ago
Merge pull request #355 from devdanzin/fix/ident-use-after-free More... 3 months ago
Fix use-after-free and leak in encoder ident handling More... 3 months ago
Merge pull request #347 from veeceey/fix/issue-338-license-classifier More... 5 months ago
Replace deprecated license classifiers with SPDX expression More... 5 months ago
Merge pull request #346 from Shreecharana24/docs-rawjson More... 6 months ago
Document RawJSON usage with examples and caveats More... 6 months ago
Merge pull request #340 from simplejson/changes-v3.20.2 More... 10 months ago
Update changelog and version for v3.20.2 More... 10 months ago