summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_json.py
Commit message (Collapse)AuthorAgeFilesLines
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-6/+1
| | | | mistake. ( It may come in for sure tough)
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ↵Senthil Kumaran2010-01-081-1/+6
| | | | Patch by flox
* remove redundant invocation of json doctestsBenjamin Peterson2008-05-221-1/+0
|
* Add the examples in the json module docstring as a doctestBenjamin Peterson2008-05-101-0/+1
|
* Add the 'json' package. Code taken from simplejson 1.9 and contributed by BobBrett Cannon2008-05-051-0/+17
Ippolito. Closes issue #2750.