|
|
|
@731
|
[731]
|
2008-09-06 19:13:50 |
schwa |
Little cleanup.
|
|
|
|
@729
|
[729]
|
2008-09-05 21:31:50 |
schwa |
Updated year numbers in copyright notices according to changes
in the ... |
|
|
|
@689
|
[689]
|
2007-04-16 01:07:10 |
schwa |
Handle directories with whitespace in them more gracefully (based on
a ... |
|
|
|
@640
|
[640]
|
2006-11-23 00:09:10 |
schwa |
Made parsers public, i. e. removed the underscore in front ... |
|
|
|
@639
|
[639]
|
2006-11-22 23:56:06 |
schwa |
Added method `FTPHost.set_parser`.
|
|
|
|
@636
|
[636]
|
2006-11-22 22:38:16 |
schwa |
Merged in the rest of the changes from the branch add_stat_caching:
svn ... |
|
|
|
@633
|
[633]
|
2006-11-22 22:15:32 |
schwa |
Merged in changes from feature branch add_stat_caching:
svn merge ... |
|
|
|
@485
|
[485]
|
2006-02-05 15:33:52 |
schwa |
`FTPHost.remove/unlink` are no longer allowed to remove directories,
not ... |
|
|
|
@466
|
[466]
|
2006-02-02 23:51:44 |
schwa |
Whitespace changes.
|
|
|
|
@461
|
[461]
|
2006-01-29 02:04:19 |
schwa |
Set svn:mime-type to text/x-python to make syntax highlighting in
Trac's ... |
|
|
|
@427
|
[427]
|
2004-07-29 22:14:11 |
schwa |
Added several properties.
|
|
|
|
@420
|
[420]
|
2004-07-12 22:08:45 |
schwa |
Look for exception classes in module `ftp_error`, not in module ... |
|
|
|
@419
|
[419]
|
2004-07-12 22:02:12 |
schwa |
Adapt unit tests to changes in `FTPHost.file`.
|
|
|
|
@416
|
[416]
|
2004-07-12 21:13:03 |
schwa |
FTPHost.file: Raise a `FTPIOError` if `basedir` isn't accessible. This ... |
|
|
|
@395
|
[395]
|
2004-02-27 23:34:52 |
schwa |
Increased year values in copyright notices.
|
|
|
|
@375
|
[375]
|
2004-01-31 22:37:53 |
schwa |
Updated year values in copyright notice.
|
|
|
|
@360
|
[360]
|
2003-10-30 20:08:11 |
schwa |
Formatting changes; mostly removed whitespace in nested parentheses.
|
|
|
|
@315
|
[315]
|
2003-10-05 17:11:21 |
schwa |
Updated comment on custom `FTPHost` classes.
|
|
|
|
@312
|
[312]
|
2003-10-05 15:53:52 |
schwa |
Style change: remove some empty lines at beginnings of classes.
|
|
|
|
@294
|
[294]
|
2003-10-04 19:29:32 |
schwa |
FTPHost: Renamed `synchronize_time` to `synchronize_times`.
|
|
|
|
@269
|
[269]
|
2003-06-09 19:37:56 |
schwa |
Moved test for embedded `_Path` object from `_test_ftputil.py` into its
... |
|
|
|
@265
|
[265]
|
2003-06-09 19:17:15 |
schwa |
Moved tests for `lstat` and `stat` from `_test_ftputil.py` to
... |
|
|
|
@264
|
[264]
|
2003-06-09 19:14:10 |
schwa |
Extracted `ftp_host_factory` from `_test_ftputil.py` and added it into ... |
|
|
|
@261
|
[261]
|
2003-06-09 18:38:05 |
schwa |
Module: Added/substituted lots of backtics.
|
|
|
|
@229
|
[229]
|
2003-03-16 18:53:00 |
schwa |
Replaced explicit code for `True` and `False` with import of
... |
|
|
|
@226
|
[226]
|
2003-03-16 18:41:36 |
schwa |
Adaptions for refactorings w. r. t. `ftp_error.py`, `ftp_file.py` and
... |
|
|
|
@214
|
[214]
|
2003-03-15 21:40:05 |
schwa |
TimeShiftMockSession: Removed unneeded `current_dir` attribute.
|
|
|
|
@212
|
[212]
|
2003-03-15 21:22:31 |
schwa |
FTPHost: Added support for synchronizing local times of client and ... |
|
|
|
@206
|
[206]
|
2003-03-15 18:46:17 |
schwa |
Module: Minor formatting changes (mostly inserted "`" characters for code
... |
|
|
|
@200
|
[200]
|
2002-10-22 21:01:30 |
schwa |
Module: Made assignments for `True` and `False` more readable. Put
... |
|
|
|
@199
|
[199]
|
2002-10-22 20:58:17 |
schwa |
FTPHost.upload_if_newer/download_if_newer: Return a flag telling whether
... |
|
|
|
@184
|
[184]
|
2002-04-03 21:50:24 |
schwa |
TestStat: added a test to check for RootDirError if stat is requested for
... |
|
|
|
@164
|
[164]
|
2002-04-01 16:24:05 |
schwa |
TestStat.test_lstat_one_dir: added comment on mtime deviations due to
... |
|
|
|
@161
|
[161]
|
2002-04-01 15:06:36 |
schwa |
TestStat: added method test_stat_following_link.
|
|
|
|
@157
|
[157]
|
2002-04-01 13:58:28 |
schwa |
TestStat.test_lstat_one_file/test_lstat_one_dir: checking st_target
... |
|
|
|
@152
|
[152]
|
2002-03-31 23:20:35 |
schwa |
binary_data: fixed typo in docstring.
|
|
|
|
@150
|
[150]
|
2002-03-31 23:18:06 |
schwa |
TestUploadAndDownload: added tests for condiitional upload and download.
|
|
|
|
@148
|
[148]
|
2002-03-31 20:36:28 |
schwa |
TestFileOperations: unified docstrings of test methods.
|
|
|
|
@145
|
[145]
|
2002-03-30 22:48:53 |
schwa |
Module: joined more source code lines.
|
|
|
|
@144
|
[144]
|
2002-03-30 22:46:43 |
schwa |
Module: minor layout changes.
|
|
|
|
@141
|
[141]
|
2002-03-30 22:36:31 |
schwa |
Module: added testcase class TestOpenAndClose.
|
|
|
|
@140
|
[140]
|
2002-03-30 22:18:20 |
schwa |
Module: reorganized and commented.
|
|
|
|
@139
|
[139]
|
2002-03-30 22:14:53 |
schwa |
Module: moved test_ascii_upload and test_binary_download from class
... |
|
|
|
@138
|
[138]
|
2002-03-30 22:11:59 |
schwa |
TestFileOperations: adapted test_caching to use mock objects.
|
|
|
|
@137
|
[137]
|
2002-03-30 22:08:45 |
schwa |
Module: moved code to generate random strings from class ... |
|
|
|
@136
|
[136]
|
2002-03-30 21:54:38 |
schwa |
Module: instead of using the class InspectableFTPHost with its quite
... |
|
|
|
@134
|
[134]
|
2002-03-30 21:22:24 |
schwa |
Module: put calls to file_content_for_child after close ... |
|
|
|
@132
|
[132]
|
2002-03-30 18:56:56 |
schwa |
TestFileOperations: removed test_remote_copy.
|
|
|
|
@130
|
[130]
|
2002-03-30 18:45:55 |
schwa |
TestFileOperations: added test test_read_unknown_file.
|
|
|
|
@129
|
[129]
|
2002-03-30 18:40:23 |
schwa |
TestFileOperations: converted ascii_xreadlines to test_ascii_xreadlines.
|
|
|
|
@128
|
[128]
|
2002-03-30 18:38:23 |
schwa |
TestFileOperations: converted ascii_readlines to test_ascii_readlines.
|
|
|
|
@127
|
[127]
|
2002-03-30 18:36:39 |
schwa |
Module: renamed AsciiReadMockSession1 to ReadMockSession and
... |
|
|
|
@126
|
[126]
|
2002-03-30 18:29:23 |
schwa |
TestFileOperations: converted ascii_readline to test_ascii_readline.
|
|
|
|
@125
|
[125]
|
2002-03-30 18:13:47 |
schwa |
TestFileOperations: converted ascii_read to test_ascii_read using
mock ... |
|
|
|
@124
|
[124]
|
2002-03-30 17:51:53 |
schwa |
TestFileOperations: converted ascii_writelines to test_ascii_writelines,
... |
|
|
|
@123
|
[123]
|
2002-03-30 17:44:11 |
schwa |
TestFileOperations: converted method ascii_write to test_ascii_write.
|
|
|
|
@121
|
[121]
|
2002-03-30 17:37:29 |
schwa |
Module: made _mock_ftplib.MockSession the default for ... |
|
|
|
@120
|
[120]
|
2002-03-30 16:50:08 |
schwa |
Moved class FailOnLoginSession from _mock_ftplib.py to _test_ftputil.py .
|
|
|
|
@118
|
[118]
|
2002-03-30 15:36:25 |
schwa |
TestStat: added new method test_failing_lstat to test whether a
... |
|
|
|
@117
|
[117]
|
2002-03-30 15:31:30 |
schwa |
TestStat: added test_failing_lstat to test for exception.
|
|
|
|
@116
|
[116]
|
2002-03-30 15:28:35 |
schwa |
TestStat: refactored test_lstat into three methods test_lstat_one_file,
... |
|
|
|
@115
|
[115]
|
2002-03-30 15:24:45 |
schwa |
TestStat.test_lstat: extended checking of a directory entry.
|
|
|
|
@114
|
[114]
|
2002-03-30 15:11:29 |
schwa |
TestFileOperations: removed method write_test_data because its no longer
... |
|
|
|
@113
|
[113]
|
2002-03-30 15:10:27 |
schwa |
TestPath.test_isdir_isfile_islink: modified to work with mock ... |
|
|
|
@110
|
[110]
|
2002-03-29 23:18:10 |
schwa |
TestStat: test_lstat now passes.
|
|
|
|
@108
|
[108]
|
2002-03-29 23:04:52 |
schwa |
Module: commented out a lot of test cases.
TestStat.test_listdir: ... |
|
|
|
@106
|
[106]
|
2002-03-29 21:52:43 |
schwa |
Module: removed rather trivial tests in TestDirectories class (and the
... |
|
|
|
@105
|
[105]
|
2002-03-29 21:51:52 |
schwa |
Module: removed rather trivial tests in TestRemoveAndRename class.
|
|
|
|
@104
|
[104]
|
2002-03-29 21:50:41 |
schwa |
FTPHostWrapper: constructor now takes one argument, the factory to ... |
|
|
|
@100
|
[100]
|
2002-03-29 18:33:55 |
schwa |
FTPHostWrapper: prepared to use mock version of FTP session class.
|
|
|
|
@98
|
[98]
|
2002-03-29 18:18:27 |
schwa |
Module: added wrapper class FTPHostWrapper to encapsulate the session
... |
|
|
|
@95
|
[95]
|
2002-03-29 16:29:26 |
schwa |
Module: added revision id.
|
|
|
|
@93
|
[93]
|
2002-03-29 16:23:08 |
schwa |
Module: docstring normalization.
|
|
|
|
@83
|
[83]
|
2002-01-28 18:22:12 |
schwa |
TestFileOperations: added method test_caching to check the FTPHost's
... |
|
|
|
@81
|
[81]
|
2002-01-28 17:50:04 |
schwa |
TestFileOperations: added method ascii_xreadlines.
|
|
|
|
@78
|
[78]
|
2002-01-28 16:49:29 |
schwa |
TestFileOperations: added methods ascii_write, ascii_readline,
... |
|
|
|
@75
|
[75]
|
2002-01-28 00:36:54 |
schwa |
TestFileOperations: added read test.
|
|
|
|
@74
|
[74]
|
2002-01-27 23:13:16 |
schwa |
TestFileOperations: added some tests for writing remote files (methods
... |
|
|
|
@72
|
[72]
|
2002-01-27 20:59:48 |
schwa |
TestStat: added tests test_getmtime and test_getsize.
|
|
|
|
@71
|
[71]
|
2002-01-27 20:40:03 |
schwa |
This was wrong in the last commit ... |
|
|
|
@70
|
[70]
|
2002-01-27 20:37:14 |
schwa |
TestStat: renamed test_isdir to ... |
|
|
|
@63
|
[63]
|
2002-01-27 18:42:24 |
schwa |
TestPath: added test_isdir.
|
|
|
|
@62
|
[62]
|
2002-01-27 18:35:33 |
schwa |
Module: renamed TestFiles to ... |
|
|
|
@61
|
[61]
|
2002-01-27 18:22:52 |
schwa |
TestRemoveAndRename.test_remove: added implementation.
|
|
|
|
@60
|
[60]
|
2002-01-27 18:05:29 |
schwa |
Module: renamed TestLoginAndClose to TestLogin.
Base: made self.testdir an ... |
|
|
|
@59
|
[59]
|
2002-01-26 22:32:53 |
schwa |
Module: added class TestRemoveAndRename.
TestStat: added test_listdir and ... |
|
|
|
@58
|
[58]
|
2002-01-26 21:55:36 |
schwa |
TestDirectories: extended test_rmdir (try to remove current dir).
|
|
|
|
@57
|
[57]
|
2002-01-26 21:48:32 |
schwa |
TestDirectories: added test_rmdir.
|
|
|
|
@56
|
[56]
|
2002-01-26 21:16:45 |
schwa |
TestDirectories: added test_mkdir.
|
|
|
|
@55
|
[55]
|
2002-01-26 21:08:31 |
schwa |
Added some test classes (Base, TestLoginAndClose, TestDirectories,
... |
|
|
|
@54
|
[54]
|
2002-01-26 20:38:09 |
schwa |
Unit test for ftputil.py
|