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: winhamwr/python-simpledb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: garrybodsworth/python-simpledb
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.
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Oct 14, 2010

  1. Fix for larges requests that get split into batches of 100. XMLElemen…

    …tTree nodes can return False when they do in fact have data.
    Garry Bodsworth committed Oct 14, 2010
    Configuration menu
    Copy the full SHA
    5116807 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2010

  1. Fix for python2.5 and timeouts whilst not using socket.setdefaulttime…

    …out. Not ideal since the socket does not have the connect timeout but that really needs to be plumbed into the lower levels of httplib.
    Garry Bodsworth committed Oct 15, 2010
    Configuration menu
    Copy the full SHA
    78221aa View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2010

  1. Can't get away from socket timeouts.

    Garry Bodsworth committed Oct 18, 2010
    Configuration menu
    Copy the full SHA
    4c402b2 View commit details
    Browse the repository at this point in the history
Loading