cpython/Lib/json
Antoine Pitrou 187177fc55 Issue #6986: Fix crash in the JSON C accelerator when called with the
wrong parameter types.  Patch by Victor Stinner.
2009-12-08 15:40:51 +00:00
..
tests Issue #6986: Fix crash in the JSON C accelerator when called with the 2009-12-08 15:40:51 +00:00
__init__.py Issue 5381: fix regression in pure python code path, Issue 5584: fix a decoder bug for unicode float literals outside of a container 2009-03-29 22:33:58 +00:00
decoder.py Issue 5381: Add object_pairs_hook to the json module. 2009-03-19 19:19:03 +00:00
encoder.py merge json library with simplejson 2.0.9 (issue 4136) 2009-03-17 23:19:00 +00:00
scanner.py Issue 5381: fix regression in pure python code path, Issue 5584: fix a decoder bug for unicode float literals outside of a container 2009-03-29 22:33:58 +00:00
tool.py merge json library with simplejson 2.0.9 (issue 4136) 2009-03-17 23:19:00 +00:00