Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
d86699fe04228f6be216355fbafb765d6c3131e7
/
Lib
/
test
/
test_zlib.py
32e23e7
Issue #18702: All skipped tests now reported as skipped.
by Serhiy Storchaka
· 12 years ago
3c30970
Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory.
by Nadeem Vawda
· 13 years ago
252f4dc
Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in decompressobj().flush().
by Nadeem Vawda
· 13 years ago
6cad371
Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls to decompress() after EOF.
by Nadeem Vawda
· 13 years ago
0cc4fd9
Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail
by Nadeem Vawda
· 14 years ago
3b066a7
Issue #11277: Remove useless test from test_zlib.
by Nadeem Vawda
· 14 years ago
28a8e96
Issue #11277: oops, fix checksum values of test_zlib on 32 bits
by Victor Stinner
· 14 years ago
7fd90c4
Issue #11277: test_zlib tests a buffer of 1 GB on 32 bits
by Victor Stinner
· 14 years ago
fb5d3e7
Issue #11277: fix issue number in a test_zlib comment
by Victor Stinner
· 14 years ago
e4163e2
Issue #10276: Fix test_zlib, m may be undefined in the finally block
by Victor Stinner
· 14 years ago
f9fb434
Issue #10276: test_zlib checks that inputs of 2 GB are handled correctly by
by Victor Stinner
· 14 years ago
fc3bfad
Issue #8681: Make the zlib module's error messages more informative when
by Antoine Pitrou
· 15 years ago
37ffc3e
Issue #8672: Add a zlib test ensuring that an incomplete stream can be
by Antoine Pitrou
· 15 years ago
3843cd8
Issue #8571: Fix an internal error when compressing or decompressing a
by Antoine Pitrou
· 15 years ago
3b4c989
Issue #8193: Fix test_zlib failure with zlib 1.2.4.
by Antoine Pitrou
· 15 years ago
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 16 years ago
3db8a34
Change more tests to use import_module for the modules that
by R. David Murray
· 16 years ago
79e42a0
Fix zlib crash from zlib.decompressobj().flush(val) when val was not positive.
by Gregory P. Smith
· 17 years ago
8844096
A stab in the dark attempt to fix the alpha/tru64 buildbot problem and add more
by Gregory P. Smith
· 17 years ago
c856fa8
Add a test to make sure zlib.crc32 and binascii.crc32 return the same thing.
by Gregory P. Smith
· 17 years ago
f48f9d3
Force zlib.crc32 and zlib.adler32 to return a signed integer on all platforms
by Gregory P. Smith
· 17 years ago
ec56019
test_bigbits was not testing what it seemed to.
by Armin Rigo
· 18 years ago
d0bfa74
Remove code that hasn't been called in years.
by Collin Winter
· 18 years ago
6e73aaa
Patch #1503046, Conditional compilation of zlib.(de)compressobj.copy
by Neal Norwitz
· 19 years ago
8d3342b
Patch #1435422: zlib's compress and decompress objects now have a copy() method.
by Georg Brandl
· 19 years ago
bb7e800
[Patch #1350573] zlib.crc32 doesn't handle 0xffffffff seed. Add tests and bugfix. Bug reported by John Schmidt; bugfix by Danny Yoo.
by Andrew M. Kuchling
· 20 years ago
5a9fb3c
Whitespace normalization.
by Tim Peters
· 21 years ago
3b585b3
[Bug #1083110] calling .flush() on decompress objects causes a segfault due to an uninitialized pointer: fixes the problem and adds a test case
by Andrew M. Kuchling
· 21 years ago
6412b12
Remove a number of tests that differ only in input data size. It seems
by Neil Schemenauer
· 21 years ago
94afd3e
Remove lots of magic constants.
by Neil Schemenauer
· 21 years ago
6d362b2
SF bug #785222: zlib monotonic test
by Raymond Hettinger
· 22 years ago
21d3a32
Combine the functionality of test_support.run_unittest()
by Walter Dörwald
· 22 years ago
f359410
Use floor division (//).
by Guido van Rossum
· 22 years ago
f2715e0
Whitespace normalization.
by Tim Peters
· 22 years ago
7d9ea50
- Thanks to Scott David Daniels, a subtle bug in how the zlib
by Guido van Rossum
· 23 years ago
a6fa0e6
Portable way of producing unsigned 32-bit hex output to print the CRCs.
by Guido van Rossum
· 23 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
c72737e
Fix SF #544995 (zlib crash on second flush call) Bug fix by mhammond.
by Jeremy Hylton
· 23 years ago
e0c446b
Whitespace normalization.
by Tim Peters
· 24 years ago
511e2ca
[ #403753 ] zlib decompress; uncontrollable memory usage
by Jeremy Hylton
· 24 years ago
fcfc8d5
Patch #441091 from Finn Bock: the more advanced flush options are not
by Andrew M. Kuchling
· 24 years ago
0009c4e
Whitespace normalization.
by Tim Peters
· 24 years ago
9a0f98e
Add test case from bug #124981: zlib decompress of sync-flushed data fails
by Andrew M. Kuchling
· 24 years ago
8e6d44e
Patch #103748 from Toby Dickenson: fix typo in test_zlib that turns one
by Andrew M. Kuchling
· 24 years ago
83ff749
String method conversion.
by Eric S. Raymond
· 25 years ago
004d5e6
Make reindent.py happy (convert everything to 4-space indents!).
by Fred Drake
· 25 years ago
a05e293
typos fixed by Rob Hooft
by Jeremy Hylton
· 25 years ago
ad892dc
Make this pass the -tt test.
by Fred Drake
· 26 years ago
dca7e00
Added simple test for the flush() method of compression objects, trying the
by Andrew M. Kuchling
· 26 years ago
446898f
Use hex() when outputting the various checksums so the test output is the
by Guido van Rossum
· 27 years ago
629bcfb
Make this test succeed even when using "import test.test_zlib".
by Guido van Rossum
· 28 years ago
9dc2b8e
Many more tests, including tests of many optional arguments.
by Jeremy Hylton
· 28 years ago
c95a6c1
Use imp.find_module() as the most certain way to find the test data.
by Guido van Rossum
· 28 years ago
6eb4b6a
test the zlib module only produce output if somethign goes wrong
by Jeremy Hylton
· 28 years ago