- 26 Ock, 2008 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 20 Ock, 2008 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
type of encrypted zip files. Files using extended local headers needed to compare the check byte against different values. (according to reading the infozip unzip crypt.c source code) Fixes issue1003.
-
- 07 Ock, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 12 Tem, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
The KeyError raised by Zipfile.getinfo for nonexistent names now has a descriptive message.
-
- 25 May, 2007 1 kayıt (commit)
-
-
Brett Cannon yazdı
open() as ths is considered best practice.
-
- 25 Nis, 2007 1 kayıt (commit)
-
-
Neal Norwitz yazdı
You might want to review this change as it's my first time. Be gentle. :-)
-
- 29 Mar, 2007 1 kayıt (commit)
-
-
Collin Winter yazdı
-
- 12 Mar, 2007 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 06 Mar, 2007 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 13 Şub, 2007 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
Fixes #1514451.
-
Martin v. Löwis yazdı
-
- 15 Haz, 2006 2 kayıt (commit)
-
-
Tim Peters yazdı
-
Ronald Oussoren yazdı
-
- 20 Şub, 2006 2 kayıt (commit)
-
-
Tim Peters yazdı
-
Georg Brandl yazdı
not allowed by the specs.
-
- 20 Agu, 2004 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 19 Agu, 2004 1 kayıt (commit)
-
-
Johannes Gijsbers yazdı
-
- 27 Haz, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
(Contributed by Steven Taschuk) Replaces a bare except that caused all errors to be mis-reported as archive errors. Added a related NEWS item.
-
- 23 Tem, 2002 1 kayıt (commit)
-
-
Barry Warsaw yazdı
imports e.g. test_support must do so using an absolute package name such as "import test.test_support" or "from test import test_support". This also updates the README in Lib/test, and gets rid of the duplicate data dirctory in Lib/test/data (replaced by Lib/email/test/data). Now Tim and Jack can have at it. :)
-
- 24 Eki, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 10 Nis, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
the test to be marked as failing rather than skipped. Add an explicit "import zlib" to prevent this.
-
- 04 Nis, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
This applies the patch Fred Drake created to fix it. I'm checking it in since I had to apply the patch anyway in order to test its behavior on Windows.
-
- 29 Mar, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 26 Mar, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
Add support to zipfile to support opening an archive represented by an open file rather than a file name.
-
- 28 Şub, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
ZipFile.__del__() when there was an IOError opening the underlying file in ZipFile.__init__(). This is an odd test: since the exception is in the __del__() method, it is not propogated. This test will trigger it but regrtest.py does not detect the failure (not sure why); we are dependent on it actually being noticed by a user to get a new bug report if it ever fails. ;-( On the other hand, this makes sure that code gets exercised, so a failure could be noticed!
-
- 23 Eki, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 10 Nis, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-