1
0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-11-24 01:04:19 +01:00
ultrajson/python
2011-09-19 17:30:35 +02: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 Hard tab indent. 2011-08-15 23:10:27 -04: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 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
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 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