This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2024-11-25 09:39:56 +01:00
Code
Issues
Releases
Activity
62aa7dc7c9
cpython
/
Lib
/
json
History
Serhiy Storchaka
47efb4a5dc
Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError.
2015-01-26 13:16:30 +02:00
..
__init__.py
Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError.
2015-01-26 13:16:30 +02:00
decoder.py
Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError.
2015-01-26 13:16:30 +02:00
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