summaryrefslogtreecommitdiff
path: root/M2Crypto/ftpslib.py
Commit message (Expand)AuthorAgeFilesLines
* Move project to src/ layoutMatěj Cepl2021-01-141-91/+0
* Replace all old-style classes with the new onesMatěj Cepl2018-03-131-1/+1
* Use better defaults for SSL_CTX_new().Matěj Cepl2016-07-191-4/+1
* M2Crypto/ftpslib.py: Add PEP-484 type hints in comments.Matěj Cepl2016-06-211-1/+1
* Remove unnecessary imports of libraries.Matěj Cepl2016-03-211-1/+0
* Fix broken imports (and PEP8ization).Matěj Cepl2016-03-201-1/+1
* Use the new absolute import syntax to fix Python 3. [PEP 328]Craig Rodrigues2016-03-201-1/+3
* Clean up M2Crypto/ftpslib.pyMatěj Cepl2016-02-041-6/+7
* Fix whitespace using suggestions from autopep8Craig Rodrigues2015-12-011-3/+1
* Strip trailinig spaces and expand tabs.Matěj Cepl2015-11-191-3/+3
* Bug 12840, ftpslib now works with Python 2.6, patch by Theodore A. Roth.Heikki Toivonen2009-06-181-2/+1
* Removed RCS_id, RCS_ID and _RCS_id from Python files. UnneededHeikki Toivonen2006-03-201-2/+0
* Fix $ mess (diff always shows changes).Heikki Toivonen2005-06-091-1/+1
* Prepare for import into CVS.Ng Pheng Siong2002-12-231-3/+3
* Combined pbsz() and prot_p().Ng Pheng Siong2001-09-191-20/+39
* Initial revisionNg Pheng Siong2001-09-171-0/+78