- 03 Şub, 2013 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
method for windows file name sanitization. Splits the unittest up into several based on platform.
-
- 02 Şub, 2013 4 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Remove trailing dots on Windows.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 01 Şub, 2013 2 kayıt (commit)
-
-
Gregory P. Smith yazdı
its destination path when extracting malicious zip files.
-
Gregory P. Smith yazdı
its destination path when extracting malicious zip files.
-
- 31 Ock, 2013 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
incomplete "End of Central Directory" record. Original patch by Guilherme Polo and Alan McIntyre.
-
Serhiy Storchaka yazdı
incomplete "End of Central Directory" record. Original patch by Guilherme Polo and Alan McIntyre.
-
- 29 Ock, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Python file. Patch by Ben Morgan.
-
- 25 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 18 Ara, 2012 2 kayıt (commit)
-
-
Andrew Svetlov yazdı
Patch by Serhiy Storchaka.
-
Andrew Svetlov yazdı
Patch by Serhiy Storchaka.
-
- 18 Kas, 2012 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 30 Haz, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 13 May, 2012 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Patch by Serhiy Storchaka.
-
- 01 May, 2012 3 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Patch by Serhiy Storchaka.
-
- 12 Nis, 2012 3 kayıt (commit)
-
-
R David Murray yazdı
Patch by Serhiy Storchaka. This also moves the TypeError that results from trying to use a unicode comment from the 'close' step to the point at which the comment is added to the zipfile.
-
R David Murray yazdı
Patch by Serhiy Storchaka. This also moves the TypeError that results from trying to use a unicode comment from the 'close' step to the point at which the comment is added to the zipfile.
-
R David Murray yazdı
Patch by Serhiy Storchaka.
-
- 19 Eki, 2011 2 kayıt (commit)
-
-
Senthil Kumaran yazdı
exceptions, when a document with timestamp earlier than 1980 is provided to zipfile. Patch contributed by Petri Lehtinen.
-
Senthil Kumaran yazdı
exceptions, when a document with timestamp earlier than 1980 is provided to zipfile. Patch contributed by Petri Lehtinen.
-
- 10 Haz, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
Just try to open files from the ZIP for reading, don't extract them to avoid UnicodeEncodeError if the filename is not encodable to the filesystem encoding (e.g. ASCII locale encoding).
-
- 09 Haz, 2011 2 kayıt (commit)
-
-
R David Murray yazdı
Original fix by 'rep', final patch (with tests) by Xuanji Li.
-
R David Murray yazdı
Original fix by 'rep', final patch (with tests) by Xuanji Li.
-
- 22 May, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 19 May, 2011 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 18 May, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
different encodings for the header and the filenames. Patch by MvL, test by Eli Bendersky.
-
- 20 Nis, 2011 1 kayıt (commit)
-
-
Brian Curtin yazdı
This was fixed in py3k SVN. Consider this a backport.
-
- 14 Mar, 2011 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Eric V. Smith yazdı
-
- 02 Şub, 2011 2 kayıt (commit)
-
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
- 01 Ock, 2011 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
#10801: In zipfile, support different encodings for the header and the filenames. Patch by MvL, test by Eli Bendersky.
-
- 21 Ara, 2010 2 kayıt (commit)
-
-
R. David Murray yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87430 | r.david.murray | 2010-12-21 16:53:37 -0500 (Tue, 21 Dec 2010) | 9 lines #4871: check that zipfile password is bytes, and give useful error message. Previously passing a string in as the password would fail either with an assertion error or a TypeError with a confusing error message. Note that a string can't be accepted since zipfile has no way to guess what encoding should be used to turn it into bytes. Patch by Victor Stinner. ........
-
R. David Murray yazdı
Previously passing a string in as the password would fail either with an assertion error or a TypeError with a confusing error message. Note that a string can't be accepted since zipfile has no way to guess what encoding should be used to turn it into bytes. Patch by Victor Stinner.
-