services/python-requests.git
12 years agov0.7.3 v0.7.3
Kenneth Reitz [Sun, 23 Oct 2011 20:56:47 +0000 (16:56 -0400)]
v0.7.3

12 years agooops, debugging prints
Kenneth Reitz [Sun, 23 Oct 2011 20:53:21 +0000 (16:53 -0400)]
oops, debugging prints

12 years agoMerge branch 'master' into develop
Kenneth Reitz [Sun, 23 Oct 2011 20:10:24 +0000 (16:10 -0400)]
Merge branch 'master' into develop

12 years agoReadme update.
Kenneth Reitz [Sun, 23 Oct 2011 20:03:06 +0000 (16:03 -0400)]
Readme update.

12 years agov0.7.2 v0.7.2
Kenneth Reitz [Sun, 23 Oct 2011 19:40:10 +0000 (15:40 -0400)]
v0.7.2

12 years agobugfix
Kenneth Reitz [Sun, 23 Oct 2011 19:39:33 +0000 (15:39 -0400)]
bugfix

12 years agoMerge branch 'develop'
Kenneth Reitz [Sun, 23 Oct 2011 19:21:42 +0000 (15:21 -0400)]
Merge branch 'develop'

12 years agov0.7.1 v0.7.1
Kenneth Reitz [Sun, 23 Oct 2011 19:18:27 +0000 (15:18 -0400)]
v0.7.1

12 years agoMerge branch 'feature/detach' into develop
Kenneth Reitz [Sun, 23 Oct 2011 19:18:09 +0000 (15:18 -0400)]
Merge branch 'feature/detach' into develop

12 years agoExplain custom auth handlers
Kenneth Reitz [Sun, 23 Oct 2011 19:13:34 +0000 (15:13 -0400)]
Explain custom auth handlers

12 years agodocs for basic/digest auth
Kenneth Reitz [Sun, 23 Oct 2011 18:59:46 +0000 (14:59 -0400)]
docs for basic/digest auth

12 years agoch ch changes
Kenneth Reitz [Sun, 23 Oct 2011 18:52:20 +0000 (14:52 -0400)]
ch ch changes

12 years agohistory for this
Kenneth Reitz [Sun, 23 Oct 2011 18:51:22 +0000 (14:51 -0400)]
history for this

12 years agoKILL THE AUTH HANDLERS
Kenneth Reitz [Sun, 23 Oct 2011 18:49:59 +0000 (14:49 -0400)]
KILL THE AUTH HANDLERS

12 years agoAdd argument injection hook back
Kenneth Reitz [Sun, 23 Oct 2011 18:47:15 +0000 (14:47 -0400)]
Add argument injection hook back

12 years agoAdd new utilities from werkzeug
Kenneth Reitz [Sun, 23 Oct 2011 18:46:58 +0000 (14:46 -0400)]
Add new utilities from werkzeug

12 years agoDigest Authentication test.
Kenneth Reitz [Sun, 23 Oct 2011 18:46:44 +0000 (14:46 -0400)]
Digest Authentication test.

12 years agoMove hooks into internal event loop
Kenneth Reitz [Sun, 23 Oct 2011 18:46:35 +0000 (14:46 -0400)]
Move hooks into internal event loop

12 years agopep8
Kenneth Reitz [Sun, 23 Oct 2011 18:44:26 +0000 (14:44 -0400)]
pep8

12 years agoDigest authentication support!
Kenneth Reitz [Sun, 23 Oct 2011 18:44:20 +0000 (14:44 -0400)]
Digest authentication support!

Ripped from urllib2

12 years agoprettier async patching
Kenneth Reitz [Sun, 23 Oct 2011 18:44:00 +0000 (14:44 -0400)]
prettier async patching

12 years agoauth tuple fix
Kenneth Reitz [Sun, 23 Oct 2011 16:26:46 +0000 (12:26 -0400)]
auth tuple fix

12 years agoMove hooks out of top-level loop
Kenneth Reitz [Sun, 23 Oct 2011 16:26:41 +0000 (12:26 -0400)]
Move hooks out of top-level loop

12 years agoRemove AuthObject entirely.
Kenneth Reitz [Sun, 23 Oct 2011 15:35:01 +0000 (11:35 -0400)]
Remove AuthObject entirely.

12 years agomore advanced authentication mechanism
Kenneth Reitz [Sun, 23 Oct 2011 15:33:03 +0000 (11:33 -0400)]
more advanced authentication mechanism

12 years agoUse new authentication style in models
Kenneth Reitz [Sun, 23 Oct 2011 15:15:42 +0000 (11:15 -0400)]
Use new authentication style in models

:metal:

12 years agoassert sessions are using new auth
Kenneth Reitz [Sun, 23 Oct 2011 15:15:11 +0000 (11:15 -0400)]
assert sessions are using new auth

12 years agofix base64 encoding for httpbasic
Kenneth Reitz [Sun, 23 Oct 2011 15:14:59 +0000 (11:14 -0400)]
fix base64 encoding for httpbasic

12 years agohttpbasic authentication cleanup
Kenneth Reitz [Sun, 23 Oct 2011 15:00:36 +0000 (11:00 -0400)]
httpbasic authentication cleanup

12 years agoComment out authentication handlers
Kenneth Reitz [Sun, 23 Oct 2011 15:00:21 +0000 (11:00 -0400)]
Comment out authentication handlers

12 years agoinitial auth module w/ httpbasic auth
Kenneth Reitz [Sun, 23 Oct 2011 14:56:04 +0000 (10:56 -0400)]
initial auth module w/ httpbasic auth

12 years agov0.7.1 plans
Kenneth Reitz [Sun, 23 Oct 2011 14:04:46 +0000 (10:04 -0400)]
v0.7.1 plans

12 years agoMerge branch 'develop'
Kenneth Reitz [Sun, 23 Oct 2011 02:14:15 +0000 (22:14 -0400)]
Merge branch 'develop'

12 years agomod string formatting for 2.5 v0.7.0
Kenneth Reitz [Sun, 23 Oct 2011 01:33:00 +0000 (21:33 -0400)]
mod string formatting for 2.5

12 years agov0.7.0
Kenneth Reitz [Sun, 23 Oct 2011 01:30:47 +0000 (21:30 -0400)]
v0.7.0

12 years agosimplify request dispatch flow
Kenneth Reitz [Sun, 23 Oct 2011 01:10:24 +0000 (21:10 -0400)]
simplify request dispatch flow

12 years agoDon't alter behavior for safe methods anymore.
Kenneth Reitz [Sun, 23 Oct 2011 01:01:45 +0000 (21:01 -0400)]
Don't alter behavior for safe methods anymore.

12 years agosimplify the URL check
Kenneth Reitz [Sun, 23 Oct 2011 00:57:39 +0000 (20:57 -0400)]
simplify the URL check

12 years agokill accept_gzip config
Kenneth Reitz [Sun, 23 Oct 2011 00:55:46 +0000 (20:55 -0400)]
kill accept_gzip config

12 years agoMerge branch 'feature/config' into develop
Kenneth Reitz [Sun, 23 Oct 2011 00:32:11 +0000 (20:32 -0400)]
Merge branch 'feature/config' into develop

12 years agosettings => config
Kenneth Reitz [Sun, 23 Oct 2011 00:31:51 +0000 (20:31 -0400)]
settings => config

12 years agohistory for config
Kenneth Reitz [Sun, 23 Oct 2011 00:29:00 +0000 (20:29 -0400)]
history for config

12 years agodeprecate settings
Kenneth Reitz [Sun, 23 Oct 2011 00:28:25 +0000 (20:28 -0400)]
deprecate settings

12 years agorequests.request uses config
Kenneth Reitz [Sun, 23 Oct 2011 00:28:19 +0000 (20:28 -0400)]
requests.request uses config

12 years agouse config throughout models
Kenneth Reitz [Sun, 23 Oct 2011 00:28:06 +0000 (20:28 -0400)]
use config throughout models

12 years agouse config object in sessions
Kenneth Reitz [Sun, 23 Oct 2011 00:26:12 +0000 (20:26 -0400)]
use config object in sessions

12 years ago_config => defaults
Kenneth Reitz [Sun, 23 Oct 2011 00:25:27 +0000 (20:25 -0400)]
_config => defaults

12 years agoconfig.py => _config.py
Kenneth Reitz [Sat, 22 Oct 2011 23:41:39 +0000 (19:41 -0400)]
config.py => _config.py

12 years agotest entry points
Kenneth Reitz [Sat, 22 Oct 2011 23:40:45 +0000 (19:40 -0400)]
test entry points

12 years agoI don't even want to know.
Kenneth Reitz [Sat, 22 Oct 2011 23:39:23 +0000 (19:39 -0400)]
I don't even want to know.

12 years agoshow both session styles
Kenneth Reitz [Sat, 22 Oct 2011 23:34:03 +0000 (19:34 -0400)]
show both session styles

12 years agodocstring
Kenneth Reitz [Sat, 22 Oct 2011 23:27:44 +0000 (19:27 -0400)]
docstring

12 years agokill wrapping of api methods
Kenneth Reitz [Sat, 22 Oct 2011 23:27:08 +0000 (19:27 -0400)]
kill wrapping of api methods

12 years agoloose yourself
Kenneth Reitz [Sat, 22 Oct 2011 22:18:39 +0000 (18:18 -0400)]
loose yourself

12 years agoMerge branch 'master' into develop
Kenneth Reitz [Sat, 22 Oct 2011 22:17:04 +0000 (18:17 -0400)]
Merge branch 'master' into develop

12 years agoMerge branch 'feature/primary-sessions' into develop
Kenneth Reitz [Sat, 22 Oct 2011 22:16:43 +0000 (18:16 -0400)]
Merge branch 'feature/primary-sessions' into develop

12 years agodisable rudolf until it obeys
Kenneth Reitz [Sat, 22 Oct 2011 22:16:10 +0000 (18:16 -0400)]
disable rudolf until it obeys

12 years agoAdd all methods to session
Kenneth Reitz [Sat, 22 Oct 2011 22:15:28 +0000 (18:15 -0400)]
Add all methods to session

12 years agoimport cleanups
Kenneth Reitz [Sat, 22 Oct 2011 22:13:22 +0000 (18:13 -0400)]
import cleanups

12 years agocookiejar => cookies in models
Kenneth Reitz [Sat, 22 Oct 2011 22:10:47 +0000 (18:10 -0400)]
cookiejar => cookies in models

12 years agoMove request and get to session
Kenneth Reitz [Sat, 22 Oct 2011 22:10:18 +0000 (18:10 -0400)]
Move request and get to session

12 years agopep8 all the things
Kenneth Reitz [Sat, 22 Oct 2011 22:07:14 +0000 (18:07 -0400)]
pep8 all the things

12 years agov0.6.7
Kenneth Reitz [Sat, 22 Oct 2011 22:07:00 +0000 (18:07 -0400)]
v0.6.7

12 years agoAll methods are valid now
Kenneth Reitz [Sat, 22 Oct 2011 22:00:26 +0000 (18:00 -0400)]
All methods are valid now

12 years agotest improvements
Kenneth Reitz [Sat, 22 Oct 2011 16:26:39 +0000 (12:26 -0400)]
test improvements

12 years agoUpdate AUTHORS
Kenneth Reitz [Fri, 21 Oct 2011 14:25:02 +0000 (11:25 -0300)]
Update AUTHORS

12 years agoMerge pull request #217 from thedaniel/async-doc
Kenneth Reitz [Fri, 21 Oct 2011 14:24:11 +0000 (07:24 -0700)]
Merge pull request #217 from thedaniel/async-doc

Clarify documentation around async.map and Request.send

12 years agoClarify documentation around async.map and Request.send
Daniel Hengeveld [Fri, 21 Oct 2011 06:55:03 +0000 (23:55 -0700)]
Clarify documentation around async.map and Request.send

12 years agoWhitespaceBot
Kenneth Reitz [Fri, 21 Oct 2011 03:53:25 +0000 (23:53 -0400)]
WhitespaceBot

12 years agoperiods.
Kenneth Reitz [Fri, 21 Oct 2011 03:53:20 +0000 (23:53 -0400)]
periods.

12 years agov0.6.7 initial history
Kenneth Reitz [Fri, 21 Oct 2011 02:43:52 +0000 (22:43 -0400)]
v0.6.7 initial history

12 years ago#160
Kenneth Reitz [Fri, 21 Oct 2011 02:09:08 +0000 (22:09 -0400)]
#160

12 years agoMerge branch 'master' into develop
Kenneth Reitz [Thu, 20 Oct 2011 15:42:09 +0000 (11:42 -0400)]
Merge branch 'master' into develop

12 years agoMerge remote-tracking branch 'origin/develop' into develop
Kenneth Reitz [Thu, 20 Oct 2011 15:42:00 +0000 (11:42 -0400)]
Merge remote-tracking branch 'origin/develop' into develop

12 years agoMerge pull request #214 from zsiciarz/new_http_codes
Kenneth Reitz [Thu, 20 Oct 2011 15:41:43 +0000 (08:41 -0700)]
Merge pull request #214 from zsiciarz/new_http_codes

New http codes

12 years agoNew HTTP status codes (draft only).
Zbigniew Siciarz [Thu, 20 Oct 2011 15:37:16 +0000 (17:37 +0200)]
New HTTP status codes (draft only).

See IETF document at
https://tools.ietf.org/html/draft-nottingham-http-new-status-02.

12 years agoUpdate AUTHORS
Kenneth Reitz [Thu, 20 Oct 2011 12:46:32 +0000 (09:46 -0300)]
Update AUTHORS

12 years agoMerge pull request #213 from fredrikmollerstrand/develop
Kenneth Reitz [Thu, 20 Oct 2011 12:46:16 +0000 (05:46 -0700)]
Merge pull request #213 from fredrikmollerstrand/develop

Fix pip-compared-to-easy-install url

12 years agodocs: fix pip-compared-to-easy-install url.
Fredrik Möllerstrand [Thu, 20 Oct 2011 10:50:27 +0000 (11:50 +0100)]
docs: fix pip-compared-to-easy-install url.

12 years agoadd back the ascii art
Kenneth Reitz [Wed, 19 Oct 2011 20:50:20 +0000 (16:50 -0400)]
add back the ascii art

12 years agomove core imports into __init__.py
Kenneth Reitz [Wed, 19 Oct 2011 20:47:46 +0000 (16:47 -0400)]
move core imports into __init__.py

because you can't splat import relatively. dumb.

12 years agoMerge branch 'master' into develop
Kenneth Reitz [Wed, 19 Oct 2011 20:36:22 +0000 (16:36 -0400)]
Merge branch 'master' into develop

12 years agoMerge branch 'master' into develop
Kenneth Reitz [Wed, 19 Oct 2011 20:36:12 +0000 (16:36 -0400)]
Merge branch 'master' into develop

12 years agoimports cleanup for @alex :sparkles: :cake: :sparkles:
Kenneth Reitz [Wed, 19 Oct 2011 19:54:22 +0000 (15:54 -0400)]
imports cleanup for @alex :sparkles: :cake: :sparkles:

12 years agoUpdate AUTHORS
Kenneth Reitz [Wed, 19 Oct 2011 15:04:34 +0000 (12:04 -0300)]
Update AUTHORS

12 years agoMerge pull request #211 from tvaught/master
Kenneth Reitz [Wed, 19 Oct 2011 15:04:04 +0000 (08:04 -0700)]
Merge pull request #211 from tvaught/master

Minor doc spelling tweaks

12 years ago Some Doc and doctoring fixes by the Speling Poleece.
travis [Wed, 19 Oct 2011 15:00:13 +0000 (10:00 -0500)]
 Some Doc and doctoring fixes by the Speling Poleece.

12 years agoUpdate docs/index.rst
Kenneth Reitz [Wed, 19 Oct 2011 14:41:33 +0000 (11:41 -0300)]
Update docs/index.rst

12 years agoMerge branch 'develop'
Kenneth Reitz [Wed, 19 Oct 2011 07:40:39 +0000 (03:40 -0400)]
Merge branch 'develop'

12 years agov0.6.6 v0.6.6
Kenneth Reitz [Wed, 19 Oct 2011 07:39:36 +0000 (03:39 -0400)]
v0.6.6

12 years agotest session persistent params
Kenneth Reitz [Wed, 19 Oct 2011 07:37:52 +0000 (03:37 -0400)]
test session persistent params

12 years agoadd params to session merge attributes
Kenneth Reitz [Wed, 19 Oct 2011 07:32:53 +0000 (03:32 -0400)]
add params to session merge attributes

12 years agowhite in spaaaaaccceeee
Kenneth Reitz [Wed, 19 Oct 2011 05:36:38 +0000 (01:36 -0400)]
white in spaaaaaccceeee

12 years agoMerge branch 'develop'
Kenneth Reitz [Wed, 19 Oct 2011 05:31:32 +0000 (01:31 -0400)]
Merge branch 'develop'

12 years agov0.6.5 v0.6.5
Kenneth Reitz [Wed, 19 Oct 2011 05:30:45 +0000 (01:30 -0400)]
v0.6.5

12 years agotesting session method attribute merging
Kenneth Reitz [Wed, 19 Oct 2011 05:10:06 +0000 (01:10 -0400)]
testing session method attribute merging

12 years agonew local merging of keyword arguments for sessions
Kenneth Reitz [Wed, 19 Oct 2011 05:09:55 +0000 (01:09 -0400)]
new local merging of keyword arguments for sessions

12 years ago"Python on the Web" blog post
Kenneth Reitz [Tue, 18 Oct 2011 21:26:21 +0000 (17:26 -0400)]
"Python on the Web" blog post

12 years agoapt-get install python-requests
Kenneth Reitz [Tue, 18 Oct 2011 00:59:27 +0000 (20:59 -0400)]
apt-get install python-requests

12 years agosp
Kenneth Reitz [Tue, 18 Oct 2011 00:58:52 +0000 (20:58 -0400)]
sp