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
/
encoder.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #27934: Use float.__repr__ instead of plain repr when JSON-encoding an ...
Mark Dickinson
2016-09-03
1
-1/+1
*
#16057: Clarify why the base method default is called in custom encoders.
R David Murray
2013-03-18
1
-0/+1
*
#16333: document a way to get rid of trailing whitespace when indent is used.
Ezio Melotti
2012-11-28
1
-1/+4
*
#13769: Enhance docs for ensure_ascii semantics in JSON decoding functions
Petri Lehtinen
2012-09-01
1
-3/+6
*
#14875: Use float('inf') instead of float('1e66666') in the json module.
Ezio Melotti
2012-05-21
1
-2/+1
*
#10019: Fix regression relative to 2.6: add newlines if indent=0
R David Murray
2011-04-13
1
-1/+1
*
#7092: fix DeprecationWarnings for json when the tests are run with -3 -Wd.
Ezio Melotti
2010-01-26
1
-4/+1
*
merge json library with simplejson 2.0.9 (issue 4136)
Bob Ippolito
2009-03-17
1
-163/+224
*
Replace more float hacks with correct math functions
Christian Heimes
2008-05-07
1
-7/+7
*
Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob
Brett Cannon
2008-05-05
1
-0/+384