Alex Waygood
|
8d5d2520ac
|
Use PEP 585 syntax wherever possible (#6717)
|
2021-12-28 11:31:43 +01:00 |
|
Shantanu
|
38ab20926f
|
pathlib: update for py310 (#6225)
|
2021-11-02 20:23:30 -07:00 |
|
Yehuda Davis
|
3d5f35c33b
|
pathlib: add newline to write_text() method (#6224)
Closes #6223
|
2021-11-02 19:46:50 -07:00 |
|
Estelle Poulin
|
15cec1da8e
|
Change Traversable to be inline with pathlib.Path (#5818)
`pathlib.Path` objects are now valid `importlib.abc.Traversable`s.
|
2021-09-21 21:36:10 +03: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
|
96e0660fba
|
Use _typeshed.Self with __enter__ (#5717)
Co-authored-by: Akuli <akuviljanen17@gmail.com>
|
2021-07-01 12:32:32 +02:00 |
|
Sebastian Rittau
|
bac1918b5f
|
PathLike cleanup (#5242)
Copy builtins._PathLike to os.PathLike
Use os.PathLike exclusively outside of builtins
|
2021-04-23 10:15:07 -07: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 |
|