- 31 Oct, 2012 28 commits
-
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
-
Andrew Svetlov authored
Thanks to George Yoshida.
-
Andrew Svetlov authored
Thanks to George Yoshida.
-
Andrew Svetlov authored
Thanks to George Yoshida.
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
Thanks to Daniel Müllner from docs@
-
Andrew Svetlov authored
Thanks to Daniel Müllner from docs@
-
Andrew Svetlov authored
Thanks to Daniel Müllner from docs@
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
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 2 commits
-
-
Brian Curtin authored
-
Brian Curtin authored
-