Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #6986: Fix crash in the JSON C accelerator when called with the | Antoine Pitrou | 2009-12-08 | 1 | -2/+11 |
| | | | | wrong parameter types. Patch by Victor Stinner. | ||||
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 2 | -4/+4 |
| | |||||
* | #5932: fix error return in _convertPyInt_AsSsize_t() conversion function. | Georg Brandl | 2009-05-05 | 1 | -0/+3 |
| | |||||
* | Issue 5381: fix regression in pure python code path, Issue 5584: fix a ↵ | Bob Ippolito | 2009-03-29 | 4 | -7/+16 |
| | | | | decoder bug for unicode float literals outside of a container | ||||
* | Issue 5381: Add object_pairs_hook to the json module. | Raymond Hettinger | 2009-03-19 | 4 | -9/+51 |
| | |||||
* | merge json library with simplejson 2.0.9 (issue 4136) | Bob Ippolito | 2009-03-17 | 12 | -410/+550 |
| | |||||
* | check for error conditions in _json #3623 | Benjamin Peterson | 2008-10-16 | 1 | -0/+7 |
| | |||||
* | Replace more float hacks with correct math functions | Christian Heimes | 2008-05-07 | 1 | -7/+7 |
| | |||||
* | Intern static string | Christian Heimes | 2008-05-06 | 1 | -11/+1 |
| | | | | Use float constructors instead of magic code for float constants | ||||
* | PEP 8 nits in json package | Benjamin Peterson | 2008-05-06 | 3 | -2/+3 |
| | |||||
* | Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob | Brett Cannon | 2008-05-05 | 21 | -0/+1780 |
Ippolito. Closes issue #2750. |