Commit Graph

  • 09c52e7282 Merge pull request #1537 from Lukasa/datetime Kenneth Reitz 2013-08-21 11:46:27 -07:00
  • 4b6649e37b Merge pull request #1527 from paul-matthews/restrict-hooks-access Kenneth Reitz 2013-08-21 11:28:23 -07:00
  • aeeb0af3a2 Merge pull request #1536 from Lukasa/IOError Kenneth Reitz 2013-08-21 11:25:20 -07:00
  • 148c1b5c13 Begin work on the 2.0 changelog. Cory Benfield 2013-08-19 13:28:05 +01:00
  • 377ac9501a Merge pull request #1540 from libbkmz/master Cory Benfield 2013-08-18 13:03:03 -07:00
  • 78e5262dbd Update advanced.rst libbkmz 2013-08-19 00:01:37 +04:00
  • 0f40290039 Merge pull request #1538 from enkore/patch-1 Cory Benfield 2013-08-17 23:26:59 -07:00
  • 4ffc3e4d1f Remove superfluous double dot enkore 2013-08-18 03:06:34 +02:00
  • f44b86e039 Allow non-string objects to be data with files Cory Benfield 2013-08-17 07:27:58 +01:00
  • 3bc01eed6f RequestException subclasses IOError. Cory Benfield 2013-08-17 07:17:03 +01:00
  • 3dc61e5d68 Merge pull request #1535 from sigmavirus24/ignore_original_response_if_none Kenneth Reitz 2013-08-16 20:15:18 -07:00
  • 98680b64f4 Skip cookie extraction if necessary Ian Cordasco 2013-08-16 21:38:20 -05:00
  • d8268fb7b4 Merge pull request #1515 from schlamar/https-proxy-2.0 Kenneth Reitz 2013-08-14 13:41:08 -07:00
  • 2e5a674601 Add proxy_headers functionality. Cory Benfield 2013-08-14 09:47:44 +01:00
  • 61617e74ed Raise an error for unsupported hook event Paul Matthews 2013-08-12 14:20:25 +01:00
  • b676bf3214 Fixing tests to verify thrown ValueError's. Stephen Huenneke 2013-08-08 08:48:42 -07:00
  • 9dd823c289 Raising ValueError's when we're passed inconsistent POST data and files dict. Stephen Huenneke 2013-08-06 11:04:03 -07:00
  • d3b786399e Merge pull request #1516 from Lukasa/io Kenneth Reitz 2013-08-06 08:43:44 -07:00
  • a5e5a51fb4 Catch UnsupportedOperation. Cory Benfield 2013-08-03 19:24:23 +01:00
  • 09d97c1126 Added entry to AUTHORS. schlamar 2013-08-01 22:09:06 +02:00
  • 6a3ca7372f Added proxy support to feature list. schlamar 2013-08-01 22:08:22 +02:00
  • c951f0543c Cache manager for proxy connection. ms4py 2013-03-04 09:39:16 +01:00
  • 134699faf9 Fix for new proxy API. ms4py 2013-03-04 09:20:47 +01:00
  • d06dabab59 Update urllib3 to 14b8945 ms4py 2013-03-04 09:20:24 +01:00
  • a05aba1033 Merge pull request #1514 from Lukasa/verror Kenneth Reitz 2013-08-02 09:48:33 -07:00
  • 5a26241287 Better percent-escape exception. Cory Benfield 2013-08-02 12:29:23 +01:00
  • abfb38bd57 Merge pull request #1508 from dieterv/master Kenneth Reitz 2013-07-31 18:36:07 -07:00
  • bd1f1404a0 Merge branch 'fix_401_cookies' of git://github.com/sigmavirus24/requests into 2.0 Kenneth Reitz 2013-07-31 21:33:24 -04:00
  • f865d61713 Merge branch 'proxyscheme' of git://github.com/Lukasa/requests into 2.0 Kenneth Reitz 2013-07-31 21:27:01 -04:00
  • 1a6637c285 Merge branch 'keytype' of git://github.com/Lukasa/requests into 2.0 Kenneth Reitz 2013-07-31 21:25:57 -04:00
  • 22701d149a Merge pull request #1500 from gavrie/master 2.0 Kenneth Reitz 2013-07-31 18:23:43 -07:00
  • d5fd3d3331 Merge pull request #1487 from dpursehouse/rewrite-test_mixed_case_scheme_acceptable Kenneth Reitz 2013-07-31 18:23:34 -07:00
  • d5a8816926 Merge pull request #1498 from Lukasa/incompleteread Kenneth Reitz 2013-07-31 18:23:14 -07:00
  • 6b13ecdc85 Merge pull request #1501 from sigmavirus24/remove_setting_of_hooks Kenneth Reitz 2013-07-31 18:22:58 -07:00
  • 7eb9a9298e Merge pull request #1506 from Lukasa/mockrequest Kenneth Reitz 2013-07-31 18:22:02 -07:00
  • 3e6e68baa1 Merge pull request #1507 from buzztabapp/prepared-session-requests Kenneth Reitz 2013-07-31 18:21:28 -07:00
  • 0ab7a52f7c Merge settings when creating PreparedRequest, don't copy Request. Robert Estelle 2013-07-31 13:42:02 -07:00
  • 852de116dd remove duplicate comment Dieter Verfaillie 2013-07-31 09:29:24 +02:00
  • 0eccb547a2 Add Session.prepare_request test case. Robert Estelle 2013-07-30 23:02:13 -07:00
  • d4385f6fc8 Add Request.copy() test case. Robert Estelle 2013-07-30 23:01:56 -07:00
  • ee90f0af60 Shallow copy of Request fields in Request.copy() Robert Estelle 2013-07-30 22:59:51 -07:00
  • 9edba838b3 Skip unneccessary Request.copy in Session.request Robert Estelle 2013-07-30 22:59:11 -07:00
  • b5c136152f Prepare requests with session settings separately from sending. Robert Estelle 2013-07-30 21:39:36 -07:00
  • 6ef3710970 Provide 'host' parameter to MockRequest. Cory Benfield 2013-07-30 18:21:37 +01:00
  • f75ee9fb6e Making sure we check for str/unicode. Stephen Huenneke 2013-07-29 14:42:47 -07:00
  • 8d9d9fb064 Fixing error return to be consistent with tuple return at the end of the method. Stephen Huenneke 2013-07-29 13:31:06 -07:00
  • 7de6b1e162 Instantiate the CID directly. Cory Benfield 2013-05-01 21:49:46 +01:00
  • ec2859c0de Modify new CID tests to use native string keys. Cory Benfield 2013-05-01 20:15:37 +01:00
  • f5775594cc Header keys should be native strings. Cory Benfield 2013-04-30 20:45:37 +01:00
  • 37786613e0 Fix duplication of efforts caught by @dofelw Ian Cordasco 2013-07-29 08:09:07 -05:00
  • ea2b639d31 Update urllib3 to d89d508 Gavrie Philipson 2013-07-29 11:28:46 +03:00
  • 79f3e69f5e Wrap IncompleteRead in ChunkedEncodingError. Cory Benfield 2013-07-28 07:42:17 +01:00
  • 840540b6b1 Proxy urls should have explicit schemes. Cory Benfield 2013-07-28 07:16:06 +01:00
  • 9473f15909 Merge pull request #1494 from Lukasa/close Cory Benfield 2013-07-27 23:04:34 -07:00
  • 286ddb672d Take advantage of the new copy method Ian Cordasco 2013-07-27 23:08:46 -04:00
  • 972089826e Fixed finally. Also requires updated httpbin.org Ian Cordasco 2013-07-26 10:50:19 -05:00
  • c25a72ea24 Make the regular tests pass Ian Cordasco 2013-07-19 15:55:02 -05:00
  • 73635df1b2 Start work on sending cookies back Ian Ross and Ian Cordasco 2013-07-19 15:13:28 -05:00
  • 77bd9c4a9d Merge pull request #1476 from sigmavirus24/add_copy_to_prepared_requests Kenneth Reitz 2013-07-26 18:16:00 -07:00
  • f401287afb Document the Response.close() method. Cory Benfield 2013-07-25 19:10:42 +01:00
  • 3becc47366 Comment markups, courtesy of @sigmavirus24 Cory Benfield 2013-07-24 16:03:24 +01:00
  • 7d3d074e66 Merge pull request #1490 from Lukasa/cookiedocs Kenneth Reitz 2013-07-24 06:12:10 -07:00
  • f40a1d6a8a Better cookie docs on sessions. Cory Benfield 2013-07-24 13:25:59 +01:00
  • 82c9aa912e Check the response URL in test_uppercase_scheme_redirect David Pursehouse 2013-07-24 17:37:35 +09:00
  • 56b5f02551 Rewrite test_uppercase_scheme_redirect to use local httpbin David Pursehouse 2013-07-24 17:18:16 +09:00
  • c4f16c351c Remove redundant test case test_uppercase_scheme David Pursehouse 2013-07-24 16:57:54 +09:00
  • 012cc33d44 Rewrite test_mixed_case_scheme_acceptable to work with local httpbin David Pursehouse 2013-07-24 11:58:43 +09:00
  • 415fb53cb4 Remove redundant session in test_mixed_case_scheme_acceptable David Pursehouse 2013-07-24 11:39:03 +09:00
  • b65b8c5ed3 Merge pull request #1486 from sigmavirus24/use_urljoin Kenneth Reitz 2013-07-23 09:03:05 -07:00
  • c0cb698191 Derp. Use compat Ian Cordasco 2013-07-23 10:48:45 -05:00
  • d2176cf052 Use urlparse.urljointo construct httpbin url Ian Cordasco 2013-07-23 10:23:31 -05:00
  • f71bff1226 Merge pull request #1482 from dpursehouse/fix-testcases-with-proxy Kenneth Reitz 2013-07-23 05:23:35 -07:00
  • 47f5a0db64 Merge pull request #1483 from dpursehouse/httpbin-url-without-trailing-slash Kenneth Reitz 2013-07-23 05:23:11 -07:00
  • 9e771aa79c Fix test cases that fail when running behind a proxy David Pursehouse 2013-07-23 10:51:15 +09:00
  • 29db7b7216 Test cases fail when HTTPBIN_URL does not have trailing slash David Pursehouse 2013-07-23 15:13:00 +09:00
  • 66de6b528d Merge pull request #1479 from dpursehouse/fix-warnings Kenneth Reitz 2013-07-22 01:31:16 -07:00
  • 4f64938ff0 Fix a few warnings flagged by PyDev David Pursehouse 2013-07-22 17:14:37 +09:00
  • e5597dfcce Merge pull request #1478 from dpursehouse/add-me-to-authors Kenneth Reitz 2013-07-22 00:09:35 -07:00
  • 787c1e8c6e Add myself to the authors list David Pursehouse 2013-07-22 15:19:10 +09:00
  • ec6584f2d1 Merge pull request #1477 from dpursehouse/other-auth-basic-example Cory Benfield 2013-07-21 23:04:31 -07:00
  • 62f0df4434 Add a simple example of custom authentication in the documentation David Pursehouse 2013-07-22 09:09:26 +09:00
  • 5cdcf58b3b Wrap long lines in the authentication documentation David Pursehouse 2013-07-22 09:08:47 +09:00
  • b84547d786 Add copy method to PreparedRequest objects Ian Cordasco 2013-07-20 17:08:35 -04:00
  • d83919a6f7 Merge pull request #1474 from Kwpolska/docfix Kenneth Reitz 2013-07-20 05:15:06 -07:00
  • 2ef782b8e6 further treatment Kwpolska 2013-07-20 13:54:33 +02:00
  • b738c97ec3 session object should be uppercase Kwpolska 2013-07-20 13:39:50 +02:00
  • 022c370bcd fixed underline Kwpolska 2013-07-20 13:31:37 +02:00
  • 587385bfe0 Grammar fixes and such Kwpolska 2013-07-20 12:56:25 +02:00
  • ca033b83fe Some cosmetic updates to the docs Kwpolska 2013-07-20 12:12:57 +02:00
  • 949a29c34f Merge pull request #1470 from Lukasa/carset Cory Benfield 2013-07-19 06:45:56 -07:00
  • be884341f4 Merge pull request #1465 from dpursehouse/doc-netrc-authentication Cory Benfield 2013-07-19 06:45:17 -07:00
  • c88fd8cc9d Move netrc authentication documentation under the Basic Auth section David Pursehouse 2013-07-19 22:37:53 +09:00
  • 8385fb397b Remove charset from JSON types: not valid. Cory Benfield 2013-07-19 14:03:20 +01:00
  • e0df4b5f18 Merge pull request #1466 from s7v7nislands/fix_doc Cory Benfield 2013-07-19 04:12:29 -07:00
  • 39ad5e7388 merge s7v7nislands 2013-07-19 17:12:01 +08:00
  • 0df505bd7c fix doc s7v7nislands 2013-07-19 17:04:53 +08:00
  • 6f6a920a68 Improve documentation of netrc authentication David Pursehouse 2013-07-19 17:22:11 +09:00
  • 32293655ff Merge pull request #1464 from dpursehouse/document-none-not-sent Cory Benfield 2013-07-19 01:19:55 -07:00
  • 07ad75ee04 Fix #1322: Add note in docs about None not being sent as data David Pursehouse 2013-07-19 17:00:46 +09:00
  • e4b41320e6 Merge pull request #1463 from AudriusButkevicius/master Kenneth Reitz 2013-07-18 15:00:28 -07:00