- 14 Nis, 2013 35 kayıt (commit)
-
-
Alexandre Vassalotti yazdı
-
Serhiy Storchaka yazdı
-
Alexandre Vassalotti yazdı
-
Alexandre Vassalotti yazdı
integers where appropriate. Initial patch by Serhiy Storchaka.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Alexandre Vassalotti yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
PyErr_SetFromWindowsErrWithFilenameObject, and PyErr_SetExcFromWindowsErrWithFilenameObject. Note that PyErr_SetExcFromWindowsErrWithFilenameObjectAndSomeOtherParametersSoThatTheNameGetsSoLongThatNobodyIsEverGonnaUseThisStrangeFunctionForAnything is still undocumented.
-
Alexandre Vassalotti yazdı
-
Alexandre Vassalotti yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Alexandre Vassalotti yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Alexandre Vassalotti yazdı
-
Alexandre Vassalotti yazdı
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 yazdı
-
Meador Inge yazdı
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 yazdı
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 yazdı
-
Victor Stinner yazdı
-
- 13 Nis, 2013 5 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Initial patch by Daniel Riti.
-
Serhiy Storchaka yazdı
-