Max Muoto
|
21f7d012b3
|
Use Final in json module (#12542)
|
2024-08-17 21:57:56 +02:00 |
|
Amin Alaee
|
05955c0cb8
|
json, ipaddress, locale: Python3.13 updates (#12046)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
|
2024-05-27 13:12:00 +01:00 |
|
Shantanu
|
4d8ae17776
|
Bump mypy to 1.9, add to json.encoder, small fixups (#11549)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
|
2024-03-09 14:25:00 -08:00 |
|
Alex Waygood
|
f2ee9e9368
|
Stubtest: fixes for py312beta4 (#10449)
* Revert "json: add AttrDict in py312 (#10212)"
This reverts commit 7994f165da.
* TaskGroup updates
|
2023-07-12 21:21:05 +01:00 |
|
Shantanu
|
7994f165da
|
json: add AttrDict in py312 (#10212)
|
2023-05-25 13:31:30 +01:00 |
|
Jelle Zijlstra
|
ddfaca3200
|
stdlib: add argument default values (#9501)
|
2023-01-18 09:37:34 +01:00 |
|
Will Frey
|
f174355b31
|
Allow indent to be str in JSONEncoder (#9417)
|
2022-12-27 16:26:16 +01:00 |
|
Will Frey
|
9befe5ff00
|
Update json.dump to only require fp: SupportsWrite[str] (#9396)
Presently, `json.dump` requires `fp` be of type `IO[str]` but in reality and according to the docs, `json.dump` only requires ` SupportsWrite[str]`.
|
2022-12-21 11:00:27 -08:00 |
|
Nikita Sobolev
|
6569deaa44
|
json: improve bytes handling (#9042)
|
2022-10-30 16:26:48 -07:00 |
|
Alex Waygood
|
6348a58b8b
|
Import Match and Pattern from re, not typing (#8277)
|
2022-07-12 15:32:48 +02:00 |
|
Alex Waygood
|
97a74bc1aa
|
Import from collections.abc wherever possible (#7635)
|
2022-04-18 12:50:37 +02:00 |
|
Alex Waygood
|
3ead05f277
|
Add __all__ to modules beginning with 'j', 'k' and 'l' (#7328)
|
2022-02-20 15:06:54 -08:00 |
|
Alex Waygood
|
a40d79a4e6
|
Use lowercase type everywhere (#6853)
|
2022-01-08 16:09:29 +01:00 |
|
Sebastian Rittau
|
3fb2bcd4c1
|
Restore stubtest 0.930 (#6663)
|
2021-12-22 20:18:19 -08:00 |
|
Akuli
|
994b69ef8f
|
Use lowercase tuple where possible (#6170)
|
2021-10-14 17:18:19 -07:00 |
|
Oleg Höfling
|
64f481189f
|
drop ellipsis assignments from module vars, classvars and instance attrs (#5914)
Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
|
2021-08-11 19:26:58 +02:00 |
|
Akuli
|
ce11072dbe
|
Big diff: use lower-case list and dict (#5888)
|
2021-08-08 09:26:35 -07:00 |
|
Akuli
|
ee487304d7
|
Big diff: Use new "|" union syntax (#5872)
|
2021-08-08 11:05:21 +02:00 |
|
Anton Grübel
|
de19554dcc
|
Add json.py_encode_basestring stubs (#5720)
|
2021-07-02 11:18:35 +03:00 |
|
Ken Odegard
|
a00a8de1f1
|
Add support for (PY3 only) json.detect_encoding (#5003)
|
2021-02-03 10:23:33 +01:00 |
|
Ivan Levkivskyi
|
16ae4c6120
|
Re-organize directory structure (#4971)
See discussion in #2491
Co-authored-by: Ivan Levkivskyi <ilevkivskyi@dropbox.com>
|
2021-01-27 12:00:39 +00:00 |
|