root/branches


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @632 [632] 2006-11-22 19:57:47 schwa Added a test to make sure that a `listdir` on an empty directory doesn't ...
(edit) @631 [631] 2006-11-22 19:56:40 schwa Added mock directory listings to test an empty directory.
(edit) @630 [630] 2006-11-22 19:55:55 schwa Leave `_real_listdir` early if no lines were found. Made a comment a bit ...
(edit) @629 [629] 2006-10-30 23:09:36 schwa Updated to version 2.2b.
(edit) @628 [628] 2006-10-30 23:08:52 schwa Updated to 2.2b.
(edit) @627 [627] 2006-10-30 23:08:07 schwa Added classifiers.
(edit) @625 [625] 2006-10-19 23:40:01 schwa Added note on updated documentation.
(edit) @624 [624] 2006-10-19 23:36:37 schwa Wrote announcement for ftputil 2.2b1.
(edit) @623 [623] 2006-10-19 23:28:00 schwa Added note on iterator protocol for files. Fixed some URLs.
(edit) @622 [622] 2006-10-19 22:54:46 schwa Unlimited cache entry age corresponds to `None`.
(edit) @621 [621] 2006-10-19 22:54:18 schwa Use `None` as special value, not 0, for unlimited age.
(edit) @620 [620] 2006-10-19 22:48:47 schwa Let `max_age` == 0 be a special value meaning unlimited age.
(edit) @619 [619] 2006-10-19 22:37:52 schwa Small fixes in section on stat caching.
(edit) @618 [618] 2006-10-19 22:31:41 schwa Added documentation on lstat caching and file iterators.
(edit) @617 [617] 2006-10-19 21:42:49 schwa Added test of stat cache invalidation for concurrent access.
(edit) @616 [616] 2006-10-19 21:23:32 schwa Remove obsolete method `set_directory_format`, as was already predicted in ...
(edit) @615 [615] 2006-10-19 21:19:17 schwa Make sure that `invalidate` gets an absolute path.
(edit) @614 [614] 2006-10-19 19:08:25 schwa Invalidate the corresponding cache entry when beginning to write a file. ...
(edit) @613 [613] 2006-10-19 18:09:44 schwa Decreased default cache size to 1000 entries.
(edit) @612 [612] 2006-10-19 17:53:14 schwa Use `enumerate` in `readlines` method.
(edit) @611 [611] 2006-10-19 17:30:17 schwa Fixed typo in docstring.
(edit) @610 [610] 2006-10-19 17:28:59 schwa Iterator protocol implemented. `xreadlines` stays, as in current ...
(edit) @609 [609] 2006-10-19 17:28:15 schwa Added iterator interface for `FTPFile`s.
(edit) @608 [608] 2006-10-19 17:04:41 schwa Support expiration of cache entries.
(edit) @607 [607] 2006-10-19 15:55:29 schwa Caching is now implemented. Plan to remove `xreadlines` from `FTPFile` ...
(edit) @606 [606] 2006-10-19 15:53:49 schwa If the cache is disabled, raise a `CacheMissError`, even of the path is ...
(edit) @605 [605] 2006-10-18 20:51:14 schwa Removed debugging code.
(edit) @604 [604] 2006-10-18 20:42:01 schwa Added a `resize` method to the cache. The default size is now 2000.
(edit) @603 [603] 2006-10-18 20:18:50 schwa Don't print cache contents. For the LRU cache, this takes a large part of ...
(edit) @602 [602] 2006-10-18 20:17:02 schwa Use Evan Prodromou's lrucache module instead of an "infinite" dictionary.
(edit) @601 [601] 2006-10-18 18:01:43 schwa Added lrucache.py to the MANIFEST's list.
(edit) @600 [600] 2006-10-18 11:27:54 schwa Avoid some redundancy in comment on origin.
(edit) @599 [599] 2006-10-18 01:53:04 schwa Added a pointer to the original lrucache package.
(edit) @598 [598] 2006-10-17 23:06:58 schwa Fixed comment identation in docstring (tabs -> spaces).
(edit) @597 [597] 2006-10-17 23:05:22 schwa Removed whitespace at end of lines.
(edit) @596 [596] 2006-10-17 23:04:13 schwa Added comment for dual licensing (revised BSD license for ftputil).
(edit) @595 [595] 2006-10-17 22:57:03 schwa Original version of lrucache.py 0.2 by Evan Prodromou.
(edit) @594 [594] 2006-10-14 23:54:33 schwa Add FAQ on SSL support.
(edit) @593 [593] 2006-10-14 18:46:15 schwa Set svn:keywords property to "Id".
(edit) @590 [590] 2006-10-14 18:32:19 schwa Added announcement for ftputil 2.2a1.
(edit) @589 [589] 2006-10-14 18:28:05 schwa Changed release notes for ftputil 2.2a1.
(edit) @587 [587] 2006-10-14 17:39:16 schwa Increased version number to 2.2a1.
(edit) @586 [586] 2006-10-14 17:38:25 schwa Added lines for `ftp_stat_cache.py` and the accompanying tests.
(edit) @585 [585] 2006-10-14 17:37:52 schwa Explicitly enable the stat cache.
(edit) @584 [584] 2006-10-14 17:37:23 schwa Added timing results for activated caching in `_real_listdir`.
(edit) @583 [583] 2006-10-14 17:36:40 schwa Added docstrings.
(edit) @582 [582] 2006-10-14 17:29:13 schwa Tests for disabled cache.
(edit) @581 [581] 2006-10-14 17:28:46 schwa Added enable/disable methods. Fixed parameter name in `__setitem__`.
(edit) @580 [580] 2006-10-14 16:55:57 schwa Added tests for stat cache. Added svn:keywords property.
(edit) @579 [579] 2006-10-14 16:11:45 schwa Set svn:keywords property.
(edit) @578 [578] 2006-10-14 16:11:18 schwa Tests for module ftp_stat_cache.py.
(edit) @577 [577] 2006-10-14 15:10:34 schwa Removed irrelevant comment in `FTPHost.walk`.
(edit) @576 [576] 2006-10-14 15:09:48 schwa Fixed bug when storing stat results in `_real_listdir`.
(edit) @575 [575] 2006-10-14 14:51:50 schwa Make sure the experimental ftputil version with cache support is ...
(edit) @574 [574] 2006-10-14 14:50:53 schwa Clear stat cache when closing the connection.
(edit) @573 [573] 2006-10-14 14:50:23 schwa Added caching to `_real_listdir` method.
(edit) @572 [572] 2006-10-14 14:49:38 schwa Add error message to raise of `CacheMissError`. Added some methods for ...
(edit) @571 [571] 2006-10-14 01:48:43 schwa Let ftputil use the stat cache in ftp_stat_cache.py. With the ...
(edit) @570 [570] 2006-10-14 01:33:14 schwa Moved upload_download_test.py into sandbox directory.
(edit) @569 [569] 2006-10-14 01:31:45 schwa List some directories recursively on a FreeBSD FTP server. This is used ...
(edit) @568 [568] 2006-10-14 01:30:43 schwa Experiments etc.
(edit) @567 [567] 2006-10-14 01:01:25 schwa Rudimentary stat cache without expiration of entries.
(edit) @566 [566] 2006-10-13 22:47:36 schwa Use slightly faster version of `chdir` (don't query the server again to ...
(edit) @565 [565] 2006-10-13 12:36:15 schwa Removed lines related to the directory cache (see previous commit).
(edit) @564 [564] 2006-10-13 12:34:15 schwa Remember current working directory locally. Added code for a directory ...
(edit) @563 [563] 2006-10-13 12:32:27 schwa Use Python 2.3 compatible string search.
(edit) @562 [562] 2006-10-13 00:19:39 schwa Dropped support for Python versions < 2.3 .
(edit) @561 [561] 2006-10-12 23:11:12 schwa Merged revision 545 -> 546 from trunk, which was accidentally omitted in ...
(edit) @560 [560] 2006-10-12 23:02:25 schwa Merged revisions from 546 to 559 from trunk into branch add_stat_caching.
(edit) @545 [545] 2006-07-16 23:12:00 schwa Code contributed by Martin Wilck. (Thank you!) I might use some of this ...
(edit) @544 [544] 2006-07-16 23:07:48 schwa Add a feature branch to add caching of stat results.
(add) @543 [543] 2006-07-16 23:06:35 schwa Added directory for branches.
Note: See TracRevisionLog for help on using the revision log.