This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-18 10:24:42 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
61f50bb488dc8cc3560ee7b91d244bd2ae96507a
cpython
/
Lib
/
json
T
History
Antoine Pitrou
dc3eaa80d4
Issue
#23206
: Make `
json.dumps(..., ensure_ascii=False)
as fast as the default case of
ensure_ascii=True
`. Patch by Naoki Inada.
2015-01-11 16:41:01 +01:00
..
__init__.py
Remove mentions of Python 2.x and being externally maintained from
2013-12-08 00:39:36 -08:00
decoder.py
…
encoder.py
Issue
#23206
: Make `
json.dumps(..., ensure_ascii=False)
as fast as the default case of
ensure_ascii=True
`. Patch by Naoki Inada.
2015-01-11 16:41:01 +01:00
scanner.py
…
tool.py
Issue
#21650
: Add an
--sort-keys
option to json.tool CLI.
2014-11-10 09:56:54 +02:00