Shantanu
|
6ff5b88ca7
|
typeshed: remove crufty comments (#4699)
Co-authored-by: hauntsaninja <>
|
2020-10-23 09:40:06 +02:00 |
|
Jelle Zijlstra
|
5d553c9584
|
apply black and isort (#4287)
* apply black and isort
* move some type ignores
|
2020-06-28 13:31:00 -07:00 |
|
Shantanu
|
666ecc7cca
|
pprint: fix argument names (#3627)
This matters for passing in arguments by keyword
|
2020-01-20 09:02:23 +01:00 |
|
hauntsaninja
|
4aa6dfccdb
|
pprint: update for py38, fix kwarg-only parameters (#3585)
|
2020-01-07 21:51:54 -08:00 |
|
Jelle Zijlstra
|
a89f883878
|
stream argument to pprint.pprint is Optional (#3488)
None is the default; see https://docs.python.org/3/library/pprint.html#pprint.PrettyPrinter
|
2019-11-24 12:29:43 +01:00 |
|
Lawrence Chan
|
f28691261a
|
Change pprint depth type to Optional[int] (#3392)
|
2019-10-20 12:14:02 -07:00 |
|
Sushain Cherivirala
|
226f0553fe
|
Add compact keyword arg to pprint (#2162)
|
2018-05-24 21:10:17 -07:00 |
|
David Euresti
|
341716e63f
|
Merge and rename stdlib/{2,3}/pprint.pyi into 2and3 (#1124)
* Merge stdlib/{2,3}/pprint.pyi
* Rename pprint.pyi into 2and3
|
2017-03-31 17:47:28 -07:00 |
|