Timeline
Jul 20, 2009:
- 5:07 PM Ticket #35 (Ftputil broken with some links) reopened by
- Link to link are not yet correctly managed :-) […] regards Nicola
- 1:15 PM Ticket #38 (If cache size is zero, FTPHost.listdir causes an IndexError) closed by
- fixed: Fixed in changeset 882.
- 1:13 PM Changeset [813:2d2d01ad2ec5] by
- Added TODO comment.
- 1:04 PM Changeset [812:d16f222c8d44] by
- Support for limit case of zero size. Removed type check for constructor size argument. Provided a more meaningful error message if the size is negative. Added range check upon resizing.
- 11:40 AM Changeset [811:3064fdee60b0] by
- Added test for issue #38.
- 11:38 AM Ticket #38 (If cache size is zero, FTPHost.listdir causes an IndexError) created by
-
If the cache size for an
FTPHost
instance is explicitly set to …
Jul 13, 2009:
- 3:16 PM Changeset [810:031617cedff3] by
- Added ftp.heanet.ie (see issue #35).
- 3:10 PM Download edited by
- (diff)
- 3:07 PM Download edited by
- (diff)
- 3:03 PM Ticket #35 (Ftputil broken with some links) closed by
- fixed: It seems this bug is implicitly fixed by the change which already …
- 2:58 PM Changeset [809:0e00af87ab06] by
- Get directory listings from various public FTP servers and compare the results with those of a command line client.
Jul 11, 2009:
- 5:54 PM Download edited by
- (diff)
- 5:51 PM Changeset [808:6f76e6fd41ab] by
- Release-related patches.
- 5:45 PM Download edited by
- (diff)
Jul 10, 2009:
- 9:35 PM Ticket #33 (FTPHost.listdir fails for some servers if the path contains slashes) closed by
- fixed: Thanks Stefan, the fix seems fine, Nicola
Jul 8, 2009:
- 9:06 PM Changeset [807:9b759d5191e2] by
- Implemented a workaround for issue #33. From now on, use the former "special case" for listing a directory by default. Adapted unit tests accordingly.
- 5:27 PM Changeset [806:558a2720e0f1] by
- Assume all FTP servers behave like ftp.sunfreeware.com described in issue #33 at http://ftputil.sschwarzer.net/trac/ticket/33 and test that.
- 5:25 PM Changeset [805:1c51f078c784] by
- Fixed comment.
Jul 7, 2009:
May 10, 2009:
- 4:20 PM Documentation edited by
- (diff)
- 4:17 PM Milestone 2.4.1 completed
- 4:14 PM Download edited by
- (diff)
- 4:07 PM Changeset [804:aaeff6db2578] by
- Complete milestone before posting the announcement.
- 4:06 PM Changeset [803:52cb5a25265a] by
- Removed #TODO comment.
- 1:31 PM Changeset [802:667708101939] by
- Add item to mark milestone as completed.
- 12:47 PM Changeset [801:7823a108a00b] by
- Make comment clearer.
- 12:35 PM Changeset [800:b37577197f7e] by
- Updated README and announcements. Increased version number to 2.4.1.
- 12:31 PM Changeset [799:c08941e6112b] by
- Adapted Debian files for upcoming version 2.4.1.
- 12:21 PM Changeset [798:ff1b73253239] by
- Fix handling of 12 AM and 12 PM times in the MS format parser.
- 9:52 AM Changeset [797:7a14276b224c] by
- In the docstring for `synchronize_times`, point out that the time shift can also be set explicitly with `set_time_shift`.
May 9, 2009:
- 1:28 PM Changeset [796:6929c27acdc9] by
- Tried to make the documentation more readable. In particular, removed parentheses and made difficult sentences easier to parse.
- 12:33 PM Changeset [795:743125307fe7] by
- Note that the time shift can be different from zero even if client and server are in the same time zone.
- 10:55 AM Ticket #37 (Confusing behavior of isdir/isfile/islink when a path isn't found) closed by
- fixed: You list a remote directory, but you don't change into it and call …
- 10:52 AM Changeset [794:1bf78b8bafef] by
- Discussed why `isdir`, `isfile` and `islink` sometimes seem to incorrectly return `False`.
- 1:23 AM Ticket #37 (Confusing behavior of isdir/isfile/islink when a path isn't found) created by
- here an example […] maybe the & in the pathname? regards Nicola
May 6, 2009:
- 10:30 PM Ticket #36 (ftputil's exceptions use super, this won't work with Python <2.5) closed by
- fixed: Fixed in changeset 859. I had thought that it would be …
- 10:25 PM Changeset [793:0ef45c839810] by
- Add tests for Python 2.4 to MANIFEST file.
- 10:25 PM Changeset [792:99f2a5c66f27] by
- Use spaces for consecutive lines (after backslash).
- 10:22 PM Changeset [791:06f681345c6e] by
- Fix for bug #36 (reported by Nicola).
- 8:57 PM MailingList edited by
- (diff)
- 8:50 PM MailingList edited by
- (diff)
- 8:48 PM WikiStart edited by
- (diff)
May 4, 2009:
- 9:35 PM Ticket #36 (ftputil's exceptions use super, this won't work with Python <2.5) created by
- Seems there is a bug with python 2.4 and ftputil 2.4, look at this: …
May 3, 2009:
- 10:00 PM Changeset [790:2148fae72310] by
- Some small improvements.
- 8:17 PM Changeset [789:b3672c4b4ce5] by
- Distinguish version number parts by Evan and by the ftputil project.
- 8:12 PM Changeset [788:b263a58e4a48] by
- Added comment for `_sort_key` method from Peter Stirling's patch.
- 8:07 PM Ticket #32 (Exception when calling FTPHost.close after synchronize_times (Windows only)) closed by
- fixed: Fixed in changeset 855.
- 7:54 PM Changeset [787:0b29d67d4210] by
- Use a counter instead of `time.time()` to determine the heap order. This fixes bug #32.
May 1, 2009:
- 8:04 PM Ticket #28 (Additional parameters for files) closed by
- wontfix: After discussion with Axel I decided to not apply this patch to …
- 7:33 PM Ticket #30 (Add support for the with statement) closed by
-
fixed: Support for the
with
statement has been added forFTPHost
… - 7:30 PM Ticket #34 (New parser needed for some unix variants) closed by
- invalid: As the reporter wrote me he had modified ftputil for an experiment and …
Apr 30, 2009:
- 11:08 PM Changeset [786:4da2efa4bf8f] by
- Reverted changes which should have gone into the issue32 branch.
- 10:59 PM Changeset [785:7515d06b2284] by
- Made test cache smaller.
- 10:55 PM Changeset [784:26ec6614a1af] by
- Try to minimize further.
- 10:45 PM Changeset [783:e8690b575b06] by
- Try to minimize code for error reproduction.
- 10:17 PM Changeset [782:0ae4120c9040] by
- Added comment on cache invalidation in `FTPHost.file`.
- 10:16 PM Changeset [781:2f6b2934a207] by
- Fixed typo.
- 5:48 AM Documentation edited by
- (diff)
Apr 28, 2009:
- 10:42 PM Ticket #35 (Ftputil broken with some links) created by
- Ftputil is broken with links that start with ./ An example is …
- 10:37 PM Ticket #34 (New parser needed for some unix variants) created by
- The ftputil parser works fine with windows and standard unix directory …
- 10:31 PM Ticket #33 (FTPHost.listdir fails for some servers if the path contains slashes) created by
- Ftputil doesn't correctly list the content for some sites such as …
Note: See TracTimeline
for information about the timeline view.