- 10 Şub, 2013 5 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Mark Dickinson yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 09 Şub, 2013 9 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Serhiy Storchaka yazdı
-
Raymond Hettinger yazdı
when running scripts that terminated by raising SystemExit (i.e. unittest and turtledemo).
-
R David Murray yazdı
Also add running of test_email_renamed to the email regrtest. It contains tests that the base email/tests/test_email.py does not, which I discovered while trying to backport this test for confirmation of the behavior.
-
Christian Heimes yazdı
-
Serhiy Storchaka yazdı
a stream larger than 2 GiB on 64-bit systems.
-
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ı
-
Gregory P. Smith yazdı
-
- 07 Şub, 2013 5 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
input buffer.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Senthil Kumaran yazdı
-
- 06 Şub, 2013 1 kayıt (commit)
-
-
R David Murray yazdı
-
- 04 Şub, 2013 4 kayıt (commit)
-
-
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ı
parses nested mutating sequence.
-
Benjamin Peterson yazdı
-
- 03 Şub, 2013 2 kayıt (commit)
-
-
Éric Araujo yazdı
The customize_compiler function moved many times during the 2.7 series; in 2.7.3, setup scripts importing this function from ccompiler were broken. This commit restores compatibility without reintroducing the issue that #13994 originally fixed (duplication of the function). A unit test makes little sense here, as distutils tests never do imports in functions, and the fix is very simple.
-
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 11 kayıt (commit)
-
-
Ned Deily yazdı
deployment target prior to 10.6.
-
Antoine Pitrou yazdı
Issue #15633: httplib.HTTPResponse is now mark closed when the server sends less than the advertised Content-Length.
-
Nadeem Vawda yazdı
-
Raymond Hettinger yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-