|
|
|
@689
|
[689]
|
2007-04-16 01:07:10 |
schwa |
Handle directories with whitespace in them more gracefully (based on
a ... |
|
|
|
@647
|
[647]
|
2006-11-23 01:33:53 |
schwa |
Turn classes into new-style classes by letting them inherit ... |
|
|
|
@636
|
[636]
|
2006-11-22 22:38:16 |
schwa |
Merged in the rest of the changes from the branch add_stat_caching:
svn ... |
|
|
|
@480
|
[480]
|
2006-02-05 00:48:42 |
schwa |
Switch automatically to the Microsoft format parser if the Unix
format ... |
|
|
|
@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.
|
|
|
|
@419
|
[419]
|
2004-07-12 22:02:12 |
schwa |
Adapt unit tests to changes in `FTPHost.file`.
|
|
|
|
@408
|
[408]
|
2004-07-09 21:44:04 |
schwa |
Due to a change in `FTPHost._dir`, some of the directories used in the
... |
|
|
|
@316
|
[316]
|
2003-10-05 17:55:57 |
schwa |
FTPHost._dir: Implemented a workaround similar to those suggested by
... |
|
|
|
@238
|
[238]
|
2003-06-08 19:42:06 |
schwa |
Fixed/added several docstrings and comments.
|
|
|
|
@213
|
[213]
|
2003-03-15 21:38:51 |
schwa |
MockSession: Reverted last change, i. e. removed mock directory line for
... |
|
|
|
@211
|
[211]
|
2003-03-15 21:21:37 |
schwa |
MockSession: Added a directory line for dummy directory `/login/dir`.
|
|
|
|
@207
|
[207]
|
2003-03-15 18:50:17 |
schwa |
Module: Formatting changes (70-characters-wide display) and "`" ... |
|
|
|
@182
|
[182]
|
2002-04-03 21:47:41 |
schwa |
MockSession.dir_contents: added entry for root directory.
|
|
|
|
@160
|
[160]
|
2002-04-01 15:05:55 |
schwa |
MockSession.dir_contents: added one directory and several links for
... |
|
|
|
@155
|
[155]
|
2002-04-01 13:45:11 |
schwa |
MockSession._remove_trailing_slash: retain single slash denoting the
... |
|
|
|
@153
|
[153]
|
2002-04-01 13:05:04 |
schwa |
MockFile: extended docstring a bit.
|
|
|
|
@149
|
[149]
|
2002-03-31 23:17:26 |
schwa |
MockSession: added two files, "older" and "newer" to virtual directory
... |
|
|
|
@143
|
[143]
|
2002-03-30 22:44:41 |
schwa |
MockSession.close: do only more if self.closed is false.
|
|
|
|
@142
|
[142]
|
2002-03-30 22:38:12 |
schwa |
Module: removed unused version of MockSession (which was copied with
... |
|
|
|
@135
|
[135]
|
2002-03-30 21:50:25 |
schwa |
Module: the path of a file is now passed from MockSession.transfercmd to
... |
|
|
|
@133
|
[133]
|
2002-03-30 21:20:28 |
schwa |
Module: implemented MockFile class to be used by MockSocket. An object of
... |
|
|
|
@131
|
[131]
|
2002-03-30 18:46:59 |
schwa |
MockSession: patched transfercmd so it will raise ftplib.error_perm if
... |
|
|
|
@122
|
[122]
|
2002-03-30 17:40:03 |
schwa |
MockSocket: added close method.
MockSession: added dummy implementation ... |
|
|
|
@120
|
[120]
|
2002-03-30 16:50:08 |
schwa |
Moved class FailOnLoginSession from _mock_ftplib.py to _test_ftputil.py .
|
|
|
|
@119
|
[119]
|
2002-03-30 16:48:07 |
schwa |
MockSession: added methods _remove_trailing_slash and ... |
|
|
|
@112
|
[112]
|
2002-03-30 14:53:01 |
schwa |
MockSession.pwd: simplified implementation; now a newly introduced
... |
|
|
|
@109
|
[109]
|
2002-03-29 23:16:32 |
schwa |
Module: renamed class ListdirTest to StatTest.
|
|
|
|
@107
|
[107]
|
2002-03-29 23:03:13 |
schwa |
Module: implemented more lightweight version of MockSession class.
|
|
|
|
@103
|
[103]
|
2002-03-29 21:47:11 |
schwa |
Module: added skeleton for MockSocket (returned by transfercmd).
Module: ... |
|
|
|
@102
|
[102]
|
2002-03-29 18:50:33 |
schwa |
FTP: took not only method heads but also method implementations.
|
|
|
|
@101
|
[101]
|
2002-03-29 18:34:38 |
schwa |
FTP: added some method heads with their docstrings from ftplib.FTP .
|
|
|
|
@96
|
[96]
|
2002-03-29 16:31:20 |
schwa |
Mock implementation of ftplib.py from the standard library.
|