- 14 Apr, 2013 19 commits
-
-
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 9 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
-
Ezio Melotti authored
#6696: add documentation for the Profile objects, and improve profile/cProfile docs. Patch by Tom Pinckney.
-
Ezio Melotti authored
-
Roger Serwy authored
-
- 11 Apr, 2013 4 commits
-
-
Antoine Pitrou authored
-
Ezio Melotti authored
-
R David Murray authored
-
Senthil Kumaran authored
-