index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_zlib.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #16764: Move NEWS entry to correct section and remove too strict test.
Serhiy Storchaka
2016-08-18
1
-4
/
+0
*
Issue #16764: Support keyword arguments to zlib.decompress(). Patch by
Serhiy Storchaka
2016-08-15
1
-4
/
+29
*
Issue #27130: Merge zlib 64-bit fixes from 3.5
Martin Panter
2016-07-23
1
-0
/
+6
|
\
|
*
Issue #26243: Only the level argument to zlib.compress() is keyword argument
Serhiy Storchaka
2016-06-25
1
-1
/
+3
|
*
Issue #27164: Merge raw Deflate zdict support from 3.5
Martin Panter
2016-06-05
1
-0
/
+4
|
|
\
|
|
*
Issue #5784: Merge zlib from 3.5
Martin Panter
2016-05-27
1
-0
/
+4
|
|
|
\
|
|
|
*
Issue #5784: Merge zlib from 3.5
Martin Panter
2016-05-27
1
-0
/
+43
|
|
|
|
\
|
|
|
*
\
Issue #15984: Merge PyUnicode doc from 3.5
Martin Panter
2016-04-15
1
-1
/
+1
|
|
|
|
\
\
|
|
|
*
|
|
Issue #26243: zlib.compress() keyword argument support by Aviv Palivoda
Martin Panter
2016-02-10
1
-0
/
+4
*
|
|
|
|
|
Issue #27130: Fix handling of buffers exceeding UINT_MAX in ?zlib? module
Martin Panter
2016-07-23
1
-16
/
+48
|
/
/
/
/
/
*
|
|
|
|
Issue #27164: Allow decompressing raw Deflate streams with predefined zdict
Martin Panter
2016-06-05
1
-0
/
+9
|
/
/
/
/
*
|
|
|
Issue #5784: wbits=0 apparently added in zlib v1.2.3.5
Martin Panter
2016-05-27
1
-2
/
+11
|
|
_
|
/
|
/
|
|
*
|
|
Issue #5784: Expand documentation and tests for zlib wbits parameter
Martin Panter
2016-05-27
1
-0
/
+43
|
|
/
|
/
|
*
|
Correct ?an? ? ?a? with ?Unicode?, ?user?, ?UTF?, etc
Martin Panter
2016-04-15
1
-1
/
+1
|
/
*
Issue #22341: Drop Python 2 workaround and document CRC initial value
Martin Panter
2015-12-11
1
-9
/
+4
*
Issue #25626: Change zlib to accept Py_ssize_t and cap to UINT_MAX
Martin Panter
2015-11-20
1
-1
/
+55
*
Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now
Serhiy Storchaka
2015-11-12
1
-0
/
+11
|
\
|
*
Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now
Serhiy Storchaka
2015-11-12
1
-0
/
+11
*
|
Issue #23738: Merge 3.4 into 3.5
Martin Panter
2015-09-09
1
-12
/
+1
|
\
\
|
|
/
|
/
|
|
*
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware
2015-04-13
1
-12
/
+1
*
|
Issue #23738: Document and test actual keyword parameter names
Martin Panter
2015-09-09
1
-2
/
+6
|
/
*
Issue #18702: All skipped tests now reported as skipped.
Serhiy Storchaka
2013-11-03
1
-87
/
+96
*
Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to acces...
Nadeem Vawda
2012-11-11
1
-10
/
+63
|
\
|
*
Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in deco...
Nadeem Vawda
2012-11-11
1
-10
/
+22
|
|
\
|
*
\
Issue #16350: Fix zlib decompressor handling of unused_data with multiple cal...
Nadeem Vawda
2012-11-05
1
-10
/
+63
|
|
\
\
|
|
*
|
Tidy up comments from dd4f7d5c51c7 (zlib compression dictionary support).
Nadeem Vawda
2012-06-22
1
-7
/
+6
|
|
*
|
Issue #14684: Add support for predefined compression dictionaries to the zlib...
Nadeem Vawda
2012-06-21
1
-0
/
+30
|
|
*
|
Simplify zlib bigmem tests.
Nadeem Vawda
2012-02-23
1
-6
/
+2
|
|
*
|
Fix previous fix (for test_zlib) to work on 32-bit systems.
Nadeem Vawda
2012-02-23
1
-2
/
+2
|
|
*
|
Issue #13873: Fix crash in test_zlib on bigmem buildbot.
Nadeem Vawda
2012-02-23
1
-23
/
+5
|
|
*
|
Fix typo in comment.
Nadeem Vawda
2012-01-28
1
-1
/
+1
|
|
*
|
Issue #13862: Relax zlib version test to avoid spurious failures.
Nadeem Vawda
2012-01-25
1
-6
/
+6
|
|
*
|
Start fixing test_bigmem:
Antoine Pitrou
2011-10-04
1
-0
/
+32
|
|
|
\
\
|
|
|
*
|
Issue #12306: Add ZLIB_RUNTIME_VERSION to the zlib module.
Nadeem Vawda
2011-09-12
1
-0
/
+12
|
|
|
*
|
Issue #12646: Add an 'eof' attribute to zlib.Decompress.
Nadeem Vawda
2011-08-13
1
-0
/
+20
*
|
|
|
|
Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to acces...
Nadeem Vawda
2012-11-11
1
-0
/
+12
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in deco...
Nadeem Vawda
2012-11-11
1
-9
/
+21
|
/
/
/
*
|
|
Issue #16350: Fix zlib decompressor handling of unused_data with multiple cal...
Nadeem Vawda
2012-11-05
1
-0
/
+13
*
|
|
Issue #13873: Fix crash in test_zlib when running on a small (<4GB) tmpfs.
Nadeem Vawda
2012-02-27
1
-18
/
+5
|
/
/
*
|
Start fixing test_bigmem:
Antoine Pitrou
2011-10-04
1
-7
/
+7
|
/
*
Merge: Fix copy-paste mistake in new zlib test.
Nadeem Vawda
2011-05-15
1
-2
/
+4
|
\
|
*
Fix copy-paste mistake in new zlib test.
Nadeem Vawda
2011-05-15
1
-2
/
+4
*
|
Merge: #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean.
Nadeem Vawda
2011-05-15
1
-0
/
+11
|
\
\
|
|
/
|
*
Issue #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean.
Nadeem Vawda
2011-05-15
1
-0
/
+11
|
*
Issue #8650: Backport 64-bit safety fixes for compress() and decompress().
Nadeem Vawda
2011-05-14
1
-0
/
+11
*
|
Fix memory leaks in zlib.compress() and .decompress().
Nadeem Vawda
2011-05-14
1
-0
/
+1
*
|
Merge: #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail
Nadeem Vawda
2011-05-14
1
-0
/
+9
|
\
\
|
|
/
|
*
Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail
Nadeem Vawda
2011-05-14
1
-0
/
+9
*
|
(Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X
Victor Stinner
2011-05-02
1
-1
/
+1
|
\
\
|
|
/
|
*
Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around a
Victor Stinner
2011-05-02
1
-1
/
+1
[next]