- 16 Apr, 2013 1 commit
-
-
Benjamin Peterson authored
-
- 15 Apr, 2013 4 commits
-
-
Antoine Pitrou authored
-
Ezio Melotti authored
-
Eric V. Smith authored
-
Nick Coghlan authored
-
- 14 Apr, 2013 21 commits
-
-
R David Murray authored
Patch by Jason Michalski.
-
Serhiy Storchaka authored
-
Victor Stinner authored
-
Victor Stinner authored
variable name (str on UNIX), instead of using the encoded name (bytes on UNIX).
-
Nick Coghlan 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
PyErr_SetFromWindowsErrWithFilenameObject, and PyErr_SetExcFromWindowsErrWithFilenameObject. Note that PyErr_SetExcFromWindowsErrWithFilenameObjectAndSomeOtherParametersSoThatTheNameGetsSoLongThatNobodyIsEverGonnaUseThisStrangeFunctionForAnything is still undocumented.
-
Alexandre Vassalotti authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Alexandre Vassalotti authored
-
Georg Brandl authored
-
Georg Brandl 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.
-
Meador Inge authored
This commit fixes a bug in the 'site' module that was causing an exception to incorrectly be thrown when running 'python -S -m site'. The problem was that 'USER_BASE' and 'USER_SITE' were being accessed before they were properly initialized. The code has been changed to use 'getuserbase' and 'getusersitepackages' instead so that the initialization always happens.
-
- 13 Apr, 2013 8 commits
-
-
R David Murray authored
-
R David Murray authored
-
Serhiy Storchaka authored
in the re module. Patch by Nickolai Zeldovich.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Mark Dickinson authored
-
Andrew Svetlov authored
-
Mark Dickinson authored
-
- 12 Apr, 2013 6 commits
-
-
Andrew Svetlov authored
-
Andrew Svetlov authored
Initial patch by Yuriy Senko.
-
Andrew Svetlov authored
Patch by Jeff Knupp
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Andrew Svetlov authored
Thanks to Daniel Mullner
-