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