summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_zlib.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #18702: All skipped tests now reported as skipped.Serhiy Storchaka2013-11-031-87/+96
* Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to acces...Nadeem Vawda2012-11-111-0/+12
|\
| * Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to acces...Nadeem Vawda2012-11-111-0/+12
* | Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in deco...Nadeem Vawda2012-11-111-10/+22
|\ \ | |/
| * Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in deco...Nadeem Vawda2012-11-111-9/+21
* | Issue #16350: Fix zlib decompressor handling of unused_data with multiple cal...Nadeem Vawda2012-11-041-0/+14
|\ \ | |/
| * Issue #16350: Fix zlib decompressor handling of unused_data with multiple cal...Nadeem Vawda2012-11-041-0/+13
| * Issue #13873: Fix crash in test_zlib when running on a small (<4GB) tmpfs.Nadeem Vawda2012-02-261-18/+5
* | Tidy up comments from dd4f7d5c51c7 (zlib compression dictionary support).Nadeem Vawda2012-06-211-7/+6
* | Issue #14684: Add support for predefined compression dictionaries to the zlib...Nadeem Vawda2012-06-211-0/+30
* | Simplify zlib bigmem tests.Nadeem Vawda2012-02-231-6/+2
* | Fix previous fix (for test_zlib) to work on 32-bit systems.Nadeem Vawda2012-02-231-2/+2
* | Issue #13873: Fix crash in test_zlib on bigmem buildbot.Nadeem Vawda2012-02-231-23/+5
* | Fix typo in comment.Nadeem Vawda2012-01-281-1/+1
* | Issue #13862: Relax zlib version test to avoid spurious failures.Nadeem Vawda2012-01-251-6/+6
* | Start fixing test_bigmem:Antoine Pitrou2011-10-041-7/+7
|\ \ | |/
| * Start fixing test_bigmem:Antoine Pitrou2011-10-041-7/+7
* | Issue #12306: Add ZLIB_RUNTIME_VERSION to the zlib module.Nadeem Vawda2011-09-111-0/+12
* | Issue #12646: Add an 'eof' attribute to zlib.Decompress.Nadeem Vawda2011-08-131-0/+20
|/
* Merge: Fix copy-paste mistake in new zlib test.Nadeem Vawda2011-05-141-2/+4
|\
| * Fix copy-paste mistake in new zlib test.Nadeem Vawda2011-05-141-2/+4
* | Merge: #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean.Nadeem Vawda2011-05-141-0/+11
|\ \ | |/
| * Issue #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean.Nadeem Vawda2011-05-141-0/+11
| * Issue #8650: Backport 64-bit safety fixes for compress() and decompress().Nadeem Vawda2011-05-141-0/+11
* | Fix memory leaks in zlib.compress() and .decompress().Nadeem Vawda2011-05-141-0/+1
* | Merge: #12050: zlib.decompressobj().decompress() now clears the unconsumed_tailNadeem Vawda2011-05-141-0/+9
|\ \ | |/
| * Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tailNadeem Vawda2011-05-141-0/+9
* | (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS XVictor Stinner2011-05-011-1/+1
|\ \ | |/
| * Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around aVictor Stinner2011-05-011-1/+1
| * Apparently, skipUnless() doesn't prevent the execution ofAntoine Pitrou2011-03-011-4/+4
| * Merged revisions 88460,88464,88466,88486,88511,88652 via svnmerge fromAntoine Pitrou2011-02-281-1/+30
| * Merged revisions 81100 via svnmerge fromAntoine Pitrou2010-05-111-0/+7
| * Merged revisions 81096 via svnmerge fromAntoine Pitrou2010-05-111-0/+13
| * Fix failure introduced in r80929.Antoine Pitrou2010-05-071-1/+1
| * Merged revisions 80928 via svnmerge fromAntoine Pitrou2010-05-071-3/+60
| * Merged revisions 79849 via svnmerge fromAntoine Pitrou2010-04-061-1/+1
| * Merged revisions 76836 via svnmerge fromAntoine Pitrou2009-12-141-20/+37
| * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-10/+10
* | Merged revisions 88511 via svnmerge fromAntoine Pitrou2011-02-221-1/+1
* | Merged revisions 88460 via svnmerge fromAntoine Pitrou2011-02-211-0/+29
* | Issue #8650: zlib.compress() and zlib.decompress() raise an OverflowError ifVictor Stinner2011-01-041-1/+11
* | #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and ...Ezio Melotti2010-12-011-1/+1
* | Merged revisions 81098 via svnmerge fromAntoine Pitrou2010-05-111-0/+7
* | Merged revisions 81094 via svnmerge fromAntoine Pitrou2010-05-111-0/+13
* | Merged revisions 80926 via svnmerge fromAntoine Pitrou2010-05-071-3/+60
* | Merged revisions 79848 via svnmerge fromAntoine Pitrou2010-04-061-1/+1
* | Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-2/+2
* | Issue #4757: `zlib.compress` and other methods in the zlib module nowAntoine Pitrou2009-12-141-20/+37
* | convert old fail* assertions to assert*Benjamin Peterson2009-06-301-10/+10
|/
* Merged revisions 70734,70775,70856,70874,70876-70877 via svnmergeR. David Murray2009-03-311-1/+2