- 01 Agu, 2010 3 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Build properties using lambdas. This makes test_pyclbr pass again, because it does not think that input and output are methods anymore.
-
R. David Murray yazdı
Cmd used to blindly chop off the last character of every input line. If the input reached EOF and there was no final new line, it would truncate the last character of the last command. This fix instead strips trailing \r\n from the input lines. While this is a small behavior change, it should not break any working code, since feeding a '\r\n' terminated file to Cmd would previously leave the \r's on the lines, resulting in failed command execution. I wrote the unit test in preparation for a PyOhio TeachMe session run by Catherine Devlin, and we can thank Catherine and the PyOhio session attendees for the fix. I've added Catherine to the Acks file for organizing and leading the TeachMe session, out of which we will hopefully get some new contributors.
-
- 31 Tem, 2010 37 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Antoine Pitrou yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
#8292: Fix three instances of truth tests on return values of filter() (which is always true in Python 3).
-
Georg Brandl yazdı
at import time, rather by default use the current streams like the other APIs that output help.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
#7909: the prefixes \\.\ and \\?\ indicate special Windows paths, do not try to manipulate them. See http://msdn.microsoft.com/en-us/library/aa365247%28VS.85%29.aspx for details.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
#3788: more tests for http.cookies, now at 95% coverage. Also bring coding style in the module up to PEP 8, where it does not break backwards compatibility.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
#9442: do not document a specific format for sys.version; rather refer to version_info and the platform module.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Martin v. Löwis yazdı
-
Georg Brandl yazdı
#9440: Remove borderline test case that fails based on unpredictable conditions such as compiler flags.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Antoine Pitrou yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Martin v. Löwis yazdı
-
Victor Stinner yazdı
I removed the implicit conversion from str to bytes.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Georg Brandl yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Georg Brandl yazdı
-