summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* history changesv0.3.2Kenneth Reitz2011-04-151-1/+8
* Merge branch 'release/0.3.2'Kenneth Reitz2011-04-154-38/+71
|\
| * install simplejson if python < 2.6Kenneth Reitz2011-04-151-3/+4
| * version bumpKenneth Reitz2011-04-152-4/+4
| * add autoauth tuple http basic testKenneth Reitz2011-04-151-1/+8
| * Fixes #20.Kenneth Reitz2011-04-151-2/+17
| * test for gzip decompressKenneth Reitz2011-04-141-10/+13
| * Automatically decompress gzipped responses if content-type is set. fixes #19Kenneth Reitz2011-04-141-1/+8
| * accept any extra args to r.read()Kenneth Reitz2011-04-021-17/+17
|/
* Merge branch 'develop'Kenneth Reitz2011-04-015-22/+76
|\
| * Version bump to 0.3.1v0.3.1Kenneth Reitz2011-04-011-2/+2
| * Update historyKenneth Reitz2011-04-011-0/+8
| * Response.read() [file like object]Kenneth Reitz2011-03-311-1/+3
| * added Request.readKenneth Reitz2011-03-311-1/+2
| * Fixing User-agent header problem introduced with Python 2.7.1robmadole2011-03-302-11/+22
| * whitespace fixKenneth Reitz2011-03-211-1/+1
| * added Aram Dulyan to authorsKenneth Reitz2011-03-091-1/+2
| * An empty cookiejar evaluates to False, so it needs to be compared to None for...Aram Dulyan2011-03-091-2/+2
| * someone stole the cookie jarKenneth Reitz2011-03-061-8/+9
| * Merge branch 'develop' of https://github.com/robmadole/requests into developKenneth Reitz2011-03-063-4/+21
| |\
| | * Initial support for cookiesrobmadole2011-03-012-3/+19
| | * Ignore those compiled filesrobmadole2011-03-011-1/+2
| * | Added Rob Madole to AUTHORSKenneth Reitz2011-03-061-1/+2
| * | testing requests with poster and adding headersKenneth Reitz2011-03-061-0/+11
| * | Better POSTER header compatibility (Fixes #13)Kenneth Reitz2011-03-061-1/+1
| * | Added Justin Murphy to AUTHORSKenneth Reitz2011-03-061-1/+2
| |/
* | Merge branch 'release/0.3.0'v0.3.0Kenneth Reitz2011-02-258-272/+429
|\ \ | |/
| * tests cleanupsKenneth Reitz2011-02-251-2/+3
| * Readme updateKenneth Reitz2011-02-251-4/+4
| * Readme UpdatesKenneth Reitz2011-02-251-2/+5
| * whitespaceKenneth Reitz2011-02-251-1/+0
| * hacking whitespace fixesKenneth Reitz2011-02-251-7/+8
| * history Kenneth Reitz2011-02-251-5/+7
| * postbin tests were brokenKenneth Reitz2011-02-251-19/+13
| * allow files to be upload along with form dataKenneth Reitz2011-02-251-8/+11
| * hmmmKenneth Reitz2011-02-252-13/+20
| * test improvementsKenneth Reitz2011-02-251-6/+33
| * url builder, cleanupsKenneth Reitz2011-02-251-9/+23
| * makin' historyKenneth Reitz2011-02-251-0/+1
| * prettier importsKenneth Reitz2011-02-252-1/+27
| * Version bumpKenneth Reitz2011-02-251-2/+2
| * Proper async module docsKenneth Reitz2011-02-251-3/+4
| * Prepping for v0.3.0 release.Kenneth Reitz2011-02-251-0/+10
| * CleanupsKenneth Reitz2011-02-241-0/+11
| * Merge branch 'develop' into merge/xeroKenneth Reitz2011-02-244-14/+29
| |\
| | * Added Dj Gilcrease to AUTHORS.Kenneth Reitz2011-02-241-0/+1
| | * !+=Kenneth Reitz2011-02-241-1/+1
| | * Added Flavio to AUTHORSKenneth Reitz2011-02-241-0/+1
| | * small workaround for issue #7Flavio Percoco Premoli2011-02-232-6/+9
| | * Safer error response handling. Kenneth Reitz2011-02-211-3/+3