Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.6.3
/
Lib
/
json
tag
7a8e13423f3cc8cbacece5b8d40c9a78ed2ce468
tagger
Ned Deily <nad@python.org>
Tue Oct 03 05:55:40 2017
object
2c5fed86e0cbba5a4e34792b0083128ce659909d
Python 3.6.3
48290c1
[3.6] Fix trivial typo in json module docstring (GH-2274) (#2430)
by Mariatta
· 8 years ago
58d3e54
Fixed the documentation of parse_constant argument in json.load().
by Serhiy Storchaka
· 9 years ago
022371f
Fixed the documentation of parse_constant argument in json.load().
by Serhiy Storchaka
· 9 years ago
c4a35da
Issue #28541: Improve test coverage for encoding detection in json library.
by Serhiy Storchaka
· 9 years ago
b161562
Issue #17909: Accept binary input in json.loads
by Nick Coghlan
· 9 years ago
ee047e5
Issue #4945: Improved the documenting of boolean arguments in the json module.
by Serhiy Storchaka
· 9 years ago
15287f8
Issue #4945: Improved the documenting of boolean arguments in the json module.
by Serhiy Storchaka
· 9 years ago
aacd53f
Issue #18726: All optional parameters of the dump(), dumps(),
by Serhiy Storchaka
· 9 years ago
47c5474
Issue #26623: TypeError message for JSON unserializible object now contains
by Serhiy Storchaka
· 9 years ago
e0805cf
Issue #26719: More efficient formatting of ints and floats in json.
by Serhiy Storchaka
· 9 years ago
53ecc58
Issue #24540: merger from 3.4
by Ned Deily
· 10 years ago
54630d9
Issue #24540: fix typo in json.dumps docstring
by Ned Deily
· 10 years ago
47efb4a
Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError.
by Serhiy Storchaka
· 11 years ago
dc3eaa8
Issue #23206: Make ``json.dumps(..., ensure_ascii=False)`` as fast as the default case of ``ensure_ascii=True``. Patch by Naoki Inada.
by Antoine Pitrou
· 11 years ago
39e4c4d
Issue #21650: Add an `--sort-keys` option to json.tool CLI.
by Berker Peksag
· 11 years ago
940e207
improve the command-line interface of json.tool (closes #21000)
by Benjamin Peterson
· 11 years ago
f491f92
Remove mentions of Python 2.x and being externally maintained from
by Gregory P. Smith
· 12 years ago
a82f74d
Remove mentions of Python 2.x and being externally maintained from
by Gregory P. Smith
· 12 years ago
687ff0e
Issue #11489: JSON decoder now accepts lone surrogates.
by Serhiy Storchaka
· 12 years ago
c93329b
Issue #11489: JSON decoder now accepts lone surrogates.
by Serhiy Storchaka
· 12 years ago
566a2be
#18958: Improve error message for json.load(s) while passing a string that starts with a UTF-8 BOM.
by Ezio Melotti
· 12 years ago
a0e768c
#19307: Improve error message for json.load(s) while passing objects of the wrong type.
by Ezio Melotti
· 12 years ago
a4998a7
Close #18264: int- and float-derived enums now converted to int or float.
by Ethan Furman
· 12 years ago
cd171c8
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
by Brett Cannon
· 12 years ago
0a14066
Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError.
by Brett Cannon
· 12 years ago
fbb1815
Merge #16057: Clarify why the base method default is called in custom encoders.
by R David Murray
· 12 years ago
1f2a49c
Merge #16057: Clarify why the base method default is called in custom encoders.
by R David Murray
· 12 years ago
dd24617
#16057: Clarify why the base method default is called in custom encoders.
by R David Murray
· 12 years ago
405952f
#17368: merge with 3.3.
by Ezio Melotti
· 12 years ago
220391f
#17368: merge with 3.2.
by Ezio Melotti
· 12 years ago
a7d64a6
#17368: Fix an off-by-one error in the Python JSON decoder that caused a failure while decoding empty object literals when object_pairs_hook was specified.
by Ezio Melotti
· 12 years ago
920007a
Issue #17225: JSON decoder now counts columns in the first line starting
by Serhiy Storchaka
· 12 years ago
ed891c1
Issue #17225: JSON decoder now counts columns in the first line starting
by Serhiy Storchaka
· 12 years ago
c510a04
Issue #17225: JSON decoder now counts columns in the first line starting
by Serhiy Storchaka
· 12 years ago
37623ab
#16009: JSON error messages now provide more information. Patch by Serhiy Storchaka.
by Ezio Melotti
· 13 years ago
4cee810
#16476: merge with 3.2.
by Ezio Melotti
· 13 years ago
b32512e
#16476: Fix json.tool to avoid including trailing whitespace.
by Ezio Melotti
· 13 years ago
401cf29
#16549: merge with 3.3.
by Ezio Melotti
· 13 years ago
1e86d01
#16549: merge with 3.2.
by Ezio Melotti
· 13 years ago
057bcb4
#16549: Make json.tool work again on Python 3 and add tests. Initial patch by Berker Peksag and Serhiy Storchaka.
by Ezio Melotti
· 13 years ago
d7fed37
Cleanup json decoder: float() has builtin support of nan, +inf, -inf since Python 2.6
by Victor Stinner
· 13 years ago
9f94b6d
#16333: fix example in docstring.
by Ezio Melotti
· 13 years ago
1003144
#16333: use (",", ": ") as default separator when indent is specified to avoid trailing whitespace. Patch by Serhiy Storchaka.
by Ezio Melotti
· 13 years ago
57af3bf
#16333: merge with 3.2.
by Ezio Melotti
· 13 years ago
d654ded
#16333: document a way to get rid of trailing whitespace when indent is used.
by Ezio Melotti
· 13 years ago
42b8932
Merge issue #14570: Document json sort_keys parameter properly.
by Andrew Svetlov
· 13 years ago
6d50a54
Merge issue #14570: Document json sort_keys parameter properly.
by Andrew Svetlov
· 13 years ago
2ec53be
Issue #14570: Document json sort_keys parameter properly.
by Andrew Svetlov
· 13 years ago
fd0d3e5
more yield from patch by Serhiy Storchaka
by Philip Jenvey
· 13 years ago
802d669
Issue #5067: improve some json error messages. Patch by Serhiy Storchaka.
by Antoine Pitrou
· 13 years ago
2d24e94
Issue #5067: improve some json error messages. Patch by Serhiy Storchaka.
by Antoine Pitrou
· 13 years ago
4226543
#14875: merge with 3.2.
by Ezio Melotti
· 13 years ago
898d51d
#14875: Use float('inf') instead of float('1e66666') in the json module.
by Ezio Melotti
· 13 years ago
2fb477c
Merge 3.2: Issue #13703 plus some related test suite fixes.
by Georg Brandl
· 13 years ago
09a7c72
Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime)
by Georg Brandl
· 13 years ago
2daf6ae
Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime)
by Georg Brandl
· 13 years ago
d63a3b8
Implement PEP 393.
by Martin v. Löwis
· 14 years ago
6b60fb9
#5723: merge with 3.1.
by Ezio Melotti
· 14 years ago
3c0d8a1
#5723: Improve json tests to be executed with and without accelerations.
by Ezio Melotti
· 14 years ago
1367265
#12051: Fix segfault in json.dumps() while encoding highly-nested objects using the C accelerations.
by Ezio Melotti
· 14 years ago
362b951
#12017: Fix segfault in json.loads() while decoding highly-nested objects using the C accelerations.
by Ezio Melotti
· 14 years ago
fbeb1a9
Merge 3.1
by Éric Araujo
· 14 years ago
de579d4
Add a space to make json doc a bit more readable
by Éric Araujo
· 14 years ago
04c6423
Merge with 3.1.
by Ezio Melotti
· 14 years ago
d210aa1
#9233: Fix json.loads({}) to return a dict (instead of a list), when _json is not available.
by Ezio Melotti
· 14 years ago
42368f9
Remove unnecessary imports and use assertIs instead of assertTrue.
by Ezio Melotti
· 14 years ago
c753305
#9233: Fix json to work properly even when _json is not available.
by Ezio Melotti
· 14 years ago
4f95a52
#9233: skip _json-specific tests when _json is not available.
by Ezio Melotti
· 14 years ago
d531548
Merge #10019: Fix regression relative to 2.6: add newlines if indent=0
by R David Murray
· 14 years ago
3dd02d6
#10019: Fix regression relative to 2.6: add newlines if indent=0
by R David Murray
· 14 years ago
a970e62
Merged revisions 88137 via svnmerge from
by Antoine Pitrou
· 15 years ago
00d650b
Fix JSON docs about loads() accepting only str objects, not bytes.
by Antoine Pitrou
· 15 years ago
ff27ee0
Issue #10572: Moved json tests to Lib/test/json_tests.
by Alexander Belopolsky
· 15 years ago
c524cff
Merged revisions 85530,85532-85534,85538-85543,85546-85548 via svnmerge from
by Georg Brandl
· 15 years ago
fdba067
Remove unnecessary import.
by Barry Warsaw
· 15 years ago
19f2aeb
Merged revisions 86596 via svnmerge from
by Ezio Melotti
· 15 years ago
b3aedd4
#9424: Replace deprecated assert* methods in the Python test suite.
by Ezio Melotti
· 15 years ago
b643ef8
Issue #5729: json.dumps to support using '\t' as an indent string
by Raymond Hettinger
· 15 years ago
d4460aa
#4785: document strict argument of JSONDecoder, plus add object_pairs_hook in the docstrings.
by Georg Brandl
· 15 years ago
4009c9e
Merged revisions 82805-82806,83523-83527,83536,83538,83542,83546-83548,83550-83555,83558,83560 via svnmerge from
by Georg Brandl
· 15 years ago
7d6e076
Issue #7451: Improve decoding performance of JSON objects, and reduce
by Antoine Pitrou
· 15 years ago
b4efb3d
Merged revisions 83212,83829,83833,83838-83839,83878,84019,84025,84028,84032,84036 via svnmerge from
by Florent Xicluna
· 15 years ago
c8284cf
#9087: update json docstrings -- unicode and long do not exist anymore.
by Georg Brandl
· 15 years ago
02ea12b2
Syntax cleanup.
by Florent Xicluna
· 15 years ago
76e5794
Merged revisions 83016 via svnmerge from
by Doug Hellmann
· 15 years ago
1c52475
Apply patch from Ray Allen for issue 9296
by Doug Hellmann
· 15 years ago
4fad6bd
Merged revisions 76710 via svnmerge from
by Antoine Pitrou
· 16 years ago
781eba7
Merged revisions 76708 via svnmerge from
by Antoine Pitrou
· 16 years ago
ab91fde
Merged revisions 73715 via svnmerge from
by Georg Brandl
· 16 years ago
c9c0f20
convert old fail* assertions to assert*
by Benjamin Peterson
· 16 years ago
bcf6f92
* Fix-up a TODO (support the sort_key option).
by Raymond Hettinger
· 16 years ago
c8d952d
Issue 6105: json encoder to respect iteration order of its inputs.
by Raymond Hettinger
· 16 years ago
5968205
Merged revisions 72314 via svnmerge from
by Georg Brandl
· 16 years ago
c6b607d
port simplejson upgrade from the trunk #4136
by Benjamin Peterson
· 16 years ago
0ad98d8
Forward port r70471: Add object_pairs_hook. Issue 5381.
by Raymond Hettinger
· 16 years ago
a13d475
merge r66932 and add a few py3k only checks
by Benjamin Peterson
· 17 years ago
fd03645
#2834: Change re module semantics, so that str and bytes mixing is forbidden,
by Antoine Pitrou
· 17 years ago
e4ca815
Merged revisions 62805,62811,62841-62842,62848-62849,62853-62854 via svnmerge from
by Christian Heimes
· 17 years ago
9054000
Merged revisions 62734,62736,62748,62769 via svnmerge from
by Christian Heimes
· 17 years ago