- 16 Jun, 2011 2 commits
-
-
Éric Araujo authored
Now only the compatibility layer (in create, util and install) talk about setup.py.
-
Éric Araujo authored
-
- 15 Jun, 2011 3 commits
-
-
Victor Stinner authored
Don't modify mutable default arguments...
-
Éric Araujo authored
-
Éric Araujo authored
-
- 14 Jun, 2011 4 commits
-
-
Barry Warsaw authored
-
Georg Brandl authored
-
Brian Curtin authored
-
Brian Curtin authored
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 Jun, 2011 5 commits
-
-
Brian Curtin authored
-
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 3 commits
-
-
Éric Araujo authored
Original patch by Erik Bray.
-
Éric Araujo authored
-
Éric Araujo authored
Original patch by Erik Bray.
-