- 15 Haz, 2011 3 kayıt (commit)
-
-
Victor Stinner yazdı
Don't modify mutable default arguments...
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
- 14 Haz, 2011 4 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Georg Brandl yazdı
-
Brian Curtin yazdı
-
Brian Curtin yazdı
After 1a3e8db28d49, Windows XP could not os.stat at all due to raising immediately when GetFinalPathNameByHandle wasn't available (pre-Vista). The proper behavior in that situation is to just not attempt a traversal rather than outright rejecting. This change additionally handles a failed malloc by setting the error code and returning false. Patch by Hirokazu Yamamoto.
-
- 13 Haz, 2011 5 kayıt (commit)
-
-
Brian Curtin yazdı
-
Brian Curtin yazdı
-
Brian Curtin yazdı
-
Brian Curtin yazdı
Use of DeviceIoControl to obtain the symlink path via the reparse tag was removed. The code now uses GetFinalPathNameByHandle in the case of a symbolic link and works properly given the added test which creates a symbolic link and calls os.stat on it from multiple locations. Victor Stinner also noticed an issue with os.lstat following the os.stat code path when being passed bytes. The posix_lstat function was adjusted to properly hook up win32_lstat instead of the previous STAT macro (win32_stat).
-
Victor Stinner yazdı
Spawn a new process instead of using fork(). Patch written by Charles-François Natali.
-
- 12 Haz, 2011 4 kayıt (commit)
-
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
- 11 Haz, 2011 19 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
This allows findsource() to work in doctests. A patch from Dirkjan Ochtman.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Charles-François Natali yazdı
methods.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
- 10 Haz, 2011 5 kayıt (commit)
-
-
Éric Araujo yazdı
Original patch by Erik Bray.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
Original patch by Erik Bray.
-
Éric Araujo yazdı
Original patch by Erik Bray as part of #11595, changed by me to improve readability.
-
Vinay Sajip yazdı
-