- 13 Jun, 2011 4 commits
-
-
Brian Curtin authored
-
Brian Curtin authored
-
Brian Curtin authored
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 authored
Spawn a new process instead of using fork(). Patch written by Charles-François Natali.
-
- 12 Jun, 2011 4 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
- 11 Jun, 2011 19 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
This allows findsource() to work in doctests. A patch from Dirkjan Ochtman.
-
Éric Araujo authored
-
Éric Araujo authored
-
Charles-François Natali authored
methods.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
- 10 Jun, 2011 13 commits
-
-
Éric Araujo authored
Original patch by Erik Bray.
-
Éric Araujo authored
-
Éric Araujo authored
Original patch by Erik Bray.
-
Éric Araujo authored
Original patch by Erik Bray as part of #11595, changed by me to improve readability.
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Éric Araujo authored
-
Benjamin Peterson authored
-
Éric Araujo authored
Original patch by Tshepang Lekhonkhobe.
-