Commit Graph

11 Commits

Author SHA1 Message Date
sobolevn 65623811c2 Update _posixsubprocess module for 3.14 (#14127) 2025-05-24 05:36:44 -07:00
Stephen Morton 1af850d2b0 remove _posixsubprocess.cloexec_pipe (#13066)
removed from cpython in 2013...

https://github.com/python/cpython/commit/daf455554bc21b6b5df0a016ab5fa639d36cc595
2024-11-21 19:53:37 -08:00
Shantanu 470a13ab09 Use PEP 570 syntax in stdlib (#11250) 2024-03-09 14:50:16 -08:00
Sebastian Rittau 53a8193d64 Update typing_extensions imports in stdlib (#11244)
Co-authored-by: AlexWaygood <alex.waygood@gmail.com>
2024-01-05 08:15:19 -08:00
Nikita Sobolev 16b9884601 Fix _posixsubprocess module for python3.12 (#10809) 2023-09-30 17:51:33 +01:00
Jelle Zijlstra 51c92d8975 _posixsubprocess: improve types (#9009) 2022-10-27 20:00:21 -07:00
Alex Waygood 97a74bc1aa Import from collections.abc wherever possible (#7635) 2022-04-18 12:50:37 +02:00
Akuli c3cc5e47c0 delete very old autogenerated comments (#6755) 2021-12-30 17:16:06 +01:00
Alex Waygood 34a7e753aa _posixsubprocess is not available on Windows (#6737) 2021-12-29 21:44:36 +02:00
Akuli 994b69ef8f Use lowercase tuple where possible (#6170) 2021-10-14 17:18:19 -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