* Updated the function docstrings to include information about the available optional arguments and their meaning.
1.0.2
Not secure
------------------------
* Define INFINITY and NAN if missing as they are not available on all platforms. * Define Py_IS_NAN if missing as python2.3 doesn't have it. * Removed min and max macros as they were no used. * Remove cjson.so and the build directory on debuild clean.
1.0.1
Not secure
------------------------
* Clean some more leftovers on debuild clean. * Removed unused import in setup.py * Fixed function comment.