| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
(this should fix some buildbot test failures)
|
| |
|
|
|
|
| |
Serhiy Storchaka.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Patch by Serhiy Storchaka.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
where passed to the interpreter. Patch by Hieu Nguyen.
|
|
|
|
| |
unknown.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
the zipfile module.
Patch by Serhiy Storchaka.
|
| |
|
|
|
|
|
|
| |
decoder (already working as unicode strings).
Patch by Serhiy Storchaka.
|
| |
|
| |
|
|
|
|
| |
Yongzhi Pan.
|
|
|
|
| |
sample rate of 44100 Hz.
|
|
|
|
| |
questions than it answers.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Also add tests for hashing.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
mean 'no compression'.
Patch by Brian Brazil.
|
| |
|
|
|
|
|
| |
close subprocess.PIPE file descriptors when the child encounters an
error prior to exec.
|
|
|
|
| |
used for stdin/stdout/stderr pipes to the child when fork() fails.
|
|
|
|
| |
when not expected in subprocess.Popen.wait().
|
|
|
|
| |
handled by Python to not persist after os.fork() in the child process.
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
| |
Patch by Serhiy Storchaka.
|