- 11 Feb, 2013 2 commits
-
-
Michael Foord authored
-
Michael Foord authored
-
- 10 Feb, 2013 6 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
and a full traceback including line number.
-
Mark Dickinson authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 09 Feb, 2013 10 commits
-
-
Antoine Pitrou authored
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 authored
writes and escapes non-ascii characters.
-
R David Murray authored
Report and patch by Berker Peksag.
-
R David Murray authored
-
Christian Heimes authored
-
Serhiy Storchaka authored
Remove obsoleted xreadline method.
-
Serhiy Storchaka authored
-
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
the version it was improved in.
-
Senthil Kumaran authored
-
- 07 Feb, 2013 6 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
input buffer.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Senthil Kumaran authored
-
- 06 Feb, 2013 2 commits
-
-
R David Murray authored
-
Serhiy Storchaka authored
is automatically closed.
-
- 05 Feb, 2013 1 commit
-
-
R David Murray authored
-
- 04 Feb, 2013 7 commits
-
-
Serhiy Storchaka authored
an internal XML encoding is UTF-8 or US-ASCII. It now accepts bytes and strings larger than 2 GiB.
-
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
universal_newlines is true as on Windows.
-
Serhiy Storchaka authored
skipTest() already raises an exception.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
parses nested mutating sequence.
-
- 14 Jul, 2012 1 commit
-
-
Gregory P. Smith authored
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 Feb, 2013 1 commit
-
-
Serhiy Storchaka authored
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 Feb, 2013 1 commit
-
-
Ned Deily authored
deployment target prior to 10.6.
-