|
|
|
@737
|
[737]
|
2008-09-15 02:27:28 |
schwa |
Regrouped tests.
|
|
|
|
@732
|
[732]
|
2008-09-06 19:27:16 |
schwa |
Redundant whitespace removal.
|
|
|
|
@730
|
[730]
|
2008-09-06 19:01:03 |
schwa |
Use a cleaner class to make tests more robust. In particular,
reduce the ... |
|
|
|
@729
|
[729]
|
2008-09-05 21:31:50 |
schwa |
Updated year numbers in copyright notices according to changes
in the ... |
|
|
|
@719
|
[719]
|
2008-07-30 18:51:51 |
schwa |
Fixed bug reported by Richard Holden, ... |
|
|
|
@718
|
[718]
|
2008-07-30 04:58:13 |
schwa |
Make the tests work again after upgrading pure-ftpd. The problem is
(or ... |
|
|
|
@713
|
[713]
|
2007-07-22 12:39:10 |
schwa |
Added test code and applied a fix for a failing `makedirs` called from
a ... |
|
|
|
@704
|
[704]
|
2007-06-03 14:45:25 |
schwa |
Make sure all names of temporary directories and files have a leading
and ... |
|
|
|
@694
|
[694]
|
2007-04-16 08:14:05 |
schwa |
Added a test case for directory and file names which contain spaces.
|
|
|
|
@692
|
[692]
|
2007-04-16 02:00:30 |
schwa |
Changed year according to file update.
|
|
|
|
@691
|
[691]
|
2007-04-16 01:59:15 |
schwa |
Handle special case when renaming an item in a directory whose ... |
|
|
|
@636
|
[636]
|
2006-11-22 22:38:16 |
schwa |
Merged in the rest of the changes from the branch add_stat_caching:
svn ... |
|
|
|
@549
|
[549]
|
2006-08-17 11:50:13 |
schwa |
Added a workaround for issue #17.
|
|
|
|
@529
|
[529]
|
2006-03-02 00:55:44 |
schwa |
Removed "keep alive" functionality. Nobody on the list seemed to need ... |
|
|
|
@510
|
[510]
|
2006-02-18 21:32:10 |
schwa |
Reworked keep-alive functionality regarding writable files. If you ... |
|
|
|
@508
|
[508]
|
2006-02-18 20:40:50 |
schwa |
Extended `test_keep_connection`. This doesn't work as expected, though.
|
|
|
|
@502
|
[502]
|
2006-02-06 21:33:38 |
schwa |
Added `keep_alive` methods to `FTPHost` and `_FTPFile` objects.
|
|
|
|
@496
|
[496]
|
2006-02-06 19:43:26 |
schwa |
Let `FTPHost.rmtree` specifically raise `PermanentError`, not just
the ... |
|
|
|
@488
|
[488]
|
2006-02-06 13:06:03 |
schwa |
FTPHost: Added `rmtree` method, resembling that in Python's
`shutil` ... |
|
|
|
@485
|
[485]
|
2006-02-05 15:33:52 |
schwa |
`FTPHost.remove/unlink` are no longer allowed to remove directories,
not ... |
|
|
|
@481
|
[481]
|
2006-02-05 01:00:18 |
schwa |
Removed obsolete autodetection of directory format.
|
|
|
|
@476
|
[476]
|
2006-02-04 22:41:07 |
schwa |
Extract parser classes out of the `_Stat` classes. There are ... |
|
|
|
@474
|
[474]
|
2006-02-04 20:47:09 |
schwa |
Rename `set_directory_format` to `set_directory_parser` (but ... |
|
|
|
@470
|
[470]
|
2006-02-03 00:05:14 |
schwa |
When auto-setting the directory format, set "ms" format first to
check if ... |
|
|
|
@468
|
[468]
|
2006-02-02 23:55:57 |
schwa |
FTPHost.set_directory_format: Renamed parameter `server_platform`
to ... |
|
|
|
@461
|
[461]
|
2006-01-29 02:04:19 |
schwa |
Set svn:mime-type to text/x-python to make syntax highlighting in
Trac's ... |
|
|
|
@456
|
[456]
|
2006-01-28 21:50:30 |
schwa |
Implemented `FTPHost.walk`, similar to `os.walk`.
Removed `from ... |
|
|
|
@453
|
[453]
|
2006-01-28 20:21:10 |
schwa |
Give the user a chance to skip the test(s).
|
|
|
|
@451
|
[451]
|
2006-01-28 19:29:08 |
schwa |
Added `FTPHost.makedirs` method, similar to `os.makedirs`.
|
|
|
|
@449
|
[449]
|
2006-01-28 16:52:32 |
schwa |
Use hard-coded hostname and credentials for the FTP server. The
used ... |
|
|
|
@427
|
[427]
|
2004-07-29 22:14:11 |
schwa |
Added several properties.
|
|
|
|
@363
|
[363]
|
2003-12-28 19:18:28 |
schwa |
Test real FTP access (in addition to the present mock object tests).
|