| Commit message (Expand) | Author | Age | Files | Lines |
* | Make test_fcntl quiet (#108758) | Victor Stinner | 2023-09-01 | 1 | -31/+32 |
|
|
* | gh-95672 skip fcntl when pipesize is smaller than pagesize (gh-102163) | Hyunkyun Moon | 2023-03-01 | 1 | -2/+3 |
|
|
* | gh-95672 fix typo SkitTest to SkipTest (gh-102119) | Hyunkyun Moon | 2023-02-21 | 1 | -1/+1 |
|
|
* | GH-84559: Deprecate fork being the multiprocessing default. (#100618) | Gregory P. Smith | 2023-02-02 | 1 | -3/+5 |
|
|
* | bpo-45229: Remove test_main in many tests (GH-28405) | Serhiy Storchaka | 2021-09-19 | 1 | -5/+2 |
|
|
* | bpo-41586: Attempt to make the pipesize tests more robust. (GH-22839) | Gregory P. Smith | 2020-10-21 | 1 | -9/+16 |
|
|
* | bpo-41586: Add pipesize parameter to subprocess & F_GETPIPE_SZ and F_SETPIPE_... | Ruben Vorderman | 2020-10-19 | 1 | -0/+13 |
|
|
* | bpo-40275: Use new test.support helper submodules in tests (GH-21315) | Hai Shi | 2020-07-06 | 1 | -2/+4 |
|
|
* | bpo-22367: Update test_fcntl.py for spawn process mode (#17154) | Dong-hee Na | 2019-11-19 | 1 | -9/+19 |
|
|
* | bpo-22367: Add tests for fcntl.lockf(). (GH-17010) | Dong-hee Na | 2019-11-07 | 1 | -1/+28 |
|
|
* | bpo-37964: Make sure test works if TESTFN is in a non-ASCII directory. (GH-15... | Benjamin Peterson | 2019-08-29 | 1 | -3/+3 |
|
|
* | closes bpo-37964: add F_GETPATH command to fcntl (GH-15550) | Vinay Sharma | 2019-08-29 | 1 | -0/+6 |
|
|
* | bpo-36503: remove references to 'aix3' and 'aix4' (GH-12658) | Michael Felt | 2019-04-08 | 1 | -1/+1 |
|
|
* | remove support for BSD/OS (closes bpo-31624) (#3812) | Benjamin Peterson | 2017-09-29 | 1 | -1/+1 |
|
|
* | Issue #20532: Tests which use _testcapi now are marked as CPython only. | Serhiy Storchaka | 2014-02-07 | 1 | -19/+32 |
|\ |
|
| * | Issue #20532: Tests which use _testcapi now are marked as CPython only. | Serhiy Storchaka | 2014-02-07 | 1 | -19/+28 |
|
|
* | | Solaris needs a readable file for shared lock | Christian Heimes | 2013-12-07 | 1 | -1/+2 |
|
|
* | | Add simple test for fcntl.flock() | Christian Heimes | 2013-12-05 | 1 | -0/+15 |
|
|
* | | #18798: merge typo fix from 3.3 and also use two unused variables. | Ezio Melotti | 2013-08-23 | 1 | -1/+5 |
|\ \
| |/ |
|
| * | #18798: fix typo in test_fcntl. Patch by Vajrasky Kok. | Ezio Melotti | 2013-08-23 | 1 | -1/+1 |
|
|
* | | - Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger). | doko@ubuntu.com | 2013-08-03 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | - Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger). | doko@ubuntu.com | 2013-08-03 | 1 | -0/+2 |
|
|
* | | skip a fcntl test on ARM Linux that isn't supported there. | Gregory P. Smith | 2013-03-31 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | Skip a test of an old API on ARM Linux that isn't supported by the OS. | Gregory P. Smith | 2013-03-31 | 1 | -0/+4 |
|
|
| * | Issue #15989: Fix several occurrences of integer overflow | Serhiy Storchaka | 2013-01-19 | 1 | -0/+21 |
|
|
| * | Issue #12821: Fix test_fcntl failures on OpenBSD 5. | Charles-François Natali | 2011-08-23 | 1 | -6/+2 |
|
|
* | | Issue #15989: Fix several occurrences of integer overflow | Serhiy Storchaka | 2013-01-14 | 1 | -0/+21 |
|
|
* | | #16135: Removal of OS/2 support (Remove OS2 and OS/2 references) | Jesus Cea | 2012-10-05 | 1 | -11/+4 |
|
|
* | | Issue #12326: refactor usage of sys.platform | Victor Stinner | 2011-08-20 | 1 | -3/+2 |
|
|
* | | Issue #12326: don't test the major version of sys.platform | Victor Stinner | 2011-08-17 | 1 | -6/+3 |
|/ |
|
* | Issue #12451: Open files in binary mode in some tests when the text file is not | Victor Stinner | 2011-06-30 | 1 | -2/+2 |
|
|
* | Merged revisions 78678,78680,78682 via svnmerge from | Benjamin Peterson | 2010-03-05 | 1 | -0/+0 |
|
|
* | Remove AtheOS support, as per PEP 11 (which claims that all code was removed ... | Antoine Pitrou | 2009-10-24 | 1 | -8/+5 |
|
|
* | Merged revisions 72887 via svnmerge from | Antoine Pitrou | 2009-05-24 | 1 | -1/+16 |
|
|
* | Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge | R. David Murray | 2009-03-31 | 1 | -2/+5 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -1/+1 |
|
|
* | Merged revisions 61644,61646-61647,61649-61652,61656-61658,61663,61665,61667 ... | Christian Heimes | 2008-03-20 | 1 | -4/+4 |
|
|
* | Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,... | Christian Heimes | 2008-03-16 | 1 | -52/+71 |
|
|
* | Merged revisions 58221-58741 via svnmerge from | Guido van Rossum | 2007-11-01 | 1 | -1/+1 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -3/+3 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -1/+1 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -3/+4 |
|
|
* | Bug #1101233: fix test_fcntl on netbsd2 platform. | Georg Brandl | 2006-02-20 | 1 | -1/+1 |
|
|
* | Add support for FreeBSD 7. | Hye-Shik Chang | 2005-07-17 | 1 | -0/+1 |
|
|
* | Fix testcase for 64bit BSD systems: long is 8 bytes for those systems | Hye-Shik Chang | 2005-04-04 | 1 | -2/+8 |
|
|
* | Add support for FreeBSD 6. | Hye-Shik Chang | 2004-08-18 | 1 | -1/+1 |
|
|
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -2/+2 |
|
|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
|
|
* | Patch #488073: AtheOS port. | Martin v. Löwis | 2002-06-11 | 1 | -0/+3 |
|
|
* | SF 554663. Add OpenBSD3. Bugfix candidate if anyone cares. | Guido van Rossum | 2002-05-13 | 1 | -1/+1 |
|
|