- 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 3 kayıt (commit)
-
-
Jesus Cea yazdı
-
Jesus Cea yazdı
-
Larry Hastings yazdı
-
- 22 Haz, 2012 2 kayıt (commit)
-
-
Larry Hastings yazdı
Many functions now support "dir_fd" and "follow_symlinks" parameters; some also support accepting an open file descriptor in place of of a path string. Added os.support_* collections as LBYL helpers. Removed many functions only previously seen in 3.3 alpha releases (often starting with "f" or "l", or ending with "at"). Originally suggested by Serhiy Storchaka; implemented by Larry Hastings.
-
Jesus Cea yazdı
-
- 02 May, 2012 2 kayıt (commit)
-
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
associated pwd entry.
-
- 26 Nis, 2012 2 kayıt (commit)
- 17 Nis, 2012 1 kayıt (commit)
-
-
Charles-François Natali yazdı
chown() to root under certain circumstances.
-
- 06 Şub, 2012 1 kayıt (commit)
-
-
Charles-François Natali yazdı
be consistent with other functions accepting file descriptors (fdlistdir() was added in 3.3, so hasn't been released yet).
-
- 10 Ock, 2012 1 kayıt (commit)
-
-
Charles-François Natali yazdı
descriptor (instead of closing it).
-
- 08 Ock, 2012 1 kayıt (commit)
-
-
Charles-François Natali yazdı
can be called again on the same open file).
-
- 07 Kas, 2011 2 kayıt (commit)
-
-
Brian Curtin yazdı
defaulting to None like the other utimes family members. It now accepts keyword arguments because, unlike other other functions in the family, it has a `flags` value at the end of the argument list (which retains its 0 default).
-
Brian Curtin yazdı
and lutimes.
-
- 25 Eki, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
used with sys.setdlopenflags().
-
- 09 Eyl, 2011 1 kayıt (commit)
-
-
Jesus Cea yazdı
-
- 06 Eyl, 2011 1 kayıt (commit)
-
-
Charles-François Natali yazdı
<sched.h> is available (most notably on OpenBSD when built without pthread): add an explicit configure check.
-
- 21 Agu, 2011 1 kayıt (commit)
-
-
Charles-François Natali yazdı
sched_setparam() returning EINVAL for processes with SCHED_OTHER scheduling policy.
-
- 16 Agu, 2011 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 03 Agu, 2011 4 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 02 Agu, 2011 4 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 26 Tem, 2011 1 kayıt (commit)
-
-
Ned Deily yazdı
link file name.
-
- 30 Haz, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
We don't need to create a temporary buffered binary or text file object just to create an empty file. Replace also os.fdopen(handle).close() by os.close(handle).
-
- 28 Haz, 2011 1 kayıt (commit)
-
-
Ned Deily yazdı
os.lchflags() are once again built on systems that support these functions (*BSD and OS X). Also add new stat file flags for OS X (UF_HIDDEN and UF_COMPRESSED). Also add additional tests for os.chflags() and os.lchflags(). (Tests by Garrett Cooper)
-