ftputil

log

age author description
6 weeks Stefan Schwarzer Mentioned where the login data is taken from at the moment.default tip
6 weeks Stefan Schwarzer Added timeout logic for servers which don't send a response for
6 weeks Stefan Schwarzer Add empty lines according to PEP 8.
6 weeks Stefan Schwarzer Consider multiline-responses from server in `_FTPFile.close`.
6 weeks Stefan Schwarzer Handle status code 150 for an incomplete transfer (see ticket #51).
6 weeks Stefan Schwarzer Support for more file type characters.
6 weeks Stefan Schwarzer Test script finding threshold for file size above which closing blocks.
6 weeks Stefan Schwarzer Support "s" (socket) as mode character (thanks to Stefano Masini).
2 months Stefan Schwarzer Replaced licenses in each file with reference to common `LICENSE`
2 months Stefan Schwarzer Added other authors.
2 months Stefan Schwarzer Added copyright for Roger Demetrescu (patches for `with` support).
2 months Stefan Schwarzer Common license file for ftputil.
2 months Stefan Schwarzer Fixed some formatting (replaced tabs with spaces).
3 months ssteiner Added note on testing with Python 2.5+ and fixed formatting.
3 months ssteiner Updated .hgignore to skip build dir too
2 months Stefan Schwarzer Renamed file to avoid conflicts with hg's autorenaming on reversion.
3 months Stefan Schwarzer Allow setuptools commands (contributed by Steve Steiner).
3 months Stefan Schwarzer Run tests specific for Python 2.4 only if the interpreter is there.
3 months Stefan Schwarzer Put non-writable directory into error message (thanks to Steve Steiner).
3 months Stefan Schwarzer Added test and fix for ticket #46 (thanks go to Steve Steiner).
5 months Stefan Schwarzer Added a FIXME comment on timed-out child sessions.
5 months Stefan Schwarzer Re-added the patch which used to be svn rev 897 (see ticket #42).
5 months Stefan Schwarzer Split `_TransferredFile` into two classes (local and remote).
5 months Stefan Schwarzer Added `_TransferredFile.mtime_precision` and a few docstrings.
5 months Stefan Schwarzer Use 2.5dev as version = in-development version before 2.5.
5 months Stefan Schwarzer Add a `_st_mtime_precision` value to stat result objects.
5 months Stefan Schwarzer Minor text change.
5 months Stefan Schwarzer Omit test files from release archive to ease Debian distribution.
5 months Stefan Schwarzer Added unit test for download operations. Improved `make_file` method.
5 months Stefan Schwarzer Ignore HTML files generated via makefile.
5 months Stefan Schwarzer Removed references to `xreadlines` method; it's removed.
5 months Stefan Schwarzer Fixed remote vs. local file in `FTPHost._download`. Unit tests pass.
5 months Stefan Schwarzer Preliminary upload/download refactoring. Some download tests fail.
5 months Stefan Schwarzer Ignore ctags's tags file.
5 months Stefan Schwarzer Removed now-unused Subversion keywords (migration to Mercurial).
5 months Stefan Schwarzer Removed unused imports.
5 months Stefan Schwarzer Note on `make patch`.
5 months Stefan Schwarzer Removed `xreadlines` stuff as announced in
5 months Stefan Schwarzer Don't pollute package namespace with error classes. See announcement
5 months Stefan Schwarzer Fixed copyright notice.
5 months Stefan Schwarzer Removed `sys.path` modification. I don't remember what that was for.
5 months Stefan Schwarzer Adapted to changed timezone convention in Pure-FTPd.
6 months Stefan Schwarzer Added ignore patterns for pyc files and private directory.
6 months Stefan Schwarzer Presumably no more development on this branch, so close it.add_stat_caching
6 months convert-repo update tags
8 months Stefan Schwarzer "strongly" perhaps is too strong. ;-)
8 months Stefan Schwarzer Version change patches.release2_4_2
8 months Stefan Schwarzer Updated version to 2.4.2.
8 months Stefan Schwarzer Added announcement for ftputil 2.4.2.
8 months Stefan Schwarzer Updated release notes in `README.txt`.
8 months Stefan Schwarzer Use former version of `setup.py` for release 2.4.2 final.
8 months Stefan Schwarzer Show an error message upon tried installation if an HTML file is missing.
9 months Stefan Schwarzer Updated year in copyright notice.
9 months Stefan Schwarzer Marked development status as "Production/Stable" instead of "Mature".release2_4_2b2
9 months Stefan Schwarzer Updated version number and patched via Makefile.
9 months Stefan Schwarzer Got rid of unnecessary usage of `sysconfig.get_python_lib`. This also
9 months Stefan Schwarzer Fixes for (hopefully) more robustness in `_real_stat` and `_real_lstat`.
9 months Stefan Schwarzer Commented out `test_special_broken_link`. I'll deal with that later,
9 months Stefan Schwarzer Added comments on ticket #39.
9 months Stefan Schwarzer Commented out `print` statement.