summaryrefslogtreecommitdiff
path: root/anyjson/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Bumped version, updated changelog0.3.3Rune Halvorsen2012-06-221-1/+1
* Merged in asksol/anyjson (pull request #3)Rune Halvorsen2012-06-211-1/+1
|\
| * Updated changelog and bumped version0.3.2Rune Halvorsen2012-06-211-1/+1
* | Seems like json can't load StringIO to a unicode stringAsk Solem2012-06-211-1/+1
|/
* Tests passingAsk Solem2012-06-211-1/+2
* Reraise exceptions from original frameAsk Solem2012-06-191-2/+2
* Use StringIO() and load to support buffer objectsAsk Solem2012-06-191-9/+24
* Renames serialize/deserialize to dumps/loadsAsk Solem2011-12-061-31/+21
* Implementation.__str__ should be __repr__Ask Solem2011-12-061-1/+1
* Doc regex didn't handle newlinesAsk Solem2011-12-061-1/+1
* Parses distmeta + adds trove classifiersAsk Solem2011-12-061-2/+6
* Bumped version. Updated changelog0.3.1Rune Halvorsen2011-03-221-1/+1
* Added deprecation warning for cjson. Closes #7Rune Halvorsen2011-03-221-0/+4
* Made cjson the least preferred implementation as it is no longer maintained a...Rune Halvorsen2011-03-221-4/+5
* Bumped version number0.3Rune Halvorsen2010-12-031-1/+1
* Bumped version, updated changelog0.2.5Rune Halvorsen2010-09-091-1/+1
* Added dumps/loads as aliases for serializ/deserialize so it's in line with th...Rune Halvorsen2010-09-091-0/+2
* Bumped version and updated changelog0.2.4Rune Halvorsen2010-04-151-1/+1
* Biased cjson in front of yajl. Seems slightly faster in most tests.Rune Halvorsen2010-04-151-2/+2
* added "yajl" module to anyjson & tests.b2010-04-091-1/+2
* Bumped version number, updated changelog0.2.3Rune Halvorsen2010-01-281-1/+1
* Moved metadata out of meta module as it wasn't working like it0.2.2Rune Halvorsen2009-09-261-3/+8
* Fixed stupid indentation error0.2.1Rune Halvorsen2009-07-231-2/+2
* Removed support for -m since we're a package now and so it doesn'tRune Halvorsen2009-07-231-19/+21
* Added __str__ method to JsonImplementation classRune Halvorsen2009-07-221-0/+3
* Moved stuff into the meta module, fixes #1Rune Halvorsen2009-07-221-32/+5
* Created a package rather than a module, so the metadata can live separately.Rune Halvorsen2009-07-221-0/+141