- 14 Apr, 2013 11 commits
-
-
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 5 commits
-
-
Antoine Pitrou authored
-
Ezio Melotti authored
-
R David Murray authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
contribution by Thomas Fenzl & Maksim Kozyarchuk
-
- 10 Apr, 2013 3 commits
-
-
Benjamin Peterson authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 09 Apr, 2013 3 commits
-
-
Senthil Kumaran authored
of get_origin_req_host() to origin_req_host. Patch by Wei-Cheng Pan
-
Senthil Kumaran authored
-
Roger Serwy authored
Patch by Todd Rovito.
-
- 08 Apr, 2013 1 commit
-
-
Serhiy Storchaka authored
-