This website requires JavaScript.
Explore
Help
Sign In
mirror
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-01-28 13:45:18 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Lib
/
json
History
Serhiy Storchaka
5affd23e6f
bpo-29762: More use "raise from None". (
#569
)
...
This hides unwanted implementation details from tracebacks.
2017-04-05 09:37:24 +03:00
..
__init__.py
Fixed the documentation of parse_constant argument in json.load().
2016-11-12 22:48:33 +02:00
decoder.py
bpo-29762: More use "raise from None". (
#569
)
2017-04-05 09:37:24 +03:00
encoder.py
Issue
#18726
: All optional parameters of the dump(), dumps(),
2016-06-22 00:03:20 +03:00
scanner.py
bpo-29762: More use "raise from None". (
#569
)
2017-04-05 09:37:24 +03:00
tool.py
Issue
#21650
: Add an
--sort-keys
option to json.tool CLI.
2014-11-10 09:56:54 +02:00