Commit Graph

  • 23e6f533b0 Merge pull request #980 from dbrgn/github_name_change Kenneth Reitz 2012-12-01 07:56:47 -08:00
  • b60b11e206 Merge remote-tracking branch 'origin/master' Kenneth Reitz 2012-12-01 16:55:14 +01:00
  • 2eb63be19a chardet fixes! Kenneth Reitz 2012-12-01 16:55:09 +01:00
  • 8798dd5eda Github name change Danilo Bargen 2012-12-01 15:38:03 +01:00
  • 426734da51 Merge pull request #977 from ondrowan/patch-2 Kenneth Reitz 2012-11-29 10:59:49 -08:00
  • ae41c733ea Update README.rst Ondrej Slinták 2012-11-29 19:58:46 +01:00
  • a5cb6355ed Merge branch 'master' of github.com:kennethreitz/requests Kenneth Reitz 2012-11-29 08:35:35 -08:00
  • 6ead850065 charade Kenneth Reitz 2012-11-29 08:30:07 -08:00
  • 1960dabafd out with chardet, in with charade Kenneth Reitz 2012-11-29 08:29:02 -08:00
  • 8f86ff633a Merge pull request #973 from sigmavirus24/fix_972 Kenneth Reitz 2012-11-28 08:40:09 -08:00
  • 4d5c327f6f Merge pull request #976 from futoase/master Kenneth Reitz 2012-11-28 08:33:56 -08:00
  • b69854e96e Modified: Change the import statement. Keiji Matsuzaki 2012-11-29 01:29:13 +09:00
  • fd6b1f0c4e Fix #972 Ian Cordasco 2012-11-27 22:14:09 -05:00
  • ccd14ddc81 fixes for python2 Kenneth Reitz 2012-11-27 13:08:16 -08:00
  • 0af19a05ce fix chardet import Kenneth Reitz 2012-11-27 12:52:17 -08:00
  • f553857beb remove safe mode Kenneth Reitz 2012-11-27 12:42:11 -08:00
  • 1607a6a3e2 remove danger mode Kenneth Reitz 2012-11-27 12:41:28 -08:00
  • 95a03532c3 remove strict mode Kenneth Reitz 2012-11-27 12:41:12 -08:00
  • 400046f911 that shouldn't be neccesary anymore Kenneth Reitz 2012-11-27 12:37:59 -08:00
  • 71898bb793 chardet2 is magic Kenneth Reitz 2012-11-27 12:36:29 -08:00
  • ad18d9ddd6 fix setup.py for oauth removal Kenneth Reitz 2012-11-27 11:48:17 -08:00
  • 4d06e4019f no more oauth Kenneth Reitz 2012-11-27 11:47:17 -08:00
  • 5c1bc201c4 lawyer up, v2 Kenneth Reitz 2012-11-27 11:32:59 -08:00
  • cc723a64b9 Merge pull request #967 from matthewlmcclure/sign-without-body Kenneth Reitz 2012-11-27 10:43:57 -08:00
  • f02573f743 Sign requests even if they have no body data. Matt McClure 2012-11-27 13:12:21 -05:00
  • 7fea9afecd Merge remote-tracking branch 'origin/develop' into develop Kenneth Reitz 2012-11-26 20:50:09 -08:00
  • a1b6ef3f85 how was that still there? Kenneth Reitz 2012-11-26 17:27:35 -08:00
  • 2dccc8e982 Merge pull request #962 from sigmavirus24/dev_docs Kenneth Reitz 2012-11-26 12:26:38 -08:00
  • 24ed8c9457 Add a bit more to the developer's documentation Ian Cordasco 2012-11-26 13:23:38 -05:00
  • 0d59a27b56 Merge pull request #956 from Lukasa/issue910 Kenneth Reitz 2012-11-26 00:40:27 -08:00
  • d36ceb9d06 Merge pull request #953 from heyman/fix_session_safe_mode Kenneth Reitz 2012-11-26 00:31:45 -08:00
  • 27faf7aa69 Merge pull request #955 from Lukasa/issue882 Kenneth Reitz 2012-11-26 00:30:49 -08:00
  • 5ee00a75e0 Merge pull request #957 from sigmavirus24/fix_223 Kenneth Reitz 2012-11-24 19:54:29 -08:00
  • b93fbd30c3 Fix python 3 tests. Ian Cordasco 2012-11-24 22:43:52 -05:00
  • 61f16d1ddc Handle files as well. Ian Cordasco 2012-11-24 22:01:16 -05:00
  • f003025a37 Attach Content-Length to everything. Ian Cordasco 2012-11-24 21:47:47 -05:00
  • 31f74bd02e Make OAuth handle less-common body data better. Cory Benfield 2012-11-24 21:17:29 +00:00
  • d5f9a2a51c Avoid using callable(). Cory Benfield 2012-11-24 12:15:30 +00:00
  • 8269ee7266 Fixed so that safe_mode works for Sessions Jonatan Heyman 2012-11-23 16:48:51 +01:00
  • 991f47ac08 Merge pull request #942 from Lukasa/issue883 Kenneth Reitz 2012-11-23 02:04:21 -08:00
  • 1d1eb994dc Merge pull request #945 from Lukasa/develop Kenneth Reitz 2012-11-23 02:03:28 -08:00
  • 68224252e2 Merge pull request #947 from JohnPeacockMessageSystems/develop Kenneth Reitz 2012-11-23 02:02:18 -08:00
  • 36c32aead2 Merge pull request #948 from mwielgoszewski/develop Kenneth Reitz 2012-11-23 02:01:20 -08:00
  • 18be26fc2a Back to issue #630, .isalnum() was sufficient in addressing the issue. Adding a try/except block just masks any issues that are raised here, issues that the developer should definitely be made aware of. Marcin Wielgoszewski 2012-11-22 11:10:22 -05:00
  • 59dea188da Merge remote-tracking branch 'origin/develop' into develop Kenneth Reitz 2012-11-21 17:59:11 -05:00
  • 284deaa609 obama Kenneth Reitz 2012-11-21 17:58:13 -05:00
  • 68f7fae7c3 Merge branch 'develop' of github.com:JohnPeacockMessageSystems/requests into develop John Peacock 2012-11-21 13:41:39 -05:00
  • 20cd46426f Only return a path if the cacert.pem file exists. John Peacock 2012-11-21 13:41:16 -05:00
  • c5fddb95ed Only return a path if the cacert.pem file exists. John Peacock 2012-11-21 13:34:03 -05:00
  • c02520ed99 Make sure we reset environment variables. Cory Benfield 2012-11-18 12:31:55 +00:00
  • 8da100f652 Respect the no_proxy environment variable. Cory Benfield 2012-11-18 12:06:33 +00:00
  • b76326bf94 MockRequest needs a type property for Py3.3 Cory Benfield 2012-11-17 13:00:39 +00:00
  • 50877717c8 Merge pull request #940 from Lukasa/issue917 Kenneth Reitz 2012-11-17 03:03:32 -08:00
  • 47299421df Merge pull request #941 from Lukasa/issue870 Kenneth Reitz 2012-11-17 03:03:03 -08:00
  • 0792acc130 Update documentation on Sessions. Cory Benfield 2012-11-17 10:57:26 +00:00
  • c8b2f7a37b Update docs to reflect use of params Cory Benfield 2012-11-16 23:05:35 +00:00
  • dea8e96bd5 Merge pull request #925 from russelldavis/fix-encoding Kenneth Reitz 2012-11-15 02:13:30 -08:00
  • dda2fbd1ec Merge pull request #937 from cleg/develop Kenneth Reitz 2012-11-15 02:11:55 -08:00
  • a02f3dec02 Fix for user-agent setting Pavel Dmitriev 2012-11-13 17:40:13 +02:00
  • 5333ec9331 Merge pull request #930 from maxcountryman/status-codes Kenneth Reitz 2012-11-08 16:24:36 -08:00
  • 32aa3eb012 adding UTF-8 status codes Max Countryman 2012-11-08 14:30:13 -08:00
  • 5a06ffd286 Merge pull request #921 from bmcustodio/setuptools-fixes Kenneth Reitz 2012-11-07 22:08:32 -08:00
  • ccf4ca8929 Fix a bug in _encode_params - it wasn't utf-8 encoding strings in values that are iterable but not a list. Russell Davis 2012-11-03 12:58:04 -07:00
  • f8603918db Fixed typo in 'MANIFEST.in'. bmcustodio 2012-10-30 15:20:29 +00:00
  • ec852c1e5a Added 'zip_safe' flag to 'setup.py'. bmcustodio 2012-10-30 15:20:08 +00:00
  • 63243b1e3b v0.14.2 v0.14.2 Kenneth Reitz 2012-10-27 10:08:40 -05:00
  • 5c63bc33fe v0.14.2 Kenneth Reitz 2012-10-27 10:08:16 -05:00
  • 28dc725cfe Merge pull request #909 from mjpieters/issue765-json-encodings Kenneth Reitz 2012-10-27 08:02:55 -07:00
  • 2c9bee2597 Merge pull request #912 from jhalcrow/develop Kenneth Reitz 2012-10-27 08:01:17 -07:00
  • 724a3889bc Make sure that url has fragment removed when using a proxy Jonathan Halcrow 2012-10-27 09:54:31 -04:00
  • e26ccb34eb Fix the smoke test in the face of UTF-16 surrogate pairs. Martijn Pieters 2012-10-26 12:15:27 +02:00
  • be01a35ef1 Better not call it chr, rename to byteschr. Martijn Pieters 2012-10-25 18:27:21 +02:00
  • a4be9a2578 Redefine the unichr and bytes-variant of chr at module level. Martijn Pieters 2012-10-25 18:22:07 +02:00
  • 25f2806f23 Cheek: insert myself into AUTHORS.rst. Martijn Pieters 2012-10-25 18:12:55 +02:00
  • 9832bd8917 Correct a c&p mistake: set a correct docstring for the unit test class. Martijn Pieters 2012-10-25 17:56:19 +02:00
  • 4decc7986e Use a JSON-specific encoding detection when no encoding has been specified. Martijn Pieters 2012-10-25 17:43:52 +02:00
  • 6e0ad1eca5 Merge pull request #906 from Atheuz/develop Kenneth Reitz 2012-10-22 16:49:15 -07:00
  • b36863b2c0 quote_plus, unquote_plus added Lasse Vang Gravesen 2012-10-22 23:58:49 +02:00
  • cfa83f6214 Merge pull request #903 from building39/issue-901 Kenneth Reitz 2012-10-21 08:52:03 -07:00
  • 4778bdbaab Merge pull request #904 from g2p/develop Kenneth Reitz 2012-10-21 08:49:38 -07:00
  • c03553ed4a Remove path hacks that break chardet in Python 3. Closes #858. Gabriel 2012-10-21 16:49:50 +02:00
  • 4477d0a4e5 Merge pull request #898 from rvoicilas/develop Kenneth Reitz 2012-10-20 05:37:57 -07:00
  • 4dfa51ae03 Issue 901: Make value of Contents-Encoding header case insensitive per RFC 2616. mmartin 2012-10-19 14:17:32 -05:00
  • ce7c86cc58 Replace assert statements with unittest's self.assert* Radu Voicilas 2012-10-18 22:24:59 +03:00
  • a74c6c6314 Merge remote-tracking branch 'origin/develop' into develop Kenneth Reitz 2012-10-17 22:46:12 -07:00
  • b73426aaca exactly Kenneth Reitz 2012-10-17 22:45:24 -07:00
  • aa08f33f98 Merge pull request #884 from everbird/develop Kenneth Reitz 2012-10-17 07:21:39 -07:00
  • c631627403 Merge pull request #887 from rvoicilas/develop Kenneth Reitz 2012-10-17 07:20:55 -07:00
  • 2363243964 Merge pull request #897 from ametaireau/fix-cheeseshop-mirror-url Kenneth Reitz 2012-10-17 06:37:26 -07:00
  • 78dbb5bfbe Fix the cheeseshop mirror url from pip.kennethreitz to crate.io, since the former doesn't work anymore. Alexis Métaireau 2012-10-17 15:28:09 +02:00
  • 1a0af611cb Merge pull request #892 from treyhunner/topic/whitespace-fixes Kenneth Reitz 2012-10-15 12:55:51 -07:00
  • 481622ff16 Fix multiple code style (whitespace) in docs/ Trey Hunner 2012-10-15 11:17:09 -07:00
  • 9840966d72 typo all the things Kenneth Reitz 2012-10-13 00:46:46 +01:00
  • c3fc2dd259 Merge remote-tracking branch 'origin/develop' into develop Kenneth Reitz 2012-10-13 00:45:20 +01:00
  • f33a0aa47b oauth awesomeness Kenneth Reitz 2012-10-13 00:45:05 +01:00
  • bb9e72885a For the uniformity :) Stephen Zhuang 2012-10-09 23:19:42 +08:00
  • 2d9f953d4c Add name to AUTHORS according to Contribute section Stephen Zhuang 2012-10-09 11:20:48 +08:00
  • 820dfb0495 Making the code more PEP8 compliant Radu Voicilas 2012-10-09 00:41:42 +03:00
  • 5ec2c96f02 declare the encoding tokuda109 2012-10-02 23:26:10 +09:00
  • 3e30196917 update Kenneth Reitz 2012-10-02 01:02:32 -04:00