0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Oct 04, 2024 — Oct 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* NEWS: Updated. More... almost 17 years ago
* run-tests.py: Adapted to the above change. * run-tests.sh: removed. More... almost 17 years ago
* testsuite: moved encoding-specific files to 'tar.gz' archives. More... almost 17 years ago
* testsuite: moved encoding-specific files to 'tar' archives. More... almost 17 years ago
* testsuite: added GBK encoding files. More... almost 17 years ago
* testsuite: reorganised UTF-8 files More... almost 17 years ago
* run-tests.py: Don't assume utf-8, use preferred encoding instead. More... almost 17 years ago
* s3cmd, S3/Utils.py, S3/Exceptions.py, S3/Progress.py, S3/Config.py, S3/S3.py: Added --encoding switch and Config.encoding variable. Don't assume utf-8 for filesystem and terminal output anymore. More... almost 17 years ago
* s3cmd: Avoid ZeroDivisionError on fast links. More... almost 17 years ago
* s3cmd: Unicodised all info() output. More... almost 17 years ago
Convert CRLF to LF More... almost 17 years ago
* run-tests.py: Exit on failed test. Fixed order of tests. More... almost 17 years ago
* s3cmd: Replace unknown Unicode characters with '?' to avoid UnicodeEncodeError's. Also make all output strings unicode. More... almost 17 years ago
* TODO, NEWS: Updated More... almost 17 years ago
* s3cmd: Improved wildcard get. More... almost 17 years ago
* run-tests.py: Improved testsuite, added parameters support to run only specified tests, cleaned up win/posix integration. More... almost 17 years ago
* S3/Exception.py: Python 2.4 doesn't automatically set Exception.message. More... almost 17 years ago
* run-tests.py: Improved testsuite, added parameters support to run only specified tests, cleaned up win/posix integration. More... almost 17 years ago
* s3cmd, run-tests.py: Make it work on Windows. More... almost 17 years ago
* setup.cfg: Remove explicit install prefix. That should fix Mac OS X and Windows "setup.py install" runs. More... almost 17 years ago
* s3cmd, S3/S3.py, S3/Progress.py: Display "[X of Y]" in --progress mode. More... almost 17 years ago
* s3cmd, S3/Config.py: Implemented recursive [get]. Added --skip-existing option for [get] and [sync]. More... almost 17 years ago
* TODO: Updated More... almost 17 years ago
* S3/Progress.py: Restructured import Utils to avoid import conflicts. More... almost 17 years ago
* s3cmd: Better Exception output. Print sys.path on ImportError, don't print backtrace on KeyboardInterrupt More... almost 17 years ago
* s3cmd: Support for multiple sources in 'get' command. More... almost 17 years ago
* TODO: Updated list. More... almost 17 years ago
* s3cmd: Don't display download/upload completed message in --progress mode. * S3/S3.py: Pass src/dst names down to Progress class. * S3/Progress.py: added new class ProgressCR - apparently ProgressANSI doesn't work on MacOS-X (and perhaps elsewhere). * S3/Config.py: Default progress meter is now ProgressCR * s3cmd: Updated email address for reporting bugs. More... almost 17 years ago
* s3cmd: Updated email address for reporting bugs. * TODO: Updated list. More... almost 17 years ago
Fixes for non-recursive 'ls' support from previous commit. More... almost 17 years ago