- 17 Ock, 2013 1 kayıt (commit)
-
-
Stefan Krah yazdı
-
- 03 Ock, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
TESTFN_NONASCII of test.support from Python 3.4. Backport tests on non-ASCII paths.
-
- 01 Ock, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
with the surrogateescape error handler, instead of UTF-8 in strict mode.
-
- 25 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 18 Ara, 2012 2 kayıt (commit)
-
-
Andrew Svetlov yazdı
Patch by Serhiy Storchaka.
-
Andrew Svetlov yazdı
Patch by Serhiy Storchaka.
-
- 12 Kas, 2012 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 26 Eyl, 2012 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 09 Agu, 2012 1 kayıt (commit)
-
-
Ned Deily yazdı
failure on OS X built with 10.4 ABI.
-
- 15 Tem, 2012 1 kayıt (commit)
-
-
Larry Hastings yazdı
new parameters in os and shutil functions. Patch by Serhiy Storchaka.
-
- 06 Tem, 2012 1 kayıt (commit)
-
-
Richard Oudkerk yazdı
-
- 25 Haz, 2012 1 kayıt (commit)
-
-
Larry Hastings yazdı
-
- 24 Haz, 2012 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 23 Haz, 2012 1 kayıt (commit)
-
-
Larry Hastings yazdı
parameter from os.remove / os.unlink. Patch written by Georg Brandl. (I'm really looking forward to George getting commit privileges so I don't have to keep doing checkins on his behalf.)
-
- 22 Haz, 2012 1 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.
-
- 04 Haz, 2012 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 03 Haz, 2012 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
when the path existed and had the S_ISGID mode bit set when it was not explicitly asked for. This is no longer an exception as mkdir cannot control if the OS sets that bit for it or not.
-
- 15 May, 2012 3 kayıt (commit)
-
-
Hynek Schlawack yazdı
-
Hynek Schlawack yazdı
Adding new files into the tree lead to buildbot fails as the order wasn't deterministic.
-
Hynek Schlawack yazdı
-
- 12 May, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Hynek Schlawack.
-
- 03 May, 2012 1 kayıt (commit)
-
-
Larry Hastings yazdı
Removed futimens as it is now redundant. Changed shutil.copystat to use st_atime_ns and st_mtime_ns from os.stat and ns= parameter to utime--it once again preserves exact metadata on Linux!
-
- 19 Nis, 2012 1 kayıt (commit)
-
-
Larry Hastings yazdı
-
- 19 Mar, 2012 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 01 Mar, 2012 2 kayıt (commit)
-
-
Philip Jenvey yazdı
-
Philip Jenvey yazdı
-
- 29 Şub, 2012 1 kayıt (commit)
-
-
Brett Cannon yazdı
the os module.
-
- 22 Şub, 2012 3 kayıt (commit)
-
-
Barry Warsaw yazdı
http://hg.python.org/cpython/rev/48705250232c changeset: 75187:48705250232c branch: 2.7 parent: 75184:9a1d902714ae user: Antoine Pitrou <solipsis@pitrou.net> date: Wed Feb 22 22:16:25 2012 +0100
-
Antoine Pitrou yazdı
-
Barry Warsaw yazdı
changeset: 75153:9b7c6dd19e25 branch: 2.7 parent: 75151:b1a02c17b327 user: Antoine Pitrou <solipsis@pitrou.net> date: Tue Feb 21 22:02:04 2012 +0100 files: Lib/test/test_os.py
-
- 21 Şub, 2012 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Benjamin Peterson yazdı
-
Barry Warsaw yazdı
environment variable, to provide an opt-in way to protect against denial of service attacks due to hash collisions within the dict and set types. Patch by David Malcolm, based on work by Victor Stinner.
-
- 20 Şub, 2012 1 kayıt (commit)
-
-
Georg Brandl yazdı
in order to make algorithmic complexity attacks on (e.g.) web apps much more complicated. The environment variable PYTHONHASHSEED and the new command line flag -R control this behavior.
-
- 08 Şub, 2012 6 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
os.get_terminal_size (low level) and shutil.get_terminal_size (high level). Patch by Zbigniew Jędrzejewski-Szmek.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
with a subsecond resolution
-