f9ae805494
Based on PR#43447 by Wen Heping. While here, set LICENSE=mit with some cosmetic fixes. Version 2.1.1 released 2010-03-31 * Change how setup.py imports ez_setup.py to try and workaround old versions of setuptools. http://code.google.com/p/simplejson/issues/detail?id=75 * Fix compilation on Windows platform (and other platforms with very picky compilers) * Corrected simplejson.__version__ and other minor doc changes. * Do not fail speedups tests if speedups could not be built. http://code.google.com/p/simplejson/issues/detail?id=73 Version 2.1.0 released 2010-03-10 * Decimal serialization officially supported for encoding with use_decimal=True. For encoding this encodes Decimal objects and for decoding it implies parse_float=Decimal * Python 2.4 no longer supported (may still work, but no longer tested) * Decoding performance and memory utilization enhancements http://bugs.python.org/issue7451 * JSONEncoderForHTML class for escaping &, <, > http://code.google.com/p/simplejson/issues/detail?id=66 * Memoization of object keys during encoding (when using speedups) * Encoder changed to use PyIter_Next for list iteration to avoid potential threading issues * Encoder changed to use iteritems rather than PyDict_Next in order to support dict subclasses that have a well defined ordering http://bugs.python.org/issue6105 * indent encoding parameter changed to be a string rather than an integer (integer use still supported for backwards compatibility) http://code.google.com/p/simplejson/issues/detail?id=56 * Test suite (python setup.py test) now automatically runs with and without speedups http://code.google.com/p/simplejson/issues/detail?id=55 * Fixed support for older versions of easy_install (e.g. stock Mac OS X config) http://code.google.com/p/simplejson/issues/detail?id=54 * Fixed str/unicode mismatches when using ensure_ascii=False http://code.google.com/p/simplejson/issues/detail?id=48 * Fixed error message when parsing an array with trailing comma with speedups http://code.google.com/p/simplejson/issues/detail?id=46 * Refactor decoder errors to raise JSONDecodeError instead of ValueError http://code.google.com/p/simplejson/issues/detail?id=45 * New ordered_pairs_hook feature in decoder which makes it possible to preserve key order. http://bugs.python.org/issue5381 * Fixed containerless unicode float decoding (same bug as 2.0.4, oops!) http://code.google.com/p/simplejson/issues/detail?id=43 * Share PosInf definition between encoder and decoder * Minor reformatting to make it easier to backport simplejson changes to Python 2.7/3.1 json module
82 lines
3.6 KiB
Text
82 lines
3.6 KiB
Text
@comment $NetBSD: PLIST,v 1.6 2010/07/08 12:15:39 obache Exp $
|
|
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
|
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/zip-safe
|
|
${PYSITELIB}/simplejson/__init__.py
|
|
${PYSITELIB}/simplejson/__init__.pyc
|
|
${PYSITELIB}/simplejson/__init__.pyo
|
|
${PYSITELIB}/simplejson/_speedups.so
|
|
${PYSITELIB}/simplejson/decoder.py
|
|
${PYSITELIB}/simplejson/decoder.pyc
|
|
${PYSITELIB}/simplejson/decoder.pyo
|
|
${PYSITELIB}/simplejson/encoder.py
|
|
${PYSITELIB}/simplejson/encoder.pyc
|
|
${PYSITELIB}/simplejson/encoder.pyo
|
|
${PYSITELIB}/simplejson/ordered_dict.py
|
|
${PYSITELIB}/simplejson/ordered_dict.pyc
|
|
${PYSITELIB}/simplejson/ordered_dict.pyo
|
|
${PYSITELIB}/simplejson/scanner.py
|
|
${PYSITELIB}/simplejson/scanner.pyc
|
|
${PYSITELIB}/simplejson/scanner.pyo
|
|
${PYSITELIB}/simplejson/tests/__init__.py
|
|
${PYSITELIB}/simplejson/tests/__init__.pyc
|
|
${PYSITELIB}/simplejson/tests/__init__.pyo
|
|
${PYSITELIB}/simplejson/tests/test_check_circular.py
|
|
${PYSITELIB}/simplejson/tests/test_check_circular.pyc
|
|
${PYSITELIB}/simplejson/tests/test_check_circular.pyo
|
|
${PYSITELIB}/simplejson/tests/test_decimal.py
|
|
${PYSITELIB}/simplejson/tests/test_decimal.pyc
|
|
${PYSITELIB}/simplejson/tests/test_decimal.pyo
|
|
${PYSITELIB}/simplejson/tests/test_decode.py
|
|
${PYSITELIB}/simplejson/tests/test_decode.pyc
|
|
${PYSITELIB}/simplejson/tests/test_decode.pyo
|
|
${PYSITELIB}/simplejson/tests/test_default.py
|
|
${PYSITELIB}/simplejson/tests/test_default.pyc
|
|
${PYSITELIB}/simplejson/tests/test_default.pyo
|
|
${PYSITELIB}/simplejson/tests/test_dump.py
|
|
${PYSITELIB}/simplejson/tests/test_dump.pyc
|
|
${PYSITELIB}/simplejson/tests/test_dump.pyo
|
|
${PYSITELIB}/simplejson/tests/test_encode_basestring_ascii.py
|
|
${PYSITELIB}/simplejson/tests/test_encode_basestring_ascii.pyc
|
|
${PYSITELIB}/simplejson/tests/test_encode_basestring_ascii.pyo
|
|
${PYSITELIB}/simplejson/tests/test_encode_for_html.py
|
|
${PYSITELIB}/simplejson/tests/test_encode_for_html.pyc
|
|
${PYSITELIB}/simplejson/tests/test_encode_for_html.pyo
|
|
${PYSITELIB}/simplejson/tests/test_fail.py
|
|
${PYSITELIB}/simplejson/tests/test_fail.pyc
|
|
${PYSITELIB}/simplejson/tests/test_fail.pyo
|
|
${PYSITELIB}/simplejson/tests/test_float.py
|
|
${PYSITELIB}/simplejson/tests/test_float.pyc
|
|
${PYSITELIB}/simplejson/tests/test_float.pyo
|
|
${PYSITELIB}/simplejson/tests/test_indent.py
|
|
${PYSITELIB}/simplejson/tests/test_indent.pyc
|
|
${PYSITELIB}/simplejson/tests/test_indent.pyo
|
|
${PYSITELIB}/simplejson/tests/test_pass1.py
|
|
${PYSITELIB}/simplejson/tests/test_pass1.pyc
|
|
${PYSITELIB}/simplejson/tests/test_pass1.pyo
|
|
${PYSITELIB}/simplejson/tests/test_pass2.py
|
|
${PYSITELIB}/simplejson/tests/test_pass2.pyc
|
|
${PYSITELIB}/simplejson/tests/test_pass2.pyo
|
|
${PYSITELIB}/simplejson/tests/test_pass3.py
|
|
${PYSITELIB}/simplejson/tests/test_pass3.pyc
|
|
${PYSITELIB}/simplejson/tests/test_pass3.pyo
|
|
${PYSITELIB}/simplejson/tests/test_recursion.py
|
|
${PYSITELIB}/simplejson/tests/test_recursion.pyc
|
|
${PYSITELIB}/simplejson/tests/test_recursion.pyo
|
|
${PYSITELIB}/simplejson/tests/test_scanstring.py
|
|
${PYSITELIB}/simplejson/tests/test_scanstring.pyc
|
|
${PYSITELIB}/simplejson/tests/test_scanstring.pyo
|
|
${PYSITELIB}/simplejson/tests/test_separators.py
|
|
${PYSITELIB}/simplejson/tests/test_separators.pyc
|
|
${PYSITELIB}/simplejson/tests/test_separators.pyo
|
|
${PYSITELIB}/simplejson/tests/test_speedups.py
|
|
${PYSITELIB}/simplejson/tests/test_speedups.pyc
|
|
${PYSITELIB}/simplejson/tests/test_speedups.pyo
|
|
${PYSITELIB}/simplejson/tests/test_unicode.py
|
|
${PYSITELIB}/simplejson/tests/test_unicode.pyc
|
|
${PYSITELIB}/simplejson/tests/test_unicode.pyo
|
|
${PYSITELIB}/simplejson/tool.py
|
|
${PYSITELIB}/simplejson/tool.pyc
|
|
${PYSITELIB}/simplejson/tool.pyo
|