- 14 Apr, 2013 5 commits
-
-
Meador Inge authored
-
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.
-
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.
-
Victor Stinner authored
-
Victor Stinner authored
-
- 13 Apr, 2013 26 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Initial patch by Daniel Riti.
-
Serhiy Storchaka authored
-
R David Murray authored
Patch by Kent Johnson.
-
R David Murray authored
Initial patch by Ned Jackson Lovely.
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
-
Serhiy Storchaka authored
in the re module. Patch by Nickolai Zeldovich.
-
Serhiy Storchaka authored
in the re module. Patch by Nickolai Zeldovich.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Vinay Sajip authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
- 12 Apr, 2013 9 commits
-
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
Initial patch by Yuriy Senko.
-
Andrew Svetlov authored
Initial patch by Yuriy Senko.
-
Andrew Svetlov authored
Patch by Jeff Knupp
-
Andrew Svetlov authored
Patch by Jeff Knupp
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-