Timeline


and .

2009-05-10:

14:20 Documentation edited by schwa
(diff)
14:17 Milestone 2.4.1 completed
14:14 Download edited by schwa
(diff)
14:10 ftputil-2.4.1.tar.gz attached to Download by schwa
14:07 Changeset [804:aaeff6db2578] by Stefan Schwarzer <sschwarzer@…>
Complete milestone before posting the announcement.
14:06 Changeset [803:52cb5a25265a] by Stefan Schwarzer <sschwarzer@…>
Removed #TODO comment.
11:31 Changeset [802:667708101939] by Stefan Schwarzer <sschwarzer@…>
Add item to mark milestone as completed.
10:47 Changeset [801:7823a108a00b] by Stefan Schwarzer <sschwarzer@…>
Make comment clearer.
10:35 Changeset [800:b37577197f7e] by Stefan Schwarzer <sschwarzer@…>
Updated README and announcements. Increased version number to 2.4.1.
10:31 Changeset [799:c08941e6112b] by Stefan Schwarzer <sschwarzer@…>
Adapted Debian files for upcoming version 2.4.1.
10:21 Changeset [798:ff1b73253239] by Stefan Schwarzer <sschwarzer@…>
Fix handling of 12 AM and 12 PM times in the MS format parser.
07:52 Changeset [797:7a14276b224c] by Stefan Schwarzer <sschwarzer@…>
In the docstring for `synchronize_times`, point out that the time shift ...

2009-05-09:

11:28 Changeset [796:6929c27acdc9] by Stefan Schwarzer <sschwarzer@…>
Tried to make the documentation more readable. In particular, ...
10:33 Changeset [795:743125307fe7] by Stefan Schwarzer <sschwarzer@…>
Note that the time shift can be different from zero even if client and ...
08:55 Ticket #37 (Confusing behavior of isdir/isfile/islink when a path isn't found) closed by schwa
fixed: You list a remote directory, but you don't change into it and call …
08:52 Changeset [794:1bf78b8bafef] by Stefan Schwarzer <sschwarzer@…>
Discussed why `isdir`, `isfile` and `islink` sometimes seem to incorrectly ...

2009-05-08:

23:23 Ticket #37 (Confusing behavior of isdir/isfile/islink when a path isn't found) created by ftputiluser
here an example […]

2009-05-06:

20:30 Ticket #36 (ftputil's exceptions use super, this won't work with Python <2.5) closed by schwa
fixed: Fixed in changeset 859. I had thought that it would be …
20:25 Changeset [793:0ef45c839810] by Stefan Schwarzer <sschwarzer@…>
Add tests for Python 2.4 to MANIFEST file.
20:25 Changeset [792:99f2a5c66f27] by Stefan Schwarzer <sschwarzer@…>
Use spaces for consecutive lines (after backslash).
20:22 Changeset [791:06f681345c6e] by Stefan Schwarzer <sschwarzer@…>
Fix for bug #36 (reported by Nicola).
18:57 MailingList edited by schwa
(diff)
18:50 MailingList edited by schwa
(diff)
18:48 WikiStart edited by schwa
(diff)

2009-05-04:

19:35 Ticket #36 (ftputil's exceptions use super, this won't work with Python <2.5) created by ftputiluser
Seems there is a bug with python 2.4 and ftputil 2.4, look at …

2009-05-03:

20:00 Changeset [790:2148fae72310] by Stefan Schwarzer <sschwarzer@…>
Some small improvements.
18:17 Changeset [789:b3672c4b4ce5] by Stefan Schwarzer <sschwarzer@…>
Distinguish version number parts by Evan and by the ftputil project.
18:12 Changeset [788:b263a58e4a48] by Stefan Schwarzer <sschwarzer@…>
Added comment for `_sort_key` method from Peter Stirling's patch.
18:07 Ticket #32 (Exception when calling FTPHost.close after synchronize_times (Windows ...) closed by schwa
fixed: Fixed in changeset 855.
17:54 Changeset [787:0b29d67d4210] by Stefan Schwarzer <sschwarzer@…>
Use a counter instead of `time.time()` to determine the heap order. This ...

2009-05-01:

18:04 Ticket #28 (Additional parameters for files) closed by schwa
wontfix: After discussion with Axel I decided to not apply this patch to …
17:33 Ticket #30 (Add support for the with statement) closed by schwa
fixed: Support for the with statement has been added for FTPHost and …
17:30 Ticket #34 (New parser needed for some unix variants) closed by schwa
invalid: As the reporter wrote me he had modified ftputil for an experiment and …

2009-04-30:

21:08 Changeset [786:4da2efa4bf8f] by Stefan Schwarzer <sschwarzer@…>
Reverted changes which should have gone into the issue32 branch.
20:59 Changeset [785:7515d06b2284] by Stefan Schwarzer <sschwarzer@…>
Made test cache smaller.
20:55 Changeset [784:26ec6614a1af] by Stefan Schwarzer <sschwarzer@…>
Try to minimize further.
20:45 Changeset [783:e8690b575b06] by Stefan Schwarzer <sschwarzer@…>
Try to minimize code for error reproduction.
20:17 Changeset [782:0ae4120c9040] by Stefan Schwarzer <sschwarzer@…>
Added comment on cache invalidation in `FTPHost.file`.
20:16 Changeset [781:2f6b2934a207] by Stefan Schwarzer <sschwarzer@…>
Fixed typo.
03:48 Documentation edited by schwa
(diff)

2009-04-28:

20:42 Ticket #35 (Ftputil broken with some links) created by ftputiluser
Ftputil is broken with links that start with ./ An example is …
20:37 Ticket #34 (New parser needed for some unix variants) created by ftputiluser
The ftputil parser works fine with windows and standard unix directory …
20:31 Ticket #33 (FTPHost.listdir fails for some servers if the path contains slashes) created by ftputiluser
Ftputil doesn't correctly list the content for some sites such as …

2009-04-11:

08:32 Changeset [780:1ce961cbb4b8] by Stefan Schwarzer <sschwarzer@…>
Ignore directories for sync tests, test_empty and test_target.
08:31 Changeset [779:f8810caff279] by Stefan Schwarzer <sschwarzer@…>
Consider missing test directories.
08:30 Changeset [778:e630c1599d67] by Stefan Schwarzer <sschwarzer@…>
Silenced pylint error 1101 and added reasoning for that.
08:20 Changeset [777:1a6bf04c66fa] by Stefan Schwarzer <sschwarzer@…>
Removed the sync test directories. If those directories are under ...
08:15 Changeset [776:3f242dcc1f22] by Stefan Schwarzer <sschwarzer@…>
Directories used by ftp sync unit tests.
07:48 Changeset [775:e30f19b0424b] by Stefan Schwarzer <sschwarzer@…>
Fix copyright notice (this module was started 2006).
07:42 Changeset [774:8ca6b70c01d7] by Stefan Schwarzer <sschwarzer@…>
Removed long-outdated points.

2009-04-07:

19:28 Ticket #32 (Exception when calling FTPHost.close after synchronize_times (Windows ...) created by schwa
Running the code […]

2009-04-05:

18:09 Changeset [773:de1877c8c9d6] by Stefan Schwarzer <sschwarzer@…>
Give a more helpful error message if an item to remove doesn't exist at ...
16:28 Changeset [772:2166f443d615] by Stefan Schwarzer <sschwarzer@…>
Make the `ftp_error` module more robust with respect to ...
12:45 Changeset [771:b5489dc35a4e] by Stefan Schwarzer <sschwarzer@…>
Remove `super` call from `StatResult.__init__`. The former code gave a ...

2009-02-15:

13:06 Documentation edited by schwa
(diff)
13:03 Changeset [770:da2f3a875b36] by Stefan Schwarzer <sschwarzer@…>
Substituted double backticks for single ones according to reStructuredText ...
12:57 Download edited by schwa
(diff)
12:55 ftputil-2.4.tar.gz attached to Download by schwa
12:48 Changeset [769:d24996d8d029] by Stefan Schwarzer <sschwarzer@…>
Changes for version 2.4.
00:00 Milestone 2.4 completed
Note: See TracTimeline for information about the timeline view.