| Commit message (Expand) | Author | Age | Files | Lines |
* | On behalf of Nadeem Vawda: issue #10376: micro-optimize reading from a Zipfile. | Antoine Pitrou | 2012-06-23 | 1 | -8/+10 |
|
|
* | Make lzma.{encode,decode}_filter_properties private. | Nadeem Vawda | 2012-06-21 | 1 | -3/+3 |
|
|
* | Issue #14366: Support lzma compression in zip files. | Martin v. Löwis | 2012-05-13 | 1 | -16/+105 |
|
|
* | Check extract_version when opening a zipfile. | Martin v. Löwis | 2012-05-01 | 1 | -0/+5 |
|
|
* | Add missing comma in __all__ list. | Georg Brandl | 2012-05-01 | 1 | -1/+1 |
|
|
* | Recognize unsupported feature "compressed patch data set" from zip 2.7. | Martin v. Löwis | 2012-05-01 | 1 | -0/+4 |
|
|
* | Detect unsupported compression types. | Martin v. Löwis | 2012-05-01 | 1 | -2/+19 |
|
|
* | Issue #14371: Support bzip2 in zipfile module. | Martin v. Löwis | 2012-05-01 | 1 | -91/+173 |
|
|
* | #14603: use a listcomp in ZipFile.namelist. | Ezio Melotti | 2012-04-17 | 1 | -4/+1 |
|
|
* | Merge #14399: zipfile now correctly handles comments added to empty zipfiles. | R David Murray | 2012-04-12 | 1 | -11/+22 |
|
|
* | 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unre... | Senthil Kumaran | 2011-10-19 | 1 | -0/+4 |
|
|
* | #10694: zipfile now ignores garbage at the end of a zipfile. | R David Murray | 2011-06-09 | 1 | -10/+8 |
|
|
* | #10801: In zipfile, support different encodings for the header and the filena... | Georg Brandl | 2011-01-01 | 1 | -1/+7 |
|
|
* | #4871: check that zipfile password is bytes, and give useful error message. | R. David Murray | 2010-12-21 | 1 | -4/+10 |
|
|
* | Add an "optimize" parameter to compile() to control the optimization level, a... | Georg Brandl | 2010-12-04 | 1 | -31/+56 |
|
|
* | zipfile: remove remaining ResourceWarnings | Łukasz Langa | 2010-11-23 | 1 | -5/+14 |
|
|
* | Issue #9846: ZipExtFile provides no mechanism for closing the underlying file... | Łukasz Langa | 2010-11-22 | 1 | -2/+12 |
|
|
* | start banging on zipfile's file leakiness | Benjamin Peterson | 2010-10-31 | 1 | -1/+2 |
|
|
* | Fix typo from r85874 | Éric Araujo | 2010-10-28 | 1 | -1/+1 |
|
|
* | #7351: add more consistent exception name alias. | Georg Brandl | 2010-10-28 | 1 | -14/+15 |
|
|
* | #1710703: write zipfile structures also in the case of closing a new, but emp... | Georg Brandl | 2010-10-14 | 1 | -5/+22 |
|
|
* | Issue #9837: The read() method of ZipExtFile objects (as returned by | Antoine Pitrou | 2010-09-12 | 1 | -6/+9 |
|
|
* | Issue #7467: when a file from a ZIP archive, its CRC is checked and a | Antoine Pitrou | 2010-08-12 | 1 | -2/+23 |
|
|
* | PEP 3147 | Barry Warsaw | 2010-04-17 | 1 | -13/+40 |
|
|
* | Merged revisions 78097 via svnmerge from | Ronald Oussoren | 2010-02-07 | 1 | -1/+4 |
|
|
* | Merged revisions 77809 via svnmerge from | Ezio Melotti | 2010-01-28 | 1 | -6/+8 |
|
|
* | Merged revisions 77798 via svnmerge from | Antoine Pitrou | 2010-01-27 | 1 | -191/+151 |
|
|
* | Merged revisions 77136 via svnmerge from | Ezio Melotti | 2009-12-30 | 1 | -0/+6 |
|
|
* | fix print statement | Ezio Melotti | 2009-09-25 | 1 | -15/+14 |
|
|
* | Use true booleans and PEP8 for argdefaults. | Georg Brandl | 2009-09-16 | 1 | -1/+1 |
|
|
* | Merged revisions 74245 via svnmerge from | Amaury Forgeot d'Arc | 2009-07-28 | 1 | -1/+4 |
|
|
* | Merged revisions 73565 via svnmerge from | Gregory P. Smith | 2009-06-26 | 1 | -1/+1 |
|
|
* | Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,... | Benjamin Peterson | 2009-06-01 | 1 | -25/+23 |
|
|
* | Merged revisions 72893 via svnmerge from | Martin v. Löwis | 2009-05-24 | 1 | -1/+2 |
|
|
* | Merged revisions 72295 via svnmerge from | Antoine Pitrou | 2009-05-04 | 1 | -1/+3 |
|
|
* | Merged revisions 68885 via svnmerge from | Martin v. Löwis | 2009-01-24 | 1 | -3/+20 |
|
|
* | Merged revisions 68678 via svnmerge from | Amaury Forgeot d'Arc | 2009-01-18 | 1 | -11/+6 |
|
|
* | Merged revisions 68661 via svnmerge from | Amaury Forgeot d'Arc | 2009-01-17 | 1 | -7/+13 |
|
|
* | Merged revisions 67946 via svnmerge from | Antoine Pitrou | 2008-12-27 | 1 | -7/+19 |
|
|
* | Merged revisions 66240 via svnmerge from | Antoine Pitrou | 2008-09-05 | 1 | -3/+3 |
|
|
* | Merged revisions 65659,65693,65700,65702,65706-65707,65761 via svnmerge from | Benjamin Peterson | 2008-08-17 | 1 | -1/+6 |
|
|
* | Merged revisions 65235 via svnmerge from | Antoine Pitrou | 2008-07-25 | 1 | -0/+1 |
|
|
* | Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,... | Georg Brandl | 2008-07-16 | 1 | -55/+27 |
|
|
* | Merged revisions 64688 via svnmerge from | Martin v. Löwis | 2008-07-03 | 1 | -107/+223 |
|
|
* | Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,... | Georg Brandl | 2008-05-25 | 1 | -5/+8 |
|
|
* | Merged revisions 62724 via svnmerge from | Martin v. Löwis | 2008-05-05 | 1 | -7/+22 |
|
|
* | - Revert a change that should have been blocked: py3k has no -3 flag! | Amaury Forgeot d'Arc | 2008-03-20 | 1 | -19/+8 |
|
|
* | Merged revisions 61538-61540,61556,61559-61560,61563,61565,61571,61575-61576,... | Christian Heimes | 2008-03-19 | 1 | -28/+40 |
|
|
* | Merged revisions 60094-60123 via svnmerge from | Christian Heimes | 2008-01-20 | 1 | -5/+14 |
|
|
* | Merged revisions 59952-59984 via svnmerge from | Guido van Rossum | 2008-01-15 | 1 | -2/+2 |
|
|