Ezio Melotti
|
ffd849618a
|
#7092: fix DeprecationWarnings for json when the tests are run with -3 -Wd.
|
2010-01-26 15:57:21 +00:00 |
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 |
Benjamin Peterson
|
5c8da86f3a
|
convert usage of fail* to assert*
|
2009-06-30 22:57:08 +00:00 |
Georg Brandl
|
f71ba95e91
|
#5932: fix error return in _convertPyInt_AsSsize_t() conversion function.
|
2009-05-05 07:48:12 +00:00 |
Bob Ippolito
|
76a982a027
|
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 |
Raymond Hettinger
|
91852ca673
|
Issue 5381: Add object_pairs_hook to the json module.
|
2009-03-19 19:19:03 +00:00 |
Bob Ippolito
|
d914e3f861
|
merge json library with simplejson 2.0.9 (issue 4136)
|
2009-03-17 23:19:00 +00:00 |
Benjamin Peterson
|
595e3cbb3d
|
check for error conditions in _json #3623
|
2008-10-16 21:09:28 +00:00 |
Benjamin Peterson
|
0b7f77847a
|
PEP 8 nits in json package
|
2008-05-06 02:51:10 +00:00 |
Brett Cannon
|
4b964f9c90
|
Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob
Ippolito.
Closes issue #2750.
|
2008-05-05 20:21:38 +00:00 |