Commit Graph

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