Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/2.7
/
Lib
/
json
tag
074531d25e6b244dcb7858093b79377a78535919
tagger
Benjamin Peterson <benjamin@python.org>
Tue Jan 26 18:43:13 2021
object
8d21aa21f2cbc6d50aab3f420bb23be1d081dac4
the end of the 2.7 branch
4dc05c3
Fix py3k warnings in 1/0 in tests. (#4072)
by Serhiy Storchaka
· 8 years ago
b6dae2e
[2.7] bpo-30911: Add tests for bad boolean arguments for accelerated json (GH-2690) (#2694)
by Serhiy Storchaka
· 8 years ago
af6c547
Fix trivial typo in json module docstring (GH-2274) (GH-2432)
by Mariatta
· 8 years ago
58b6b98
Fixed the documentation of parse_constant argument in json.load().
by Serhiy Storchaka
· 9 years ago
ba5480b
Issue #27993: Fix problems with the plural “objects” in docs and comments
by Martin Panter
· 9 years ago
e6239a3
Issue #27934: Use float.__repr__ instead of plain repr when JSON-encoding an instance of a float subclass. Thanks Eddie James.
by Mark Dickinson
· 9 years ago
3626e5e
Issue #4945: Improved the documenting of boolean arguments in the json module.
by Serhiy Storchaka
· 9 years ago
6c5824a
Issue #24540: fix typo in json.dumps docstring
by Ned Deily
· 10 years ago
c7797dc
Issue #19543: Emit deprecation warning for known non-text encodings.
by Serhiy Storchaka
· 10 years ago
6c939cb
in scan_once, prevent the reading of arbitrary memory when passed a negative index
by Benjamin Peterson
· 11 years ago
7546220
Fixed JSON tests on wide build when ran from *.pyc files (issue #11489).
by Serhiy Storchaka
· 12 years ago
dafda9b
Issue #11489: JSON decoder now accepts lone surrogates.
by Serhiy Storchaka
· 12 years ago
35893b7
#16057: Clarify why the base method default is called in custom encoders.
by R David Murray
· 12 years ago
fda7a8c
#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
49d4022
Issue #17225: JSON decoder now counts columns in the first line starting
by Serhiy Storchaka
· 12 years ago
43acbf1
#16549: fix test failures on Windows.
by Ezio Melotti
· 13 years ago
def6ee5
#16476: Fix json.tool to avoid including trailing whitespace.
by Ezio Melotti
· 13 years ago
d8feba9
#16549: Add tests for json.tools. Initial patch by Berker Peksag and Serhiy Storchaka.
by Ezio Melotti
· 13 years ago
3a237eb
#16333: document a way to get rid of trailing whitespace when indent is used.
by Ezio Melotti
· 13 years ago
282d331
#16559: Add more tests for the json module. Patch by Serhiy Storchaka.
by Ezio Melotti
· 13 years ago
e9e35c3
Issue #16228: Fix a crash in the json module where a list changes size while it is being encoded.
by Antoine Pitrou
· 13 years ago
41c25ba
Issue #14570: Document json sort_keys parameter properly.
by Andrew Svetlov
· 13 years ago
f9e1f11
#13769: Enhance docs for ensure_ascii semantics in JSON decoding functions
by Petri Lehtinen
· 13 years ago
0e3a4c8
Issue #15615: Add some tests for the json module's handling of invalid input data.
by Antoine Pitrou
· 13 years ago
d9a5137
Issue #5067: improve some json error messages. Patch by Serhiy Storchaka.
by Antoine Pitrou
· 13 years ago
ed8cf7a
#14875: Use float('inf') instead of float('1e66666') in the json module.
by Ezio Melotti
· 13 years ago
f093724
don't rely on dict order
by Benjamin Peterson
· 13 years ago
dee76e6
Issue #13774: json: Fix a SystemError when a bogus encoding is passed to
by Amaury Forgeot d'Arc
· 14 years ago
e3992eb
#5723: Improve json tests to be executed with and without accelerations.
by Ezio Melotti
· 14 years ago
c1ec7b5
#12051: Fix segfault in json.dumps() while encoding highly-nested objects using the C accelerations.
by Ezio Melotti
· 14 years ago
cec4649
#12017: Fix segfault in json.loads() while decoding highly-nested objects using the C accelerations.
by Ezio Melotti
· 14 years ago
df8a8f7
#11982: fix json.loads('""') to return u'' rather than ''.
by Ezio Melotti
· 14 years ago
2b96f09
#9233: Fix json.loads({}) to return a dict (instead of a list), when _json is not available.
by Ezio Melotti
· 14 years ago
ea8b6ef
#10019: Fix regression relative to 2.6: add newlines if indent=0
by R David Murray
· 14 years ago
4ded0c0
Remove unnecessary imports and use assertIs instead of assertTrue.
by Ezio Melotti
· 14 years ago
1b93021
#9233: skip _json-specific tests when _json is not available.
by Ezio Melotti
· 14 years ago
2623a37
Merged revisions 86596 via svnmerge from
by Ezio Melotti
· 15 years ago
fa65827
Issue 10038. Restore the Python 2.6 behavior that json.loads() always returns
by Barry Warsaw
· 15 years ago
cbba8d4
Backport r72961 fixing issue #6105: json.dumps not following OrderedDict iteration order.
by Raymond Hettinger
· 15 years ago
db949b8
Recorded merge of revisions 85543 via svnmerge from
by Georg Brandl
· 15 years ago
f31db93
Apply patch from Ray Allen for issue 9296
by Doug Hellmann
· 15 years ago
ffd8496
#7092: fix DeprecationWarnings for json when the tests are run with -3 -Wd.
by Ezio Melotti
· 16 years ago
187177f
Issue #6986: Fix crash in the JSON C accelerator when called with the
by Antoine Pitrou
· 16 years ago
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 16 years ago
f71ba95
#5932: fix error return in _convertPyInt_AsSsize_t() conversion function.
by Georg Brandl
· 16 years ago
76a982a
Issue 5381: fix regression in pure python code path, Issue 5584: fix a decoder bug for unicode float literals outside of a container
by Bob Ippolito
· 16 years ago
91852ca
Issue 5381: Add object_pairs_hook to the json module.
by Raymond Hettinger
· 16 years ago
d914e3f
merge json library with simplejson 2.0.9 (issue 4136)
by Bob Ippolito
· 16 years ago
595e3cb
check for error conditions in _json #3623
by Benjamin Peterson
· 17 years ago
33e4a98
Replace more float hacks with correct math functions
by Christian Heimes
· 17 years ago
c8a0d2f
Intern static string
by Christian Heimes
· 17 years ago
0b7f778
PEP 8 nits in json package
by Benjamin Peterson
· 17 years ago
4b964f9
Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob
by Brett Cannon
· 17 years ago