COMMITS
/ Lib/test/test_ioctl.py May 27, 2025
V
gh-134744: Fix fcntl error handling (#134748)
Victor Stinner committed
May 13, 2025
S
gh-95380: Remove the 1024 bytes limit in fcntl.fcntl() and fcntl.ioctl() (GH-132907)
Serhiy Storchaka committed
April 28, 2025
S
gh-132742: Fix newly added tcflush() tests on Android (GH-133070)
Serhiy Storchaka committed
S
gh-132742: Improve tests for fcntl.ioctl() (GH-132791)
Serhiy Storchaka committed
April 24, 2025
S
Use os.openpty() instead of pty.openpty() in test_ioctl (GH-132880)
Serhiy Storchaka committed
April 23, 2025
S
gh-83994, gh-132843: Fix and improve test_ioctl (GH-132848)
Serhiy Storchaka committed
April 21, 2025
S
gh-132742: Add more tests for fcntl.ioctl() (GH-132756)
Serhiy Storchaka committed
May 31, 2024
V
gh-119770: Make termios ioctl() constants positive (#119840)
Victor Stinner committed
June 25, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-20849)
Hai Shi committed
September 1, 2019
S
bpo-15999: Clean up of handling boolean arguments. (GH-15610)
Serhiy Storchaka committed
March 5, 2019
S
bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929)
Serhiy Storchaka committed
April 13, 2015
Z
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware committed
June 13, 2013
B
Update various test modules to use unittest.main() for test discovery
Brett Cannon committed
December 25, 2012
A
Replace IOError with OSError (#16715)
Andrew Svetlov committed
June 30, 2011
V
Issue #12451: Open files in binary mode in some tests when the text file is not
Victor Stinner committed
November 20, 2010
E
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti committed
October 29, 2010
B
Use a file context manager for test_ioctl.
Brett Cannon committed
September 7, 2010
A
Issue #9758: When fcntl.ioctl() was called with mutable_flag set to True,
Antoine Pitrou committed
August 8, 2010
F
Issue #7564: Skip test_ioctl if another process is attached to /dev/tty.
Florent Xicluna committed
January 19, 2010
B
use assert[Not]In where appropriate
Benjamin Peterson committed
June 30, 2009
B
convert old fail* assertions to assert*
Benjamin Peterson committed
March 31, 2009
R
Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge
R. David Murray committed
March 28, 2009
B
Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from
Benjamin Peterson committed
May 26, 2008
B
Merged revisions 63542-63544,63546,63553,63563-63564,63567,63569,63576 via svnmerge from
Benjamin Peterson committed
May 20, 2008
B
#2621 rename test.test_support to test.support
Benjamin Peterson committed
March 20, 2008
C
Merged revisions 61644,61646-61647,61649-61652,61656-61658,61663,61665,61667 via svnmerge from
Christian Heimes committed
September 14, 2005
G
- Changes donated by Elemental Security to make it work on AIX 5.3
Guido van Rossum committed
March 20, 2003
N
Skip the ioctl test if we can't open /dev/tty. This happens on
Neal Norwitz committed