Timeline
Jul 11, 2012:
- 10:45 PM Ticket #64 (2.7 Package is broken) closed by
- fixed
- 10:24 PM Changeset [1125:532f9c0abe36] by
- `README.html` is no longer a part of the documentation. Removed it from the documentation file list in `setup.py` .
- 12:26 PM Ticket #64 (2.7 Package is broken) created by
- […] Version 2.6 installs fine
Jul 8, 2012:
- 10:14 AM Documentation edited by
- (diff)
- 10:13 AM Changeset [1124:89307e798095] by
- Update documentation on website before sending the announcement.
- 10:07 AM Milestone 2.7 completed
- 10:06 AM Download edited by
- (diff)
- 10:03 AM Changeset [1123:3d95ea5f1e1c] by
- Added tag release2_7 for changeset 2aa1895f6d3a
- 10:00 AM Changeset [1122:2aa1895f6d3a] by
- Removed Debian-specific targets from `.PHONY` list.
- 9:55 AM Changeset [1121:0374889861b3] by
- make patch && make docs
- 9:53 AM Changeset [1120:35afbf694bb5] by
- Updated `VERSION` to 2.7.
- 9:52 AM Changeset [1119:963a016ecfbd] by
- Changed release version from 2.7 beta to 2.7.
Jun 7, 2012:
- 10:14 PM Changeset [1118:04b66347d901] by
- Removed now obsolete tip about increasing the cache size manually.
- 10:00 PM Download edited by
- (diff)
- 9:49 PM Changeset [1117:c9567d5182ac] by
- Added tag release2_7b1 for changeset 973d0bcb40a5
- 9:42 PM Changeset [1116:973d0bcb40a5] by
- Remove removed `debdist` dependency.
- 9:41 PM Download edited by
- Added line for ftputil 2.7b1. (diff)
- 9:30 PM Changeset [1115:a23fbf069b61] by
- The FTP command for getting a listing is `LIST`, not `DIR`.
- 9:19 PM Changeset [1114:f04cc77aec7f] by
- Ran `make patch` and `make docs`.
- 9:19 PM Changeset [1113:543535bc8968] by
- Remove incomplete support for Debian packaging.
- 9:14 PM Changeset [1112:0a61089b0796] by
- No longer generate README.html; use README.txt as is.
- 9:07 PM Changeset [1111:35bb66bca6a5] by
- Increased version number to 2.7b1.
- 9:05 PM Changeset [1110:707932c6211f] by
- Use "assume" instead of "consider". The former is clearer.
- 9:02 PM Changeset [1109:3b0fce08bd96] by
- Updated README.txt for ftputil 2.7 beta 1.
- 9:00 PM Changeset [1108:5923b2c8a8ea] by
- Limit README.txt line length to 70 characters.
- 8:58 PM Changeset [1107:f7a5990de8b1] by
- Add note on `pip` to README.
- 8:54 PM Changeset [1106:74627f3b724c] by
- No longer require reStructuredText as format for `README.txt`.
Jun 3, 2012:
- 3:27 PM Changeset [1105:d1d80d3da2e7] by
- Added announcement for ftputil 2.7 beta 1.
- 11:47 AM Changeset [1104:f10d7830c67c] by
- Updated several links in the documentation.
- 11:38 AM Changeset [1103:46e0727bfd6f] by
- Updated limitations on multithreading.
- 11:34 AM Changeset [1102:4ef94c67b519] by
- Removed obsolete remark about child session timeouts. These are now taken into account if a child session is reused.
- 11:33 AM Changeset [1101:fc10c6f09d42] by
- Added remark on "hidden" directories/files under Bugs/Limitations.
- 11:08 AM Changeset [1100:9e1e802b8116] by
- Added links for `os.listdir` and `os.lstat`.
- 10:59 AM Changeset [1099:072104f6ae0e] by
- Adapted unit test to internal API change.
- 10:59 AM Changeset [1098:d2e4fca44c9b] by
- Be more explicit about setting the flag on the `-a` option.
- 10:58 AM Changeset [1097:1065cffe804c] by
- Fix: The FTP command is LIST, not DIR.
May 31, 2012:
- 3:57 PM Ticket #23 (Add an option to (try to) list hidden files, too) closed by
-
fixed: I have implemented auto-probing of
LIST
's-a
option as of … - 1:45 PM Changeset [1096:34fde55180be] by
- If the server's `LIST` command accepts the `-a` option, use it. The option will be used for all subsequent directory requests. With some servers, this makes the server send directory lines where the file or directory entry starts with a dot. However, there's no _guarantee_ that such entries will be displayed even if the `-a` option is used. Note that the fact that the FTP server doesn't complain about the `-a` option means the option has an effect. I did an experiment and tried arbitrary "options" with `LIST`, but neither gave an error message, but just a directory listing as without the `-a` option.
- 10:49 AM Ticket #63 (ftp_sync break on wrong mkdir exception) closed by
- invalid
- 10:47 AM Ticket #23 (Add an option to (try to) list hidden files, too) reopened by
- As this topic has been brought up in ticket #63 again, I reopen the …
- 9:24 AM Changeset [1095:d2dbf33a41c2] by
- Added link to RFC 2640. This may be important for Python 3 support.
- 8:54 AM Changeset [1094:092f9bd6f7d0] by
- Added comment on use of `isdir` instead of `try/except`.
May 30, 2012:
- 2:50 PM Ticket #62 (FTP upload path not correct using ftp_sync.py under win32) closed by
- fixed
- 2:41 PM Changeset [1093:5eb53d367a7b] by
- Recommend using `FTPHost.path` instead of hardcoding path separators.
- 2:15 PM Changeset [1092:eedc57b42526] by
- Fixed test which broke because of change in `FTPHost._copy`.
- 1:49 PM Changeset [1091:d70661abd9b7] by
- Fix path separators for nested paths on target system (ticket #62).
- 1:47 PM Changeset [1090:de8409a74382] by
- Test if all path separators are converted for the target system. This is a test for ticket #62 that works even on Posix systems. I do this by providing several mock classes which mimic a local Windows filesystem.
- 1:39 PM Changeset [1089:e634dcfbf4cf] by
- Use `self.__class__` instead of `FTPHost` for easier mock testing.
May 28, 2012:
- 10:54 PM Changeset [1088:0c8c7aeddf12] by
- Reformatted slightly for better PEP 8 compatibility.
May 26, 2012:
- 5:45 AM Ticket #63 (ftp_sync break on wrong mkdir exception) created by
-
When syncing, some dir named ".hg" 's
isdir
test will throw … - 5:41 AM Ticket #62 (FTP upload path not correct using ftp_sync.py under win32) created by
- The upload path is not correct under win32 when using ftp_sync.py For …
Apr 21, 2012:
- 11:13 PM Ticket #61 (Add 'rest' argument to file()) created by
- The method file() of FTPHost lacks extra numeric argument "rest" (or …
Note: See TracTimeline
for information about the timeline view.