services/python-requests.git
12 years agoAUTHORS -= Den Shabalin (I've already been mentioned in the list @ line 41.)
Den Shabalin [Sun, 21 Aug 2011 11:09:03 +0000 (14:09 +0300)]
AUTHORS -= Den Shabalin (I've already been mentioned in the list @ line 41.)

12 years agoMerge branch 'develop' of git://github.com/kennethreitz/requests into develop
Den Shabalin [Sun, 21 Aug 2011 11:06:31 +0000 (14:06 +0300)]
Merge branch 'develop' of git://github.com/kennethreitz/requests into develop

12 years agono need to set content
Kenneth Reitz [Sun, 21 Aug 2011 11:01:29 +0000 (07:01 -0400)]
no need to set content
avoids 2.5 workaround

12 years agoAUTHORS += 'Den Shabalin'
Kenneth Reitz [Sun, 21 Aug 2011 10:59:13 +0000 (06:59 -0400)]
AUTHORS += 'Den Shabalin'

12 years agofaq
Kenneth Reitz [Sun, 21 Aug 2011 10:58:34 +0000 (06:58 -0400)]
faq

12 years agoMerge branch 'master' of git://github.com/kennethreitz/requests into develop
Den Shabalin [Sun, 21 Aug 2011 09:13:56 +0000 (12:13 +0300)]
Merge branch 'master' of git://github.com/kennethreitz/requests into develop

12 years agoRefactor response.content into a property. This makes content attribute discoverable...
Den Shabalin [Sun, 21 Aug 2011 08:57:03 +0000 (11:57 +0300)]
Refactor response.content into a property. This makes content attribute discoverable through dir(response) and also guards from errors like forgetting to raise AttributeError in __getattr__. Also you don't have to create fake self.content to fool Sphinx any more.

12 years agonew FAQs
Kenneth Reitz [Sun, 21 Aug 2011 03:00:17 +0000 (23:00 -0400)]
new FAQs

12 years agohistory
Kenneth Reitz [Sun, 21 Aug 2011 02:55:30 +0000 (22:55 -0400)]
history

12 years agoRequest
Kenneth Reitz [Sun, 21 Aug 2011 02:51:24 +0000 (22:51 -0400)]
Request

12 years agobig docs update
Kenneth Reitz [Sun, 21 Aug 2011 02:47:03 +0000 (22:47 -0400)]
big docs update

12 years agoyay
Kenneth Reitz [Sun, 21 Aug 2011 00:05:38 +0000 (20:05 -0400)]
yay

12 years agodocstringin' it up
Kenneth Reitz [Sun, 21 Aug 2011 00:04:11 +0000 (20:04 -0400)]
docstringin' it up

12 years agono longer required
Kenneth Reitz [Sat, 20 Aug 2011 23:59:41 +0000 (19:59 -0400)]
no longer required

12 years agocleanups
Kenneth Reitz [Sat, 20 Aug 2011 23:59:21 +0000 (19:59 -0400)]
cleanups

12 years agodocstrings for utils module
Kenneth Reitz [Sat, 20 Aug 2011 23:58:00 +0000 (19:58 -0400)]
docstrings for utils module

12 years agor.fo bugfix
Kenneth Reitz [Sat, 20 Aug 2011 23:52:18 +0000 (19:52 -0400)]
r.fo bugfix

12 years agoremote read/close methods from response
Kenneth Reitz [Sat, 20 Aug 2011 23:49:23 +0000 (19:49 -0400)]
remote read/close methods from response

12 years agosettings.decode_unicode
Kenneth Reitz [Sat, 20 Aug 2011 23:47:43 +0000 (19:47 -0400)]
settings.decode_unicode

12 years agoutils.decode_gzip
Kenneth Reitz [Sat, 20 Aug 2011 23:46:50 +0000 (19:46 -0400)]
utils.decode_gzip

12 years agomay have multiple encoding values
Kenneth Reitz [Sat, 20 Aug 2011 23:44:24 +0000 (19:44 -0400)]
may have multiple encoding values

12 years agosettings.allow_unicode
Kenneth Reitz [Sat, 20 Aug 2011 23:43:36 +0000 (19:43 -0400)]
settings.allow_unicode

12 years agono separate test suite
Kenneth Reitz [Sat, 20 Aug 2011 23:40:33 +0000 (19:40 -0400)]
no separate test suite

12 years agoMerge branch 'feature/unicode' into feature/fo
Kenneth Reitz [Sat, 20 Aug 2011 23:30:46 +0000 (19:30 -0400)]
Merge branch 'feature/unicode' into feature/fo

Conflicts:
AUTHORS

12 years agocleanups, response.fo
Kenneth Reitz [Sat, 20 Aug 2011 23:26:56 +0000 (19:26 -0400)]
cleanups, response.fo

12 years agoMerge branch 'develop' of https://github.com/janrito/requests into develop
Kenneth Reitz [Sat, 20 Aug 2011 23:23:53 +0000 (19:23 -0400)]
Merge branch 'develop' of https://github.com/janrito/requests into develop

12 years agoAUTHORS += Alejandro Giacometti
Kenneth Reitz [Sat, 20 Aug 2011 23:22:48 +0000 (19:22 -0400)]
AUTHORS += Alejandro Giacometti

12 years agoadded Rick Mak to AUTHORS
Kenneth Reitz [Sat, 20 Aug 2011 23:22:18 +0000 (19:22 -0400)]
added Rick Mak to AUTHORS

12 years agomove encoding methods into utils for external consumption
Kenneth Reitz [Sat, 20 Aug 2011 23:17:41 +0000 (19:17 -0400)]
move encoding methods into utils for external consumption

12 years agomove encoding detection out of request object.
Kenneth Reitz [Sat, 20 Aug 2011 23:17:25 +0000 (19:17 -0400)]
move encoding detection out of request object.

12 years agoMerge https://github.com/rickmak/requests into feature/unicode
Kenneth Reitz [Sat, 20 Aug 2011 22:42:18 +0000 (18:42 -0400)]
Merge https://github.com/rickmak/requests into feature/unicode

Conflicts:
requests/models.py

12 years agomerge remnant (oops)
Kenneth Reitz [Sat, 20 Aug 2011 22:34:33 +0000 (18:34 -0400)]
merge remnant (oops)

12 years agoMerge branch 'develop'
Kenneth Reitz [Sat, 20 Aug 2011 22:26:04 +0000 (18:26 -0400)]
Merge branch 'develop'

12 years agov0.6.1 v0.6.1
Kenneth Reitz [Sat, 20 Aug 2011 22:25:32 +0000 (18:25 -0400)]
v0.6.1

12 years agohistory update
Kenneth Reitz [Sat, 20 Aug 2011 22:24:58 +0000 (18:24 -0400)]
history update

12 years agoAdded readline method to response object.
Alejandro Giacometti [Sat, 20 Aug 2011 21:05:39 +0000 (23:05 +0200)]
Added readline method to response object.

12 years agono more roadmap
Kenneth Reitz [Sat, 20 Aug 2011 00:59:16 +0000 (20:59 -0400)]
no more roadmap

12 years agoMerge branch 'feature/jerem' into develop
Kenneth Reitz [Sat, 20 Aug 2011 00:12:53 +0000 (20:12 -0400)]
Merge branch 'feature/jerem' into develop

12 years agoconfig max_redirects
Kenneth Reitz [Sat, 20 Aug 2011 00:12:41 +0000 (20:12 -0400)]
config max_redirects

12 years agointegrate codes into models.py
Kenneth Reitz [Sat, 20 Aug 2011 00:12:33 +0000 (20:12 -0400)]
integrate codes into models.py

12 years ago303 status code
Kenneth Reitz [Sat, 20 Aug 2011 00:12:16 +0000 (20:12 -0400)]
303 status code

12 years agoMerge branch 'develop' of https://github.com/jerem/requests into feature/jerem
Kenneth Reitz [Fri, 19 Aug 2011 23:58:24 +0000 (19:58 -0400)]
Merge branch 'develop' of https://github.com/jerem/requests into feature/jerem

12 years agoadded Den Shabalin to AUTHORS
Kenneth Reitz [Fri, 19 Aug 2011 23:39:53 +0000 (19:39 -0400)]
added Den Shabalin to AUTHORS

12 years agoMerge branch 'master' of github.com:densh/requests into issue-128
Den Shabalin [Fri, 19 Aug 2011 16:20:54 +0000 (19:20 +0300)]
Merge branch 'master' of github.com:densh/requests into issue-128

12 years agoFixes an issue #128: ``Response not working with lxml''. This error happend due to...
Den Shabalin [Fri, 19 Aug 2011 16:18:26 +0000 (19:18 +0300)]
Fixes an issue #128: ``Response not working with lxml''. This error happend due to lxml's attempt to do .geturl() call on the response object. __getattr__ didn't raise AttributeError so ``response.geturl'' returned None and ``response.geturl()'' resulted into ``TypeError: 'NoneType' object is not callable'' seen in the issue.

12 years agoFix tried_encodings scope
Rick Mak [Thu, 18 Aug 2011 06:42:35 +0000 (14:42 +0800)]
Fix tried_encodings scope

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

12 years agoAdded Mikko Ohtamaa to AUTHORS
Kenneth Reitz [Thu, 18 Aug 2011 00:17:22 +0000 (20:17 -0400)]
Added Mikko Ohtamaa to AUTHORS
#124

12 years agoAllow any method, if so inclined
Kenneth Reitz [Thu, 18 Aug 2011 00:13:44 +0000 (20:13 -0400)]
Allow any method, if so inclined
#124

12 years agoHandle redirection without scheme.
Jérémy Bethmont [Wed, 17 Aug 2011 14:04:53 +0000 (16:04 +0200)]
Handle redirection without scheme.

12 years agoauthors
Kenneth Reitz [Wed, 17 Aug 2011 13:45:31 +0000 (09:45 -0400)]
authors

12 years agoMerge branch 'patch-1' of https://github.com/sharat87/requests into develop
Kenneth Reitz [Wed, 17 Aug 2011 13:45:23 +0000 (09:45 -0400)]
Merge branch 'patch-1' of https://github.com/sharat87/requests into develop

12 years agoAuthors += Armin
Kenneth Reitz [Wed, 17 Aug 2011 13:41:24 +0000 (09:41 -0400)]
Authors += Armin

12 years agoMerge remote-tracking branch 'upstream/develop' into develop
Jérémy Bethmont [Wed, 17 Aug 2011 13:32:11 +0000 (15:32 +0200)]
Merge remote-tracking branch 'upstream/develop' into develop

12 years agoFixed bad merge.
Jérémy Bethmont [Wed, 17 Aug 2011 13:31:24 +0000 (15:31 +0200)]
Fixed bad merge.

12 years agoTypo in documentation
Shrikant Sharat Kandula [Wed, 17 Aug 2011 12:38:50 +0000 (12:38 +051800)]
Typo in documentation

The kwarg is named `headers`, not `header`. Also, its a dict, not a set.

12 years agoAs proposed by @davidbgk this is only consistent with \o/ :)
Armin Ronacher [Wed, 17 Aug 2011 10:40:29 +0000 (13:40 +0300)]
As proposed by @davidbgk this is only consistent with \o/ :)

12 years agoMerge branch 'develop'
Kenneth Reitz [Wed, 17 Aug 2011 08:33:34 +0000 (04:33 -0400)]
Merge branch 'develop'

12 years agolet's do this v0.6.0
Kenneth Reitz [Wed, 17 Aug 2011 08:32:46 +0000 (04:32 -0400)]
let's do this

12 years agoFixing myself :)
Jeremy Selier [Wed, 17 Aug 2011 08:28:47 +0000 (11:28 +0300)]
Fixing myself :)

12 years agoreadme cleanup
Kenneth Reitz [Wed, 17 Aug 2011 08:23:16 +0000 (04:23 -0400)]
readme cleanup

12 years agosupported interpreters
Kenneth Reitz [Wed, 17 Aug 2011 08:17:21 +0000 (04:17 -0400)]
supported interpreters

12 years agodoc cleanups
Kenneth Reitz [Wed, 17 Aug 2011 08:16:19 +0000 (04:16 -0400)]
doc cleanups

12 years agoMerge remote-tracking branch 'upstream/develop' into develop
Jérémy Bethmont [Wed, 17 Aug 2011 08:07:43 +0000 (10:07 +0200)]
Merge remote-tracking branch 'upstream/develop' into develop

Conflicts:
requests/models.py

12 years agohooks in api layer only
Kenneth Reitz [Wed, 17 Aug 2011 08:05:20 +0000 (04:05 -0400)]
hooks in api layer only

12 years agofixes
Kenneth Reitz [Wed, 17 Aug 2011 08:03:54 +0000 (04:03 -0400)]
fixes

12 years agotypo
Kenneth Reitz [Wed, 17 Aug 2011 08:01:11 +0000 (04:01 -0400)]
typo

12 years agoconsiserererr
Kenneth Reitz [Wed, 17 Aug 2011 08:00:12 +0000 (04:00 -0400)]
consiserererr

12 years agocookies docs
Kenneth Reitz [Wed, 17 Aug 2011 07:58:55 +0000 (03:58 -0400)]
cookies docs

12 years agochanging history
Kenneth Reitz [Wed, 17 Aug 2011 07:25:31 +0000 (03:25 -0400)]
changing history

12 years agoyawns
Kenneth Reitz [Wed, 17 Aug 2011 07:21:31 +0000 (03:21 -0400)]
yawns

12 years agocleaner defaults
Kenneth Reitz [Wed, 17 Aug 2011 07:19:51 +0000 (03:19 -0400)]
cleaner defaults

12 years agohijack arguments
Kenneth Reitz [Wed, 17 Aug 2011 07:19:46 +0000 (03:19 -0400)]
hijack arguments

12 years agoadvanced docs
Kenneth Reitz [Wed, 17 Aug 2011 07:07:24 +0000 (03:07 -0400)]
advanced docs

12 years agomerge headers, don't overwrite
Kenneth Reitz [Wed, 17 Aug 2011 06:49:29 +0000 (02:49 -0400)]
merge headers, don't overwrite

12 years agodocs update
Kenneth Reitz [Wed, 17 Aug 2011 06:49:13 +0000 (02:49 -0400)]
docs update

12 years agoadd_dict_to_cookiejar
Kenneth Reitz [Wed, 17 Aug 2011 06:25:56 +0000 (02:25 -0400)]
add_dict_to_cookiejar

Signed-off-by: Kenneth Reitz <me@kennethreitz.com>
12 years agocookie session persistence
Kenneth Reitz [Wed, 17 Aug 2011 06:25:41 +0000 (02:25 -0400)]
cookie session persistence

12 years agoACTIVVVAATTTEEEEEEE
Kenneth Reitz [Wed, 17 Aug 2011 06:01:19 +0000 (02:01 -0400)]
ACTIVVVAATTTEEEEEEE

12 years agosuper cookiejar_from_dict powwerrrs
Kenneth Reitz [Wed, 17 Aug 2011 06:01:13 +0000 (02:01 -0400)]
super cookiejar_from_dict powwerrrs

12 years agosp.
Kenneth Reitz [Wed, 17 Aug 2011 05:32:12 +0000 (01:32 -0400)]
sp.

12 years agov0.6.0
Kenneth Reitz [Wed, 17 Aug 2011 05:32:04 +0000 (01:32 -0400)]
v0.6.0

12 years agocookiejar_from_dict
Kenneth Reitz [Wed, 17 Aug 2011 05:29:58 +0000 (01:29 -0400)]
cookiejar_from_dict
#12

12 years agoget cookies from response
Kenneth Reitz [Wed, 17 Aug 2011 05:23:49 +0000 (01:23 -0400)]
get cookies from response
#116

12 years agosession at root package level
Kenneth Reitz [Wed, 17 Aug 2011 05:00:00 +0000 (01:00 -0400)]
session at root package level

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

12 years agobetter
Kenneth Reitz [Wed, 17 Aug 2011 04:40:49 +0000 (00:40 -0400)]
better

12 years agowhitespace
Kenneth Reitz [Wed, 17 Aug 2011 04:40:37 +0000 (00:40 -0400)]
whitespace

12 years agomove hooks into api layer only
Kenneth Reitz [Wed, 17 Aug 2011 04:40:28 +0000 (00:40 -0400)]
move hooks into api layer only

12 years agopost_request hook
Kenneth Reitz [Wed, 17 Aug 2011 04:33:28 +0000 (00:33 -0400)]
post_request hook

12 years agodocstrings
Kenneth Reitz [Wed, 17 Aug 2011 04:33:21 +0000 (00:33 -0400)]
docstrings

12 years agopre_request hook
Kenneth Reitz [Wed, 17 Aug 2011 04:27:53 +0000 (00:27 -0400)]
pre_request hook

12 years agoattach hooks to Request
Kenneth Reitz [Wed, 17 Aug 2011 04:27:41 +0000 (00:27 -0400)]
attach hooks to Request

12 years agoRTD doesn't work w/ this
Kenneth Reitz [Wed, 17 Aug 2011 04:17:58 +0000 (00:17 -0400)]
RTD doesn't work w/ this

12 years agohook plans
Kenneth Reitz [Wed, 17 Aug 2011 04:16:57 +0000 (00:16 -0400)]
hook plans

12 years agosigh
Kenneth Reitz [Wed, 17 Aug 2011 04:09:47 +0000 (00:09 -0400)]
sigh

12 years agohmmm
Kenneth Reitz [Wed, 17 Aug 2011 04:09:38 +0000 (00:09 -0400)]
hmmm

12 years agowhitespace
Kenneth Reitz [Wed, 17 Aug 2011 04:08:39 +0000 (00:08 -0400)]
whitespace

12 years agospace
Kenneth Reitz [Wed, 17 Aug 2011 04:08:06 +0000 (00:08 -0400)]
space

12 years agonewlines
Kenneth Reitz [Wed, 17 Aug 2011 04:02:18 +0000 (00:02 -0400)]
newlines