Serhiy Storchaka
|
364ae607d8
|
gh-140634: Fix a reference counting bug in os.sched_param.__reduce__() (GH-140667)
|
2025-10-27 21:42:32 +02:00 |
|
Victor Stinner
|
7339cf7899
|
gh-83714: Use "stx_" prefix for all os.statx_result members (#140432)
Rename stx_birthtime to stx_btime, and rename stx_birthtime_ns to
stx_btime_ns.
|
2025-10-22 11:48:37 +02:00 |
|
Jeffrey Bosboom
|
fe9ac7fc8c
|
gh-83714: Implement os.statx() function (#139178)
Co-authored-by: Cody Maloney <cmaloney@users.noreply.github.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
|
2025-10-15 13:44:08 +00:00 |
|
Victor Stinner
|
0158890005
|
gh-139322: Create test_os package (#139453)
* Move test_posix.py and test_os.py to Lib/test/test_os/.
* Split Windows specific test cases to a new test_windows.py file.
|
2025-10-01 16:42:45 +02:00 |
|