- 02 Mar, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 10 Şub, 2014 1 kayıt (commit)
-
-
Larry Hastings yazdı
now register both filenames in the exception on failure. This required adding new C API functions allowing OSError exceptions to reference two filenames instead of one.
-
- 07 Şub, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 08 Ock, 2014 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
error instead of returning -1.
-
- 03 Kas, 2013 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 28 Agu, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
Use also os.get_inheritable() instead of fcntl() to check the inheritable flag (FD_CLOEXEC).
-
- 24 Agu, 2013 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Do we need a fallback implementation of getcwd() from 1991 that claims to support "really old Unix systems"? I don't think so.
-
- 21 Şub, 2013 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 20 Şub, 2013 4 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 12 Şub, 2013 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 10 Şub, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 02 Şub, 2013 2 kayıt (commit)
- 14 Ock, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
when result of PyLong_AsLong() narrowed to int without checks.
-
- 13 Ock, 2013 2 kayıt (commit)
-
-
Charles-François Natali yazdı
sched_setscheduler() can fail with EINVAL if the process scheduling policy is neither SCHED_FIFO nor SCHED_RR.
-
Charles-François Natali yazdı
sched_setscheduler() can fail with EINVAL if the process scheduling policy is neither SCHED_FIFO nor SCHED_RR.
-
- 07 Ock, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
file descriptor receive the incorrect type.
-
- 25 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 13 Ara, 2012 1 kayıt (commit)
-
-
Ross Lagerwall yazdı
gives the same output as "id -G".
-
- 04 Ara, 2012 1 kayıt (commit)
-
-
Victor Stinner yazdı
This is necessary for ZFS systems, which don't support UF_IMMUTABLE. -- Kubilay Kocak (koobs) asked me on IRC to backport this fix to Python 2.7: done!
-
- 09 Eki, 2012 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch from Serhiy Storchaka.
-
- 29 Agu, 2012 1 kayıt (commit)
-
-
Trent Nelson yazdı
This is done by extending a previous fix for issue #9185 that was made for Solaris and OpenBSD to NetBSD as well.
-
- 21 Agu, 2012 2 kayıt (commit)
-
-
Trent Nelson yazdı
This is necessary for ZFS systems, which don't support UF_IMMUTABLE. (Note: this commit is a manual merge of 78699:019a2390b014 as both _test_chflags_regular_file and test_lchflags_symlink differ between 3.2 and default.)
-
Trent Nelson yazdı
This is necessary for ZFS systems, which don't support UF_IMMUTABLE.
-
- 04 Agu, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
os.sched_setaffinity now use regular sets of integers to represent the CPUs a process is restricted to.
-
- 03 Agu, 2012 1 kayıt (commit)
-
-
Jesus Cea yazdı
-
- 07 Tem, 2012 1 kayıt (commit)
-
-
Jesus Cea yazdı
-
- 26 Haz, 2012 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 25 Haz, 2012 2 kayıt (commit)
-
-
Jesus Cea yazdı
Skip test in freebsd entirely - Kernel bug in freebsd7/8/9 - #10142: Support for SEEK_HOLE/SEEK_DATA
-
Larry Hastings yazdı
of os.listdir().
-
- 24 Haz, 2012 1 kayıt (commit)
-
-
Hynek Schlawack yazdı
-
- 23 Haz, 2012 2 kayıt (commit)