- 06 Tem, 2015 1 kayıt (commit)
-
-
Lars Gustäbel yazdı
-
- 02 Tem, 2015 1 kayıt (commit)
-
-
Lars Gustäbel yazdı
-
- 10 Nis, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
robust at shutdown. If needs to release multiple resources, they are released even if errors are occured.
-
- 11 Mar, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
imp.reload(). Patch by Thomas Kluyver.
-
- 10 Şub, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 16 Tem, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
attribute. Based on patch by Martin Panter.
-
- 20 Mar, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 05 Şub, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
containing non-encodable characters. Added tests for TarFile.list(). Based on patch by Vajrasky Kok.
-
- 18 Ock, 2014 4 kayıt (commit)
-
-
Serhiy Storchaka yazdı
tarfile open functions.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
write complete output on close.
-
Serhiy Storchaka yazdı
-
- 16 Ock, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. Fixed shebang line to use python3 executable in the unittestgui script.
-
- 05 Ock, 2014 1 kayıt (commit)
-
-
Ethan Furman yazdı
-
- 23 Kas, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Original patch by Berker Peksag.
-
- 13 Eki, 2013 1 kayıt (commit)
-
-
Ethan Furman yazdı
-
- 17 Agu, 2013 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 04 Tem, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 14 Haz, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
ModuleNotFoundError.
-
- 09 May, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
it left off. Patch by Michael Birtwell.
-
- 25 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 19 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
Patch by Serhiy Storchaka.
-
- 17 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 29 Kas, 2012 2 kayıt (commit)
-
-
Andrew Svetlov yazdı
Patch by Serhiy Storchaka.
-
Andrew Svetlov yazdı
Patch by Serhiy Storchaka.
-
- 05 Eki, 2012 1 kayıt (commit)
-
-
Jesus Cea yazdı
-
- 04 Haz, 2012 2 kayıt (commit)
-
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
The fileobj argument was added during the 3.3 development cycle, so this change does not break backward compatibility with 3.2.
-
- 17 May, 2012 1 kayıt (commit)
-
-
Ross Lagerwall yazdı
Patch by Justin Peel.
-
- 15 May, 2012 1 kayıt (commit)
-
-
Giampaolo Rodola yazdı
#14807: move undocumented tarfile.filemode() to stat.filemode(). Add tarfile.filemode alias with deprecation warning.
-
- 14 May, 2012 1 kayıt (commit)
-
-
Lars Gustäbel yazdı
After a discussion in the tracker, the decision was made to keep the ExFileObject class after all as a subclass of io.BufferedReader instead of removing it completely.
-
- 05 May, 2012 1 kayıt (commit)
-
-
Lars Gustäbel yazdı
The ExFileObject class was removed, some of its code went into _FileInFile.
-
- 24 Nis, 2012 2 kayıt (commit)
-
-
Lars Gustäbel yazdı
the links were not located in an archive subdirectory.
-
Lars Gustäbel yazdı
when the links were not located in an archive subdirectory.
-
- 18 Ock, 2012 1 kayıt (commit)
-
-
Lars Gustäbel yazdı
-
- 05 Ock, 2012 1 kayıt (commit)
-
-
Lars Gustäbel yazdı
On platforms that do not support (symbolic) links, tarfile offers a work-around and extracts a link in an archive as the regular file the link is pointing to. On other platforms, this code was accidentally executed even after the link had been successfully extracted which failed due to the already existing link.
-
- 21 Ara, 2011 1 kayıt (commit)
-
-
Lars Gustäbel yazdı
Passing a unicode filename to tarfile.open() along with mode "w|gz" failed with a UnicodeError because the filename was not encoded properly before being written to the gzipped stream in the FNAME extra field.
-
- 03 Ock, 2012 1 kayıt (commit)
-
-
Eli Bendersky yazdı
use io.SEEK_* constants instead of os.SEEK_* where an IO stream is seeked, leaving the os.SEEK_* constants only for os.lseek, as documented
-
- 10 Ara, 2011 1 kayıt (commit)
-
-
Lars Gustäbel yazdı
-
- 06 Ara, 2011 1 kayıt (commit)
-
-
Lars Gustäbel yazdı
-