aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/ftplib.py
Commit message (Expand)AuthorAge
* Add warning to Netrc's docstring that it is obsolete -- use the netrcGuido van Rossum1998-12-22
* Typo discovered by Just.Guido van Rossum1998-12-21
* According to Robin Dunn, at least one FTP server returns 200 insteadGuido van Rossum1998-07-02
* parse150(): Simplify RE used to parse the message a little, taking advantageFred Drake1998-04-27
* A few lines were indented using spaces instead of tabs -- fix them.Guido van Rossum1998-03-26
* Add rmd() (remove directory command); fix comment in parse257.Guido van Rossum1998-02-19
* Provide default for blocksize on retrbinary (Skip Montanaro).Guido van Rossum1997-12-03
* Use re instead of regex. Also remove bogus return statement from __init__().Guido van Rossum1997-10-22
* Return the error code from most commands, rather than swallowing it.Guido van Rossum1997-10-07
* Wrapped up the ~/.netrc support. This is basically just the changes Guido &Fred Drake1997-06-24
* Added Fred Drake's netrc parser class.Guido van Rossum1997-03-14
* (ftplib.py): Added parse150() function and FTP.ntransfercmd(). This allowsFred Drake1997-01-10
* Always open file objects in binary mode.Guido van Rossum1996-09-30
* Docstringified and PASV support by Siebren (including new ftpcp() function).Guido van Rossum1996-05-28
* Changed makefile() args from r/w to rb/wb, for non-unix compatability.Jack Jansen1996-02-14
* add acct() method to send new account nameGuido van Rossum1996-01-25
* add delete() method to ftp objectGuido van Rossum1995-10-11
* actualized example, catch EOFError, print retrieved lines if debugging>2Guido van Rossum1995-09-30
* new sendport() interface; add test() program callGuido van Rossum1995-08-04
* add bind(0,''); better way of guessing our fully qualified hostnameGuido van Rossum1995-06-20
* don't show print passwords in debug outputGuido van Rossum1995-05-05
* For anonymous ftp, make sure local hostname is fully qualified.Jack Jansen1995-05-04
* Always use 'anonymous' if os.environ doesn't existJack Jansen1995-01-19
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-01
* * Mass change: get rid of all init() methods, in favor of __init__()Guido van Rossum1993-12-17
* * wdbframewin.py (re_eval): set __privileged__ in globals so privateGuido van Rossum1993-12-14
* * test_*.py: new lambda syntax (also affects tests for filter, map,Guido van Rossum1993-11-30
* * string.py: added rindex(), rfind(); changed index() to interpretGuido van Rossum1993-11-08
* * posixpath.py: Fix border cases in normpath ('/foo/..' should return '/')Guido van Rossum1993-07-06
* * calendar.py: minor cleanupsGuido van Rossum1993-06-17
* * toaiff.py: import whatsound instead of sndhdrGuido van Rossum1993-06-01
* * ftplib.py: added abort() command (sends oob data).Guido van Rossum1993-05-24
* Added cwd()Guido van Rossum1993-05-17
* Added all_errors, list of all possible exceptions.Guido van Rossum1992-11-06
* Use getsockname() if it existsGuido van Rossum1992-11-05
* Added much functionality, changed some names (errors, login).Guido van Rossum1992-11-05
* Initial revisionGuido van Rossum1992-11-04