- 14 Apr, 2013 40 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
environment variable name (str on UNIX), instead of using the encoded name (bytes on UNIX).
-
Victor Stinner authored
variable name (str on UNIX), instead of using the encoded name (bytes on UNIX).
-
Victor Stinner authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
R David Murray authored
-
Alexandre Vassalotti authored
-
Serhiy Storchaka authored
-
Alexandre Vassalotti authored
-
Alexandre Vassalotti authored
integers where appropriate. Initial patch by Serhiy Storchaka.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Alexandre Vassalotti authored
-
Georg Brandl authored
-
Georg Brandl authored
PyErr_SetFromWindowsErrWithFilenameObject, and PyErr_SetExcFromWindowsErrWithFilenameObject. Note that PyErr_SetExcFromWindowsErrWithFilenameObjectAndSomeOtherParametersSoThatTheNameGetsSoLongThatNobodyIsEverGonnaUseThisStrangeFunctionForAnything is still undocumented.
-
Alexandre Vassalotti authored
-
Alexandre Vassalotti authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Alexandre Vassalotti authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Alexandre Vassalotti authored
-
Alexandre Vassalotti authored
The test was closing the orginal object instead the copy. This didn't result in visible failures because the loop range was incorrect as well.
-