| Commit message (Expand) | Author | Age | Files | Lines |
* | Provide a default for the blocksize arg of storbinary(). | Guido van Rossum | 2001-02-15 | 1 | -1/+1 |
|
|
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -13/+13 |
|
|
* | more __all__ updates | Skip Montanaro | 2001-01-20 | 1 | -0/+1 |
|
|
* | Default to passive mode. See SF bug #126851. | Guido van Rossum | 2001-01-15 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-01-14 | 1 | -635/+635 |
|
|
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 1 | -12/+12 |
|
|
* | Added support for RFC 959's REST command (restart), closing SF patch | Barry Warsaw | 2000-09-01 | 1 | -23/+38 |
|
|
* | Convert some old-style string exceptions to class exceptions. | Fred Drake | 2000-08-17 | 1 | -6/+6 |
|
|
* | updated occurences of fqdn algorithm (closes patch #101197) | Peter Schneider-Kamp | 2000-08-16 | 1 | -12/+4 |
|
|
* | Fredrik Lundh: | Guido van Rossum | 2000-03-28 | 1 | -2/+2 |
|
|
* | Simple changes by Gerrit Holl - move author acknowledgements out of | Guido van Rossum | 2000-02-28 | 1 | -5/+5 |
|
|
* | Actually, the previous batch's comment should have been different; | Guido van Rossum | 2000-02-04 | 1 | -2/+3 |
|
|
* | Patches by Michael Reilly to correctly deal with ftp URLs of the form | Guido van Rossum | 1999-08-18 | 1 | -0/+2 |
|
|
* | FTP.dir(): Fix typo in docstring. | Fred Drake | 1999-07-07 | 1 | -1/+1 |
|
|
* | Add warning to Netrc's docstring that it is obsolete -- use the netrc | Guido van Rossum | 1998-12-22 | 1 | -0/+2 |
|
|
* | Typo discovered by Just. | Guido van Rossum | 1998-12-21 | 1 | -1/+1 |
|
|
* | According to Robin Dunn, at least one FTP server returns 200 instead | Guido van Rossum | 1998-07-02 | 1 | -1/+1 |
|
|
* | parse150(): Simplify RE used to parse the message a little, taking advantage | Fred Drake | 1998-04-27 | 1 | -2/+1 |
|
|
* | A few lines were indented using spaces instead of tabs -- fix them. | Guido van Rossum | 1998-03-26 | 1 | -132/+137 |
|
|
* | Add rmd() (remove directory command); fix comment in parse257. | Guido van Rossum | 1998-02-19 | 1 | -2/+8 |
|
|
* | Provide default for blocksize on retrbinary (Skip Montanaro). | Guido van Rossum | 1997-12-03 | 1 | -1/+1 |
|
|
* | Use re instead of regex. Also remove bogus return statement from __init__(). | Guido van Rossum | 1997-10-22 | 1 | -6/+8 |
|
|
* | Return the error code from most commands, rather than swallowing it. | Guido van Rossum | 1997-10-07 | 1 | -16/+25 |
|
|
* | Wrapped up the ~/.netrc support. This is basically just the changes Guido & | Fred Drake | 1997-06-24 | 1 | -6/+27 |
|
|
* | Added Fred Drake's netrc parser class. | Guido van Rossum | 1997-03-14 | 1 | -0/+100 |
|
|
* | (ftplib.py): Added parse150() function and FTP.ntransfercmd(). This allows | Fred Drake | 1997-01-10 | 1 | -3/+30 |
|
|
* | Always open file objects in binary mode. | Guido van Rossum | 1996-09-30 | 1 | -2/+2 |
|
|
* | Docstringified and PASV support by Siebren (including new ftpcp() function). | Guido van Rossum | 1996-05-28 | 1 | -91/+171 |
|
|
* | Changed makefile() args from r/w to rb/wb, for non-unix compatability. | Jack Jansen | 1996-02-14 | 1 | -2/+2 |
|
|
* | add acct() method to send new account name | Guido van Rossum | 1996-01-25 | 1 | -0/+5 |
|
|
* | add delete() method to ftp object | Guido van Rossum | 1995-10-11 | 1 | -0/+10 |
|
|
* | actualized example, catch EOFError, print retrieved lines if debugging>2 | Guido van Rossum | 1995-09-30 | 1 | -8/+15 |
|
|
* | new sendport() interface; add test() program call | Guido van Rossum | 1995-08-04 | 1 | -6/+9 |
|
|
* | add bind(0,''); better way of guessing our fully qualified hostname | Guido van Rossum | 1995-06-20 | 1 | -1/+8 |
|
|
* | don't show print passwords in debug output | Guido van Rossum | 1995-05-05 | 1 | -6/+16 |
|
|
* | For anonymous ftp, make sure local hostname is fully qualified. | Jack Jansen | 1995-05-04 | 1 | -0/+4 |
|
|
* | Always use 'anonymous' if os.environ doesn't exist | Jack Jansen | 1995-01-19 | 1 | -5/+10 |
|
|
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -75/+38 |
|
|
* | * Mass change: get rid of all init() methods, in favor of __init__() | Guido van Rossum | 1993-12-17 | 1 | -6/+1 |
|
|
* | * wdbframewin.py (re_eval): set __privileged__ in globals so private | Guido van Rossum | 1993-12-14 | 1 | -1/+1 |
|
|
* | * test_*.py: new lambda syntax (also affects tests for filter, map, | Guido van Rossum | 1993-11-30 | 1 | -12/+42 |
|
|
* | * string.py: added rindex(), rfind(); changed index() to interpret | Guido van Rossum | 1993-11-08 | 1 | -4/+5 |
|
|
* | * posixpath.py: Fix border cases in normpath ('/foo/..' should return '/') | Guido van Rossum | 1993-07-06 | 1 | -1/+5 |
|
|
* | * calendar.py: minor cleanups | Guido van Rossum | 1993-06-17 | 1 | -9/+24 |
|
|
* | * toaiff.py: import whatsound instead of sndhdr | Guido van Rossum | 1993-06-01 | 1 | -4/+10 |
|
|
* | * ftplib.py: added abort() command (sends oob data). | Guido van Rossum | 1993-05-24 | 1 | -0/+20 |
|
|
* | Added cwd() | Guido van Rossum | 1993-05-17 | 1 | -0/+4 |
|
|
* | Added all_errors, list of all possible exceptions. | Guido van Rossum | 1992-11-06 | 1 | -1/+7 |
|
|
* | Use getsockname() if it exists | Guido van Rossum | 1992-11-05 | 1 | -11/+18 |
|
|
* | Added much functionality, changed some names (errors, login). | Guido van Rossum | 1992-11-05 | 1 | -54/+160 |
|
|