35 Commits

Author SHA1 Message Date
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
Rune Halvorsen 41b1be162d Added ignore file 2009-06-27 00:42:18 +02:00
Rune Halvorsen f83cf5c347 Fixed setup.py 0.1 2009-06-20 22:27:58 +02:00
Rune Halvorsen 600ecc0b5f Added readme contents.
Removed setuptools dependency. Wasn't used
2009-06-20 12:17:46 +02:00
Rune Halvorsen 8c00c71de7 Raise our own ImportError if all fails. Looks better than to complain about
django when that happens
2009-06-20 12:16:50 +02:00
Rune Halvorsen a89ad1420a Initial checkin 2009-06-20 11:59:55 +02:00