- 15 Nis, 2013 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Ezio Melotti yazdı
-
Eric V. Smith yazdı
-
Nick Coghlan yazdı
-
- 14 Nis, 2013 21 kayıt (commit)
-
-
R David Murray yazdı
Patch by Jason Michalski.
-
Serhiy Storchaka yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
variable name (str on UNIX), instead of using the encoded name (bytes on UNIX).
-
Nick Coghlan 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ı
PyErr_SetFromWindowsErrWithFilenameObject, and PyErr_SetExcFromWindowsErrWithFilenameObject. Note that PyErr_SetExcFromWindowsErrWithFilenameObjectAndSomeOtherParametersSoThatTheNameGetsSoLongThatNobodyIsEverGonnaUseThisStrangeFunctionForAnything is still undocumented.
-
Alexandre Vassalotti yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Alexandre Vassalotti yazdı
-
Georg Brandl yazdı
-
Georg Brandl 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ı
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 Nis, 2013 8 kayıt (commit)
-
-
R David Murray yazdı
-
R David Murray yazdı
-
Serhiy Storchaka yazdı
in the re module. Patch by Nickolai Zeldovich.
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Mark Dickinson yazdı
-
Andrew Svetlov yazdı
-
Mark Dickinson yazdı
-
- 12 Nis, 2013 7 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
Andrew Svetlov yazdı
Initial patch by Yuriy Senko.
-
Andrew Svetlov yazdı
Patch by Jeff Knupp
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Andrew Svetlov yazdı
Thanks to Daniel Mullner
-
Ezio Melotti yazdı
#6696: add documentation for the Profile objects, and improve profile/cProfile docs. Patch by Tom Pinckney.
-