- 20 Haz, 2010 3 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Mark Dickinson yazdı
-
Benjamin Peterson yazdı
-
- 18 Haz, 2010 1 kayıt (commit)
-
-
Jean-Paul Calderone yazdı
This revision introduced quoting for strings containing | based on a misunderstanding of the commonly used quoting rules used on Windows. | is interpreted by cmd.exe, not by the MS C runtime argv initializer. It only needs to be quoted if it is part of an argument passed through cmd.exe. See issue1300, issue7839, and issue8972.
-
- 17 Haz, 2010 3 kayıt (commit)
-
-
Florent Xicluna yazdı
-
Senthil Kumaran yazdı
-
R. David Murray yazdı
The fix for issue 4050 caused a regression: before that fix, source lines in the linecache would eventually be found by inspect. After the fix inspect reports an error earlier, and the source isn't found. The fix for the fix is to have getsourcefile look in the linecache for the file and return the psuedo-filename if the source is there, just as it already returns it if there is a PEP 302 loader.
-
- 16 Haz, 2010 2 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
- 15 Haz, 2010 2 kayıt (commit)
-
-
Mark Dickinson yazdı
documentation. Thanks Mads Kiilerich.
-
Andrew M. Kuchling yazdı
-
- 14 Haz, 2010 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 13 Haz, 2010 4 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
the (approximate) range (-27.3, 30.0), as a result of an escaped errno value.
-
Nick Coghlan yazdı
-
- 12 Haz, 2010 11 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Mark Dickinson yazdı
clarifications and documentation tweaks. Backport of revisions 81955-81956 from py3k.
-
Benjamin Peterson yazdı
-
Nick Coghlan yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 11 Haz, 2010 10 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Antoine Pitrou yazdı
the interpreter with characters outside the Basic Multilingual Plane (higher than 0x10000).
-
Benjamin Peterson yazdı
-
Mark Dickinson yazdı
Backport of revisions 81897, 81898 and 81902 from py3k.
-
Victor Stinner yazdı
-
Ezio Melotti yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
- 10 Haz, 2010 2 kayıt (commit)
-
-
Michael Foord yazdı
-
Michael Foord yazdı
-
- 09 Haz, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-