index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
json
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove mentions of Python 2.x and being externally maintained from
Gregory P. Smith
2013-12-08
1
-5/+2
|
\
|
*
Remove mentions of Python 2.x and being externally maintained from
Gregory P. Smith
2013-12-08
1
-5/+2
*
|
Issue #11489: JSON decoder now accepts lone surrogates.
Serhiy Storchaka
2013-11-26
1
-18/+17
|
\
\
|
|
/
|
*
Issue #11489: JSON decoder now accepts lone surrogates.
Serhiy Storchaka
2013-11-26
1
-18/+17
*
|
#18958: Improve error message for json.load(s) while passing a string that st...
Ezio Melotti
2013-10-20
1
-0/+2
*
|
#19307: Improve error message for json.load(s) while passing objects of the w...
Ezio Melotti
2013-10-20
1
-0/+3
*
|
Close #18264: int- and float-derived enums now converted to int or float.
Ethan Furman
2013-08-10
1
-8/+19
*
|
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon
2013-07-04
3
-4/+4
*
|
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon
2013-06-14
3
-4/+4
*
|
Merge #16057: Clarify why the base method default is called in custom encoders.
R David Murray
2013-03-18
1
-0/+1
|
\
\
|
|
/
|
*
Merge #16057: Clarify why the base method default is called in custom encoders.
R David Murray
2013-03-18
1
-0/+1
|
|
\
|
|
*
#16057: Clarify why the base method default is called in custom encoders.
R David Murray
2013-03-18
1
-0/+1
*
|
|
#17368: merge with 3.3.
Ezio Melotti
2013-03-12
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
#17368: merge with 3.2.
Ezio Melotti
2013-03-12
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
#17368: Fix an off-by-one error in the Python JSON decoder that caused a fail...
Ezio Melotti
2013-03-12
1
-1/+1
*
|
|
Issue #17225: JSON decoder now counts columns in the first line starting
Serhiy Storchaka
2013-02-21
3
-3/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #17225: JSON decoder now counts columns in the first line starting
Serhiy Storchaka
2013-02-21
3
-3/+3
|
|
\
\
|
|
|
/
|
|
*
Issue #17225: JSON decoder now counts columns in the first line starting
Serhiy Storchaka
2013-02-21
3
-3/+3
|
*
|
#16476: merge with 3.2.
Ezio Melotti
2012-11-29
1
-1/+2
|
|
\
\
|
|
|
/
|
|
*
#16476: Fix json.tool to avoid including trailing whitespace.
Ezio Melotti
2012-11-29
1
-1/+2
*
|
|
#16009: JSON error messages now provide more information. Patch by Serhiy St...
Ezio Melotti
2013-01-03
2
-9/+9
*
|
|
#16549: merge with 3.3.
Ezio Melotti
2012-11-29
1
-9/+11
|
\
\
\
|
|
/
/
|
*
|
#16549: merge with 3.2.
Ezio Melotti
2012-11-29
1
-9/+11
|
|
\
\
|
|
|
/
|
|
*
#16549: Make json.tool work again on Python 3 and add tests. Initial patch b...
Ezio Melotti
2012-11-29
1
-9/+11
|
*
|
#16333: merge with 3.2.
Ezio Melotti
2012-11-28
2
-5/+12
|
|
\
\
|
|
|
/
|
|
*
#16333: document a way to get rid of trailing whitespace when indent is used.
Ezio Melotti
2012-11-28
2
-5/+12
*
|
|
Cleanup json decoder: float() has builtin support of nan, +inf, -inf since Py...
Victor Stinner
2012-11-28
1
-11/+3
*
|
|
#16333: fix example in docstring.
Ezio Melotti
2012-11-28
1
-2/+1
*
|
|
#16333: use (",", ": ") as default separator when indent is specified to avoi...
Ezio Melotti
2012-11-28
2
-9/+14
*
|
|
Merge issue #14570: Document json sort_keys parameter properly.
Andrew Svetlov
2012-10-28
1
-6/+12
|
\
\
\
|
|
/
/
|
*
|
Merge issue #14570: Document json sort_keys parameter properly.
Andrew Svetlov
2012-10-28
1
-6/+12
|
|
\
\
|
|
|
/
|
|
*
Issue #14570: Document json sort_keys parameter properly.
Andrew Svetlov
2012-10-28
1
-6/+12
*
|
|
more yield from
Philip Jenvey
2012-10-01
1
-10/+5
|
/
/
*
|
Issue #5067: improve some json error messages.
Antoine Pitrou
2012-06-28
3
-7/+9
|
\
\
|
|
/
|
*
Issue #5067: improve some json error messages.
Antoine Pitrou
2012-06-28
3
-7/+9
*
|
#14875: merge with 3.2.
Ezio Melotti
2012-05-21
1
-2/+1
|
\
\
|
|
/
|
*
#14875: Use float('inf') instead of float('1e66666') in the json module.
Ezio Melotti
2012-05-21
1
-2/+1
*
|
Merge 3.2: Issue #13703 plus some related test suite fixes.
Georg Brandl
2012-02-20
1
-1/+3
|
\
\
|
|
/
|
*
Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...
Georg Brandl
2012-02-20
1
-1/+3
|
|
\
|
|
*
Issue #13703: add a way to randomize the hash values of basic types (str, byt...
Georg Brandl
2012-02-20
1
-1/+3
|
|
*
#5723: Improve json tests to be executed with and without accelerations.
Ezio Melotti
2011-05-14
17
-193/+245
|
|
*
#12051: Fix segfault in json.dumps() while encoding highly-nested objects usi...
Ezio Melotti
2011-05-10
1
-1/+20
|
|
*
#12017: Fix segfault in json.loads() while decoding highly-nested objects usi...
Ezio Melotti
2011-05-07
1
-0/+12
*
|
|
Implement PEP 393.
Martin v. Löwis
2011-09-28
1
-2/+1
|
/
/
*
|
#5723: merge with 3.1.
Ezio Melotti
2011-05-14
1
-2/+2
*
|
Merge 3.1
Éric Araujo
2011-04-24
1
-1/+1
|
\
\
|
|
/
|
*
Add a space to make json doc a bit more readable
Éric Araujo
2011-04-21
1
-1/+1
*
|
Merge with 3.1.
Ezio Melotti
2011-04-13
1
-0/+6
|
\
\
|
|
/
|
*
#9233: Fix json.loads({}) to return a dict (instead of a list), when _json is...
Ezio Melotti
2011-04-13
2
-0/+11
|
*
Remove unnecessary imports and use assertIs instead of assertTrue.
Ezio Melotti
2011-04-13
2
-5/+3
[next]