CVS log for ports/devel/py-cjson/distinfo
Up to [FreeBSD] / ports / devel / py-cjson
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Jul 3 14:58:36 2011 UTC (7 months, 1 week ago) by ohauer
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +0 -1 lines
-remove MD5
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Sep 9 22:17:21 2007 UTC (4 years, 5 months ago) by lwhsu
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_EOL, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
- Update to 1.0.5 - Use CHEESESHOP in MASTER_SITES
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Jan 28 00:11:16 2007 UTC (5 years ago) by miwi
Branches: MAIN
CVS tags: RELEASE_4_EOL, PRE_XORG_7
This module implements a very fast JSON encoder/decoder for Python. JSON stands for JavaScript Object Notation and is a text based lightweight data exchange format which is easy for humans to read/write and for machines to parse/generate. JSON is completely language independent and has multiple implementations in most of the programming languages, making it ideal for data exchange and storage. The module is written in C and it is up to 250 times faster when compared to the other python JSON implementations which are written directly in python. This speed gain varies with the complexity of the data and the operation and is the the range of 10-200 times for encoding operations and in the range of 100-250 times for decoding operations. WWW: http://www.python.org/pypi/python-cjson/ PR: ports/108420 Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
