This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
cpython
Watch
2
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-11-03 15:11:34 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
2bc158fefe
cpython
/
Lib
/
json
History
Download ZIP
Download TAR.GZ
Serhiy Storchaka
96aeaec647
bpo-36793: Remove unneeded __str__ definitions. (GH-13081)
...
Classes that define __str__ the same as __repr__ can just inherit it from object.
2019-05-06 22:29:40 +03:00
..
__init__.py
bpo-33461: emit DeprecationWarning when json.loads(encoding=...) is used (GH-6762)
2019-04-09 16:17:25 +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-36793: Remove unneeded __str__ definitions. (GH-13081)
2019-05-06 22:29:40 +03: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-31553: add --json-lines option to json.tool (
#10051
)
2018-11-07 12:09:32 +02:00