services/python-requests.git
13 years agoFix tried_encodings scope
Rick Mak [Thu, 18 Aug 2011 06:42:35 +0000 (14:42 +0800)]
Fix tried_encodings scope

13 years agoImport re
Rick Mak [Thu, 18 Aug 2011 06:22:54 +0000 (14:22 +0800)]
Import re

13 years agoReturn the r.content as unicode.
Rick Mak [Wed, 17 Aug 2011 04:49:19 +0000 (12:49 +0800)]
Return the r.content as unicode.

13 years agoadded alex to authors
Kenneth Reitz [Tue, 16 Aug 2011 02:17:55 +0000 (22:17 -0400)]
added alex to authors

13 years agoFixed misc spelling mistakes.
alopatin [Tue, 16 Aug 2011 01:53:22 +0000 (22:53 -0300)]
Fixed misc spelling mistakes.

13 years agoMerge branch 'develop' of https://github.com/moliware/requests into develop
Kenneth Reitz [Tue, 16 Aug 2011 01:50:00 +0000 (21:50 -0400)]
Merge branch 'develop' of https://github.com/moliware/requests into develop

13 years agouse settings.timeout_fallback bool for socket.setdefaulttimeout() fallback
JensDiemer [Mon, 15 Aug 2011 15:03:37 +0000 (17:03 +0200)]
use settings.timeout_fallback bool for socket.setdefaulttimeout() fallback

13 years agoUse socket.setdefaulttimeout(timeout) only if timeout argument doesn't exist (Python...
JensDiemer [Mon, 15 Aug 2011 14:51:33 +0000 (16:51 +0200)]
Use socket.setdefaulttimeout(timeout) only if timeout argument doesn't exist (Python <2.6) - https://github.com/kennethreitz/requests/issues/112

13 years agoheaders.update is not the same that add headers one by one with add_header
moliware [Mon, 15 Aug 2011 09:58:57 +0000 (11:58 +0200)]
headers.update is not the same that add headers one by one with add_header

13 years agowhoops
Kenneth Reitz [Mon, 15 Aug 2011 02:32:35 +0000 (22:32 -0400)]
whoops

13 years agoResponse Headers quickstart
Kenneth Reitz [Mon, 15 Aug 2011 02:30:30 +0000 (22:30 -0400)]
Response Headers quickstart

13 years agoraise_for_status quick start
Kenneth Reitz [Mon, 15 Aug 2011 02:20:03 +0000 (22:20 -0400)]
raise_for_status quick start

13 years agomodels..
Kenneth Reitz [Mon, 15 Aug 2011 02:12:50 +0000 (22:12 -0400)]
models..

13 years agonot tablib..
Kenneth Reitz [Mon, 15 Aug 2011 02:08:01 +0000 (22:08 -0400)]
not tablib..

13 years agomassive documentation update
Kenneth Reitz [Mon, 15 Aug 2011 02:07:15 +0000 (22:07 -0400)]
massive documentation update

13 years agobasic FAQ
Kenneth Reitz [Mon, 15 Aug 2011 01:16:04 +0000 (21:16 -0400)]
basic FAQ

13 years agoI'll have to manually add that to sphinx
Kenneth Reitz [Sun, 14 Aug 2011 19:50:18 +0000 (15:50 -0400)]
I'll have to manually add that to sphinx

13 years agostatus blocks
Kenneth Reitz [Sun, 14 Aug 2011 19:44:03 +0000 (15:44 -0400)]
status blocks

13 years agoDocumentation fixes
Kenneth Reitz [Sun, 14 Aug 2011 15:43:25 +0000 (11:43 -0400)]
Documentation fixes

13 years agoemphasize r.content
Kenneth Reitz [Sun, 14 Aug 2011 15:06:41 +0000 (11:06 -0400)]
emphasize r.content

13 years agostatus codes fix
Kenneth Reitz [Sun, 14 Aug 2011 14:43:02 +0000 (10:43 -0400)]
status codes fix

13 years agoMerge branch 'patch-1' of https://github.com/SimonSapin/requests into develop
Kenneth Reitz [Sun, 14 Aug 2011 14:41:15 +0000 (10:41 -0400)]
Merge branch 'patch-1' of https://github.com/SimonSapin/requests into develop

13 years agoMerge remote-tracking branch 'origin/develop' into develop
Kenneth Reitz [Sun, 14 Aug 2011 14:40:32 +0000 (10:40 -0400)]
Merge remote-tracking branch 'origin/develop' into develop

13 years agoMerge branch 'develop' of https://github.com/jbochi/requests into develop
Kenneth Reitz [Sun, 14 Aug 2011 14:39:47 +0000 (10:39 -0400)]
Merge branch 'develop' of https://github.com/jbochi/requests into develop

13 years agoMerge branch 'docs-typos' of https://github.com/markstory/requests into develop
Kenneth Reitz [Sun, 14 Aug 2011 14:39:35 +0000 (10:39 -0400)]
Merge branch 'docs-typos' of https://github.com/markstory/requests into develop

13 years agoMerge pull request #108 from zed/patch-1
Kenneth Reitz [Sun, 14 Aug 2011 14:21:52 +0000 (07:21 -0700)]
Merge pull request #108 from zed/patch-1

fix typo

13 years agofix typo
zed [Sun, 14 Aug 2011 13:46:43 +0000 (17:46 +0400)]
fix typo

13 years agoFixing a small typo.
Mark Story [Sun, 14 Aug 2011 13:13:50 +0000 (09:13 -0400)]
Fixing a small typo.

13 years agoEdited PATCH Requests in README
Juarez Bochi [Sun, 14 Aug 2011 10:30:43 +0000 (07:30 -0300)]
Edited PATCH Requests in README

13 years agoFix a link in the documentation.
Simon Sapin [Sun, 14 Aug 2011 06:50:25 +0000 (09:50 +0300)]
Fix a link in the documentation.

13 years ago\o/
Kenneth Reitz [Sat, 13 Aug 2011 18:55:41 +0000 (14:55 -0400)]
\o/

13 years agostatus_codes lookup dict
Kenneth Reitz [Sat, 13 Aug 2011 18:50:59 +0000 (14:50 -0400)]
status_codes lookup dict

13 years agosupporting codes class
Kenneth Reitz [Sat, 13 Aug 2011 18:50:48 +0000 (14:50 -0400)]
supporting codes class

13 years agorequests.codes
Kenneth Reitz [Sat, 13 Aug 2011 18:50:38 +0000 (14:50 -0400)]
requests.codes

13 years agochanging history muahaha
Kenneth Reitz [Sat, 13 Aug 2011 17:17:41 +0000 (13:17 -0400)]
changing history muahaha

13 years agoattach request object to responses
Kenneth Reitz [Sat, 13 Aug 2011 17:17:17 +0000 (13:17 -0400)]
attach request object to responses

13 years agoremove Response.cached
Kenneth Reitz [Sat, 13 Aug 2011 17:14:10 +0000 (13:14 -0400)]
remove Response.cached

13 years agoall main functions are **kwargs now. People shouldn't be relying on the order.
Kenneth Reitz [Sat, 13 Aug 2011 17:11:16 +0000 (13:11 -0400)]
all main functions are **kwargs now. People shouldn't be relying on the order.

13 years agobetter
Kenneth Reitz [Sat, 13 Aug 2011 17:04:14 +0000 (13:04 -0400)]
better

13 years agoresponse error handling rework
Kenneth Reitz [Sat, 13 Aug 2011 17:01:44 +0000 (13:01 -0400)]
response error handling rework

13 years agohistory
Kenneth Reitz [Sat, 13 Aug 2011 16:34:13 +0000 (12:34 -0400)]
history

13 years agoadded Jeremy Selie to AUTHORS
Kenneth Reitz [Sat, 13 Aug 2011 13:40:24 +0000 (09:40 -0400)]
added Jeremy Selie to AUTHORS

13 years agotest relative redirects
Kenneth Reitz [Sat, 13 Aug 2011 13:37:14 +0000 (09:37 -0400)]
test relative redirects

13 years agohttp/https tests
Kenneth Reitz [Sat, 13 Aug 2011 13:37:07 +0000 (09:37 -0400)]
http/https tests

13 years agowhitespace!
Kenneth Reitz [Sat, 13 Aug 2011 13:14:49 +0000 (09:14 -0400)]
whitespace!

13 years agoMerge branch 'patch-1' of https://github.com/jeremys/requests into develop
Kenneth Reitz [Sat, 13 Aug 2011 12:39:16 +0000 (08:39 -0400)]
Merge branch 'patch-1' of https://github.com/jeremys/requests into develop

13 years agoAdded proxies to requests.settings
Zbigniew Siciarz [Tue, 9 Aug 2011 08:03:09 +0000 (10:03 +0200)]
Added proxies to requests.settings

13 years agoAdded Peter Manser to AUTHORS
Kenneth Reitz [Fri, 5 Aug 2011 01:08:32 +0000 (22:08 -0300)]
Added Peter Manser to AUTHORS

13 years agoMerge pull request #99 from petermanser/develop
Kenneth Reitz [Fri, 5 Aug 2011 01:07:49 +0000 (18:07 -0700)]
Merge pull request #99 from petermanser/develop

Fixing minor bug in code example - missing apostrophe

13 years agoFixing minor bug in code example - missing apostrophe
Peter Manser [Thu, 4 Aug 2011 19:47:15 +0000 (21:47 +0200)]
Fixing minor bug in code example - missing apostrophe

13 years agoMerge https://github.com/bclermont/requests into develop
Kenneth Reitz [Wed, 3 Aug 2011 03:23:41 +0000 (23:23 -0400)]
Merge https://github.com/bclermont/requests into develop

13 years agoJoin with the latest URL not the first one.
Jeremy Selier [Tue, 2 Aug 2011 15:51:21 +0000 (18:51 +0300)]
Join with the latest URL not the first one.

13 years agoFixes correct "relative" redirections. Example: http://digg.com/d1qIwX, which redirec...
Jeremy Selier [Tue, 2 Aug 2011 15:05:03 +0000 (18:05 +0300)]
Fixes correct "relative" redirections. Example: digg.com/d1qIwX, which redirects to "/news/story/A_Manifesto_How_to_Save_Media", which requests transforms to: http://digg.com//news/story/A_Manifesto_How_to_Save_Media" which results in an endless redirect loop.

13 years agov0.5.1
Kenneth Reitz [Sun, 24 Jul 2011 02:58:32 +0000 (22:58 -0400)]
v0.5.1

13 years agoPython 2.5 bugfix
Kenneth Reitz [Sun, 24 Jul 2011 02:49:01 +0000 (22:49 -0400)]
Python 2.5 bugfix

13 years agotest fix
Kenneth Reitz [Sun, 24 Jul 2011 02:42:51 +0000 (22:42 -0400)]
test fix

13 years agodefault headers and content encoding settings
Kenneth Reitz [Sun, 24 Jul 2011 02:35:46 +0000 (22:35 -0400)]
default headers and content encoding settings
Closes #78

13 years agoredirect history length test
Kenneth Reitz [Sun, 24 Jul 2011 02:16:21 +0000 (22:16 -0400)]
redirect history length test

13 years agoadded Rubén Abad to AUTHORS
Kenneth Reitz [Sun, 24 Jul 2011 02:12:41 +0000 (22:12 -0400)]
added Rubén Abad to AUTHORS

13 years agohistory bugfix in history
Kenneth Reitz [Sun, 24 Jul 2011 02:12:34 +0000 (22:12 -0400)]
history bugfix in history

13 years agoMerge branch 'develop' of https://github.com/rabad/requests into develop
Kenneth Reitz [Sun, 24 Jul 2011 02:11:59 +0000 (22:11 -0400)]
Merge branch 'develop' of https://github.com/rabad/requests into develop

13 years agoRedirect history fix (Closes #91)
Kenneth Reitz [Sun, 24 Jul 2011 02:11:54 +0000 (22:11 -0400)]
Redirect history fix (Closes #91)

13 years agoCaseInsensitiveDict notes
Kenneth Reitz [Sun, 24 Jul 2011 01:49:08 +0000 (21:49 -0400)]
CaseInsensitiveDict notes

13 years agofixing bad url shortner link
Kenneth Reitz [Sun, 24 Jul 2011 01:48:28 +0000 (21:48 -0400)]
fixing bad url shortner link

13 years agoMerge branch 'develop' of https://github.com/tgulacsi/requests into develop
Kenneth Reitz [Sun, 24 Jul 2011 01:45:45 +0000 (21:45 -0400)]
Merge branch 'develop' of https://github.com/tgulacsi/requests into develop

13 years agov0.5.1 history update
Kenneth Reitz [Sun, 24 Jul 2011 01:42:12 +0000 (21:42 -0400)]
v0.5.1 history update

13 years agodefault user agent!
Kenneth Reitz [Sun, 24 Jul 2011 01:39:14 +0000 (21:39 -0400)]
default user agent!

13 years agoforced_basic default handler.
Kenneth Reitz [Sun, 24 Jul 2011 01:37:08 +0000 (21:37 -0400)]
forced_basic default handler.

13 years agoForced Basic Auth for 404'd resources
Kenneth Reitz [Sun, 24 Jul 2011 01:36:24 +0000 (21:36 -0400)]
Forced Basic Auth for 404'd resources

13 years agouse patched HTTPBasicAuthHandler
Kenneth Reitz [Sun, 24 Jul 2011 00:10:37 +0000 (20:10 -0400)]
use patched HTTPBasicAuthHandler

13 years agostructures: CaseInsensitiveDict.__delitem__ missing "value" fix
Gulácsi Tamás [Sat, 23 Jul 2011 20:25:07 +0000 (22:25 +0200)]
structures: CaseInsensitiveDict.__delitem__ missing "value" fix

13 years agoadd myself to AUTHORS
Gulácsi Tamás [Sat, 23 Jul 2011 20:19:28 +0000 (22:19 +0200)]
add myself to AUTHORS

13 years agostructures: little bit more general, lower-key-caching version of CaseInsensitiveDict
Gulácsi Tamás [Sat, 23 Jul 2011 20:16:12 +0000 (22:16 +0200)]
structures: little bit more general, lower-key-caching version of CaseInsensitiveDict

13 years agotest_request: simplejson is just as good as omnijson for test
Gulácsi Tamás [Sat, 23 Jul 2011 20:15:28 +0000 (22:15 +0200)]
test_request: simplejson is just as good as omnijson for test

13 years agoWe can represent multivalued params with arrays
Rubén Abad [Wed, 13 Jul 2011 09:08:54 +0000 (11:08 +0200)]
We can represent multivalued params with arrays

13 years ago:+1:
Kenneth Reitz [Sat, 9 Jul 2011 14:41:44 +0000 (10:41 -0400)]
:+1:

13 years agoAdded the possibility to access headers without fetching the whole body (fixes #86).
Jérémy Bethmont [Wed, 29 Jun 2011 09:10:39 +0000 (11:10 +0200)]
Added the possibility to access headers without fetching the whole body (fixes #86).

13 years agoadd doseq to urlencode in model._encode_params to enable list as dict value
Xu Pan [Sun, 26 Jun 2011 05:32:19 +0000 (13:32 +0800)]
add doseq to urlencode in model._encode_params to enable list as dict value

13 years agointernational domain name support!
Kenneth Reitz [Sat, 25 Jun 2011 00:32:28 +0000 (20:32 -0400)]
international domain name support!

13 years agoAdded Jérémy Bethmont to AUTHORS.
Kenneth Reitz [Fri, 24 Jun 2011 22:47:41 +0000 (18:47 -0400)]
Added Jérémy Bethmont to AUTHORS.

13 years agonote about indns
Kenneth Reitz [Fri, 24 Jun 2011 22:24:44 +0000 (18:24 -0400)]
note about indns

13 years agoImplemented idna (fixes #76).
Jérémy Bethmont [Fri, 24 Jun 2011 10:21:25 +0000 (12:21 +0200)]
Implemented idna (fixes #76).

13 years agoraise_for_status +URLError
Kenneth Reitz [Thu, 23 Jun 2011 10:22:46 +0000 (06:22 -0400)]
raise_for_status +URLError

13 years agotypos
Kenneth Reitz [Thu, 23 Jun 2011 10:06:56 +0000 (06:06 -0400)]
typos

13 years ago!
Kenneth Reitz [Thu, 23 Jun 2011 09:34:44 +0000 (05:34 -0400)]
!

13 years agooops
Kenneth Reitz [Thu, 23 Jun 2011 09:32:05 +0000 (05:32 -0400)]
oops

13 years agoTURTLES
Kenneth Reitz [Thu, 23 Jun 2011 09:18:13 +0000 (05:18 -0400)]
TURTLES

13 years agonew sidebar logo
Kenneth Reitz [Thu, 23 Jun 2011 09:16:13 +0000 (05:16 -0400)]
new sidebar logo

13 years agotox fix
Kenneth Reitz [Thu, 23 Jun 2011 09:15:09 +0000 (05:15 -0400)]
tox fix

13 years agoworking requests logo
Kenneth Reitz [Thu, 23 Jun 2011 07:30:32 +0000 (03:30 -0400)]
working requests logo

13 years agoTODO Docs
Kenneth Reitz [Thu, 23 Jun 2011 07:30:22 +0000 (03:30 -0400)]
TODO Docs

13 years agoplaying nice.
Kenneth Reitz [Wed, 22 Jun 2011 02:55:35 +0000 (22:55 -0400)]
playing nice.

13 years agoTimeouts are normal errors now.
Kenneth Reitz [Wed, 22 Jun 2011 02:43:15 +0000 (22:43 -0400)]
Timeouts are normal errors now.

--
FIX ALL TEH TESTS!

13 years agoTimeouts are normal errors now.
Kenneth Reitz [Wed, 22 Jun 2011 02:40:27 +0000 (22:40 -0400)]
Timeouts are normal errors now.

--
BREAK ALL TEH TESTS!

13 years agoRelease the v0.5.0!
Kenneth Reitz [Wed, 22 Jun 2011 02:26:06 +0000 (22:26 -0400)]
Release the v0.5.0!

13 years agoso many paramatersssss
Kenneth Reitz [Wed, 22 Jun 2011 02:22:46 +0000 (22:22 -0400)]
so many paramatersssss

13 years agoreadme update
Kenneth Reitz [Wed, 22 Jun 2011 02:22:02 +0000 (22:22 -0400)]
readme update

13 years agoadd PATCH to docs
Kenneth Reitz [Wed, 22 Jun 2011 02:21:54 +0000 (22:21 -0400)]
add PATCH to docs

13 years agoPATCH in Docs
Kenneth Reitz [Wed, 22 Jun 2011 02:06:31 +0000 (22:06 -0400)]
PATCH in Docs

13 years agoupdate history
Kenneth Reitz [Wed, 22 Jun 2011 02:03:56 +0000 (22:03 -0400)]
update history