| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
|
|
* | #14313: zipfile now raises NotImplementedError when the compression type is u... | Ezio Melotti | 2012-11-18 | 1 | -0/+11 |
|
|
* | Issue #9239: add tests for modifying zipfile comments in append mode. | Antoine Pitrou | 2012-06-30 | 1 | -0/+18 |
|
|
* | #14399: zipfile now correctly handles comments added to empty zipfiles. | R David Murray | 2012-04-12 | 1 | -0/+22 |
|
|
* | 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unre... | Senthil Kumaran | 2011-10-19 | 1 | -0/+11 |
|
|
* | #10694: zipfile now ignores garbage at the end of a zipfile. | R David Murray | 2011-06-09 | 1 | -0/+18 |
|
|
* | Skip test that requires zlib when zlib is not available. | Ezio Melotti | 2011-03-14 | 1 | -0/+1 |
|
|
* | #10801: do not actually extract, just open() the files in the test zipfile. | Georg Brandl | 2011-01-01 | 1 | -9/+4 |
|
|
* | #10801: In zipfile, support different encodings for the header and the filena... | Georg Brandl | 2011-01-01 | 1 | -0/+14 |
|
|
* | #4871: check that zipfile password is bytes, and give useful error message. | R. David Murray | 2010-12-21 | 1 | -0/+6 |
|
|
* | Add an "optimize" parameter to compile() to control the optimization level, a... | Georg Brandl | 2010-12-04 | 1 | -0/+16 |
|
|
* | zipfile: remove remaining ResourceWarnings | Łukasz Langa | 2010-11-23 | 1 | -11/+10 |
|
|
* | Fix #8886. Use context managers throughout the test. | Brian Curtin | 2010-11-18 | 1 | -105/+107 |
|
|
* | start banging on zipfile's file leakiness | Benjamin Peterson | 2010-10-31 | 1 | -9/+48 |
|
|
* | #7351: add more consistent exception name alias. | Georg Brandl | 2010-10-28 | 1 | -11/+11 |
|
|
* | #1710703: write zipfile structures also in the case of closing a new, but emp... | Georg Brandl | 2010-10-14 | 1 | -0/+25 |
|
|
* | Issue #9837: The read() method of ZipExtFile objects (as returned by | Antoine Pitrou | 2010-09-12 | 1 | -0/+20 |
|
|
* | Issue #7467: when a file from a ZIP archive, its CRC is checked and a | Antoine Pitrou | 2010-08-12 | 1 | -0/+79 |
|
|
* | PEP 3147 | Barry Warsaw | 2010-04-17 | 1 | -1/+8 |
|
|
* | Merged revisions 78097 via svnmerge from | Ronald Oussoren | 2010-02-07 | 1 | -0/+14 |
|
|
* | Merged revisions 77798 via svnmerge from | Antoine Pitrou | 2010-01-27 | 1 | -0/+84 |
|
|
* | Merged revisions 77727 via svnmerge from | Ezio Melotti | 2010-01-24 | 1 | -0/+1 |
|
|
* | use assert[Not]In where appropriate | Benjamin Peterson | 2010-01-19 | 1 | -21/+21 |
|
|
* | Merged revisions 77178 via svnmerge from | Ezio Melotti | 2009-12-31 | 1 | -102/+97 |
|
|
* | Merged revisions 77136 via svnmerge from | Ezio Melotti | 2009-12-30 | 1 | -483/+448 |
|
|
* | Merged revisions 74754 via svnmerge from | Ezio Melotti | 2009-09-12 | 1 | -0/+3 |
|
|
* | Merged revisions 74245 via svnmerge from | Amaury Forgeot d'Arc | 2009-07-28 | 1 | -0/+10 |
|
|
* | Merged revisions 74011 via svnmerge from | Ezio Melotti | 2009-07-15 | 1 | -127/+127 |
|
|
* | Merged revisions 73931 via svnmerge from | Ezio Melotti | 2009-07-11 | 1 | -90/+93 |
|
|
* | Merged revisions 73841 via svnmerge from | Ezio Melotti | 2009-07-08 | 1 | -38/+54 |
|
|
* | Add a unittest for r73566. | Gregory P. Smith | 2009-07-07 | 1 | -0/+8 |
|
|
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -38/+38 |
|
|
* | Merged revisions 72893 via svnmerge from | Martin v. Löwis | 2009-05-24 | 1 | -0/+5 |
|
|
* | Merged revisions 68885 via svnmerge from | Martin v. Löwis | 2009-01-24 | 1 | -1/+25 |
|
|
* | Merged revisions 67946 via svnmerge from | Antoine Pitrou | 2008-12-27 | 1 | -5/+34 |
|
|
* | Merged revisions 65235 via svnmerge from | Antoine Pitrou | 2008-07-25 | 1 | -0/+13 |
|
|
* | Merged revisions 64688 via svnmerge from | Martin v. Löwis | 2008-07-03 | 1 | -0/+49 |
|
|
* | Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,... | Georg Brandl | 2008-05-25 | 1 | -0/+19 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -2/+2 |
|
|
* | Merged revisions 62726 via svnmerge from | Martin v. Löwis | 2008-05-05 | 1 | -3/+5 |
|
|
* | Merged revisions 62724 via svnmerge from | Martin v. Löwis | 2008-05-05 | 1 | -0/+8 |
|
|
* | Merged revisions 60284-60349 via svnmerge from | Christian Heimes | 2008-01-27 | 1 | -0/+1 |
|
|
* | Merged revisions 60094-60123 via svnmerge from | Christian Heimes | 2008-01-20 | 1 | -0/+21 |
|
|
* | Merged revisions 59822-59841 via svnmerge from | Christian Heimes | 2008-01-07 | 1 | -0/+56 |
|
|
* | Revert revisions 57472, 57474, and 57477 which disabled some tests | Neal Norwitz | 2007-08-30 | 1 | -1/+0 |
|
|
* | Changes in anticipation of stricter str vs. bytes enforcement. | Guido van Rossum | 2007-08-27 | 1 | -4/+4 |
|
|
* | Disable test until email comes back | Neal Norwitz | 2007-08-25 | 1 | -0/+1 |
|
|
* | Remove RISCOS support | Skip Montanaro | 2007-08-16 | 1 | -16/+16 |
|
|
* | Fix test_zipfile.py. (Why was it passing before?) | Guido van Rossum | 2007-07-18 | 1 | -8/+8 |
|
|
* | Merged revisions 56301-56442 via svnmerge from | Guido van Rossum | 2007-07-18 | 1 | -2/+112 |
|
|