services/python-requests.git
14 years agobetter verbage
Kenneth Reitz [Sun, 15 May 2011 17:05:22 +0000 (13:05 -0400)]
better verbage

14 years agobetter title
Kenneth Reitz [Sun, 15 May 2011 17:01:58 +0000 (13:01 -0400)]
better title

14 years agobetter
Kenneth Reitz [Sun, 15 May 2011 16:49:19 +0000 (12:49 -0400)]
better

14 years agoinitial doc index
Kenneth Reitz [Sun, 15 May 2011 16:43:34 +0000 (12:43 -0400)]
initial doc index

14 years agoname fix
Kenneth Reitz [Sun, 15 May 2011 15:35:06 +0000 (11:35 -0400)]
name fix

14 years agoignore builds
Kenneth Reitz [Sun, 15 May 2011 04:41:26 +0000 (00:41 -0400)]
ignore builds

14 years agoconfig update
Kenneth Reitz [Sun, 15 May 2011 04:41:00 +0000 (00:41 -0400)]
config update

14 years agoadded krthemes
Kenneth Reitz [Sun, 15 May 2011 04:38:59 +0000 (00:38 -0400)]
added krthemes

14 years agoupdated history for v0.4.0
Kenneth Reitz [Sun, 15 May 2011 04:00:44 +0000 (00:00 -0400)]
updated history for v0.4.0

14 years agoMerge branch 'release/0.4.0' into develop
Kenneth Reitz [Sun, 15 May 2011 03:58:07 +0000 (23:58 -0400)]
Merge branch 'release/0.4.0' into develop

14 years agoversion bump
Kenneth Reitz [Sun, 15 May 2011 03:57:53 +0000 (23:57 -0400)]
version bump

14 years agohistory update
Kenneth Reitz [Sun, 15 May 2011 03:57:19 +0000 (23:57 -0400)]
history update

14 years agoreadme update
Kenneth Reitz [Sun, 15 May 2011 03:54:43 +0000 (23:54 -0400)]
readme update

14 years agoignore http errors in redirect loops
Kenneth Reitz [Sun, 15 May 2011 03:22:26 +0000 (23:22 -0400)]
ignore http errors in redirect loops

14 years agopython 2.5 fix
Kenneth Reitz [Sun, 15 May 2011 03:21:58 +0000 (23:21 -0400)]
python 2.5 fix

14 years agocleanup mess
Kenneth Reitz [Sun, 15 May 2011 03:03:31 +0000 (23:03 -0400)]
cleanup mess

14 years agoCustom RedirectHandler and .history support.
Kenneth Reitz [Sun, 15 May 2011 03:00:40 +0000 (23:00 -0400)]
Custom RedirectHandler and .history support.
Closes #23

14 years agopass things into the dict
Kenneth Reitz [Sun, 15 May 2011 02:02:14 +0000 (22:02 -0400)]
pass things into the dict

14 years agoCaseInsensitiveDict for Headers
Kenneth Reitz [Sun, 15 May 2011 02:02:07 +0000 (22:02 -0400)]
CaseInsensitiveDict for Headers

14 years agoHeaders: Default to None
Kenneth Reitz [Sun, 15 May 2011 01:52:33 +0000 (21:52 -0400)]
Headers: Default to None

14 years agoremote async __all__
Kenneth Reitz [Sun, 15 May 2011 01:50:41 +0000 (21:50 -0400)]
remote async __all__

14 years agoNew CaseInsensitiveDict
Kenneth Reitz [Sun, 15 May 2011 01:50:25 +0000 (21:50 -0400)]
New CaseInsensitiveDict

14 years agodate header on history
Kenneth Reitz [Sat, 14 May 2011 18:46:47 +0000 (14:46 -0400)]
date header on history

14 years agoVersion bump: v0.3.4
Kenneth Reitz [Sat, 14 May 2011 18:30:36 +0000 (14:30 -0400)]
Version bump: v0.3.4

14 years agohistory update
Kenneth Reitz [Sat, 14 May 2011 18:29:41 +0000 (14:29 -0400)]
history update

14 years agocleaner patch names
Kenneth Reitz [Sat, 14 May 2011 18:24:06 +0000 (14:24 -0400)]
cleaner patch names

14 years agopackage refactor
Kenneth Reitz [Sat, 14 May 2011 18:21:42 +0000 (14:21 -0400)]
package refactor

14 years agoHTTP Basic recursion. Fixes #31
Kenneth Reitz [Sat, 14 May 2011 18:02:36 +0000 (14:02 -0400)]
HTTP Basic recursion. Fixes #31

14 years agohistory for v0.3.4
Kenneth Reitz [Sat, 14 May 2011 17:11:08 +0000 (13:11 -0400)]
history for v0.3.4

14 years agoAdded Megan Emurayama to authors
Kenneth Reitz [Sat, 14 May 2011 17:04:49 +0000 (13:04 -0400)]
Added Megan Emurayama to authors

14 years agoMerge pull request #29 from meganemura/requests
Kenneth Reitz [Thu, 12 May 2011 17:36:45 +0000 (13:36 -0400)]
Merge pull request #29 from meganemura/requests

---

raised Attribute Error when post str data something like json because of not having items attribute.
move encoding data to utf-8 inside hasattr(data, items)

14 years agofix for post non-dict data
megane murayama [Thu, 12 May 2011 16:50:09 +0000 (12:50 -0400)]
fix for post non-dict data

14 years agoslight refactor
Kenneth Reitz [Thu, 12 May 2011 14:12:04 +0000 (10:12 -0400)]
slight refactor

14 years agoMerge https://github.com/jgorset/requests into develop
Kenneth Reitz [Thu, 12 May 2011 14:09:00 +0000 (10:09 -0400)]
Merge https://github.com/jgorset/requests into develop

14 years agoEncode both keys and values for incoming unicode data as UTF-8, coincidentally fixing...
Johannes Gorset [Thu, 12 May 2011 08:16:21 +0000 (10:16 +0200)]
Encode both keys and values for incoming unicode data as UTF-8, coincidentally fixing a bug that caused UTF-8 encoded byte strings to be encoded twice and causing an UnicodeDecodeError.

14 years agoMerge branch 'release/0.3.3' into develop
Kenneth Reitz [Thu, 12 May 2011 08:02:18 +0000 (04:02 -0400)]
Merge branch 'release/0.3.3' into develop

14 years agoversion bump
Kenneth Reitz [Thu, 12 May 2011 08:02:06 +0000 (04:02 -0400)]
version bump

14 years agoupdate history
Kenneth Reitz [Thu, 12 May 2011 07:57:17 +0000 (03:57 -0400)]
update history

14 years agoMerge branch 'feature/timeout' into develop
Kenneth Reitz [Thu, 12 May 2011 07:56:13 +0000 (03:56 -0400)]
Merge branch 'feature/timeout' into develop

14 years agounicode urls
Kenneth Reitz [Thu, 12 May 2011 07:20:27 +0000 (03:20 -0400)]
unicode urls

14 years agoEncode incoming data.
Kenneth Reitz [Thu, 12 May 2011 07:14:09 +0000 (03:14 -0400)]
Encode incoming data.
Closes #27.

14 years agotest for unicode url issues
Kenneth Reitz [Thu, 12 May 2011 07:12:30 +0000 (03:12 -0400)]
test for unicode url issues

14 years agosphinx extension fix
Kenneth Reitz [Thu, 12 May 2011 04:29:31 +0000 (00:29 -0400)]
sphinx extension fix

14 years agoMerge pull request #26 from jgorset/requests
Kenneth Reitz [Thu, 21 Apr 2011 21:24:43 +0000 (17:24 -0400)]
Merge pull request #26 from jgorset/requests

---

Ive implemented a `settings` context manager as described in [pull request #25](https://github.com/kennethreitz/requests/pull/25#issuecomment-1039541).

    >>> import requests
    >>> with requests.settings(timeout=0.5):
    ...     requests.get(http://example.org) # Times out after 0.5 seconds
    ...     requests.get(http://example.org, timeout=10) # Times out after 10 seconds

Settings may also be manipulated separately:

    >>> import requests
    >>> requests.timeout = 0.5
    >>> requests.get(http://example.org) # Times out after 0.5 seconds

14 years agoImplement settings context manager
Johannes [Thu, 21 Apr 2011 15:56:25 +0000 (17:56 +0200)]
Implement settings context manager

14 years agoupdated history w/ latest changes
Kenneth Reitz [Thu, 21 Apr 2011 14:37:22 +0000 (10:37 -0400)]
updated history w/ latest changes

14 years agoMerge branch 'timeout' of https://github.com/jgorset/requests into develop
Kenneth Reitz [Thu, 21 Apr 2011 14:28:26 +0000 (10:28 -0400)]
Merge branch 'timeout' of https://github.com/jgorset/requests into develop

14 years agoMerge pull request #24 from jgorset/requests
Kenneth Reitz [Thu, 21 Apr 2011 14:16:54 +0000 (10:16 -0400)]
Merge pull request #24 from jgorset/requests

---

I made some insignificant corrections to the README.

14 years agoUpdate AUTHORS
Johannes [Thu, 21 Apr 2011 12:55:01 +0000 (14:55 +0200)]
Update AUTHORS

14 years agoImplement optional timeout for request functions
Johannes [Thu, 21 Apr 2011 12:52:58 +0000 (14:52 +0200)]
Implement optional timeout for request functions

14 years agoSubstitute 'request' for 'requests'
Johannes [Thu, 21 Apr 2011 12:17:02 +0000 (14:17 +0200)]
Substitute 'request' for 'requests'

14 years agoSubstitute <request object> for the actual return value of the request functions
Johannes [Thu, 21 Apr 2011 12:01:43 +0000 (14:01 +0200)]
Substitute <request object> for the actual return value of the request functions

14 years agoMerge branch 'master' into develop
Kenneth Reitz [Fri, 15 Apr 2011 22:00:37 +0000 (18:00 -0400)]
Merge branch 'master' into develop

14 years agopreliminary multidicts
Kenneth Reitz [Fri, 15 Apr 2011 22:00:10 +0000 (18:00 -0400)]
preliminary multidicts

14 years agoMerge branch 'release/0.3.2' into develop
Kenneth Reitz [Fri, 15 Apr 2011 21:29:38 +0000 (17:29 -0400)]
Merge branch 'release/0.3.2' into develop

14 years agohistory changes v0.3.2
Kenneth Reitz [Fri, 15 Apr 2011 21:29:26 +0000 (17:29 -0400)]
history changes

14 years agoMerge branch 'release/0.3.2'
Kenneth Reitz [Fri, 15 Apr 2011 21:27:17 +0000 (17:27 -0400)]
Merge branch 'release/0.3.2'

14 years agoinstall simplejson if python < 2.6
Kenneth Reitz [Fri, 15 Apr 2011 21:27:02 +0000 (17:27 -0400)]
install simplejson if python < 2.6

14 years agoversion bump
Kenneth Reitz [Fri, 15 Apr 2011 21:26:51 +0000 (17:26 -0400)]
version bump

14 years agoadd autoauth tuple http basic test
Kenneth Reitz [Fri, 15 Apr 2011 21:24:03 +0000 (17:24 -0400)]
add autoauth tuple http basic test

14 years agoFixes #20.
Kenneth Reitz [Fri, 15 Apr 2011 21:18:58 +0000 (17:18 -0400)]
Fixes #20.

14 years agotest for gzip decompress
Kenneth Reitz [Thu, 14 Apr 2011 23:46:35 +0000 (19:46 -0400)]
test for gzip decompress

14 years agoAutomatically decompress gzipped responses if content-type is set. fixes #19
Kenneth Reitz [Thu, 14 Apr 2011 23:44:29 +0000 (19:44 -0400)]
Automatically decompress gzipped responses if content-type is set. fixes #19

14 years agoaccept any extra args to r.read()
Kenneth Reitz [Sat, 2 Apr 2011 22:22:05 +0000 (18:22 -0400)]
accept any extra args to r.read()

14 years agoMerge branch 'develop'
Kenneth Reitz [Fri, 1 Apr 2011 18:55:24 +0000 (14:55 -0400)]
Merge branch 'develop'

14 years agoVersion bump to 0.3.1 v0.3.1
Kenneth Reitz [Fri, 1 Apr 2011 18:53:53 +0000 (14:53 -0400)]
Version bump to 0.3.1

14 years agoUpdate history
Kenneth Reitz [Fri, 1 Apr 2011 18:52:33 +0000 (14:52 -0400)]
Update history

14 years agoResponse.read() [file like object]
Kenneth Reitz [Thu, 31 Mar 2011 08:47:02 +0000 (04:47 -0400)]
Response.read() [file like object]

14 years agoadded Request.read
Kenneth Reitz [Thu, 31 Mar 2011 08:46:19 +0000 (04:46 -0400)]
added Request.read

14 years agoFixing User-agent header problem introduced with Python 2.7.1
robmadole [Wed, 30 Mar 2011 05:07:24 +0000 (00:07 -0500)]
Fixing User-agent header problem introduced with Python 2.7.1

14 years agowhitespace fix
Kenneth Reitz [Tue, 22 Mar 2011 00:45:37 +0000 (20:45 -0400)]
whitespace fix

14 years agoadded Aram Dulyan to authors
Kenneth Reitz [Wed, 9 Mar 2011 18:22:47 +0000 (13:22 -0500)]
added Aram Dulyan to authors

14 years agoAn empty cookiejar evaluates to False, so it needs to be compared to None for the...
Aram Dulyan [Wed, 9 Mar 2011 11:31:13 +0000 (22:31 +1100)]
An empty cookiejar evaluates to False, so it needs to be compared to None for the cookie functionality to work.

14 years agosomeone stole the cookie jar
Kenneth Reitz [Mon, 7 Mar 2011 00:19:22 +0000 (19:19 -0500)]
someone stole the cookie jar

14 years agoMerge branch 'develop' of https://github.com/robmadole/requests into develop
Kenneth Reitz [Mon, 7 Mar 2011 00:08:32 +0000 (19:08 -0500)]
Merge branch 'develop' of https://github.com/robmadole/requests into develop

14 years agoAdded Rob Madole to AUTHORS
Kenneth Reitz [Mon, 7 Mar 2011 00:07:29 +0000 (19:07 -0500)]
Added Rob Madole to AUTHORS

14 years agotesting requests with poster and adding headers
Kenneth Reitz [Sun, 6 Mar 2011 23:50:28 +0000 (18:50 -0500)]
testing requests with poster and adding headers

14 years agoBetter POSTER header compatibility (Fixes #13)
Kenneth Reitz [Sun, 6 Mar 2011 23:48:44 +0000 (18:48 -0500)]
Better POSTER header compatibility (Fixes #13)

14 years agoAdded Justin Murphy to AUTHORS
Kenneth Reitz [Sun, 6 Mar 2011 23:48:14 +0000 (18:48 -0500)]
Added Justin Murphy to AUTHORS

14 years agoInitial support for cookies
robmadole [Tue, 1 Mar 2011 15:21:00 +0000 (09:21 -0600)]
Initial support for cookies

14 years agoIgnore those compiled files
robmadole [Tue, 1 Mar 2011 15:15:14 +0000 (09:15 -0600)]
Ignore those compiled files

14 years agoMerge branch 'release/0.3.0' v0.3.0
Kenneth Reitz [Fri, 25 Feb 2011 14:00:23 +0000 (09:00 -0500)]
Merge branch 'release/0.3.0'

14 years agotests cleanups
Kenneth Reitz [Fri, 25 Feb 2011 13:58:24 +0000 (08:58 -0500)]
tests cleanups

14 years agoReadme update
Kenneth Reitz [Fri, 25 Feb 2011 13:58:17 +0000 (08:58 -0500)]
Readme update

14 years agoReadme Updates
Kenneth Reitz [Fri, 25 Feb 2011 13:48:09 +0000 (08:48 -0500)]
Readme Updates

14 years agowhitespace
Kenneth Reitz [Fri, 25 Feb 2011 13:11:17 +0000 (08:11 -0500)]
whitespace

14 years agohacking whitespace fixes
Kenneth Reitz [Fri, 25 Feb 2011 13:11:10 +0000 (08:11 -0500)]
hacking whitespace fixes

14 years agohistory
Kenneth Reitz [Fri, 25 Feb 2011 13:02:53 +0000 (08:02 -0500)]
history

14 years agopostbin tests were broken
Kenneth Reitz [Fri, 25 Feb 2011 13:00:23 +0000 (08:00 -0500)]
postbin tests were broken

14 years agoallow files to be upload along with form data
Kenneth Reitz [Fri, 25 Feb 2011 13:00:11 +0000 (08:00 -0500)]
allow files to be upload along with form data

14 years agohmmm
Kenneth Reitz [Fri, 25 Feb 2011 12:39:19 +0000 (07:39 -0500)]
hmmm

14 years agotest improvements
Kenneth Reitz [Fri, 25 Feb 2011 12:21:11 +0000 (07:21 -0500)]
test improvements

14 years agourl builder, cleanups
Kenneth Reitz [Fri, 25 Feb 2011 12:20:59 +0000 (07:20 -0500)]
url builder, cleanups

14 years agomakin' history
Kenneth Reitz [Fri, 25 Feb 2011 12:20:37 +0000 (07:20 -0500)]
makin' history

14 years agoprettier imports
Kenneth Reitz [Fri, 25 Feb 2011 10:03:12 +0000 (05:03 -0500)]
prettier imports

14 years agoVersion bump
Kenneth Reitz [Fri, 25 Feb 2011 09:48:10 +0000 (04:48 -0500)]
Version bump

14 years agoProper async module docs
Kenneth Reitz [Fri, 25 Feb 2011 09:43:18 +0000 (04:43 -0500)]
Proper async module docs

14 years agoPrepping for v0.3.0 release.
Kenneth Reitz [Fri, 25 Feb 2011 09:40:33 +0000 (04:40 -0500)]
Prepping for v0.3.0 release.

14 years agoCleanups
Kenneth Reitz [Thu, 24 Feb 2011 07:06:48 +0000 (02:06 -0500)]
Cleanups

14 years agoMerge branch 'develop' into merge/xero
Kenneth Reitz [Thu, 24 Feb 2011 06:53:55 +0000 (01:53 -0500)]
Merge branch 'develop' into merge/xero