Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

GetLowestPricedOffers #3876

Open
wants to merge 15 commits into
base: develop
Choose a base branch
from
Open

GetLowestPricedOffers #3876

wants to merge 15 commits into from

Commits on Feb 4, 2012

  1. Initial work to replace httplib/urllib with requests. Lots broken, bu…

    …t a good bit works.
    Greg Taylor committed Feb 4, 2012
    3 Configuration menu
    Copy the full SHA
    836ba65 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2012

  1. Fixing some S3 tests, adding more debugging.

    Greg Taylor committed Feb 5, 2012
    Configuration menu
    Copy the full SHA
    ff6cd97 View commit details
    Browse the repository at this point in the history
  2. Fix and document s3.key.Key.read().

    Greg Taylor committed Feb 5, 2012
    Configuration menu
    Copy the full SHA
    0b1a943 View commit details
    Browse the repository at this point in the history
  3. Fixing boto.s3.key.Key.get_file(). Also fixes the various Key.get_con…

    …tents_* methods.
    Greg Taylor committed Feb 5, 2012
    Configuration menu
    Copy the full SHA
    bc885c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    135e361 View commit details
    Browse the repository at this point in the history
  5. PEP8'ification of s3 submodule.

    Greg Taylor committed Feb 5, 2012
    Configuration menu
    Copy the full SHA
    35aba6b View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2012

  1. No longer need threading in boto.connection. Connection pooling is no…

    …w handled by requests.
    Greg Taylor committed Feb 6, 2012
    Configuration menu
    Copy the full SHA
    0e09992 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46ca615 View commit details
    Browse the repository at this point in the history
  3. Changing the boto.connection logging to show request headers more acc…

    …urately. Also re-formatted logging to add some blank lines between request/response, for easier reading.
    Greg Taylor committed Feb 6, 2012
    Configuration menu
    Copy the full SHA
    e381b2e View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2012

  1. Merge branch 'master' into requests_refactor

    Greg Taylor committed Feb 7, 2012
    Configuration menu
    Copy the full SHA
    8803fc5 View commit details
    Browse the repository at this point in the history
  2. More debug output and adding explicit content-types to all S3 PUT's t…

    …o make requests happy.
    garnaat committed Feb 7, 2012
    Configuration menu
    Copy the full SHA
    236c016 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2012

  1. Configuration menu
    Copy the full SHA
    584e136 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into requests_refactor

    Greg Taylor committed Feb 8, 2012
    Configuration menu
    Copy the full SHA
    b7cb53b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e392074 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2012

  1. Merging from master, resolving conflict in s3/key.py. Considerably mo…

    …re work is required here.
    garnaat committed Feb 23, 2012
    Configuration menu
    Copy the full SHA
    e19270e View commit details
    Browse the repository at this point in the history