- 24 Nis, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 14 Kas, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 02 Kas, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed or edited some other way to fix the grammar.
-
- 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.
-
- 30 Ara, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 23 Kas, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch by Donald Stufft.
-
- 01 Kas, 2014 1 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Matt Chaput.
-
- 20 Mar, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 02 Ara, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
indication for TLS/SSL connections.
-
- 23 Kas, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
create SSLContext objects in Python's stdlib module. It provides a single configuration point and makes use of SSLContext.load_default_certs().
-
- 30 Eyl, 2014 1 kayıt (commit)
-
-
Georg Brandl yazdı
limiting the call to readline(). Original patch by Michał Jastrzębski and Giampaolo Rodola.
-
- 20 Eki, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
limiting the call to readline(). Original patch by Michał Jastrzębski and Giampaolo Rodola.
-
- 04 Tem, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 14 Haz, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
ModuleNotFoundError.
-
- 26 Nis, 2013 1 kayıt (commit)
-
-
Giampaolo Rodola yazdı
-
- 18 Mar, 2013 1 kayıt (commit)
-
-
Giampaolo Rodola yazdı
-
- 11 Mar, 2013 2 kayıt (commit)
-
-
Terry Jan Reedy yazdı
as reported by Serhiy Storchaka and Matthew Barnett.
-
Terry Jan Reedy yazdı
as reported by Serhiy Storchaka and Matthew Barnett.
-
- 07 Mar, 2013 2 kayıt (commit)
-
-
Giampaolo Rodola yazdı
Refactor ftplib by getting rid of 4 methods (retr*() and stor*()) which were duplicated in TLS_FTP class.
-
Giampaolo Rodola yazdı
-
- 19 Şub, 2013 1 kayıt (commit)
-
-
R David Murray yazdı
-
- 25 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 18 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 17 Ara, 2012 3 kayıt (commit)
-
-
Giampaolo Rodola yazdı
-
Giampaolo Rodola yazdı
Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (patch by Serhiy Storchaka)
-
Giampaolo Rodola yazdı
Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (patch by Serhiy Storchaka)
-
- 10 Ara, 2011 1 kayıt (commit)
-
-
Giampaolo Rodola yazdı
-
- 23 Eki, 2011 1 kayıt (commit)
-
-
Florent Xicluna yazdı
-
- 23 Tem, 2011 1 kayıt (commit)
-
-
Nadeem Vawda yazdı
* ftpwrapper now uses reference counting to ensure that the underlying socket is closed when the ftpwrapper object is no longer in use * ftplib.FTP.ntransfercmd() now closes the socket if an error occurs Initial patch by Victor Stinner.
-
- 27 Haz, 2011 1 kayıt (commit)
-
-
Giampaolo Rodola yazdı
Issue 12139: add CCC command support to FTP_TLS class to revert the SSL connection back to clear-text.
-
- 23 Tem, 2011 1 kayıt (commit)
-
-
Nadeem Vawda yazdı
* ftpwrapper now uses reference counting to ensure that the underlying socket is closed when the ftpwrapper object is no longer in use * ftplib.FTP.ntransfercmd() now closes the socket if an error occurs Initial patch by Victor Stinner.
-
- 26 Haz, 2011 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
Fix closes issue1067702 The problem with close multiple ftp transfers were due cases where sockets/file were not closed immediately. Tightned those cases and failure is no longer observed.
-
- 07 May, 2011 1 kayıt (commit)
-
-
Giampaolo Rodola yazdı
-
- 06 May, 2011 1 kayıt (commit)
-
-
Giampaolo Rodola yazdı
-
- 15 Mar, 2011 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 28 Şub, 2011 1 kayıt (commit)
-
-
Giampaolo Rodolà yazdı
-
- 25 Şub, 2011 1 kayıt (commit)
-
-
Marc-André Lemburg yazdı
'latin-1' and 'utf-8'. These are optimized in the Python Unicode implementation to result in more direct processing, bypassing the codec registry. Also see issue11303.
-
- 22 Şub, 2011 1 kayıt (commit)
-
-
Giampaolo Rodolà yazdı
-
- 31 Eki, 2010 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-