COMMITS
/ Lib/test/test_file_eintr.py June 18, 2024
V
gh-120417: Add #noqa: F401 to tests (#120627)
Victor Stinner committed
January 25, 2022
C
bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)
Christian Heimes committed
April 1, 2021
I
bpo-43651: Fix EncodingWarning in test_file and test_file_eintr (GH-25109)
Inada Naoki committed
April 13, 2015
Z
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware committed
April 10, 2015
S
Issue #21859: Added Python implementation of io.FileIO.
Serhiy Storchaka committed
June 24, 2012
G
Fixes issue #12268: File readline, readlines and read() or readall() methods
Gregory P. Smith committed