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