- 13 Feb, 2013 2 commits
-
-
Serhiy Storchaka authored
file-like objects.
-
Serhiy Storchaka authored
with size >= 2**31), instead of producing illegal marshal data.
-
- 12 Feb, 2013 6 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
the disk is full. Original patch by Amir Szekely.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Ned Deily authored
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 Feb, 2013 3 commits
-
-
R David Murray authored
-
R David Murray authored
Backported from patch by Jeremy Kloth.
-
Michael Foord authored
-
- 10 Feb, 2013 6 commits
-
-
Michael Foord authored
-
Serhiy Storchaka authored
-
Mark Dickinson authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 09 Feb, 2013 9 commits
-
-
Raymond Hettinger authored
-
Serhiy Storchaka authored
-
Raymond Hettinger authored
when running scripts that terminated by raising SystemExit (i.e. unittest and turtledemo).
-
R David Murray authored
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 authored
-
Serhiy Storchaka authored
a stream larger than 2 GiB on 64-bit systems.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
* 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 authored
-
- 08 Feb, 2013 3 commits
-
-
Serhiy Storchaka authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
- 07 Feb, 2013 5 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
input buffer.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Senthil Kumaran authored
-
- 06 Feb, 2013 1 commit
-
-
R David Murray authored
-
- 04 Feb, 2013 4 commits
-
-
R David Murray authored
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 authored
-
Serhiy Storchaka authored
parses nested mutating sequence.
-
Benjamin Peterson authored
-
- 03 Feb, 2013 1 commit
-
-
Éric Araujo authored
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.
-