services/python-requests.git
12 years agorelative imports
Kenneth Reitz [Wed, 17 Aug 2011 02:55:10 +0000 (22:55 -0400)]
relative imports

12 years agodoctoring for Session
Kenneth Reitz [Wed, 17 Aug 2011 02:20:26 +0000 (22:20 -0400)]
doctoring for Session

12 years agomemory location repr for requests-client
Kenneth Reitz [Wed, 17 Aug 2011 02:19:49 +0000 (22:19 -0400)]
memory location repr for requests-client

12 years agodocstring fix
Kenneth Reitz [Wed, 17 Aug 2011 02:16:22 +0000 (22:16 -0400)]
docstring fix

12 years agosession => sessions
Kenneth Reitz [Wed, 17 Aug 2011 02:15:03 +0000 (22:15 -0400)]
session => sessions

12 years agoMerge branch 'feature/session' of https://github.com/tomhsx/requests into feature...
Kenneth Reitz [Tue, 16 Aug 2011 06:34:44 +0000 (02:34 -0400)]
Merge branch 'feature/session' of https://github.com/tomhsx/requests into feature/session

Conflicts:
AUTHORS

12 years agoAdded docs regarding requests.session to docs/user/advanced.rst
Tom Hogans [Tue, 16 Aug 2011 06:00:11 +0000 (02:00 -0400)]
Added docs regarding requests.session to docs/user/advanced.rst

12 years agoAdded tests for requests.session
Tom Hogans [Tue, 16 Aug 2011 05:38:39 +0000 (01:38 -0400)]
Added tests for requests.session

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

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

12 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

12 years agoAdded request.session functionality
Tom Hogans [Mon, 15 Aug 2011 20:01:26 +0000 (16:01 -0400)]
Added request.session functionality

12 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

12 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

12 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

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

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

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

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

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

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

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

12 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

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

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

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

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

12 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

12 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

12 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

12 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

12 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

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

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

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

12 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.

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

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

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

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

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

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

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

12 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.

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

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

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

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

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

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

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

12 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

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

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

12 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

12 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!