summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tag as simplejson-2.1.0rc1v2.1.0rc1Bob Ippolito2009-12-271-1/+0
|\
| * incorrect decrefBob Ippolito2009-12-271-1/+0
* | tag as simplejson-2.1.0rc1Bob Ippolito2009-12-270-0/+0
|/
* build with newer sphinxBob Ippolito2009-12-2710-820/+656
* tag as 2.1.0rc1Bob Ippolito2009-12-272-3/+3
* officially drop py2.4 support, doc tweaks, use only py2.5+ C APIBob Ippolito2009-12-2715-688/+852
* tweak svn:ignoreBob Ippolito2009-12-271-0/+7
* http://bugs.python.org/issue7451Bob Ippolito2009-12-275-78/+184
* http://code.google.com/p/simplejson/issues/detail?id=70Bob Ippolito2009-12-272-2/+10
* missed test caseBob Ippolito2009-12-271-0/+32
* http://code.google.com/p/simplejson/issues/detail?id=69Bob Ippolito2009-12-274-3/+49
* http://code.google.com/p/simplejson/issues/detail?id=66Bob Ippolito2009-12-2716-822/+729
* encoding memoizationBob Ippolito2009-12-273-15/+37
* use PyIter API instead of PySequence_Fast to avoid potential threading issuesBob Ippolito2009-12-271-15/+21
* Use PyOS_string_to_double when availableBob Ippolito2009-12-271-6/+39
* update CHANGESBob Ippolito2009-12-271-0/+3
* use iteritems instead of PyDict_Next (at the expense of some speed) http://bu...Bob Ippolito2009-12-272-5/+28
* http://code.google.com/p/simplejson/issues/detail?id=58Bob Ippolito2009-12-081-2/+5
* http://code.google.com/p/simplejson/issues/detail?id=57Bob Ippolito2009-06-022-0/+14
* regenerate docsBob Ippolito2009-05-174-3/+19
* http://code.google.com/p/simplejson/issues/detail?id=56 indent changed to stringBob Ippolito2009-05-1713-73/+105
* update CHANGES.txtBob Ippolito2009-05-171-1/+5
* punting on nosetests support, python setup.py test works as does python -msim...Bob Ippolito2009-05-172-5/+10
* seems to fix #54Bob Ippolito2009-05-171-1/+1
* re #53 python 2.4 does not have all()Bob Ippolito2009-05-171-0/+11
* oopsBob Ippolito2009-05-171-0/+1
* require setuptools 0.6c9, remove old cygwin hackBob Ippolito2009-05-172-41/+74
* apply suggested fix for Python 2.4 compatibility http://code.google.com/p/sim...Bob Ippolito2009-05-171-1/+6
* first pass at http://code.google.com/p/simplejson/issues/detail?id=55 -- requ...Bob Ippolito2009-05-173-4/+76
* fixed http://code.google.com/p/simplejson/issues/detail?id=48Bob Ippolito2009-04-143-3/+28
* Add a CHANGES.txt fileBob Ippolito2009-04-051-0/+148
* http://code.google.com/p/simplejson/issues/detail?id=46 Parsing an array with...Bob Ippolito2009-04-032-2/+26
* http://code.google.com/p/simplejson/issues/detail?id=45 Refactor decoder erro...Bob Ippolito2009-04-034-30/+56
* minor tweak to test to make it easier to port to python 2.7Bob Ippolito2009-03-291-5/+6
* fix version in docsBob Ippolito2009-03-294-16/+16
* http://bugs.python.org/issue5381 ordered_pairs_hook backport to simplejsonBob Ippolito2009-03-2915-97/+422
* tests and fix for containerless unicode float decoding http://code.google.com...Bob Ippolito2009-03-283-3/+7
* version bumpBob Ippolito2009-03-282-2/+2
* comment about weird struct usage per http://codereview.appspot.com/20095/diff...Bob Ippolito2009-02-281-0/+2
* Use PosInf from decoder http://codereview.appspot.com/20095/diff/1/12#newcode31Bob Ippolito2009-02-281-3/+3
* fix long lines, make py2.6+ porting a bit easierBob Ippolito2009-02-227-19/+34
* build docsBob Ippolito2009-02-185-6/+6
* re http://code.google.com/p/simplejson/issues/detail?id=41 http://bugs.python...Bob Ippolito2009-02-181-85/+149
* replace a few string formats with string addition to make py26+ porting easierBob Ippolito2009-02-162-6/+15
* replace a few string formats with string addition to make py26+ porting easierBob Ippolito2009-02-164-7/+8
* whitespaceBob Ippolito2009-02-164-3/+16
* verison number bump, change tests around to make it easier to backport to pyt...Bob Ippolito2009-02-1614-70/+70
* fixed http://code.google.com/p/simplejson/issues/detail?id=35 -- no longer ch...Bob Ippolito2009-02-1610-112/+132
* update docsBob Ippolito2009-01-055-6/+8
* changes relevant to http://codereview.appspot.com/7311 -- mostly documentatio...Bob Ippolito2009-01-053-32/+176