January 6, 2009
View 3439992

* S3/ACL.py: Keep ACL internally as a list of of 'Grantee' objects.

Michal Ludvig authored on 2009/01/06 22:07:05
View 7f50f84

* S3/ACL.py: New object for handling ACL issues. * S3/S3.py: Moved most of S3.get_acl() to ACL class.

Michal Ludvig authored on 2009/01/06 21:02:11
View cb64ca9

* S3/Utils.py: Reworked XML helpers - remove XMLNS before parsing the input XML to avoid having all Tags prefixed with {XMLNS} by ElementTree.

Michal Ludvig authored on 2009/01/06 21:00:29
January 3, 2009
View 7c1c5a1

* s3cmd: Don't fail when neither $HOME nor %USERPROFILE% is set. (fixes #2483388)

Michal Ludvig authored on 2009/01/03 17:37:08
December 31, 2008
View 6fa688f

Fixed Python 2.4 after conversion to 'hashlib'

W. Tell authored on 2008/12/31 21:57:19
View 3c68245

* S3/S3.py, S3/Utils.py: Use 'hashlib' instead of md5 and sha modules to avoid Python 2.6 warnings.

W. Tell authored on 2008/12/31 21:47:01
View 0b2aefe

* S3/S3.py, S3/Utils.py: Use 'hashlib' instead of md5 and sha modules to avoid Python 2.6 warnings.

W. Tell authored on 2008/12/31 21:20:53
View dc62549

* Released version 0.9.9-pre4

Michal Ludvig authored on 2008/12/31 13:57:27
View 5f7a2d5

* s3cmd: Reworked internal handling of unicode vs encoded filenames. Should replace unknown characters with '?' instead of baling out. * run-tests.py: Display system encoding in use.

Michal Ludvig authored on 2008/12/31 13:55:32
View 89be7b0

* testsuite/unicode: removed.

Michal Ludvig authored on 2008/12/31 13:32:58
View cb30373

* s3cmd: Print a nice error message when --exclude-from file is not readable.

Michal Ludvig authored on 2008/12/31 13:28:58
View a8acb31

* testsuite/exclude.encodings: Added.

Michal Ludvig authored on 2008/12/31 13:24:56
View 4084edb

* S3/PkgInfo.py: Bumped up version to 0.9.9-pre4 * S3/Exceptions.py: Added missing imports.

Michal Ludvig authored on 2008/12/31 13:22:29
View 4c96181

* NEWS: Updated.

Michal Ludvig authored on 2008/12/31 13:20:33
View 4986ae8

* run-tests.py: Adapted to the above change. * run-tests.sh: removed.

Michal Ludvig authored on 2008/12/31 13:09:24