summaryrefslogtreecommitdiff
path: root/Lib/test/test_fcntl.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-37964: Make sure test works if TESTFN is in a non-ASCII directory. (GH-15...Benjamin Peterson2019-08-281-3/+3
* closes bpo-37964: add F_GETPATH command to fcntl (GH-15550)Vinay Sharma2019-08-281-0/+6
* bpo-36503: remove references to 'aix3' and 'aix4' (GH-12658)Michael Felt2019-04-081-1/+1
* remove support for BSD/OS (closes bpo-31624) (#3812)Benjamin Peterson2017-09-281-1/+1
* Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-071-19/+32
|\
| * Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-071-19/+28
* | Solaris needs a readable file for shared lockChristian Heimes2013-12-071-1/+2
* | Add simple test for fcntl.flock()Christian Heimes2013-12-051-0/+15
* | #18798: merge typo fix from 3.3 and also use two unused variables.Ezio Melotti2013-08-231-1/+5
|\ \ | |/
| * #18798: fix typo in test_fcntl. Patch by Vajrasky Kok.Ezio Melotti2013-08-231-1/+1
* | - Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger).doko@ubuntu.com2013-08-031-0/+2
|\ \ | |/
| * - Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger).doko@ubuntu.com2013-08-031-0/+2
* | skip a fcntl test on ARM Linux that isn't supported there.Gregory P. Smith2013-03-311-0/+4
|\ \ | |/
| * Skip a test of an old API on ARM Linux that isn't supported by the OS.Gregory P. Smith2013-03-311-0/+4
| * Issue #15989: Fix several occurrences of integer overflowSerhiy Storchaka2013-01-191-0/+21
| * Issue #12821: Fix test_fcntl failures on OpenBSD 5.Charles-François Natali2011-08-231-6/+2
* | Issue #15989: Fix several occurrences of integer overflowSerhiy Storchaka2013-01-151-0/+21
* | #16135: Removal of OS/2 support (Remove OS2 and OS/2 references)Jesus Cea2012-10-051-11/+4
* | Issue #12326: refactor usage of sys.platformVictor Stinner2011-08-211-3/+2
* | Issue #12326: don't test the major version of sys.platformVictor Stinner2011-08-171-6/+3
|/
* Issue #12451: Open files in binary mode in some tests when the text file is notVictor Stinner2011-06-301-2/+2
* Merged revisions 78678,78680,78682 via svnmerge fromBenjamin Peterson2010-03-051-0/+0
* Remove AtheOS support, as per PEP 11 (which claims that all code was removed ...Antoine Pitrou2009-10-241-8/+5
* Merged revisions 72887 via svnmerge fromAntoine Pitrou2009-05-241-1/+16
* Merged revisions 70734,70775,70856,70874,70876-70877 via svnmergeR. David Murray2009-03-311-2/+5
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Merged revisions 61644,61646-61647,61649-61652,61656-61658,61663,61665,61667 ...Christian Heimes2008-03-201-4/+4
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-161-52/+71
* Merged revisions 58221-58741 via svnmerge fromGuido van Rossum2007-11-011-1/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-3/+3
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-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