- 09 Feb, 2013 22 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), mpdecimal (needs to build without Python.h).
-
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.
-
Serhiy Storchaka authored
writes and escapes non-ascii characters.
-
Serhiy Storchaka authored
-
R David Murray authored
Report and patch by Berker Peksag.
-
R David Murray authored
Report and patch by Berker Peksag.
-
R David Murray authored
-
R David Murray authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
Remove obsoleted xreadline method.
-
Serhiy Storchaka authored
Remove obsoleted xreadline method.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
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.
-
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
-
Ned Deily authored
-
- 08 Feb, 2013 6 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Gregory P. Smith authored
the version it was improved in.
-
Gregory P. Smith authored
the version it was improved in.
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
- 07 Feb, 2013 12 commits
-
-
Victor Stinner authored
string (wstr) format is now cleared.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
input buffer.
-
Serhiy Storchaka authored
input buffer.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Senthil Kumaran authored
-