- 18 Şub, 2013 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
a unicode argument contains non-BMP character.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 16 Şub, 2013 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Serhiy Storchaka yazdı
non-greedy repeat. Patch by Matthew Barnett.
-
Serhiy Storchaka yazdı
increased from 65534 to 2147483647 (on 32-bit platform) or 4294967294 (on 64-bit).
-
- 15 Şub, 2013 2 kayıt (commit)
-
-
Ezio Melotti yazdı
#17178: update any()/all() docstrings to document their behavior with empty iterables. Patch by Ankur Ankan.
-
Antoine Pitrou yazdı
-
- 13 Şub, 2013 5 kayıt (commit)
-
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
file-like objects.
-
Serhiy Storchaka yazdı
with size >= 2**31), instead of producing illegal marshal data.
-
- 12 Şub, 2013 6 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
the disk is full. Original patch by Amir Szekely.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Ned Deily yazdı
An odd bug in OS X 10.4 causes open(2) on a non-existent, invalid-encoded filename to return errno 22, EINVAL: Invalid argument, instead of the expected errno 2, ENOENT: No such file or directory, *if* the containing directory is not empty. That caused frequent failures when running the buildbot tests on 10.4 depending on the state of the test working directory. The failure is easy to reproduce on 10.4 by running the test directly (not with regrtest), first in an empty directory, then after adding a file to it. The fix is to check for and pass if either errno is returned.
-
- 11 Şub, 2013 3 kayıt (commit)
-
-
R David Murray yazdı
-
R David Murray yazdı
Backported from patch by Jeremy Kloth.
-
Michael Foord yazdı
-
- 10 Şub, 2013 6 kayıt (commit)
-
-
Michael Foord yazdı
-
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 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Gregory P. Smith yazdı
-