services/python-requests.git
13 years agoRemoved unused imports.
Jérémy Bethmont [Mon, 26 Sep 2011 09:00:25 +0000 (11:00 +0200)]
Removed unused imports.

13 years agoFixed #174 and refactored urls quoting/concatenation in one function in utils.py.
Jérémy Bethmont [Mon, 26 Sep 2011 08:57:45 +0000 (10:57 +0200)]
Fixed #174 and refactored urls quoting/concatenation in one function in utils.py.

13 years agoWork for Pie in docs
Kenneth Reitz [Fri, 23 Sep 2011 07:23:19 +0000 (03:23 -0400)]
Work for Pie in docs

13 years agoMerge branch 'fixencodings' of https://github.com/jerem/requests into develop
Kenneth Reitz [Thu, 22 Sep 2011 13:25:06 +0000 (09:25 -0400)]
Merge branch 'fixencodings' of https://github.com/jerem/requests into develop

13 years agoMerge branch 'pep8' of github.com:mvanveen/requests into pep8
Michael Van Veen [Thu, 22 Sep 2011 10:52:34 +0000 (03:52 -0700)]
Merge branch 'pep8' of github.com:mvanveen/requests into pep8

13 years agorearranged imports in core.py
Michael Van Veen [Thu, 22 Sep 2011 10:52:05 +0000 (03:52 -0700)]
rearranged imports in core.py

13 years agoPEP8fied all the things
Michael Van Veen [Thu, 22 Sep 2011 10:38:58 +0000 (03:38 -0700)]
PEP8fied all the things

I ran the pep8 checker (version 0.6.1) on the code base and tried to
clean up as many pep8 errors as I could.  Everything except line-width
errors are gone (I was worried about messing up the documentor since I
haven't fiddled with it).

13 years agoadded toa AUTHORS file
Michael Van Veen [Thu, 22 Sep 2011 10:38:58 +0000 (03:38 -0700)]
added toa AUTHORS file

13 years agoIgnore unknown encoding.
Jérémy Bethmont [Thu, 22 Sep 2011 09:13:51 +0000 (11:13 +0200)]
Ignore unknown encoding.

13 years agomock reqs for tests
Kenneth Reitz [Sat, 17 Sep 2011 20:28:51 +0000 (16:28 -0400)]
mock reqs for tests

13 years agoMerge branch 'feature/improve-test-structure' of https://github.com/mrtazz/requests...
Kenneth Reitz [Sat, 17 Sep 2011 20:24:51 +0000 (16:24 -0400)]
Merge branch 'feature/improve-test-structure' of https://github.com/mrtazz/requests into develop

13 years agoadd test with kwargs for api.delete
Daniel Schauenberg [Sat, 17 Sep 2011 15:54:18 +0000 (17:54 +0200)]
add test with kwargs for api.delete

13 years agoadd test with kwargs for api.patch
Daniel Schauenberg [Sat, 17 Sep 2011 15:53:49 +0000 (17:53 +0200)]
add test with kwargs for api.patch

13 years agoadd test with kwargs for api.put
Daniel Schauenberg [Sat, 17 Sep 2011 15:53:27 +0000 (17:53 +0200)]
add test with kwargs for api.put

13 years agoadd test with kwargs for api.post
Daniel Schauenberg [Sat, 17 Sep 2011 15:53:01 +0000 (17:53 +0200)]
add test with kwargs for api.post

13 years agoadd test with kwargs for api.head
Daniel Schauenberg [Sat, 17 Sep 2011 15:52:07 +0000 (17:52 +0200)]
add test with kwargs for api.head

13 years agoadd test with kwargs for api.get
Daniel Schauenberg [Sat, 17 Sep 2011 15:50:19 +0000 (17:50 +0200)]
add test with kwargs for api.get

13 years agoadd unit test for api.request
Daniel Schauenberg [Sat, 17 Sep 2011 15:25:27 +0000 (17:25 +0200)]
add unit test for api.request

13 years agoMerge branch 'feature/improve-test-structure' of https://github.com/mrtazz/requests...
Kenneth Reitz [Fri, 16 Sep 2011 02:30:25 +0000 (22:30 -0400)]
Merge branch 'feature/improve-test-structure' of https://github.com/mrtazz/requests into develop

13 years agomove original tests to tests/integration
Daniel Schauenberg [Thu, 15 Sep 2011 22:33:03 +0000 (00:33 +0200)]
move original tests to tests/integration

13 years agoadd basic unit tests for requests.api
Daniel Schauenberg [Thu, 15 Sep 2011 22:32:18 +0000 (00:32 +0200)]
add basic unit tests for requests.api

13 years agoref to bug in history
Kenneth Reitz [Thu, 15 Sep 2011 14:09:36 +0000 (10:09 -0400)]
ref to bug in history

13 years agohistory!
Kenneth Reitz [Thu, 15 Sep 2011 14:08:25 +0000 (10:08 -0400)]
history!

13 years agoFixed #161 (quoting issue).
Jérémy Bethmont [Thu, 15 Sep 2011 09:57:10 +0000 (11:57 +0200)]
Fixed #161 (quoting issue).

13 years agoMerge pull request #150
Kenneth Reitz [Wed, 14 Sep 2011 12:39:52 +0000 (08:39 -0400)]
Merge pull request #150

13 years agofix for #160
Kenneth Reitz [Wed, 14 Sep 2011 12:34:36 +0000 (08:34 -0400)]
fix for #160

13 years agoX
Kenneth Reitz [Sun, 11 Sep 2011 00:18:49 +0000 (20:18 -0400)]
X

13 years agobetter
Kenneth Reitz [Sat, 10 Sep 2011 23:54:16 +0000 (19:54 -0400)]
better

13 years agomore concise
Kenneth Reitz [Sat, 10 Sep 2011 23:45:34 +0000 (19:45 -0400)]
more concise

13 years agoreadabilty
Kenneth Reitz [Sat, 10 Sep 2011 23:43:52 +0000 (19:43 -0400)]
readabilty

13 years agoambiguous
Kenneth Reitz [Sat, 10 Sep 2011 23:40:33 +0000 (19:40 -0400)]
ambiguous

13 years agoclarify docs version
Kenneth Reitz [Sat, 10 Sep 2011 23:11:03 +0000 (19:11 -0400)]
clarify docs version

13 years agoslimming down the repo
Kenneth Reitz [Sat, 10 Sep 2011 23:03:16 +0000 (19:03 -0400)]
slimming down the repo

13 years agotrailing
Kenneth Reitz [Wed, 7 Sep 2011 22:41:07 +0000 (18:41 -0400)]
trailing

13 years agohrm
Kenneth Reitz [Wed, 7 Sep 2011 22:19:54 +0000 (18:19 -0400)]
hrm

13 years agocleaner setup.py
Kenneth Reitz [Wed, 7 Sep 2011 22:10:58 +0000 (18:10 -0400)]
cleaner setup.py

13 years agoMakefile!
Kenneth Reitz [Wed, 7 Sep 2011 22:10:09 +0000 (18:10 -0400)]
Makefile!

13 years agothat shouldn't be there...
Kenneth Reitz [Wed, 7 Sep 2011 21:52:46 +0000 (17:52 -0400)]
that shouldn't be there...

13 years agoMerge branch 'feature/curl' into develop
Kenneth Reitz [Mon, 5 Sep 2011 20:27:38 +0000 (16:27 -0400)]
Merge branch 'feature/curl' into develop

Conflicts:
AUTHORS
HISTORY.rst

13 years agoMerge branch 'curl_feature' of https://github.com/mawaldne/requests into feature...
Kenneth Reitz [Mon, 5 Sep 2011 20:25:17 +0000 (16:25 -0400)]
Merge branch 'curl_feature' of https://github.com/mawaldne/requests into feature/curl

13 years agoyep
Kenneth Reitz [Mon, 5 Sep 2011 20:25:09 +0000 (16:25 -0400)]
yep

13 years agoMerge branch 'fix_redirect' of https://github.com/jerem/requests into develop
Kenneth Reitz [Mon, 5 Sep 2011 20:22:39 +0000 (16:22 -0400)]
Merge branch 'fix_redirect' of https://github.com/jerem/requests into develop

13 years agoUpdated unit tests
Mike Waldner [Sun, 4 Sep 2011 00:54:55 +0000 (20:54 -0400)]
Updated unit tests
#139

13 years agoFixed logic for auto redirect in GET and HEAD methods.
verm666 [Mon, 29 Aug 2011 16:01:27 +0000 (20:01 +0400)]
Fixed logic for auto redirect in GET and HEAD methods.

13 years agoOnly the path should be encoded (not the query, otherwise it makes a wrong redirection).
Jérémy Bethmont [Fri, 2 Sep 2011 13:06:58 +0000 (15:06 +0200)]
Only the path should be encoded (not the query, otherwise it makes a wrong redirection).

13 years agoAdded Josselin Jacquard to AUTHORS
Kenneth Reitz [Wed, 31 Aug 2011 03:58:31 +0000 (23:58 -0400)]
Added Josselin Jacquard to AUTHORS

13 years agoMerge branch 'develop' of https://github.com/kigeia/requests into develop
Kenneth Reitz [Wed, 31 Aug 2011 03:57:24 +0000 (23:57 -0400)]
Merge branch 'develop' of https://github.com/kigeia/requests into develop

13 years agoFix a bug when content-type is empty
Josselin Jacquard [Tue, 30 Aug 2011 10:04:48 +0000 (12:04 +0200)]
Fix a bug when content-type is empty

13 years agoUnit Tests for curl_from_request
Mike Waldner [Mon, 29 Aug 2011 03:31:43 +0000 (23:31 -0400)]
Unit Tests for curl_from_request
#139

13 years agoSphinx Documentation
Mike Waldner [Mon, 29 Aug 2011 01:19:51 +0000 (21:19 -0400)]
Sphinx Documentation
#139

13 years agohistory
Kenneth Reitz [Sun, 28 Aug 2011 07:23:54 +0000 (03:23 -0400)]
history

13 years agocleanup
Kenneth Reitz [Sun, 28 Aug 2011 07:22:46 +0000 (03:22 -0400)]
cleanup

13 years agoshortcut strings
Kenneth Reitz [Sun, 28 Aug 2011 07:22:20 +0000 (03:22 -0400)]
shortcut strings

13 years agoautomatic header expansion
Kenneth Reitz [Sun, 28 Aug 2011 07:22:03 +0000 (03:22 -0400)]
automatic header expansion

13 years agocleanup
Kenneth Reitz [Sun, 28 Aug 2011 07:09:26 +0000 (03:09 -0400)]
cleanup

13 years agotuples too
Kenneth Reitz [Sun, 28 Aug 2011 07:07:45 +0000 (03:07 -0400)]
tuples too

13 years agoheader expanding
Kenneth Reitz [Sun, 28 Aug 2011 06:40:19 +0000 (02:40 -0400)]
header expanding

13 years agoTrailing whitespace
Mike Waldner [Fri, 26 Aug 2011 03:57:56 +0000 (23:57 -0400)]
Trailing whitespace
#139

13 years agoAdding cookies
Mike Waldner [Fri, 26 Aug 2011 03:55:24 +0000 (23:55 -0400)]
Adding cookies
#139

13 years agoAdding in file support
Mike Waldner [Thu, 25 Aug 2011 02:01:06 +0000 (22:01 -0400)]
Adding in file support
#139

13 years agoAdding myself to Authors. Small cleanup
Mike Waldner [Wed, 24 Aug 2011 05:50:06 +0000 (01:50 -0400)]
Adding myself to Authors. Small cleanup
#139

13 years agoRemoving trailing whitespace
Mike Waldner [Wed, 24 Aug 2011 05:40:44 +0000 (01:40 -0400)]
Removing trailing whitespace
#139

13 years agoRenaming vars. String formatting
Mike Waldner [Wed, 24 Aug 2011 05:39:43 +0000 (01:39 -0400)]
Renaming vars. String formatting
#139

13 years agoAdding basic authentication. Also string formatting
Mike Waldner [Wed, 24 Aug 2011 05:30:38 +0000 (01:30 -0400)]
Adding basic authentication. Also string formatting
#139

13 years agoAdding basic authentication. Also string formatting
Mike Waldner [Wed, 24 Aug 2011 05:21:44 +0000 (01:21 -0400)]
Adding basic authentication. Also string formatting

13 years agostring formatting
Kenneth Reitz [Wed, 24 Aug 2011 04:04:18 +0000 (00:04 -0400)]
string formatting
#139

13 years agomoving curl into utils
Kenneth Reitz [Wed, 24 Aug 2011 03:52:43 +0000 (23:52 -0400)]
moving curl into utils
#139

13 years agoMerge branch 'curl_feature' of https://github.com/mawaldne/requests into feature...
Kenneth Reitz [Wed, 24 Aug 2011 03:50:56 +0000 (23:50 -0400)]
Merge branch 'curl_feature' of https://github.com/mawaldne/requests into feature/curl

13 years agowhitespace
Kenneth Reitz [Wed, 24 Aug 2011 03:09:51 +0000 (23:09 -0400)]
whitespace

13 years agoutils.unicode_from_html
Kenneth Reitz [Wed, 24 Aug 2011 03:09:09 +0000 (23:09 -0400)]
utils.unicode_from_html

13 years agoAdding check when _enc_data in None
Mike Waldner [Wed, 24 Aug 2011 03:08:26 +0000 (23:08 -0400)]
Adding check when _enc_data in None

13 years agoOnly decode unicode from http headers
Kenneth Reitz [Wed, 24 Aug 2011 03:03:18 +0000 (23:03 -0400)]
Only decode unicode from http headers
HTTP client, not HTML
#115

13 years agounsuccessful
Kenneth Reitz [Wed, 24 Aug 2011 03:01:35 +0000 (23:01 -0400)]
unsuccessful

13 years agoupdated AUTHORS
Kenneth Reitz [Wed, 24 Aug 2011 03:01:23 +0000 (23:01 -0400)]
updated AUTHORS

13 years agoMore Small Cleanup
Mike Waldner [Wed, 24 Aug 2011 02:34:05 +0000 (22:34 -0400)]
More Small Cleanup

13 years agoMerge remote-tracking branch 'upstream/develop' into develop
Mike Waldner [Wed, 24 Aug 2011 02:22:51 +0000 (22:22 -0400)]
Merge remote-tracking branch 'upstream/develop' into develop

13 years agoSmall Cleanup
Mike Waldner [Wed, 24 Aug 2011 02:17:36 +0000 (22:17 -0400)]
Small Cleanup

13 years agoIve never seen anyone use the --'s unix command options
Mike Waldner [Wed, 24 Aug 2011 02:03:42 +0000 (22:03 -0400)]
Ive never seen anyone use the --'s unix command options

13 years agoTypos, nits and some 80w fixes
jbergstroem [Tue, 23 Aug 2011 09:37:51 +0000 (11:37 +0200)]
Typos, nits and some 80w fixes

13 years agoAdd test_requests.py to manifest
jbergstroem [Tue, 23 Aug 2011 09:29:36 +0000 (11:29 +0200)]
Add test_requests.py to manifest

13 years ago_content
Kenneth Reitz [Sun, 21 Aug 2011 11:12:54 +0000 (07:12 -0400)]
_content

13 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.)

13 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

13 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

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

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

13 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

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

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

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

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

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

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

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

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

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

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

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

13 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

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