summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2492 from sigmavirus24/release/v2.6.0v2.6.0Ian Cordasco2015-03-142-1/+31
|\
| * Bump version and add release notes for 2.6.0Ian Cordasco2015-03-142-1/+31
|/
* Merge pull request #2472 from scholer/masterIan Cordasco2015-03-141-5/+6
|\
| * Avoid duplicating files data when creating a Request with str/bytes/bytearray...Rasmus Scholer (TimelineX)2015-03-041-5/+6
* | Merge pull request #2489 from Lukasa/cookiebadIan Cordasco2015-03-141-1/+4
|\ \
| * | Add explanatory comment for cookie changeCory Benfield2015-03-141-0/+3
| * | Don't ascribe cookies to the target domain.Cory Benfield2015-03-141-1/+1
* | | Merge pull request #2486 from sigmavirus24/bug/2462Cory Benfield2015-03-141-4/+14
|\ \ \
| * | | Parse version number out of requests/__init__.pyIan Cordasco2015-03-131-4/+14
* | | | Merge pull request #2487 from ulope/return_typeCory Benfield2015-03-142-8/+24
|\ \ \ \ | |_|/ / |/| | |
| * | | Add return type field to entry-point docstringsUlrich Petri2015-03-142-8/+24
|/ / /
* | | Merge pull request #2485 from sigmavirus24/bug/shazow/urllib3/567Cory Benfield2015-03-121-1/+1
|\ \ \ | |/ / |/| |
| * | Import urllib3's Retry location from the right placeIan Cordasco2015-03-111-1/+1
|/ /
* | Merge pull request #2482 from sigmavirus24/update-urllib3Ian Cordasco2015-03-114-15/+30
|\ \
| * | Update urllib3 to 43b5b2b452e4344374de7d08ececcca495079b8dIan Cordasco2015-03-104-15/+30
* | | Merge pull request #2478 from plaes/iter-linesCory Benfield2015-03-073-0/+32
|\ \ \
| * | | Document Response.iter_lines() reentrancy issuesPriit Laes2015-03-072-0/+15
| * | | Add testcase to demonstrate r.iter_lines() reentrancy issuePriit Laes2015-03-071-0/+17
|/ / /
* | | Merge pull request #2429 from kennethreitz/sigmavirus24/docs/supportIan Cordasco2015-03-041-2/+52
|\ \ \ | |/ / |/| |
| * | Add Lukasa's GPG key fingerprint.sigmavirus24/docs/supportCory Benfield2015-03-041-1/+1
| * | Add PGP Key fingerprintsIan Cordasco2015-03-041-0/+6
| * | Fix typo. Use smaller paragraphs. Add CVE listIan Cordasco2015-01-281-6/+20
| * | Add a missing commaIan Cordasco2015-01-281-1/+1
| * | Add Cory's twitter accountIan Cordasco2015-01-281-2/+12
| * | Update support documentation to be more accurateIan Cordasco2015-01-281-2/+22
* | | Merge pull request #2466 from sigmavirus24/bug/2465Ian Cordasco2015-03-042-2/+21
|\ \ \ | |_|/ |/| |
| * | Fix when packages are unvendoredIan Cordasco2015-02-281-4/+15
| * | Add a test to ensure the alias does not regressIan Cordasco2015-02-281-0/+7
| * | Only alias the imports for vendored dependenciesIan Cordasco2015-02-281-3/+4
* | | Merge pull request #2468 from scholer/masterIan Cordasco2015-03-032-1/+14
|\ \ \ | |/ / |/| |
| * | test_can_send_bytes_bytearray_objects_with_files test now uses string input, ...Rasmus Scholer (TimelineX)2015-03-031-1/+1
| * | Created test case for using bytes and bytearray objects with files argument t...Rasmus Scholer (TimelineX)2015-03-031-0/+13
| * | models.RequestEncodingMixin._encode_files now takes bytearray as fp in additi...Rasmus Scholer (TimelineX)2015-03-031-1/+1
|/ /
* | Merge pull request #2459 from kennethreitz/release-notes/2.5.3Cory Benfield2015-02-242-2/+10
|\ \
| * | Update HISTORY and release version for 2.5.3v2.5.3Ian Cordasco2015-02-242-2/+10
|/ /
* | Merge pull request #2458 from kennethreitz/revert-2442-certsCory Benfield2015-02-241-635/+550
|\ \
| * | Revert "Update certificate bundle."Ian Cordasco2015-02-241-635/+550
|/ /
* | Update HISTORY and version for v2.5.2v2.5.2Ian Cordasco2015-02-232-2/+49
* | Update urllib3 to 29aa09bde9c42cc9a8d79aac47ee3d362b438ccaIan Cordasco2015-02-236-83/+197
* | Merge pull request #2444 from Yasumoto/urllib_upgradeIan Cordasco2015-02-235-11/+79
|\ \
| * | Upgrade urllib3 to 490d3a227fadb626cd54a240b9d0922f849914b4Joe Smith2015-02-115-11/+79
* | | Merge pull request #2453 from requiredfield/masterCory Benfield2015-02-211-0/+9
|\ \ \
| * | | document combination of repeated response headersrequiredfield2015-02-201-0/+9
|/ / /
* | | Merge pull request #2450 from iKevinY/shields-badgesIan Cordasco2015-02-191-4/+4
|\ \ \ | |/ / |/| |
| * | Update README to use Shields badgesKevin Yap2015-02-191-4/+4
|/ /
* | Merge pull request #2442 from Lukasa/certsIan Cordasco2015-02-101-550/+635
|\ \
| * | Update certificate bundle.Cory Benfield2015-02-101-550/+635
|/ /
* | Merge pull request #2440 from aquarion/patch-1Ian Cordasco2015-02-061-1/+1
|\ \
| * | Update to use readthedocs.org instead of rtfd.org Nicholas Avenell2015-02-061-1/+1
|/ /
* | Merge pull request #2438 from colindickson/masterCory Benfield2015-02-041-1/+1
|\ \