Closed
Bug 1158371
Opened 10 years ago
Closed 10 years ago
Update simplejson to v3.6.5
Categories
(Tree Management :: Treeherder, defect, P3)
Tree Management
Treeherder
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: emorley)
References
Details
Attachments
(1 file)
3.3.0 -> 3.6.5
https://github.com/simplejson/simplejson/blob/master/CHANGES.txt
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
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
Version 3.6.3 released 2014-08-18
* Documentation updates
https://github.com/simplejson/simplejson/issues/103
Version 3.6.2 released 2014-08-09
* Documentation updates
http://bugs.python.org/issue21514
Version 3.6.1 released 2014-08-09
* Documentation updates
https://github.com/simplejson/simplejson/issues/102
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
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
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
Version 3.4.1 released 2014-04-30
* Fixed tests to run on Python 3.4
Version 3.4.0 released 2014-04-02
* Native setuptools support re-introduced
https://github.com/simplejson/simplejson/pull/92
Version 3.3.3 released 2014-02-14
* Improve test suite's Python 3.4 compatibility
https://github.com/simplejson/simplejson/issues/87
Version 3.3.2 released 2014-01-06
* Docstring fix for decoded string types
https://github.com/simplejson/simplejson/pull/82
Version 3.3.1 released 2013-10-05
* JSONDecodeError exceptions can now be pickled
https://github.com/simplejson/simplejson/pull/78
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8597482 -
Flags: review?(cdawson)
Updated•10 years ago
|
Attachment #8597482 -
Flags: review?(cdawson) → review+
Comment 2•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/1146796120a70d23e0571101e87fb15f726c214c
Bug 1158371 - Update simplejson to v3.6.5
Changes:
https://github.com/simplejson/simplejson/compare/v3.3.0...v3.6.5
Assignee | ||
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•