2016-08-19 08:17:43 by Richard PALO | Files touched by this commit (3) | |
Log message:
update to py-simplejson-3.8.2
Version 3.8.2 released 2016-02-14
* Fix implicit cast compiler warning in _speedups.c
* simplejson is now available as wheels for OS X and Windows thanks to Travis-CI
and AppVeyor respectively! Many thanks to @aebrahim for getting this party
started.
https://github.com/simplejson/simplejson/pull/130
https://github.com/simplejson/simplejson/issues/122
Version 3.8.1 released 2015-10-27
* Fix issue with iterable_as_array and indent option
https://github.com/simplejson/simplejson/issues/128
* Fix typo in keyword argument name introduced in 3.8.0
https://github.com/simplejson/simplejson/pull/123
Version 3.8.0 released 2015-07-18
* New iterable_as_array encoder option to perform lazy serialization of
any iterable objects, without having to convert to tuple or list.
Version 3.7.3 released 2015-05-31
* Fix typo introduced in 3.7.0 (behavior should be indistinguishable)
\
https://github.com/simplejson/simplejson/commit/e18cc09b688ea1f3305c27616fd3cadd2adc6d31#commitcomment-11443842
Version 3.7.2 released 2015-05-22
* Do not cache Decimal class in encoder, only reference the decimal module.
This may make reload work in more common scenarios.
Version 3.7.1 released 2015-05-18
* Fix compilation with MSVC
https://github.com/simplejson/simplejson/pull/119
Version 3.7.0 released 2015-05-18
* simplejson no longer trusts custom str/repr methods for int, long, float
subclasses. These instances are now formatted as if they were exact
instances of those types.
https://github.com/simplejson/simplejson/issues/118
|
2016-06-08 19:43:49 by Thomas Klausner | Files touched by this commit (356) |
Log message:
Switch to MASTER_SITES_PYPI.
|
2015-11-03 02:43:56 by Alistair G. Crooks | Files touched by this commit (120) |
Log message:
Add SHA512 digests for distfiles for converters category
Problems found with existing distfile:
distfiles/libiconv-1.13-cp932.patch.gz
No changes made to the libiconv distinfo file.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2014-10-27 09:44:45 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 3.6.5:
Version 3.6.5 released 2014-10-24
* Importing bug fix for reference leak when an error occurs during
dict encoding
https://github.com/simplejson/simplejson/issues/109
|
2014-10-05 16:53:56 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 3.6.4:
Version 3.6.4 released 2014-09-29
* Important bug fix for dump when only sort_keys is set
https://github.com/simplejson/simplejson/issues/106
|
2014-08-25 20:26:40 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
Update to 3.6.3:
Version 3.6.3 released 2014-08-18
* Documentation updates
https://github.com/simplejson/simplejson/issues/103
|
2014-08-10 16:55:08 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
Update to 3.6.2:
Version 3.6.2 released 2014-08-09
* Documentation updates
Version 3.6.1 released 2014-08-09
* Documentation updates
|
2014-07-29 13:48:06 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 3.6.0:
Version 3.6.0 released 2014-07-21
* Automatically strip any UTF-8 BOM from input to more closely
follow the latest specs
https://github.com/simplejson/simplejson/pull/101
|
2014-07-27 02:00:44 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 3.5.3:
Version 3.5.3 released 2014-06-24
* Fix lower bound checking in scan_once / raw_decode API
https://github.com/simplejson/simplejson/issues/98
|
2014-05-30 15:25:48 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 3.5.2:
Version 3.5.2 released 2014-05-22
* Fix Windows build with VS2008
https://github.com/simplejson/simplejson/pull/97
Version 3.5.1 released 2014-05-21
* Consistently reject int_as_string_bitcount settings that are not
positive integers
Version 3.5.0 released 2014-05-20
* Added int_as_string_bitcount encoder option
https://github.com/simplejson/pull/96
* Fixed potential crash when encoder created with incorrect options
|