1
0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-11-24 01:04:19 +01:00
ultrajson/python
2011-12-14 16:19:29 +01:00
..
benchmark.py Python 2.4 compatibility 2011-06-05 06:16:30 -04:00
BUILD PYPI RELEASE HOWTO.txt - Fixed PyPi builds and added instructions for it 2011-08-17 09:05:58 +02:00
JSONtoObj.c Added support for decoding from a Unicode input string through conversion 2011-12-14 14:50:27 +01:00
MANIFEST - Fixed PyPi builds and added instructions for it 2011-08-17 09:05:58 +02:00
objToJSON.c - Added support for detecting overflow scenario when a PyLong bigger than 64-bits signed is supposed to be converted to such. Now a proper Python exception is thrown 2011-09-19 17:30:35 +02:00
setup.py - Fixed PyPi builds and added instructions for it 2011-08-17 09:05:58 +02:00
tests.py Added support for encoding and escaping NULL (U+0000) as \\u0000 2011-12-14 16:19:29 +01:00
ujson.c - Added forceAscii option to encoder to control if output is forced to be ascii (<128) or not. 2011-09-09 16:00:23 +02:00
version.h Added support for encoding and escaping NULL (U+0000) as \\u0000 2011-12-14 16:02:49 +01:00