summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Mark as 3.2.0-dev.shakefu2013-04-161-1/+1
* update CHANGES for v3.1.3v3.1.3Bob Ippolito2013-04-061-1/+1
* v3.1.3 - docs update to discourage subclassingBob Ippolito2013-04-056-19/+57
* tag v3.1.2v3.1.2Bob Ippolito2013-03-201-1/+1
* add URLBob Ippolito2013-03-191-0/+1
* fixes #65Bob Ippolito2013-03-192-1/+17
* Updated documentation to reflect separators behavior when indent is not None ...Bob Ippolito2013-02-226-20/+37
* tag v3.1.1v3.1.1Bob Ippolito2013-02-214-4/+4
* another setup.py workaround for Windows with missing MSVCBob Ippolito2013-02-212-1/+8
* tag v3.1.0v3.1.0Bob Ippolito2013-02-211-1/+1
* fix python 2.5 regression in tool and test_toolpy-backportsBob Ippolito2013-02-212-3/+6
* update JSON conformance test suite (#58)Bob Ippolito2013-02-213-15/+30
* simplejson.tool tests and bugfix for Python 3.x (#60)Bob Ippolito2013-02-214-11/+96
* improve truncated input error messages, use JSONDecodeError instead of StopIt...Bob Ippolito2013-02-218-150/+237
* fix off-by-one error in the colno of JSONDecodeError when lineno == 0 (#57)v3.0.9Bob Ippolito2013-02-218-8/+14
* Fix a Python 2.x compiler warning for narrow unicode builds (#56)v3.0.8Bob Ippolito2013-02-195-6/+13
* fix typoBob Ippolito2013-01-301-1/+1
* This code is also licensed to the PSF under a Contributor Agreement.v3.0.7Bob Ippolito2013-01-112-2/+6
* v3.0.7 now dual-licensed MIT or AFL v2.1Bob Ippolito2013-01-115-3/+67
* v3.0.6, fixes ensure_ascii=False regression (#50)v3.0.6Bob Ippolito2013-01-116-5/+26
* bump to v3.0.5, fix deprecations in testsv3.0.5Bob Ippolito2013-01-0324-136/+157
* bump to 3.0.4, update changes for #47v3.0.4Bob Ippolito2013-01-024-6/+13
* Merge pull request #47 from cgohlke/patch-2Bob Ippolito2013-01-011-1/+1
|\
| * Fix msvc10 compile error under Python 3.3Christoph Gohlke2013-01-011-1/+1
|/
* bump to 3.0.3, fix bugsv3.0.3Bob Ippolito2013-01-015-40/+52
* Revert "Revert "Merge pull request #46 from cgohlke/patch-1""Bob Ippolito2013-01-011-3/+6
* explicitly build the extensionBob Ippolito2013-01-011-1/+3
* Revert "Merge pull request #46 from cgohlke/patch-1"Bob Ippolito2013-01-011-6/+3
* Merge pull request #46 from cgohlke/patch-1Bob Ippolito2013-01-011-3/+6
|\
| * Fixes for Visual C compilersChristoph Gohlke2013-01-011-3/+6
|/
* bump to 3.0.2, fix Py_EnterRecusiveCall/Py_LeaveRecursiveCall balance from 3.0.1v3.0.2Bob Ippolito2013-01-015-7/+20
* _Py_Accu style encoder optimization, bump to 3.0.1v3.0.1Bob Ippolito2013-01-016-39/+171
* Merge branch 'py3'v3.0.0Bob Ippolito2012-12-3025-524/+1181
|\
| * add date for v3.0.0py3Bob Ippolito2012-12-301-1/+1
| * more coverageBob Ippolito2012-12-301-0/+25
| * better test coverage for invalid surrogatesBob Ippolito2012-12-302-10/+60
| * more coverage for skipkeysBob Ippolito2012-12-301-4/+23
| * clean up skipkeys/stringification in C APIBob Ippolito2012-12-302-86/+106
| * more coverage, decimal key coercionBob Ippolito2012-12-296-10/+55
| * try and use native Py3.3 unicode everywhereBob Ippolito2012-12-293-110/+182
| * fix some style nitsBob Ippolito2012-12-281-3/+6
| * start working on improving coverage, remove unused bytes code paths from py3Bob Ippolito2012-12-285-24/+78
| * add some more classifiers for pypiBob Ippolito2012-12-281-0/+9
| * fix python 2.5 test regressionBob Ippolito2012-12-281-1/+2
| * First pass at Python 3.3 compatibilityBob Ippolito2012-12-2824-364/+723
|/
* export JSONEncoderForHTML (#41), bump to v2.6.2v2.6.2Bob Ippolito2012-09-215-9/+12
* bump version to 2.6.1 and add test/docs for #38 raw_decode fixv2.6.1Bob Ippolito2012-07-276-7/+18
* Merge pull request #38 from japeq/masterBob Ippolito2012-07-271-3/+5
|\
| * raw_decode(): Skip whitespace before the objectJanne Kulmala2012-07-191-3/+3
| * raw_decode(): Document 'idx' parameterJanne Kulmala2012-07-191-0/+2
|/