| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 81098 via svnmerge from | Antoine Pitrou | 2010-05-11 | 1 | -0/+7 |
|
|
* | Merged revisions 81094 via svnmerge from | Antoine Pitrou | 2010-05-11 | 1 | -0/+13 |
|
|
* | Merged revisions 80926 via svnmerge from | Antoine Pitrou | 2010-05-07 | 1 | -3/+60 |
|
|
* | Merged revisions 79848 via svnmerge from | Antoine Pitrou | 2010-04-06 | 1 | -1/+1 |
|
|
* | Merged revisions 77727 via svnmerge from | Ezio Melotti | 2010-01-24 | 1 | -2/+2 |
|
|
* | Issue #4757: `zlib.compress` and other methods in the zlib module now | Antoine Pitrou | 2009-12-14 | 1 | -20/+37 |
|
|
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -10/+10 |
|
|
* | Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge | R. David Murray | 2009-03-31 | 1 | -1/+2 |
|
|
* | Issue #4387: binascii now refuses to accept str as binary input. | Martin v. Löwis | 2008-12-02 | 1 | -2/+2 |
|
|
* | Fixes release blocker issue #3492 and #3790. | Gregory P. Smith | 2008-09-06 | 1 | -1/+9 |
|
|
* | #3247 Get rid of Py_FindMethod; use tp_members instead. | Amaury Forgeot d'Arc | 2008-07-02 | 1 | -0/+2 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -2/+2 |
|
|
* | Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-... | Christian Heimes | 2008-04-09 | 1 | -0/+5 |
|
|
* | crc32 always returns unsigned. cleanup the code a bit and revert r61648 with | Gregory P. Smith | 2008-03-20 | 1 | -2/+2 |
|
|
* | Create a signed CRC32 hash. I'm not absolutely sure it's correct. At least it... | Christian Heimes | 2008-03-19 | 1 | -1/+1 |
|
|
* | Merged revisions 61538-61540,61556,61559-61560,61563,61565,61571,61575-61576,... | Christian Heimes | 2008-03-19 | 1 | -0/+7 |
|
|
* | Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,... | Christian Heimes | 2008-03-18 | 1 | -0/+1 |
|
|
* | zlib.crc32 and zlib.adler32 now return an unsigned value as any sane person | Gregory P. Smith | 2008-03-17 | 1 | -0/+8 |
|
|
* | Merged revisions 58221-58741 via svnmerge from | Guido van Rossum | 2007-11-01 | 1 | -4/+8 |
|
|
* | zlib now uses bytes everywhere, and the test passes. | Guido van Rossum | 2007-05-22 | 1 | -42/+42 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -34/+0 |
|
|
* | Rip out 'long' and 'L'-suffixed integer literals. | Guido van Rossum | 2007-01-15 | 1 | -2/+2 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -57/+59 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -0/+57 |
|
|
* | [Patch #1350573] zlib.crc32 doesn't handle 0xffffffff seed. Add tests and bu... | Andrew M. Kuchling | 2005-11-22 | 1 | -0/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2005-01-07 | 1 | -1/+1 |
|
|
* | [Bug #1083110] calling .flush() on decompress objects causes a segfault due t... | Andrew M. Kuchling | 2004-12-28 | 1 | -0/+10 |
|
|
* | Remove a number of tests that differ only in input data size. It seems | Neil Schemenauer | 2004-06-05 | 1 | -161/+59 |
|
|
* | Remove lots of magic constants. | Neil Schemenauer | 2004-06-05 | 1 | -23/+38 |
|
|
* | SF bug #785222: zlib monotonic test | Raymond Hettinger | 2003-08-31 | 1 | -11/+0 |
|
|
* | Combine the functionality of test_support.run_unittest() | Walter Dörwald | 2003-05-01 | 1 | -12/+12 |
|
|
* | Use floor division (//). | Guido van Rossum | 2003-02-27 | 1 | -3/+3 |
|
|
* | Whitespace normalization. | Tim Peters | 2003-02-19 | 1 | -2/+1 |
|
|
* | - Thanks to Scott David Daniels, a subtle bug in how the zlib | Guido van Rossum | 2003-02-03 | 1 | -163/+444 |
|
|
* | Portable way of producing unsigned 32-bit hex output to print the | Guido van Rossum | 2002-08-12 | 1 | -2/+4 |
|
|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
|
|
* | Fix SF #544995 (zlib crash on second flush call) | Jeremy Hylton | 2002-04-19 | 1 | -0/+6 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-10-18 | 1 | -1/+1 |
|
|
* | [ #403753 ] zlib decompress; uncontrollable memory usage | Jeremy Hylton | 2001-10-16 | 1 | -0/+30 |
|
|
* | Patch #441091 from Finn Bock: the more advanced flush options are not | Andrew M. Kuchling | 2001-08-10 | 1 | -15/+20 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-02-21 | 1 | -2/+2 |
|
|
* | Add test case from bug #124981: zlib decompress of sync-flushed data | Andrew M. Kuchling | 2001-02-21 | 1 | -0/+26 |
|
|
* | Patch #103748 from Toby Dickenson: fix typo in test_zlib that turns one | Andrew M. Kuchling | 2001-02-14 | 1 | -1/+1 |
|
|
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -3/+2 |
|
|
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 1 | -8/+7 |
|
|
* | typos fixed by Rob Hooft | Jeremy Hylton | 2000-06-28 | 1 | -1/+1 |
|
|
* | Make this pass the -tt test. | Fred Drake | 2000-02-10 | 1 | -8/+8 |
|
|
* | Added simple test for the flush() method of compression objects, trying the | Andrew M. Kuchling | 1999-03-22 | 1 | -0/+13 |
|
|
* | Use hex() when outputting the various checksums so the test output is the | Guido van Rossum | 1998-04-24 | 1 | -3/+3 |
|
|
* | Make this test succeed even when using "import test.test_zlib". | Guido van Rossum | 1997-12-18 | 1 | -2/+5 |
|
|