- 02 Mar, 2015 4 kayıt (commit)
-
-
Berker Peksag yazdı
The test checks that the environ argument contains correct headers, querystring and path information. Patch by Alex Shkop.
-
Berker Peksag yazdı
TOS is an abbreviation of top-of-stack. Patch by Sven Berkvens-Matthijsse.
-
Berker Peksag yazdı
Also, remove support.run_doctest() since there is no doctests in test_urllib2 and urllib.request.
-
Benjamin Peterson yazdı
-
- 01 Mar, 2015 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 28 Şub, 2015 3 kayıt (commit)
-
-
Alexander Belopolsky yazdı
* Eliminated OverflowError from timedelta * float for some floats; * Corrected rounding in timedlta true division.
-
Serhiy Storchaka yazdı
On Windows an OSError with errno=EINVAL is raised.
-
Serhiy Storchaka yazdı
statement if the pipe was broken. Patch by Martin Panter.
-
- 27 Şub, 2015 6 kayıt (commit)
-
-
Brett Cannon yazdı
-
Larry Hastings yazdı
-
Victor Stinner yazdı
Methods only raise NotImplementedError and are never used.
-
Victor Stinner yazdı
-
Zachary Ware yazdı
Reported by Jon Colburn on docs@.
-
Benjamin Peterson yazdı
-
- 26 Şub, 2015 3 kayıt (commit)
-
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Victor Stinner yazdı
-
- 25 Şub, 2015 9 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Berker Peksag yazdı
Also, update email examples to use the context manager version of open(). Patch by Baptiste Mispelon.
-
Benjamin Peterson yazdı
See de Gouw, Stijn and Rot, Jurriaan and de Boer, Frank S and Bubel, Richard and Hähnle, Reiner "OpenJDK’s java.utils.Collection.sort() is broken: The good, the bad and the worst case"
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Georg Brandl yazdı
-
- 23 Şub, 2015 5 kayıt (commit)
-
-
Victor Stinner yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Ned Deily yazdı
-
- 22 Şub, 2015 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
closing the window.
-
- 21 Şub, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
conditional group references are used in lookbehind assertions in regular expressions.
-
- 20 Şub, 2015 5 kayıt (commit)
-
-
Serhiy Storchaka yazdı
consumed too much memory and raised SystemError or MemoryError. Original patch by Aleksi Torhamo.
-
Serhiy Storchaka yazdı
flush() was not called in close() if closefd=False.
-
Serhiy Storchaka yazdı
differs from file system encoding (e.g. on Mac OS).
-
Serhiy Storchaka yazdı
old-style and new API for string with 2**30-1 characters.
-
Berker Peksag yazdı
Also, document the LineTooLong exception since it can be raised by the members of public API (e.g. http.client.HTTPResponse). Patch by Martin Panter.
-