Results 5 issues of Dave Evans

Apologies if I've missed an obvious link but I couldn't find anything that tells me what's changed with each new release. In particular, the jump from 4.x to 5.x suggests...

Hi, I've been using your iframe-based uploader to send files to Amazon S3 [direct from the browser](http://docs.amazonwebservices.com/AmazonS3/latest/dev/UsingHTTPPOST.html) and I've had to make a couple of small patches. The first was...

SQLAlchemy will attempt to close cursor objects even if, for whatever reason, they haven't actually been used and therefore have no associated query to cancel. ## Release notes ( )...

The `serialize_term_queries` method sets but never uses a variable called `field`: https://github.com/tow/sunburnt/blob/7528ec4b01fc9e2aea02a3938d8df69eb17f2937/sunburnt/search.py#L73 Given that no one has noticed this before, I presume it's just unnecessary code rather than a more...