root/branches/add_stat_caching

Name Size Rev Age Last Change
../
ftpsync-0.1 545 2 years schwa: Code contributed by Martin Wilck. (Thank you!) I might use some of this ...
sandbox 603 2 years schwa: Don't print cache contents. For the LRU cache, this takes a large part of ...
__init__.py 1.6 kB 562 2 years schwa: Dropped support for Python versions < 2.3 .
_mock_ftplib.py 7.9 kB 631 2 years schwa: Added mock directory listings to test an empty directory.
_test_base.py 1.9 kB 562 2 years schwa: Dropped support for Python versions < 2.3 .
_test_ftp_path.py 5.1 kB 562 2 years schwa: Dropped support for Python versions < 2.3 .
_test_ftp_stat.py 16.5 kB 632 2 years schwa: Added a test to make sure that a `listdir` on an empty directory doesn't ...
_test_ftp_stat_cache.py 4.4 kB 615 2 years schwa: Make sure that `invalidate` gets an absolute path.
_test_ftputil.py 19.8 kB 609 2 years schwa: Added iterator interface for `FTPFile`s.
_test_real_ftp.py 13.7 kB 617 2 years schwa: Added test of stat cache invalidation for concurrent access.
announcements.txt 8.4 kB 625 2 years schwa: Added note on updated documentation.
ftp_error.py 3.5 kB 519 3 years schwa: Include ftputil version and Python version in traceback. This should make ...
ftp_file.py 9.3 kB 612 2 years schwa: Use `enumerate` in `readlines` method.
ftp_path.py 6.2 kB 562 2 years schwa: Dropped support for Python versions < 2.3 .
ftp_stat.py 19.5 kB 630 2 years schwa: Leave `_real_listdir` early if no lines were found. Made a comment a bit ...
ftp_stat_cache.py 6.5 kB 621 2 years schwa: Use `None` as special value, not 0, for unlimited age.
ftputil.py 27.7 kB 616 2 years schwa: Remove obsolete method `set_directory_format`, as was already predicted in ...
ftputil.txt 34.8 kB 629 2 years schwa: Updated to version 2.2b.
ftputil_ru.txt.orig 27.9 kB 511 3 years schwa: Included some parts for upcoming release 2.1. Thanks to Anton Stepanov!
ftputil_ru_utf8.txt 41.9 kB 512 3 years schwa: Updated documentation for 2.1 beta x. This documentation contains ...
ftputil_version.py 1.8 kB 629 2 years schwa: Updated to version 2.2b.
lrucache.py 6.8 kB 600 2 years schwa: Avoid some redundancy in comment on origin.
Makefile 3.1 kB 560 2 years schwa: Merged revisions from 546 to 559 from trunk into branch add_stat_caching.
MANIFEST 322 bytes 601 2 years schwa: Added lrucache.py to the MANIFEST's list.
PKG-INFO 1.4 kB 628 2 years schwa: Updated to 2.2b.
README.release 0.6 kB 540 3 years schwa: Added task of updating the website's documentation.
README.txt 2.8 kB 623 2 years schwa: Added note on iterator protocol for files. Fixed some URLs.
setup.py 3.4 kB 627 2 years schwa: Added classifiers.
TODO 0.6 kB 610 2 years schwa: Iterator protocol implemented. `xreadlines` stays, as in current ...
VERSION 5 bytes 629 2 years schwa: Updated to version 2.2b.
  • Property svn:ignore set to
    private
    *.pyc
    *.html
Note: See TracBrowser for help on using the browser.