| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 14 | -66/+66 |
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line #9424: Replace deprecated assert* methods in the Python test suite. ........ | ||||
| * | Issue 10038. Restore the Python 2.6 behavior that json.loads() always returns | Barry Warsaw | 2010-11-02 | 1 | -0/+2 |
| | | | | | unicode. Patch by Patch by Walter Dörwald. | ||||
| * | Backport r72961 fixing issue #6105: json.dumps not following OrderedDict ↵ | Raymond Hettinger | 2010-10-30 | 1 | -0/+8 |
| | | | | | iteration order. | ||||
| * | Apply patch from Ray Allen for issue 9296 | Doug Hellmann | 2010-07-21 | 1 | -0/+9 |
| | | |||||
| * | #7092: fix DeprecationWarnings for json when the tests are run with -3 -Wd. | Ezio Melotti | 2010-01-26 | 1 | -2/+2 |
| | | |||||
| * | 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 | 2 | -5/+12 |
| | | | | | 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 | 2 | -0/+32 |
| | | |||||
| * | merge json library with simplejson 2.0.9 (issue 4136) | Bob Ippolito | 2009-03-17 | 7 | -5/+69 |
| | | |||||
| * | check for error conditions in _json #3623 | Benjamin Peterson | 2008-10-16 | 1 | -0/+7 |
| | | |||||
| * | PEP 8 nits in json package | Benjamin Peterson | 2008-05-06 | 2 | -2/+2 |
| | | |||||
| * | Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob | Brett Cannon | 2008-05-05 | 16 | -0/+624 |
| Ippolito. Closes issue #2750. | |||||
