| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| | |
|
| |\ |
|
| |\ \
| | | |
| | | |
| | | | |
Also add tests for ordering and hashing.
|
|\ \ \ \ |
|
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| | |\ \ \
| | | |/ /
| | |/| | |
|
| | | | | |
|
|\ \ \ \ \
| |/ / / /
|/| | | /
| | |_|/
| |/| | |
Also add tests for ordering and hashing.
|
| | |/
| |/|
| | |
| | | |
Also add tests for ordering and hashing.
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | | |
mean 'no compression'.
Patch by Brian Brazil.
|
| |\ \
| | |/
| | |
| | |
| | |
| | | |
mean 'no compression'.
Patch by Brian Brazil.
|
| | |
| | |
| | |
| | |
| | |
| | | |
mean 'no compression'.
Patch by Brian Brazil.
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
child subprocess.PIPE parent file descriptors on child error prior to
exec().
This would lead to race conditions in multithreaded programs where
another thread opened a file reusing the fd which was then closed out
from beneath it by the errant second close.
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
child subprocess.PIPE parent file descriptors on child error prior to
exec().
This would lead to race conditions in multithreaded programs where
another thread opened a file reusing the fd which was then closed out
from beneath it by the errant second close.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
child subprocess.PIPE parent file descriptors on child error prior to
exec().
This would lead to race conditions in multithreaded programs where
another thread opened a file reusing the fd which was then closed out
from beneath it by the errant second close.
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
all together and just include the repr of the data in the exception
itself instead of the useless string "Unknown".
This code path is unlikely to even be possible to take given the
nature of the pipe it gets subprocess data from.
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | |
| | | |
all together and just include the repr of the data in the exception
itself instead of the useless string "Unknown".
This code path is unlikely to even be possible to take given the
nature of the pipe it gets subprocess data from.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
all together and just include the repr of the data in the exception
itself instead of the useless string "Unknown".
This code path is unlikely to even be possible to take given the
nature of the pipe it gets subprocess data from.
|
| | |
| | |
| | |
| | | |
odd rare errors coming from the subprocess module.
|
|\ \ \
| |/ /
| | |
| | |
| | | |
happen" print() call into a RuntimeWarning as it should've been in the
first place. Because nothing should ever cause unexpected stdout output.
|
| |\ \
| | |/
| | |
| | |
| | | |
happen" print() call into a RuntimeWarning as it should've been in the
first place. Because nothing should ever cause unexpected stdout output.
|
| | |
| | |
| | |
| | |
| | | |
happen" print() call into a RuntimeWarning as it should've been in the
first place. Because nothing should ever cause unexpected stdout output.
|
|\ \ \
| |/ /
| | |
| | | |
used for stdin/stdout/stderr pipes to the child when fork() fails.
|
| |\ \
| | |/
| | |
| | | |
used for stdin/stdout/stderr pipes to the child when fork() fails.
|
| | |
| | |
| | |
| | | |
used for stdin/stdout/stderr pipes to the child when fork() fails.
|
|\ \ \
| |/ /
| | |
| | | |
when not expected in subprocess.Popen.wait().
|
| |\ \
| | |/
| | |
| | | |
when not expected in subprocess.Popen.wait().
|
| | |
| | |
| | |
| | | |
not expected in subprocess.Popen.wait().
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | | |
access previously-freed memory.
Patch by Serhiy Storchaka.
|
| |\ \
| | |/
| | |
| | |
| | |
| | | |
access previously-freed memory.
Patch by Serhiy Storchaka.
|
| | |
| | |
| | |
| | |
| | |
| | | |
access previously-freed memory.
Patch by Serhiy Storchaka.
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
decompressobj().flush().
Additionally, fix a bug where a MemoryError in allocating a bytes object could
leave the decompressor object in an invalid state (with its unconsumed_tail
member being NULL).
Patch by Serhiy Storchaka.
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
decompressobj().flush().
Additionally, fix a bug where a MemoryError in allocating a bytes object could
leave the decompressor object in an invalid state (with its unconsumed_tail
member being NULL).
Patch by Serhiy Storchaka.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
decompressobj().flush().
Additionally, fix a bug where a MemoryError in allocating a bytes object could
leave the decompressor object in an invalid state (with its unconsumed_tail
member being NULL).
Patch by Serhiy Storchaka.
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | | |
SSLContext.wrap_socket().
Original patch by Jeff McNeil.
|
| |\ \
| | |/
| | |
| | |
| | |
| | | |
SSLContext.wrap_socket().
Original patch by Jeff McNeil.
|
| | |
| | |
| | |
| | |
| | |
| | | |
SSLContext.wrap_socket().
Original patch by Jeff McNeil.
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | | |
testing were added as part of the issue10050 change that caused the
wrong behavior in the first place. now all test cases agree on the
behavior.
|
| | |
| | |
| | |
| | |
| | |
| | | |
testing were added as part of the issue10050 change that caused the
wrong behavior in the first place. now all test cases agree on the
behavior.
|
|\ \ \
| |/ / |
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | | |
urllib.request.urlretrieve API now properly supplies a constant
non-zero block_size as it did in Python 3.2 and 2.7. This matches the
behavior of urllib.request.URLopener.retrieve.
|
| | |
| | |
| | |
| | |
| | |
| | | |
urllib.request.urlretrieve API now properly supplies a constant
non-zero block_size as it did in Python 3.2 and 2.7. This matches the
behavior of urllib.request.URLopener.retrieve.
|
| | |
| | |
| | |
| | | |
the FreeBSD issue is fixed
|
| | |
| | |
| | |
| | | |
start, stop, step or length.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Check if data is decoded by os.fsdecode() (filesystem encoding with
surrogateescape error handler, PEP 383), not by UTF-8 or the filesystem
encoding in strict mode.
Use TESTFN_UNDECODABLE in test_cmd_line_script.test_non_ascii() on UNIX.
|
|\ \ \
| |/ / |
|
| | | |
|
|\ \ \
| |/ / |
|