summaryrefslogtreecommitdiff
path: root/simplejson
Commit message (Expand)AuthorAgeFilesLines
* http://code.google.com/p/simplejson/issues/detail?id=27Bob Ippolito2008-10-242-2/+3
* bump version, use python stdlib whitespace and docstring conventionsBob Ippolito2008-10-179-174/+90
* fix several reference leaks, doh :(Bob Ippolito2008-10-111-5/+21
* make a test resilient to py2.6 changes in formattingBob Ippolito2008-10-111-3/+3
* decoder optimization: pass around a next index pointer instead of using tempo...Bob Ippolito2008-10-111-96/+104
* use PyTuple_New and PyTuple_SET_ITEM to skip some refcounting games, although...Bob Ippolito2008-10-111-3/+8
* http://code.google.com/p/simplejson/issues/detail?id=26Bob Ippolito2008-10-101-1/+1
* use Py_CLEAR, fix some unlikely DECREF in PyList_Append callsBob Ippolito2008-10-072-59/+33
* Py_IS_FINITE for Python 2.4Bob Ippolito2008-10-041-0/+3
* version bumpBob Ippolito2008-10-031-1/+1
* #24: MSVC2003 would be better titled MSVC1970; based on patch from atsuoishim...Matthew Dempsky2008-10-031-27/+49
* fix long() encodingBob Ippolito2008-09-291-2/+2
* failing test for long, thanks @djcoBob Ippolito2008-09-291-0/+5
* commit patch for mingw support; regression tests checked with Python 2.5 on O...Matthew Dempsky2008-09-281-10/+20
* version bumpBob Ippolito2008-09-271-1/+1
* run docs in test suiteBob Ippolito2008-09-271-1/+2
* use C path for float encodingBob Ippolito2008-09-262-13/+34
* use tp_call instead of methodsBob Ippolito2008-09-262-109/+29
* make staticBob Ippolito2008-09-261-3/+7
* style cleanup and http://bugs.python.org/issue3623Bob Ippolito2008-09-261-69/+138
* C fast path for encodingBob Ippolito2008-09-262-10/+575
* cut out a few yields in exchange for string opsBob Ippolito2008-09-262-11/+12
* god bless closures.Bob Ippolito2008-09-262-190/+164
* first pass at making a horrible optimized mess out of the encoding bits of si...Bob Ippolito2008-09-261-172/+243
* optimize for ASCII string encoding (not a big difference for our strings though)Bob Ippolito2008-09-251-17/+41
* fix another sign-extension bugMatthew Dempsky2008-09-251-1/+1
* prevent sign-extension on non-ASCII charactersMatthew Dempsky2008-09-251-1/+1
* test for http://code.google.com/p/simplejson/issues/detail?id=22Bob Ippolito2008-09-251-0/+4
* stricter surrogate pair decoding when Py_UNICODE_WIDEMatthew Dempsky2008-09-251-10/+26
* branchless unicode escapingMatthew Dempsky2008-09-251-17/+8
* eliminate variable distance bitwise shiftsMatthew Dempsky2008-09-251-16/+16
* fix format stringsMatthew Dempsky2008-09-251-2/+2
* gratuitous comments, some additional type checkingBob Ippolito2008-09-252-32/+153
* clean up C code, change API to be str preserving for ASCII only strings, bump...Bob Ippolito2008-09-252-177/+157
* more C code in the decoder, speed++Bob Ippolito2008-09-241-77/+297
* fix the ref leak :)Bob Ippolito2008-09-241-0/+20
* more decoding perf enhancements, this time with lots of C code (TODO: check f...Bob Ippolito2008-09-243-19/+501
* even more decoder optimizationsBob Ippolito2008-09-242-24/+23
* even more decoder optimizationsBob Ippolito2008-09-242-120/+78
* bump versionBob Ippolito2008-09-231-1/+1
* ugly hacks to decoder to avoid dispatch for roughly 2x speedupBob Ippolito2008-09-233-81/+125
* bump version, merge some changes from Python trunk _jsonBob Ippolito2008-09-132-10/+29
* http://code.google.com/p/simplejson/issues/detail?id=16Bob Ippolito2008-08-205-13/+13
* use -msimplejson.tool instead of -msimplejson to match python 2.6 json libraryBob Ippolito2008-05-092-31/+51
* backport fixes from py2.6 issue2750 branchBob Ippolito2008-05-044-17/+159
* bump version, fix two ref leaksBob Ippolito2008-05-042-1/+3
* tabs to spacesBob Ippolito2008-05-031-3/+3
* PEP 7, PEP 8 cleanupsBob Ippolito2008-05-035-48/+92
* http://code.google.com/p/simplejson/issues/detail?id=10Bob Ippolito2008-05-032-5/+28
* convert test suite to unittest, remove jsonfilter, bump version to 0.9Bob Ippolito2008-05-0315-266/+282