- 31 Oct, 2012 4 commits
-
-
R David Murray authored
Patch by Stephen Tonkin.
-
R David Murray authored
Patch by Stephen Tonkin.
-
Victor Stinner authored
Calling OS functions can fail with errors other than FileNotFoundError: a FreeBSD buildbot fails for example with a PermissionError.
-
Victor Stinner authored
-
- 30 Oct, 2012 10 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
... (unsigned long and unsigned int) to avoid an undefined behaviour with Py_TPFLAGS_TYPE_SUBCLASS ((1 << 31). PyType_GetFlags() result type is now unsigned too (unsigned long, instead of long).
-
Victor Stinner authored
Patch written by Serhiy Storchaka.
-
Antoine Pitrou authored
-
Andrew Svetlov authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
Pass the original filename argument to OSError constructor, instead of trying to encode it to or decode it from the filesystem encoding. This change avoids an additionnal UnicodeDecodeError on Windows if the filename cannot be decoded from the filesystem encoding (ANSI code page).
-
Victor Stinner authored
Patch written by Serhiy Storchaka.
-
- 29 Oct, 2012 9 commits
-
-
Brian Curtin authored
-
Brian Curtin authored
-
Brian Curtin authored
Patch by Zachary Ware.
-
Petri Lehtinen authored
Patch by Matti Mäki.
-
Petri Lehtinen authored
Patch by Matti Mäki.
-
Petri Lehtinen authored
Patch by Matti Mäki.
-
Ross Lagerwall authored
-
Ross Lagerwall authored
-
Ross Lagerwall authored
-
- 28 Oct, 2012 17 commits
-
-
Chris Jerdonek authored
-
Chris Jerdonek authored
-
Chris Jerdonek authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
don't ignore it if it's still there.
-
Nadeem Vawda authored
-
Nadeem Vawda authored
-
Nadeem Vawda authored
-
Nadeem Vawda authored
Patch by Serhiy Storchaka.
-
Hynek Schlawack authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-