Commit Graph

  • 9a30e02962 Make sure OAuth doesn't fall off, which happens in particular when encountering redirects Marty Alchin 2012-06-13 20:54:54 -07:00
  • 1d1931333a Merge pull request #670 from piotr-dobrogost/#669 Kenneth Reitz 2012-06-10 06:37:07 -07:00
  • 8d75cdf7fe Fixes issue #669 NamedTemporaryFile was being automatically deleted on Windows thus couldn't be opened later for reading Piotr Dobrogost 2012-06-10 15:27:54 +02:00
  • f413d0ebcc Merge pull request #668 from ig0774/patch-1 Kenneth Reitz 2012-06-09 04:30:19 -07:00
  • 98b8316c0c Send the original response url to urlparse rather than the Response object. urlparse cannot handle Response objects. ig0774 2012-06-08 09:35:54 -03:00
  • f733ff0196 don't change scrollbars Kenneth Reitz 2012-06-07 22:44:38 -04:00
  • 10d2398173 fix test for python3 v0.13.1 Kenneth Reitz 2012-06-07 22:21:06 -04:00
  • 32941fdd20 Merge remote-tracking branch 'origin/develop' into develop Kenneth Reitz 2012-06-07 22:09:16 -04:00
  • 7c2306baec v0.13.1 Kenneth Reitz 2012-06-07 22:09:01 -04:00
  • 404585ce8c += AUTHORS #659 Kenneth Reitz 2012-06-07 22:07:26 -04:00
  • 78eecd7d7e Merge pull request #659 from Bluehorn/develop Kenneth Reitz 2012-06-07 19:06:49 -07:00
  • fadcf799de fix unicode literal for python 3 Kenneth Reitz 2012-06-07 21:58:52 -04:00
  • 8bfbfdfc79 Merge remote-tracking branch 'origin/develop' into develop Kenneth Reitz 2012-06-07 21:55:11 -04:00
  • 843672f4fe make empty body text responses work Kenneth Reitz 2012-06-07 21:55:07 -04:00
  • e8f3fc33bb test that empty body text responses work Kenneth Reitz 2012-06-07 21:54:45 -04:00
  • 89266f9062 Merge pull request #665 from dalanmiller/patch-2 Kenneth Reitz 2012-06-07 16:55:06 -07:00
  • c589d8a251 If this comment is true (https://github.com/kennethreitz/requests/issues/239#issuecomment-6180706), then it would be good to point people in the right direction. Otherwise disregard this message. Daniel Miller 2012-06-07 16:47:54 -07:00
  • f0e327f979 Allow passing a file or file-like object as data. Torsten Landschoff 2012-06-07 10:13:40 +02:00
  • c0ae3dd31e more examples Kenneth Reitz 2012-06-07 03:09:19 +02:00
  • dda9689ca4 Revert "In fact, the feature is so awesome that it should go into index.rst" Kenneth Reitz 2012-06-07 03:02:32 +02:00
  • f968fe0136 In fact, the feature is so awesome that it should go into index.rst Danilo Bargen 2012-06-06 17:07:42 +02:00
  • 1164450dac Added r.json documentation (document ALL the awesome features!) Danilo Bargen 2012-06-06 16:59:20 +02:00
  • aa42318395 v0.13.1 Kenneth Reitz 2012-06-05 10:25:08 +02:00
  • 488a51d619 Revert "Auto-detect CA Cert path instead of requiring users to hack setup.py" Kenneth Reitz 2012-06-05 00:51:46 +02:00
  • 12e5f3855c Merge pull request #651 from urbanairship/detect-cacerts Kenneth Reitz 2012-06-04 15:24:14 -07:00
  • 62a23bfbde Auto-detect CA Cert path instead of requiring users to hack setup.py Michael Schurter 2012-06-04 13:19:10 -07:00
  • b026def961 Merge pull request #646 from mkomitee/hooks Kenneth Reitz 2012-06-04 07:44:56 -07:00
  • c803e3af55 Implement GSSAPI/Kerberos authentication for requests Michael Komitee 2012-06-01 13:01:19 -04:00
  • 662c3edacc Allowing hooks to return responses that indicate errors Michael Komitee 2012-06-01 15:53:23 -04:00
  • 355b97165c Merge pull request #643 from gwrtheyrn/docs_proxy_auth Kenneth Reitz 2012-05-30 12:48:33 -07:00
  • d81dfe266e Added information about HTTP proxy authentication to docs Danilo Bargen 2012-05-30 17:34:24 +02:00
  • 77a57c0e7e v0.13.0 v0.13.0 Kenneth Reitz 2012-05-29 20:53:51 -04:00
  • a291d0d0f8 whitespace Kenneth Reitz 2012-05-29 20:53:13 -04:00
  • 617091e747 v0.13.0 Kenneth Reitz 2012-05-29 20:52:58 -04:00
  • cb15310d6a by @mwielgoszewski Kenneth Reitz 2012-05-29 19:54:40 -04:00
  • 1c0abbd74b cleanup #633 Kenneth Reitz 2012-05-29 19:53:22 -04:00
  • 7813bd8ac0 Merge pull request #633 from tzuryby/develop Kenneth Reitz 2012-05-29 16:51:48 -07:00
  • ad8205f930 Merge pull request #619 from Lukasa/develop Kenneth Reitz 2012-05-29 16:49:51 -07:00
  • f9dd485582 Merge pull request #640 from JuhaS/patch-1 Kenneth Reitz 2012-05-29 16:45:54 -07:00
  • d0f309b947 Merge pull request #638 from mher/develop Kenneth Reitz 2012-05-29 16:44:56 -07:00
  • 400b4567f0 Merge pull request #632 from amalakar/develop Kenneth Reitz 2012-05-29 16:41:39 -07:00
  • ba4cc326c2 Small correction on a comment. JuhaS 2012-05-28 16:28:31 +03:00
  • cb8f9756e3 Fixes python3 compatibility issue Mher Movsisyan 2012-05-28 14:11:59 +05:00
  • b8561cda5e no_proxy support Mher Movsisyan 2012-05-27 22:21:26 +05:00
  • 7125fe5554 this try catch is a poor man's patch for issue #630 see https://github.com/kennethreitz/requests/issues/630 Tzury Bar Yochay 2012-05-24 06:17:21 +03:00
  • 4a30979622 Change the None check from self.assertIsNone to python style None Check, as build was failing Arup Malakar 2012-05-23 14:25:54 -07:00
  • b28673368b Issue #505: Changed the store_cookie configuration to be part of the config dict, instead of being a new argument Arup Malakar 2012-05-23 14:12:18 -07:00
  • de1637c3de Merge pull request #626 from joshimhoff/develop Kenneth Reitz 2012-05-21 21:45:44 -07:00
  • 0eb0b89431 Removed print statements left over from debugging. Josh Imhoff 2012-05-21 20:27:47 -04:00
  • 96cd8e9ca0 Wrote tests for new CookieJar functionality and made them pass. Josh Imhoff 2012-05-21 20:14:12 -04:00
  • 9f26d0ced3 In cookies.py, CookieConflictError is now thrown if there is more than one cookie with same name. Josh Imhoff 2012-05-21 18:21:12 -04:00
  • b7d0925d6b Docstrings and bug fixes in cookies.py Josh Imhoff 2012-05-21 17:59:38 -04:00
  • 2b8e01bff7 First draft of full verbs. Cory Benfield 2012-05-19 21:34:36 +01:00
  • 686db5d452 Defined keys(), values(), and items() in order to support dict-like client interface. Now, we throw exceptions if __getitem__() or __setitem__() is used when multiple domains are in jar. Josh Imhoff 2012-05-18 00:48:59 -04:00
  • 36fd8da1c0 Correctly reflect redirection behaviour. Cory Benfield 2012-05-17 19:25:35 +01:00
  • 45506d1f39 Rewrite quickstart docs. Cory Benfield 2012-05-17 10:16:42 +01:00
  • 2d9746621a Merge pull request #617 from mwielgoszewski/develop Kenneth Reitz 2012-05-16 17:34:02 -07:00
  • 3c14435109 fix test for 2.6's unittest Kenneth Reitz 2012-05-16 17:13:55 -07:00
  • 4cf31b0b86 authors Kenneth Reitz 2012-05-16 17:09:43 -07:00
  • c501784541 Issue #505: Allow disabling of cookie persistence/sending Arup Malakar 2012-05-16 15:07:15 -07:00
  • 4b7c5dab0e Expose case-insensitive key access when deleting a key from CaseInsensitiveDict Marcin Wielgoszewski 2012-05-16 13:58:51 -04:00
  • c477f6eb6f Merge pull request #562 from slingamn/urandom Kenneth Reitz 2012-05-15 22:49:27 -07:00
  • f25827c5b6 replace utils.randombytes with os.urandom Shivaram Lingamneni 2012-05-01 18:20:44 -07:00
  • 355003b400 Merge pull request #614 from ib-lundgren/multipart_fix Kenneth Reitz 2012-05-15 08:39:20 -07:00
  • 6a9d59ea97 Unicode fix for py3 Ib Lundgren 2012-05-15 17:37:15 +02:00
  • 2f50cb92b6 Merge pull request #613 from surajbarkale/patch-1 Kenneth Reitz 2012-05-15 08:31:43 -07:00
  • c24665b593 Better content-type detection and unicode fix Ib Lundgren 2012-05-15 17:20:01 +02:00
  • 973e9cb548 Remove sharing of base_headers config between sessions. Since base_headers is a dictionary, it's reference was shared with all instances of Session objects. Using deepcopy here should not incur large performance penalty. Suraj Barkale 2012-05-15 19:47:02 +05:30
  • 763393f70a Merge pull request #611 from pnasrat/develop Kenneth Reitz 2012-05-13 19:47:19 -07:00
  • 2c11473816 Improve developer documentation. Paul Nasrat 2012-05-13 16:09:52 -07:00
  • 40d325366b Merge pull request #610 from medwards/whitespace Kenneth Reitz 2012-05-13 11:01:22 -07:00
  • 51f7628078 Removed extra whitespace Michael Edwards 2012-05-13 11:59:31 +02:00
  • 4161a7ec6a Merge pull request #607 from ztest/develop Kenneth Reitz 2012-05-12 14:23:04 -07:00
  • ed767cb703 Fix a docstring typo (of -> if). ztest 2012-05-12 13:09:14 -04:00
  • 0442122d34 remove unused import Shivaram Lingamneni 2012-05-10 15:14:44 -07:00
  • 327b9eab87 semver Kenneth Reitz 2012-05-10 17:11:35 -05:00
  • 3ee594140b remove oreos Kenneth Reitz 2012-05-10 17:10:47 -05:00
  • 15694fa2f7 remove gevent extras_require Kenneth Reitz 2012-05-10 17:09:53 -05:00
  • 07f6675376 remove requests async tests Kenneth Reitz 2012-05-10 17:02:22 -05:00
  • 32327f8f7c remove requests.async Kenneth Reitz 2012-05-10 17:01:09 -05:00
  • a050faf084 makin' history Kenneth Reitz 2012-05-10 13:10:50 -05:00
  • 0a37d82444 Merge pull request #603 from benmao/develop Kenneth Reitz 2012-05-10 11:07:00 -07:00
  • 3d2d072927 Merge pull request #604 from joshimhoff/develop Kenneth Reitz 2012-05-10 11:06:24 -07:00
  • 44663b5e8e get cookie like dict, such as self.cookies.get('test', 'no cookie') ben 2012-05-10 22:17:23 +08:00
  • db43eb4cb9 Now, safe_mode will catch socket.timeout too. Josh Imhoff 2012-05-09 15:13:12 -04:00
  • cff70e75b7 New implementation of safe_mode. Now, we throw exceptions in models.py regardless of safe_mode. We catch those exceptions at the API level and return a blank Response. See safe_mode.py for details. Josh Imhoff 2012-05-09 14:47:29 -04:00
  • 2d328d8a7f Merge pull request #595 from reclosedev/sess-cookies-no-resp Kenneth Reitz 2012-05-08 08:06:51 -07:00
  • c010f5895a Add myself to AUTHORS.rst Roman Haritonov 2012-05-08 14:30:24 +04:00
  • 33f1087584 Move session cookie saving from Session.request() to Request._build_response() Roman Haritonov 2012-05-08 13:02:39 +04:00
  • 975430d5e6 Test async requests with Session cookies Roman Haritonov 2012-05-08 12:55:36 +04:00
  • 56ef079e6f Test if cookies are saving to session when session.request is called with return_response=False Roman Haritonov 2012-05-08 12:17:58 +04:00
  • 0308a2806a Merge pull request #594 from slingamn/makefile_again Kenneth Reitz 2012-05-07 22:46:00 -07:00
  • 175945b0bd remove the oauthlib trunk from requirements.txt Shivaram Lingamneni 2012-05-07 22:40:11 -07:00
  • 2ee67441c8 unbreak the Jenkins build (again/hopefully) Shivaram Lingamneni 2012-05-07 22:36:51 -07:00
  • 6fd03d5f20 thread safe Kenneth Reitz 2012-05-08 01:24:30 -04:00
  • a3a928c7f1 gah Kenneth Reitz 2012-05-08 01:21:48 -04:00
  • bca920c1c1 v0.12.1 v0.12.1 Kenneth Reitz 2012-05-08 01:18:05 -04:00
  • 6b09e6ee34 redirects clear files also Kenneth Reitz 2012-05-08 01:14:17 -04:00
  • 2a7811bf2f Merge remote-tracking branch 'origin/develop' into develop Kenneth Reitz 2012-05-08 00:58:32 -04:00
  • e627c1f8a8 Merge pull request #559 from barberj/issue_526 Kenneth Reitz 2012-05-07 21:58:20 -07:00