index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_posix.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-45229: Remove test_main in many tests (GH-28405)
Serhiy Storchaka
2021-09-19
1
-12/+4
*
bpo-43568: Drop support for MACOSX_DEPLOYMENT_TARGET < 10.3 (GH-25827)
Ned Deily
2021-05-03
1
-1/+1
*
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25190)
Inada Naoki
2021-04-06
1
-9/+9
*
bpo-42504: Ensure that get_config_var('MACOSX_DEPLOYMENT_TARGET') is a string...
Ronald Oussoren
2021-02-01
1
-1/+1
*
bpo-31904: Skip some tests of changing owner in _test_all_chown_common() on V...
pxinwr
2020-12-15
1
-2/+11
*
bpo-31904: Disable os.popen and popen test cases on VxWorks (GH-21687)
pxinwr
2020-12-15
1
-0/+1
*
bpo-41443: Add more attribute checking in test_posix (GH-21688)
pxinwr
2020-12-08
1
-3/+7
*
bpo-42504: fix for MACOSX_DEPLOYMENT_TARGET=11 (GH-23556)
FX Coudert
2020-12-03
1
-1/+1
*
bpo-31904: Fix fifo test cases for VxWorks (GH-20254)
pxinwr
2020-12-01
1
-4/+9
*
bpo-41100: Support macOS 11 and Apple Silicon (GH-22855)
Ronald Oussoren
2020-11-08
1
-0/+228
*
bpo-40275: Use new test.support helper submodules in tests (GH-21451)
Hai Shi
2020-08-03
1
-169/+189
*
bpo-40094: Add test.support.wait_process() (GH-19254)
Victor Stinner
2020-03-31
1
-26/+25
*
bpo-39395: putenv() and unsetenv() always available (GH-18135)
Victor Stinner
2020-01-24
1
-1/+0
*
bpo-38692: Skip test_posix.test_pidfd_open() on EPERM (GH-17290)
Victor Stinner
2019-11-21
1
-0/+2
*
bpo-38692: Add os.pidfd_open. (GH-17063)
Benjamin Peterson
2019-11-06
1
-0/+9
*
bpo-38493: Add os.CLD_KILLED and os.CLD_STOPPED. (GH-16821)
Dong-hee Na
2019-10-21
1
-0/+10
*
closes bpo-37420: Handle errors during iteration in os.sched_setaffinity. (GH...
Brandt Bucher
2019-06-27
1
-0/+1
*
bpo-35537: Rewrite setsid test for os.posix_spawn (GH-11721)
Victor Stinner
2019-06-14
1
-16/+28
*
Fix test_posix if RWF_HIPRI is defined but not preadv2. (GH-13980)
Benjamin Peterson
2019-06-11
1
-0/+2
*
bpo-36814: ensure os.posix_spawn() handles None (GH-13144)
Anthony Shaw
2019-05-10
1
-0/+9
*
Skip test_preadv_flags if RWF_HIPRI is not supported by the system (GH-12762)
Pablo Galindo
2019-04-13
1
-0/+8
*
Clean up code which checked presence of os.{stat,lstat,chmod} (#11643)
Anthony Sottile
2019-02-25
1
-5/+1
*
bpo-35537: Skip test_start_new_session() of posix_spawn (GH-11718)
Victor Stinner
2019-02-01
1
-0/+2
*
bpo-35537: Add setsid parameter to os.posix_spawn() and os.posix_spawnp() (GH...
Joannah Nanjekye
2019-02-01
1
-0/+16
*
bpo-35794: Catch PermissionError in test_no_such_executable (GH-11635)
Pablo Galindo
2019-01-21
1
-1/+3
*
bpo-35674: Add os.posix_spawnp() (GH-11554)
Joannah Nanjekye
2019-01-16
1
-71/+119
*
bpo-35568: add 'raise_signal' function (GH-11335)
Vladimir Matveev
2019-01-08
1
-4/+4
*
bpo-34685: Skip posix_spawn scheduler tests on BSD (GH-9316)
Pablo Galindo
2018-09-14
1
-6/+10
*
closes bpo-34650: Check if sched_getscheduler returns ENOSYS before declaring...
Benjamin Peterson
2018-09-12
1
-3/+15
*
bpo-20104: Change the file_actions parameter of os.posix_spawn(). (GH-6725)
Serhiy Storchaka
2018-09-08
1
-29/+28
*
bpo-20104: Add flag capabilities to posix_spawn (GH-6693)
Pablo Galindo
2018-09-07
1
-0/+143
*
Fix TestPosixSpawn.test_close_file() (GH-8992)
Victor Stinner
2018-08-29
1
-30/+34
*
bpo-33871: Fix os.sendfile(), os.writev(), os.readv(), etc. (GH-7931)
Serhiy Storchaka
2018-07-31
1
-0/+53
*
bpo-31044, test_posix: Reenable makedev() tests on FreeBSD (#7449)
Victor Stinner
2018-06-06
1
-5/+0
*
bpo-33655: Also ignore test_posix_fallocate failures on BSD platforms (GH-7134)
Ned Deily
2018-05-26
1
-1/+6
*
bpo-33455: Pass os.environ in test_posix::test_specify_environment. (GH-6753)
Miro Hrončok
2018-05-11
1
-1/+1
*
bpo-20104: Improve error handling and fix a reference leak in os.posix_spawn(...
Serhiy Storchaka
2018-05-01
1
-17/+160
*
bpo-20104: Expose `posix_spawn` in the os module (GH-5109)
Pablo Galindo
2018-01-29
1
-0/+17
*
bpo-31368: Expose preadv and pwritev in the os module (#5239)
Pablo Galindo
2018-01-27
1
-0/+50
*
bpo-32593: Drop FreeBSD 9 and older support (#5232)
Victor Stinner
2018-01-22
1
-0/+1
*
bpo-28759: Skip some tests on PermissionError raised by Android (GH-4350)
xdegaye
2017-11-12
1
-11/+15
*
bpo-31106: Fix handling of erros in posix_fallocate() and posix_fadvise() (#3...
Коренберг Марк
2017-08-14
1
-0/+19
*
bpo-31044: Skip test_posix.test_makedev() on FreeBSD (#2915)
Victor Stinner
2017-07-27
1
-0/+4
*
bpo-30879: os.listdir() and os.scandir() now emit bytes names when (#2634)
Serhiy Storchaka
2017-07-11
1
-3/+11
*
bpo-30746: Prohibited the '=' character in environment variable names (#2382)
Serhiy Storchaka
2017-06-25
1
-0/+15
*
bpo-16500: Don't use string constants for os.register_at_fork() behavior (#1834)
Gregory P. Smith
2017-05-29
1
-7/+29
*
bpo-16500: Allow registering at-fork handlers (#1715)
Antoine Pitrou
2017-05-27
1
-0/+40
*
Issue #28759: Fix the tests that fail with PermissionError when run as
Xavier de Gaye
2016-12-13
1
-0/+6
*
Issue #26944: Fix test_posix for Android where 'id -G' is entirely wrong
Xavier de Gaye
2016-10-19
1
-7/+10
*
Issue #26027, #27524: Add PEP 519/__fspath__() support to os and
Brett Cannon
2016-08-26
1
-5/+5
[next]