summaryrefslogtreecommitdiff
path: root/Lib/test/test_fcntl.py
Commit message (Expand)AuthorAgeFilesLines
* remove the svn:executable property from files that don't have shebang linesBenjamin Peterson2010-03-051-0/+0
* Issue #1309352: fcntl now converts its third arguments to a C `long` ratherAntoine Pitrou2009-05-241-1/+16
* A few more test skips via import_module, and change import_module toR. David Murray2009-03-311-2/+6
* Attempt to fix the Solaris Sparc 10 buildbot. It was failing with an invalidGregory P. Smith2008-03-201-28/+1
* Prevent ioctl op codes from being sign extended from int to unsigned longGregory P. Smith2008-03-191-1/+28
* Convert test_fcntl to unittest.Brett Cannon2008-03-131-63/+83
* Enable platform-specific tweaks for FreeBSD 8 (exactly same to FreeBSD 7's yet)Hye-Shik Chang2007-10-281-1/+1
* Patch #1540470, for OpenBSD 4.0. Backport candidate for 2.[34].Neal Norwitz2006-09-051-1/+1
* Make test_fcntl aware of netbsd3.Georg Brandl2006-06-211-3/+4
* Bug #1101233: fix test_fcntl on netbsd2 platform.Georg Brandl2006-02-201-1/+1
* Add support for FreeBSD 7.Hye-Shik Chang2005-07-171-0/+1
* Fix testcase for 64bit BSD systems: long is 8 bytes for those systemsHye-Shik Chang2005-04-041-2/+8
* Add support for FreeBSD 6.Hye-Shik Chang2004-08-181-1/+1
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-2/+2
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Patch #488073: AtheOS port.Martin v. Löwis2002-06-111-0/+3
* SF 554663. Add OpenBSD3. Bugfix candidate if anyone cares.Guido van Rossum2002-05-131-1/+1
* OS/2 EMX port Library and regression test changes:Andrew MacIntyre2002-02-241-7/+12
* sys.platform on Mac OS X is now "darwin", without any version number appended.Jack Jansen2001-12-051-1/+1
* Assume a 64-bit start and len if O_LARGEFILE is available.Martin v. Löwis2001-10-181-1/+8
* Update the tests for the fcntl module to check passing in file objects,Fred Drake2001-05-091-11/+21
* Unixware 7 support by Billy G. Allie (SF patch 413011)Guido van Rossum2001-04-111-1/+1
* Based on info from Jens@digicool.com, add 'darwin1' to the list ofGuido van Rossum2001-03-281-1/+1
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-171-1/+1
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-1/+1
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-2/+2
* Use test_support.TESTFN as the temporary filename.Fred Drake2000-10-181-3/+3
* Anonymous patch to add Darwin 1.2 to the list of BSDs.Guido van Rossum2000-10-121-1/+1
* HP-UX is another one of those platforms using an alternative lockGuido van Rossum2000-09-261-1/+1
* Add support for FreeBSD-[45].Guido van Rossum2000-08-291-1/+1
* Daniel Neri: OpenBSD is just as BSD'ish as the other BSD's ;-)Guido van Rossum1999-04-191-1/+2
* According to Jeffrey Honig, bsd/os 4.0 should be added to the list.Guido van Rossum1999-02-231-1/+3
* Guess what -- BSD has bifurcated again. :-(Guido van Rossum1998-08-111-1/+1
* Support for netbsd1 and freebsd3, after suggestions by Anders AndersenGuido van Rossum1997-12-021-2/+7
* Finally found a wat to set a file nonblocking that works on Irix,Guido van Rossum1997-05-121-2/+2
* Fix the NDELAY test; avoid outputting binary garbage.Guido van Rossum1997-05-091-3/+3
* Many scripts, but small changes. Update the way the scripts obtain theRoger E. Masse1996-12-201-4/+1
* Added a test script for the fcntl C module.Roger E. Masse1996-12-171-0/+31