Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: s3tools/s3cmd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: chomp/s3cmd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 6 files changed
  • 2 contributors

Commits on Jun 7, 2011

  1. s3cmd: Avoid catching SystemExit et al in some try blocks

    Jerome Leclanche committed Jun 7, 2011
    Configuration menu
    Copy the full SHA
    253b3f3 View commit details
    Browse the repository at this point in the history
  2. s3uri: Add a __repr__ for S3Uri base class

    Jerome Leclanche committed Jun 7, 2011
    Configuration menu
    Copy the full SHA
    922449a View commit details
    Browse the repository at this point in the history
  3. threading: Implement a basic ThreadPool and Worker class

    Jerome Leclanche committed Jun 7, 2011
    Configuration menu
    Copy the full SHA
    1eda9e7 View commit details
    Browse the repository at this point in the history
  4. multipart: Implement threaded MultiPart uploads with S3.MultiPart.Mul…

    …tiPartUpload class
    Jerome Leclanche committed Jun 7, 2011
    Configuration menu
    Copy the full SHA
    7d04993 View commit details
    Browse the repository at this point in the history
  5. s3: Implement POST and OBJECT_POST to S3 class

    Jerome Leclanche committed Jun 7, 2011
    Configuration menu
    Copy the full SHA
    c2ae71a View commit details
    Browse the repository at this point in the history
  6. s3: Clarify a comparison

    Jerome Leclanche committed Jun 7, 2011
    Configuration menu
    Copy the full SHA
    617dbc7 View commit details
    Browse the repository at this point in the history
  7. s3: Reorder some imports

    Jerome Leclanche committed Jun 7, 2011
    Configuration menu
    Copy the full SHA
    199cd2a View commit details
    Browse the repository at this point in the history
  8. s3cmd: Add a stub --enable-multipart option

    Jerome Leclanche committed Jun 7, 2011
    Configuration menu
    Copy the full SHA
    20fe3da View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    82cae78 View commit details
    Browse the repository at this point in the history
  10. s3: Replace dict.has_key usage by in keyword

    Jerome Leclanche committed Jun 7, 2011
    Configuration menu
    Copy the full SHA
    ff74bbe View commit details
    Browse the repository at this point in the history
  11. s3: Clarify a few more response status comparisons

    Jerome Leclanche committed Jun 7, 2011
    Configuration menu
    Copy the full SHA
    28b93f1 View commit details
    Browse the repository at this point in the history
  12. s3: Implement S3.send_file_multipart()

    Jerome Leclanche committed Jun 7, 2011
    Configuration menu
    Copy the full SHA
    ab1b74a View commit details
    Browse the repository at this point in the history
  13. s3: Upload files as multipart when their size exceeds 100MB

    Jerome Leclanche committed Jun 7, 2011
    Configuration menu
    Copy the full SHA
    33ed68a View commit details
    Browse the repository at this point in the history
  14. s3: Add a debug in send_request()

    Jerome Leclanche committed Jun 7, 2011
    Configuration menu
    Copy the full SHA
    76ffc27 View commit details
    Browse the repository at this point in the history
  15. filelists: Minor style fixes

    Jerome Leclanche committed Jun 7, 2011
    Configuration menu
    Copy the full SHA
    11cdc4c View commit details
    Browse the repository at this point in the history
  16. config: Replace has_key usage by in keyword

    Jerome Leclanche committed Jun 7, 2011
    Configuration menu
    Copy the full SHA
    b504156 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2011

  1. Adding multipart support to latest master branch

    Merge remote-tracking branch 'adys/master'
    bck committed Dec 16, 2011
    Configuration menu
    Copy the full SHA
    0a22f3d View commit details
    Browse the repository at this point in the history
Loading