0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 12 hours ago.
Oct 07, 2024 — Oct 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* s3cmd: Fixed reporting of ImportError of S3 modules. More... over 16 years ago
* s3cmd: Fixed Error: global name 'real_filename' is not defined More... over 16 years ago
* s3cmd: New command [sign] * S3/Utils.py: New function sign_string() * S3/S3.py, S3/CloudFront.py: Use sign_string(). More... over 16 years ago
* Released version 0.9.9 More... over 16 years ago
* s3cmd.1: Document all the new options and commands. * s3cmd, S3/Config.py: Updated some help texts. Removed option --debug-syncmatch along the way (because --dry-run with --debug is good enough). * TODO: Updated. More... over 16 years ago
* s3cmd: Check Python version >= 2.4 as soon as possible. More... over 16 years ago
* s3cmd, S3/Config.py, S3/S3.py: Added --add-header option. * NEWS: Documented --add-header. More... over 16 years ago
* run-tests.py: Fixed for new messages. More... over 16 years ago
* README: Updated for 0.9.9 * s3cmd, S3/PkgInfo.py, s3cmd.1: Replaced project URLs with http://s3tools.org * NEWS: Improved message. More... over 16 years ago
* s3cmd: Added --list-md5 for 'ls' command. * S3/Config.py: New setting list_md5 More... over 16 years ago
* s3cmd: And send it for requests with no body as well... More... over 16 years ago
* s3cmd: Set Content-Length header for requests with 'body'. More... over 16 years ago
* Released version 0.9.9-rc3 More... over 16 years ago
* S3/Exceptions.py: Correct S3Exception.__str__() to avoid crash in S3Error() subclass. Reported by '~t2~'. * NEWS: Updated. More... over 16 years ago
* Released version 0.9.9-rc2 More... over 16 years ago
* s3cmd: Under some circumstance s3cmd crashed when put/get/sync had 0 files to transmit. Fixed now. More... over 16 years ago
* s3cmd: Output 'delete:' in --dry-run only when used together with --delete-removed. Otherwise the user will think that without --dry-run it would really delete the files. More... over 16 years ago
* Released version 0.9.9-rc1 More... over 16 years ago
* Merged CloudFront support from branches/s3cmd-airlock See the ChangeLog in that branch for details. More... over 16 years ago
* s3cmd: Implemented --include and friends. More... over 16 years ago
* TODO: Note about failing GPG. More... over 16 years ago
* s3cmd: Rewritten gpg_command() to use subprocess.Popen() instead of os.popen4() deprecated in 2.6 More... over 16 years ago
* S3/Exceptions.py: Remove DeprecationWarning about BaseException.message in Python 2.6 More... over 16 years ago
* s3cmd: Enabled --dry-run and --exclude for 'put' and 'get'. More... over 16 years ago
* S3/Config.py: guess_mime_type = True (will affect new installations only). More... over 16 years ago
* S3/PkgInfo.py, NEWS, TODO: Updated for 0.9.9-pre5 More... over 16 years ago
* run-tests.py: Updated paths for the new sync semantics. * s3cmd, S3/S3.py: Small fixes to make testsuite happy. More... over 16 years ago
* s3cmd: Migrated 'sync' local->remote to the new scheme with fetch_{local,remote}_list(). Enabled --dry-run for 'sync'. More... over 16 years ago
* s3cmd: Migrated 'sync' remote->local to the new scheme with fetch_{local,remote}_list(). Changed fetch_remote_list() to return dict() compatible with fetch_local_list(). Re-implemented --exclude / --include processing. * S3/Utils.py: functions for parsing RFC822 dates (for HTTP header responses). * S3/Config.py: placeholders for --include. More... over 16 years ago
* S3/CloudFront.py: Implemented ModifyDistribution(), added support for CNAMEs, Comments and Enable/Disable. * s3cmd: Enabled cfmodify, added --enable/--disable, --cf-add-cname/--cf-remove-cname, --cf-comment options. Added updating from 'options' to CfCmd.options. More... over 16 years ago