root/trunk/ftp_stat.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) @724 [724] 2008-08-31 12:49:27 schwa Made docstring more readable.
(edit) @717 [717] 2008-07-29 18:21:33 schwa Added/changed a few comments.
(edit) @671 [671] 2006-11-24 23:35:32 schwa Use Python 2.2 style dictionary key test.
(edit) @653 [653] 2006-11-23 17:25:29 schwa Renamed method `ignore_line` to `ignores_line` to better describe that it ...
(edit) @652 [652] 2006-11-23 17:19:10 schwa Extracted date/time parsing methods into `Parser` base class.
(edit) @651 [651] 2006-11-23 16:47:50 schwa Use string containment test in Python 2.3 style.
(edit) @650 [650] 2006-11-23 16:42:47 schwa Extracted a new method `parse_mode` out of `UnixParser` and moved it into ...
(edit) @649 [649] 2006-11-23 14:41:29 schwa Don't compare apples with oranges, i. e. don't compare stat results with ...
(edit) @648 [648] 2006-11-23 11:58:30 schwa Fixed error message.
(edit) @647 [647] 2006-11-23 01:33:53 schwa Turn classes into new-style classes by letting them inherit ...
(edit) @640 [640] 2006-11-23 00:09:10 schwa Made parsers public, i. e. removed the underscore in front ...
(edit) @638 [638] 2006-11-22 23:01:51 schwa Add parser method `ignore_line` and use it.
(edit) @637 [637] 2006-11-22 22:49:46 schwa Use shorter names for parser classes. They have long been line parsers, ...
(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) @548 [548] 2006-08-07 21:42:41 schwa Included the word "remote" in two error messages to make the ...
(edit) @521 [521] 2006-02-19 17:01:37 schwa Fixed now-obsolete comment in `_UnixDirectoryParser._split_line`.
(edit) @518 [518] 2006-02-19 00:28:29 schwa Fixed docstring in `_split_line`.
(edit) @517 [517] 2006-02-19 00:25:06 schwa Extended Unix format parser to deal with an unusual format variant. This ...
(edit) @484 [484] 2006-02-05 11:05:29 schwa Improved documentation (docstrings, comments).
(edit) @483 [483] 2006-02-05 01:42:30 schwa Removed dictionary `_available_parsers`. It's no longer needed.
(edit) @480 [480] 2006-02-05 00:48:42 schwa Switch automatically to the Microsoft format parser if the Unix format ...
(edit) @479 [479] 2006-02-04 23:21:48 schwa _Stat: Improve exception handling in `listdir` and `lstat`.
(edit) @478 [478] 2006-02-04 23:19:45 schwa _Stat.listdir: Be more explicit on things like "total ..." in listings.
(edit) @476 [476] 2006-02-04 22:41:07 schwa Extract parser classes out of the `_Stat` classes. There are ...
(edit) @472 [472] 2006-02-04 20:34:12 schwa _Stat.(l)stat: Be even more clear about usage of extra method parameter by ...
(edit) @468 [468] 2006-02-02 23:55:57 schwa FTPHost.set_directory_format: Renamed parameter `server_platform` to ...
(edit) @464 [464] 2006-02-01 01:23:57 schwa _Stat.listdir: Provide a more meaningful error message if the ...
(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) @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) @395 [395] 2004-02-27 23:34:52 schwa Increased year values in copyright notices.
(edit) @386 [386] 2004-02-26 22:57:06 schwa Make `True` (used in `_Stat.lstat`) known for use in Python before 2.2.1 ...
(edit) @354 [354] 2003-10-30 19:54:17 schwa Small formatting changes.
(edit) @353 [353] 2003-10-30 19:52:31 schwa _Stat.stat_candidates: Compacted list comprehension.
(edit) @352 [352] 2003-10-30 19:51:09 schwa _Stat.parse_lines: Compacted implementation.
(edit) @351 [351] 2003-10-30 19:49:53 schwa _Stat.stat: Include the original path in the error ...
(edit) @349 [349] 2003-10-30 19:25:57 schwa `_Path.exists/isfile/isdir/islink` no longer obscure "abnormal" server ...
(edit) @348 [348] 2003-10-30 18:51:23 schwa `_Path.exists` no longer returns `False` for an abnormal FTP error (e. g. ...
(edit) @347 [347] 2003-10-29 23:01:50 schwa Reverted the patch from the last commit.
(edit) @346 [346] 2003-10-29 22:59:51 schwa Execute only time shift tests.
(edit) @345 [345] 2003-10-25 23:06:00 schwa _Stat.lstat: Joined a comment to occupy only one line.
(edit) @344 [344] 2003-10-25 22:26:20 schwa _Stat.lstat: Changed implementation to be more similar to that of the ...
(edit) @343 [343] 2003-10-25 21:33:56 schwa _Stat.lstat: Fixed typo.
(edit) @313 [313] 2003-10-05 17:09:59 schwa _UnixStat.parse_line: Added an addend in the year-determination logic, so ...
(edit) @303 [303] 2003-10-04 21:45:06 schwa _Stat.listdir: Exclude `self._host.curdir` and `self._host.pardir` from ...
(edit) @285 [285] 2003-10-04 17:37:14 schwa Consider the time shift in stat'ing files on Unix servers.
(edit) @282 [282] 2003-10-04 14:43:44 schwa Fixed some docstrings.
(edit) @281 [281] 2003-10-04 14:39:23 schwa _MSStat.parse_line: Reverted argument order: `12 + hour` -> `hour + 12`.
(edit) @279 [279] 2003-10-04 14:35:04 schwa Extended comment on test for stat result's base class.
(edit) @278 [278] 2003-10-04 14:33:44 schwa Set the stat result base class without explicitly querying the Python ...
(edit) @277 [277] 2003-10-04 14:07:53 schwa Added and changed comments and docstrings.
(edit) @268 [268] 2003-06-09 19:33:00 schwa _Stat.__init__: Make an instance variable `_path`, taken from the given ...
(edit) @263 [263] 2003-06-09 19:06:01 schwa Module: Added docstrings for classes derived from `_Stat`.
(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) @257 [257] 2003-06-09 18:00:13 schwa Module: Renamed `_Stat` to `_StatResult`.
(edit) @254 [254] 2003-06-09 17:22:57 schwa _StatParser: Changed name and interface of former ...
(edit) @252 [252] 2003-06-09 16:52:57 schwa _MSStatParser.parse_line: Add more sanity error checking.
(edit) @250 [250] 2003-06-09 16:04:49 schwa In line parser methods, renamed `result` to `stat_result`.
(edit) @248 [248] 2003-06-09 15:56:59 schwa Module: Added parser info to module docstring.
(edit) @246 [246] 2003-06-09 15:52:02 schwa Moved line parsers from `ftputil.py` to `ftp_stat.py`. These parsers go ...
(edit) @244 [244] 2003-06-09 12:47:29 schwa Module: Added `_StatParser` class with methods `parse_line` and ...
(edit) @238 [238] 2003-06-08 19:42:06 schwa Fixed/added several docstrings and comments.
(add) @235 [235] 2003-03-16 19:20:54 schwa `stat` result class for ftputil.
Note: See TracRevisionLog for help on using the revision log.