root/trunk/ftputil.py


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @729 [729] 2008-09-05 21:31:50 schwa Updated year numbers in copyright notices according to changes in the ...
(edit) @725 [725] 2008-08-31 12:52:18 schwa Included a slightly modified variant of Roger Demetrescu's patch ...
(edit) @719 [719] 2008-07-30 18:51:51 schwa Fixed bug reported by Richard Holden, ...
(edit) @713 [713] 2007-07-22 12:39:10 schwa Added test code and applied a fix for a failing `makedirs` called from a ...
(edit) @698 [698] 2007-04-22 12:17:56 schwa Note on using exceptions via the `ftp_error` module.
(edit) @696 [696] 2007-04-16 11:51:32 schwa Fixed typo.
(edit) @695 [695] 2007-04-16 08:29:59 schwa Moved test for inaccessible login directory before comment. This is ...
(edit) @693 [693] 2007-04-16 08:13:22 schwa In `_check_inaccessible_login_directory`, be more explicit that being in ...
(edit) @691 [691] 2007-04-16 01:59:15 schwa Handle special case when renaming an item in a directory whose ...
(edit) @690 [690] 2007-04-16 01:11:42 schwa Don't handle paths with whitespace in the `rename` command (yet).
(edit) @689 [689] 2007-04-16 01:07:10 schwa Handle directories with whitespace in them more gracefully (based on a ...
(edit) @687 [687] 2007-04-14 17:46:51 schwa Simplified code dealing with "session_factory" argument in `kwargs`.
(edit) @685 [685] 2007-01-31 23:04:05 schwa Make comment a bit more clear.
(edit) @653 [653] 2006-11-23 17:25:29 schwa Renamed method `ignore_line` to `ignores_line` to better describe that it ...
(edit) @647 [647] 2006-11-23 01:33:53 schwa Turn classes into new-style classes by letting them inherit ...
(edit) @639 [639] 2006-11-22 23:56:06 schwa Added method `FTPHost.set_parser`.
(edit) @636 [636] 2006-11-22 22:38:16 schwa Merged in the rest of the changes from the branch add_stat_caching: svn ...
(edit) @633 [633] 2006-11-22 22:15:32 schwa Merged in changes from feature branch add_stat_caching: svn merge ...
(edit) @559 [559] 2006-10-12 21:53:33 schwa Make `FTPHost.__copy_file` more robust.
(edit) @548 [548] 2006-08-07 21:42:41 schwa Included the word "remote" in two error messages to make the ...
(edit) @547 [547] 2006-08-07 13:30:26 schwa FTPHost.file: Changed wording of error message to include that the ...
(edit) @529 [529] 2006-03-02 00:55:44 schwa Removed "keep alive" functionality. Nobody on the list seemed to need ...
(edit) @519 [519] 2006-02-19 02:31:55 schwa Include ftputil version and Python version in traceback. This should make ...
(edit) @515 [515] 2006-02-19 00:21:07 schwa Update version to 2.1b2.
(edit) @510 [510] 2006-02-18 21:32:10 schwa Reworked keep-alive functionality regarding writable files. If you ...
(edit) @506 [506] 2006-02-06 22:39:20 schwa Added an optional parameter `also_files` to `FTPHost.keep_alive` and ...
(edit) @502 [502] 2006-02-06 21:33:38 schwa Added `keep_alive` methods to `FTPHost` and `_FTPFile` objects.
(edit) @499 [499] 2006-02-06 20:28:13 schwa The previous commit message was for `ftputil.txt`. The real change to ...
(edit) @497 [497] 2006-02-06 20:25:27 schwa Lots of changes. See the diff for details.
(edit) @496 [496] 2006-02-06 19:43:26 schwa Let `FTPHost.rmtree` specifically raise `PermanentError`, not just the ...
(edit) @494 [494] 2006-02-06 18:38:44 schwa Get rid of wrong assumption in `FTPHost.synchronize_times`.
(edit) @491 [491] 2006-02-06 13:43:48 schwa Be more explicit regarding the obselescence ...
(edit) @490 [490] 2006-02-06 13:30:26 schwa No longer allow `FTPHost.rmdir` to remove non-empty directories.
(edit) @488 [488] 2006-02-06 13:06:03 schwa FTPHost: Added `rmtree` method, resembling that in Python's `shutil` ...
(edit) @487 [487] 2006-02-05 15:54:08 schwa FTPHost.remove: Explicitly mention deletion of links in error message.
(edit) @486 [486] 2006-02-05 15:44:34 schwa FTPHost.remove: Allow to remove also links to directories.
(edit) @485 [485] 2006-02-05 15:33:52 schwa `FTPHost.remove/unlink` are no longer allowed to remove directories, not ...
(edit) @484 [484] 2006-02-05 11:05:29 schwa Improved documentation (docstrings, comments).
(edit) @481 [481] 2006-02-05 01:00:18 schwa Removed obsolete autodetection of directory format.
(edit) @480 [480] 2006-02-05 00:48:42 schwa Switch automatically to the Microsoft format parser if the Unix format ...
(edit) @476 [476] 2006-02-04 22:41:07 schwa Extract parser classes out of the `_Stat` classes. There are ...
(edit) @474 [474] 2006-02-04 20:47:09 schwa Rename `set_directory_format` to `set_directory_parser` (but ...
(edit) @471 [471] 2006-02-04 10:00:43 schwa FTPHost.makedirs: Removed commented-out `print` statement which was used ...
(edit) @469 [469] 2006-02-03 00:04:04 schwa Fixed typo.
(edit) @468 [468] 2006-02-02 23:55:57 schwa FTPHost.set_directory_format: Renamed parameter `server_platform` to ...
(edit) @465 [465] 2006-02-02 11:33:08 schwa FTPHost.__emits_ms_format: Added comment on automatical detection.
(edit) @461 [461] 2006-01-29 02:04:19 schwa Set svn:mime-type to text/x-python to make syntax highlighting in Trac's ...
(edit) @456 [456] 2006-01-28 21:50:30 schwa Implemented `FTPHost.walk`, similar to `os.walk`. Removed `from ...
(edit) @455 [455] 2006-01-28 20:22:45 schwa Increase copyright year to 2006.
(edit) @454 [454] 2006-01-28 20:22:20 schwa FTPHost.makedirs: Change index arithmetic slightly to make clearer ...
(edit) @451 [451] 2006-01-28 19:29:08 schwa Added `FTPHost.makedirs` method, similar to `os.makedirs`.
(edit) @440 [440] 2005-06-09 17:01:56 schwa Update to version 2.0.4 .
(edit) @430 [430] 2005-01-08 12:45:24 schwa Normalized $Id$ keyword.
(edit) @427 [427] 2004-07-29 22:14:11 schwa Added several properties.
(edit) @424 [424] 2004-07-29 20:20:26 schwa Increased version number to 2.0.3.
(edit) @421 [421] 2004-07-12 22:09:42 schwa Increased version number to 2.0.3b2.
(edit) @418 [418] 2004-07-12 22:01:46 schwa FTPHost.file: Change to effective directory. Use only a filename for the ...
(edit) @417 [417] 2004-07-12 21:15:34 schwa FTPHost.file: Added a comment regarding the `OSError` -> `IOError` ...
(edit) @416 [416] 2004-07-12 21:13:03 schwa FTPHost.file: Raise a `FTPIOError` if `basedir` isn't accessible. This ...
(edit) @412 [412] 2004-07-09 21:51:24 schwa Module: Added warning converning the exception classes in ...
(edit) @407 [407] 2004-07-09 20:51:34 schwa FTPHost._dir: No longer use the workaround for space-containing ...
(edit) @402 [402] 2004-04-18 18:49:35 schwa Changed/added summary line.
(edit) @397 [397] 2004-03-08 21:20:25 schwa Moved TODO section from `ftputil.py` to `TODO` file.
(edit) @393 [393] 2004-02-27 23:20:34 schwa Atomated patching, thus removed TODO item on automation.
(edit) @390 [390] 2004-02-27 18:45:09 schwa Added some TODO items.
(edit) @387 [387] 2004-02-27 18:37:58 schwa Updated version number for 2.0.1 release.
(edit) @375 [375] 2004-01-31 22:37:53 schwa Updated year values in copyright notice.
(edit) @373 [373] 2004-01-31 22:17:59 schwa Increased version number.
(edit) @370 [370] 2004-01-31 21:24:32 schwa Added #TODO on custom session classes.
(edit) @365 [365] 2003-12-30 20:41:45 schwa FTPHost.rmdir: Renamed parameter `remove_only_empty` to ...
(edit) @362 [362] 2003-12-28 19:17:29 schwa FTPHost.rmdir: Change method interface so that by default, only empty ...
(edit) @357 [357] 2003-10-30 20:00:23 schwa Formatting fixes.
(edit) @350 [350] 2003-10-30 19:25:57 schwa `_Path.exists/isfile/isdir/islink` no longer obscure "abnormal" server ...
(edit) @341 [341] 2003-10-25 18:13:12 schwa Removed obsolete #TODO comment.
(edit) @340 [340] 2003-10-25 18:11:59 schwa Increased version number to 2.0b3.
(edit) @333 [333] 2003-10-10 18:11:28 schwa Updated version number. FTPHost.upload_if_newer/download_if_newer: Refer ...
(edit) @328 [328] 2003-10-10 17:50:01 schwa FTPHost.__emits_ms_format: Fixed docstring.
(edit) @327 [327] 2003-10-10 17:48:07 schwa FTPHost: Refactored automatic determination of directory output format. ...
(edit) @317 [317] 2003-10-05 17:57:28 schwa FTPHost._dir: Made comment before method a bit clearer.
(edit) @316 [316] 2003-10-05 17:55:57 schwa FTPHost._dir: Implemented a workaround similar to those suggested by ...
(edit) @308 [308] 2003-10-04 21:50:13 schwa Added TODO item (bugfixing).
(edit) @306 [306] 2003-10-04 21:47:28 schwa FTPHost.set_directory_format: Simplified method; use either "unix" or ...
(edit) @302 [302] 2003-10-04 21:09:12 schwa FTPHost: Added method `set_directory_format` to set the format "manually" ...
(edit) @294 [294] 2003-10-04 19:29:32 schwa FTPHost: Renamed `synchronize_time` to `synchronize_times`.
(edit) @285 [285] 2003-10-04 17:37:14 schwa Consider the time shift in stat'ing files on Unix servers.
(edit) @284 [284] 2003-10-04 17:27:21 schwa FTPHost.synchronize_time: Rename `remote_time` to `server_time` for ...
(edit) @283 [283] 2003-10-04 17:24:47 schwa FTPHost.set_time_shift: Made definition more explicit and provide ...
(edit) @277 [277] 2003-10-04 14:07:53 schwa Added and changed comments and docstrings.
(edit) @262 [262] 2003-06-09 19:05:12 schwa Removed `stat` module from list of imports.
(edit) @260 [260] 2003-06-09 18:29:32 schwa Moved `listdir` implementation from class `ftputil.FTPHost` to ...
(edit) @258 [258] 2003-06-09 18:16:45 schwa Moved `lstat` and `stat` method bodies from class `ftputil.FTPHost` to ...
(edit) @256 [256] 2003-06-09 17:42:43 schwa FTPHost: Get rid of `_parse_line`.
(edit) @255 [255] 2003-06-09 17:23:51 schwa FTPHost: Refactored `listdir` and `lstat`, thereby introducing a new ...
(edit) @249 [249] 2003-06-09 16:00:38 schwa FTPHost: Imroved two comments.
(edit) @247 [247] 2003-06-09 15:53:50 schwa Module: Changed version for next release to 1.2 beta.
(edit) @246 [246] 2003-06-09 15:52:02 schwa Moved line parsers from `ftputil.py` to `ftp_stat.py`. These parsers go ...
(edit) @240 [240] 2003-06-08 19:47:13 schwa Module: Added TODO comment for version 1.2.
(edit) @239 [239] 2003-06-08 19:44:32 schwa FTPHost.lstat: Add ``s to `os.lstat` in docstring.
(edit) @238 [238] 2003-06-08 19:42:06 schwa Fixed/added several docstrings and comments.
(edit) @237 [237] 2003-06-08 19:05:38 schwa Module: Reordered import statements.
Note: See TracRevisionLog for help on using the revision log.