| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| | |
as reported by Serhiy Storchaka and Matthew Barnett.
|
|\ \
| |/
| |
| | |
list is being resized concurrently.
|
| |
| |
| |
| | |
list is being resized concurrently.
|
| |
| |
| |
| | |
the subprocess module on Linux.
|
| |
| |
| |
| |
| | |
invalid characters (outside range [U+0000; U+10ffff]) to Unicode: repr(array),
str(array) and array.tounicode(). Patch written by Manuel Jacob.
|
|\ \
| |/
| |
| |
| |
| | |
This fixes an apparent copy-and-paste error.
Patch by Manuel Jacob.
|
| |
| |
| |
| |
| |
| | |
This fixes an apparent copy-and-paste error.
Patch by Manuel Jacob.
|
|\ \
| |/
| |
| | |
a string argument contains non-BMP character.
|
| |
| |
| |
| | |
a string argument contains non-BMP character.
|
|\ \
| |/
| |
| | |
non-greedy repeat. Patch by Matthew Barnett.
|
| |
| |
| |
| | |
non-greedy repeat. Patch by Matthew Barnett.
|
| | |
|
|\ \
| |/
| |
| |
| | |
increased from 65534 to 2147483647 (on 32-bit platform) or 4294967294 (on
64-bit).
|
| |
| |
| |
| |
| | |
increased from 65534 to 2147483647 (on 32-bit platform) or 4294967294 (on
64-bit).
|
|\ \
| |/ |
|
| | |
|
| | |
|
| |
| |
| |
| | |
uid_t range.
|
| |
| |
| |
| | |
A regression was introduced in the commit for issue issue #4591.
|
| | |
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| |
| | |
in the interpreter.
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).
|
| |
| |
| |
| |
| |
| |
| |
| | |
in the interpreter.
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).
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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.
|
|\ \
| |/ |
|
| | |
|
|\ \
| |/
| |
| |
| | |
an internal XML encoding is UTF-8 or US-ASCII. It now accepts bytes and
strings larger than 2 GiB.
|
| |
| |
| |
| |
| | |
an internal XML encoding is UTF-8 or US-ASCII. It now accepts bytes and
strings larger than 2 GiB.
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| | |
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.
|
|\ \
| |/
| |
| | |
parses nested mutating sequence.
|
| |
| |
| |
| | |
parses nested mutating sequence.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|\ \
| |/
| |
| |
| | |
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).
|
| |
| |
| |
| |
| | |
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).
|
|\ \
| |/
| |
| | |
readline use.
|
| |
| |
| |
| | |
readline use.
|
|\ \
| |/
| |
| |
| | |
constructors once, to avoid memory leaks when finalizing and re-initializing
the Python interpreter.
|
| |
| |
| |
| |
| | |
constructors once, to avoid memory leaks when finalizing and re-initializing
the Python interpreter.
|
|\ \
| |/
| |
| | |
longer abort early when a write system call is interrupted (EINTR).
|
| |
| |
| |
| | |
methods no longer abort early when one of its write system calls is interrupted (EINTR).
|
| |
| |
| |
| | |
Thanks to Thomas Heller for the bug report.
|
|\ \
| |/
| |
| |
| | |
Also fix sporadic failures in test_builtin due to dependence on whether the
readline module has previously been imported.
|
| |
| |
| |
| |
| | |
Also fix sporadic failures in test_builtin due to dependence on whether the
readline module has previously been imported.
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
OSX (merge from 3.2)
There already was a workaround for this for framework builds on OSX,
this changeset enables the same workaround for shared libraries.
Closes #1602133
|
| |
| |
| |
| |
| |
| |
| | |
There already was a workaround for this for framework builds on OSX,
this changeset enables the same workaround for shared libraries.
Closes #1602133
|
|\ \
| |/ |
|
| | |
|