- 10 Şub, 2013 6 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
and a full traceback including line number.
-
Mark Dickinson yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 09 Şub, 2013 10 kayıt (commit)
-
-
Antoine Pitrou yazdı
I've left a couple of them in: zlib (third-party lib), getaddrinfo.c (doesn't include Python.h, and probably obsolete), _sre.c (legitimate use for the re.LOCALE flag).
-
Serhiy Storchaka yazdı
writes and escapes non-ascii characters.
-
R David Murray yazdı
Report and patch by Berker Peksag.
-
R David Murray yazdı
-
Christian Heimes yazdı
-
Serhiy Storchaka yazdı
Remove obsoleted xreadline method.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
* avgpp() and maxpp() no more crash on empty and 1-samples input fragment. They now work when peak-peak values are greater INT_MAX. * ratecv() no more crashes on empty input fragment. * Fixed an integer overflow in ratecv(). * Fixed an integer overflow in add() and bias() for 32-bit samples. * reverse(), lin2lin() and ratecv() no more lose precision for 32-bit samples. * max() and rms() no more returns negative result for 32-bit sample -0x80000000. * minmax() now returns correct max value for 32-bit sample -0x80000000. * avg(), mul(), tomono() and tostereo() now round negative result down and can return 32-bit sample -0x80000000. * add() now can return 32-bit sample -0x80000000.
-
Ned Deily yazdı
-
- 08 Şub, 2013 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Gregory P. Smith yazdı
the version it was improved in.
-
Senthil Kumaran yazdı
-
- 07 Şub, 2013 6 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
input buffer.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Senthil Kumaran yazdı
-
- 06 Şub, 2013 2 kayıt (commit)
-
-
R David Murray yazdı
-
Serhiy Storchaka yazdı
is automatically closed.
-
- 05 Şub, 2013 1 kayıt (commit)
-
-
R David Murray yazdı
-
- 04 Şub, 2013 7 kayıt (commit)
-
-
Serhiy Storchaka yazdı
an internal XML encoding is UTF-8 or US-ASCII. It now accepts bytes and strings larger than 2 GiB.
-
R David Murray yazdı
The main docs were fixed to remove mention of None long ago, but the docstring was not. Reported by Armin Rigo, patch by Ian Cordasco.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
universal_newlines is true as on Windows.
-
Serhiy Storchaka yazdı
skipTest() already raises an exception.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
parses nested mutating sequence.
-
- 14 Tem, 2012 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
with it a vareity of bug fixes, both security and behavior. See http://www.libexpat.org/ for the list. NOTE: I already backported the expat hash randomization fix in March. Fixes issue #14340.
-
- 03 Şub, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
stream or a decoder produces data of an unexpected type (i.e. when io.TextIOWrapper initialized with text stream or use bytes-to-bytes codec).
-
- 02 Şub, 2013 3 kayıt (commit)
-
-
Ned Deily yazdı
deployment target prior to 10.6.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Issue #15633: httplib.HTTPResponse is now mark closed when the server sends less than the advertised Content-Length.
-