root/trunk/_test_real_ftp.py


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @737 [737] 2008-09-15 02:27:28 schwa Regrouped tests.
(edit) @732 [732] 2008-09-06 19:27:16 schwa Redundant whitespace removal.
(edit) @730 [730] 2008-09-06 19:01:03 schwa Use a cleaner class to make tests more robust. In particular, reduce the ...
(edit) @729 [729] 2008-09-05 21:31:50 schwa Updated year numbers in copyright notices according to changes in the ...
(edit) @719 [719] 2008-07-30 18:51:51 schwa Fixed bug reported by Richard Holden, ...
(edit) @718 [718] 2008-07-30 04:58:13 schwa Make the tests work again after upgrading pure-ftpd. The problem is (or ...
(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) @704 [704] 2007-06-03 14:45:25 schwa Make sure all names of temporary directories and files have a leading and ...
(edit) @694 [694] 2007-04-16 08:14:05 schwa Added a test case for directory and file names which contain spaces.
(edit) @692 [692] 2007-04-16 02:00:30 schwa Changed year according to file update.
(edit) @691 [691] 2007-04-16 01:59:15 schwa Handle special case when renaming an item in a directory whose ...
(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) @549 [549] 2006-08-17 11:50:13 schwa Added a workaround for issue #17.
(edit) @529 [529] 2006-03-02 00:55:44 schwa Removed "keep alive" functionality. Nobody on the list seemed to need ...
(edit) @510 [510] 2006-02-18 21:32:10 schwa Reworked keep-alive functionality regarding writable files. If you ...
(edit) @508 [508] 2006-02-18 20:40:50 schwa Extended `test_keep_connection`. This doesn't work as expected, though.
(edit) @502 [502] 2006-02-06 21:33:38 schwa Added `keep_alive` methods to `FTPHost` and `_FTPFile` objects.
(edit) @496 [496] 2006-02-06 19:43:26 schwa Let `FTPHost.rmtree` specifically raise `PermanentError`, not just the ...
(edit) @488 [488] 2006-02-06 13:06:03 schwa FTPHost: Added `rmtree` method, resembling that in Python's `shutil` ...
(edit) @485 [485] 2006-02-05 15:33:52 schwa `FTPHost.remove/unlink` are no longer allowed to remove directories, not ...
(edit) @481 [481] 2006-02-05 01:00:18 schwa Removed obsolete autodetection of directory 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) @470 [470] 2006-02-03 00:05:14 schwa When auto-setting the directory format, set "ms" format first to check if ...
(edit) @468 [468] 2006-02-02 23:55:57 schwa FTPHost.set_directory_format: Renamed parameter `server_platform` to ...
(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) @453 [453] 2006-01-28 20:21:10 schwa Give the user a chance to skip the test(s).
(edit) @451 [451] 2006-01-28 19:29:08 schwa Added `FTPHost.makedirs` method, similar to `os.makedirs`.
(edit) @449 [449] 2006-01-28 16:52:32 schwa Use hard-coded hostname and credentials for the FTP server. The used ...
(edit) @427 [427] 2004-07-29 22:14:11 schwa Added several properties.
(add) @363 [363] 2003-12-28 19:18:28 schwa Test real FTP access (in addition to the present mock object tests).
Note: See TracRevisionLog for help on using the revision log.