summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* add some more classifiers for pypiBob Ippolito2012-12-281-0/+9
* First pass at Python 3.3 compatibilityBob Ippolito2012-12-281-13/+14
* export JSONEncoderForHTML (#41), bump to v2.6.2v2.6.2Bob Ippolito2012-09-211-1/+1
* bump version to 2.6.1 and add test/docs for #38 raw_decode fixv2.6.1Bob Ippolito2012-07-271-1/+1
* Error messages changed to match proposal for Python 3.3.1Bob Ippolito2012-06-261-1/+1
* Fix for regression introduced in 2.5.1v2.5.2Bob Ippolito2012-05-101-1/+1
* Support for use_decimal=True in sub-interpretersv2.5.1Bob Ippolito2012-05-101-1/+1
* bump version to 2.5.0, add docs for item_sort_keyBob Ippolito2012-03-291-1/+1
* version and changelog bumpBob Ippolito2012-03-061-1/+1
* bump to 2.3.3 and clean up indent codev2.3.3Bob Ippolito2012-02-271-1/+1
* fix 2.3.1 regression and bump version to 2.3.2v2.3.2Bob Ippolito2011-12-301-1/+1
* bump version in setup.pyv2.3.1Bob Ippolito2011-12-291-1/+1
* bump version to 2.3.0Bob Ippolito2011-11-181-1/+1
* fix https://github.com/simplejson/simplejson/issues/16 - include MANIFEST.in ...v2.2.1Bob Ippolito2011-09-061-1/+1
* remove setuptoolsBob Ippolito2011-09-041-24/+26
* 2.2.0 - namedtuple_as_object and tuple_as_array options, use_decimal now True...namedtuple-object-gh6Bob Ippolito2011-09-041-1/+1
* Move docs to http://simplejson.readthedocs.org/ and update version to 2.1.7Bob Ippolito2011-05-081-1/+1
* bump versions to 2.1.6Bob Ippolito2011-04-191-1/+1
* change version number to 2.1.5Bob Ippolito2011-04-171-1/+1
* do not try to build extension under PyPyBob Ippolito2011-04-121-1/+2
* move long_description to README.rstBob Ippolito2011-02-061-17/+1
* change url to githubBob Ippolito2011-02-061-1/+1
* bump version to v2.1.4Bob Ippolito2011-02-061-1/+1
* change version number to 2.1.3Bob Ippolito2010-11-051-1/+1
* http://code.google.com/p/simplejson/issues/detail?id=81Bob Ippolito2010-07-121-1/+1
* http://code.google.com/p/simplejson/issues/detail?id=75Bob Ippolito2010-03-311-3/+3
* typoBob Ippolito2010-03-131-1/+1
* http://code.google.com/p/simplejson/issues/detail?id=73Bob Ippolito2010-03-111-4/+5
* fix version to 2.1.0Bob Ippolito2010-03-111-1/+1
* http://code.google.com/p/simplejson/issues/detail?id=34Bob Ippolito2010-03-081-1/+1
* version bump to rc2Bob Ippolito2009-12-271-1/+1
* tag as 2.1.0rc1Bob Ippolito2009-12-271-1/+1
* http://code.google.com/p/simplejson/issues/detail?id=70Bob Ippolito2009-12-271-1/+1
* http://code.google.com/p/simplejson/issues/detail?id=58Bob Ippolito2009-12-081-2/+5
* punting on nosetests support, python setup.py test works as does python -msim...Bob Ippolito2009-05-171-2/+2
* seems to fix #54Bob Ippolito2009-05-171-1/+1
* oopsBob Ippolito2009-05-171-0/+1
* require setuptools 0.6c9, remove old cygwin hackBob Ippolito2009-05-171-11/+1
* version bumpBob Ippolito2009-03-281-1/+1
* verison number bump, change tests around to make it easier to backport to pyt...Bob Ippolito2009-02-161-1/+1
* fixed http://code.google.com/p/simplejson/issues/detail?id=35 -- no longer ch...Bob Ippolito2009-02-161-1/+1
* version bump, fixes to docs re http://bugs.python.org/issue4783Bob Ippolito2008-12-301-1/+1
* apply 26_win32_setup.diff from pjenveyBob Ippolito2008-12-191-1/+9
* version bump, remove python 2.3 compatibility claimBob Ippolito2008-11-251-2/+2
* add test coverage for check_circular and fix a Py_DECREF(NULL) but when check...Bob Ippolito2008-11-171-1/+1
* bump version, use python stdlib whitespace and docstring conventionsBob Ippolito2008-10-171-1/+1
* use Py_CLEAR, fix some unlikely DECREF in PyList_Append callsBob Ippolito2008-10-071-1/+1
* version bumpBob Ippolito2008-10-031-1/+1
* version bumpBob Ippolito2008-09-271-1/+1
* clean up C code, change API to be str preserving for ASCII only strings, bump...Bob Ippolito2008-09-251-1/+1