55 Commits

Author SHA1 Message Date
Kenneth Reitz 7bb1d1808c GitHub-like readmes 2011-02-21 14:03:23 -05:00
Rune Halvorsen 1f98c96dad Added tag 0.3 for changeset b5d33ab23b8f 2010-12-03 15:25:57 +01:00
Rune Halvorsen 7cf1145562 Bumped version number 0.3 2010-12-03 14:53:06 +01:00
Rune Halvorsen b0402aa69e Added python3 support (Thanks asksol) 2010-12-03 14:42:23 +01:00
Rune Halvorsen f5c98bdfe6 Added tag 0.2.5 for changeset 40150de124d6 2010-09-09 17:06:34 +02:00
Rune Halvorsen 2c68894b32 Bumped version, updated changelog 0.2.5 2010-09-09 17:06:23 +02:00
Rune Halvorsen 46d1e7cc60 Added dumps/loads as aliases for serializ/deserialize so it's in line with the stdlib json module 2010-09-09 16:55:06 +02:00
Rune Halvorsen 01503629ee Removed a newline in desc that caused problems when building RPMs (thanks csears) 2010-05-27 11:43:44 +02:00
Rune Halvorsen f22b6a14c5 Added tag 0.2.4 for changeset 6a0a193e51e4 2010-04-15 10:17:14 +02:00
Rune Halvorsen 2c5dceb2bd Bumped version and updated changelog 0.2.4 2010-04-15 10:16:34 +02:00
Rune Halvorsen 4eed7d3a4b Biased cjson in front of yajl. Seems slightly faster in most tests. 2010-04-15 10:06:27 +02:00
Rune Halvorsen 66dabd4842 Fixed benchmark bug. Was changing test data mid run 2010-04-10 12:53:44 +02:00
Rune Halvorsen 8faffc5b37 Added serialization testing, not just parsing 2010-04-10 12:39:54 +02:00
Rune Halvorsen be32700c1f Added option to download real world data in benchmark.py 2010-04-10 12:14:24 +02:00
b@banjiewen.net 34c20cadaf added "yajl" module to anyjson & tests. 2010-04-09 10:52:37 -07:00
Rune Halvorsen 66d397a0b3 Added tag 0.2.3 for changeset af4c2174382b 2010-01-28 12:05:45 +01:00
Rune Halvorsen 2b4adc1291 Bumped version number, updated changelog 0.2.3 2010-01-28 12:02:38 +01:00
Rune Halvorsen 3e81f35d7a Added MANIFEST.in file so we make sure everything is included in
sdists. Fixes #3
2010-01-28 11:59:52 +01:00
Rune Halvorsen 17a38475d6 Fixed benchmarking script. Was choking when any of the modules to be
tested weren't available
2010-01-28 11:50:22 +01:00
Rune Halvorsen 8cfbea07e9 Added tag 0.2.2 for changeset db8a3d83cef9 2009-09-26 00:30:50 +02:00
Rune Halvorsen bb818206c6 Moved metadata out of meta module as it wasn't working like it
should. Fixes #2
0.2.2
2009-09-26 00:30:43 +02:00
Rune Halvorsen ecdbee046c Added tag 0.2.1 for changeset 943d6ba3f91c 2009-07-23 00:23:01 +02:00
Rune Halvorsen 4db0a74e09 Fixed stupid indentation error 0.2.1 2009-07-23 00:22:50 +02:00
Rune Halvorsen 391c644906 Added tag 0.2.1 for changeset b5a28a1648b2 2009-07-23 00:13:17 +02:00
Rune Halvorsen dda364eb5f Updated changelog to not include my previous error 2009-07-23 00:13:11 +02:00
Rune Halvorsen 1575abc238 Added tag 0.2.1 for changeset 10477b1f45f9 2009-07-23 00:12:04 +02:00
Rune Halvorsen 078d267511 Removed support for -m since we're a package now and so it doesn't
work.
(add a command line entry point later on if we really need that functionality)
Moved parts of the docs back to __init__.py
2009-07-23 00:11:44 +02:00
Rune Halvorsen 9c992a91ea Added tag 0.2.1 for changeset dd42d33ea467 2009-07-22 23:53:15 +02:00
Rune Halvorsen 723d02c829 Updated changelog 2009-07-22 23:53:09 +02:00
Rune Halvorsen e183460c23 Added __str__ method to JsonImplementation class 2009-07-22 23:49:42 +02:00
Rune Halvorsen 6ff17fb099 Moved stuff into the meta module, fixes #1
Added test_suite thingy to setup.py
2009-07-22 23:44:29 +02:00
Rune Halvorsen b2d6fc36c2 Created a package rather than a module, so the metadata can live separately.
--HG--
rename : anyjson.py => anyjson/__init__.py
2009-07-22 23:09:58 +02:00
Rune F. Halvorsen eff9dd6c66 Bumped version and updated changelog 2009-07-21 14:53:07 +02:00
Rune F. Halvorsen f448f1717a Added handing of __name__=="__main__". This should fix #1 2009-07-21 14:44:37 +02:00
Rune Halvorsen 7097e6c6f5 Added tag 0.2 for changeset e3217a8e0f21 2009-07-05 00:12:20 +02:00
Rune Halvorsen f6274fbf48 Added platforms to setup.py. Set zip_safe flag to False 0.2 2009-07-05 00:11:51 +02:00
Rune Halvorsen 0527d47784 renamed README
--HG--
rename : README.txt => README
2009-07-05 00:05:51 +02:00
Rune Halvorsen d7e5c24c00 Split up readme into separate parts.
Added readme as longdesc
2009-07-05 00:05:27 +02:00
Rune Halvorsen cadb0ea687 Updated changelog 2009-07-04 23:46:52 +02:00
Rune Halvorsen aabe742718 Added some tests 2009-07-04 23:38:49 +02:00
Rune Halvorsen 49c2a5d188 Tiny cleanup in exception handlign 2009-07-04 23:26:48 +02:00
Rune Halvorsen f500721039 Rewrote the module loading code to be more flexible 2009-07-04 23:05:13 +02:00
Rune Halvorsen 674aa19b34 Removed a left-behind print statement 2009-06-27 16:05:46 +02:00
Rune Halvorsen 1af90e3409 Added some docstrings
Removed custom exception in lieu of built-in ones
2009-06-27 15:50:28 +02:00
Rune Halvorsen 2cc81b1be8 pep8 fixes 2009-06-27 15:41:18 +02:00
Rune Halvorsen 1510bda3e0 Rewritten to not use nested imports
Added exception unification
Added force_implementation method and implementation attribute
2009-06-27 15:37:31 +02:00
Rune Halvorsen 4c843a9276 Added tag 0.1.1 for changeset 0610a0c4bf9a 2009-06-27 02:55:22 +02:00
Rune Halvorsen 665d1e7f27 Added more serializers. bumped version 0.1.1 2009-06-27 02:55:15 +02:00
Rune Halvorsen c1f16a6c89 Added tag 0.1 for changeset 90bdeed0a6ff 2009-06-27 00:46:56 +02:00
Rune Halvorsen 9c40f9fadc Added benchmarking script 2009-06-27 00:43:03 +02:00