This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c880ffe7d2ce2fedb1831918c8a36e3623e0fb76
cpython
/
Lib
/
json
History
INADA Naoki
e25399b40c
bpo-23493: json: Change sort_keys in Python encoder same to C (GH-8131)
...
Stop using key=lambda. This behavior is same to C version encoder.
2018-07-07 08:55:03 +09:00
..
__init__.py
bpo-32360: Remove object_pairs_hook=OrderedDict examples (GH-5001)
2018-04-03 12:39:47 +09:00
decoder.py
bpo-32360: Remove object_pairs_hook=OrderedDict examples (GH-5001)
2018-04-03 12:39:47 +09:00
encoder.py
bpo-23493: json: Change sort_keys in Python encoder same to C (GH-8131)
2018-07-07 08:55:03 +09:00
scanner.py
bpo-30877: Fix clearing a cache in the the JSON decoder. (GH-7048)
2018-05-22 14:55:07 +03:00
tool.py
bpo-32360: Remove OrderedDict usage from json.tool (GH-5315)
2018-01-25 19:52:58 +09:00