Kenneth Reitz [Sat, 14 May 2011 18:24:06 +0000 (14:24 -0400)]
cleaner patch names
Kenneth Reitz [Sat, 14 May 2011 18:21:42 +0000 (14:21 -0400)]
package refactor
Kenneth Reitz [Sat, 14 May 2011 18:02:36 +0000 (14:02 -0400)]
HTTP Basic recursion. Fixes #31
Kenneth Reitz [Sat, 14 May 2011 17:11:08 +0000 (13:11 -0400)]
history for v0.3.4
Kenneth Reitz [Sat, 14 May 2011 17:04:49 +0000 (13:04 -0400)]
Added Megan Emurayama to authors
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)
megane murayama [Thu, 12 May 2011 16:50:09 +0000 (12:50 -0400)]
fix for post non-dict data
Kenneth Reitz [Thu, 12 May 2011 14:12:04 +0000 (10:12 -0400)]
slight refactor
Kenneth Reitz [Thu, 12 May 2011 14:09:00 +0000 (10:09 -0400)]
Merge https://github.com/jgorset/requests into develop
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.
Kenneth Reitz [Thu, 12 May 2011 08:02:18 +0000 (04:02 -0400)]
Merge branch 'release/0.3.3' into develop
Kenneth Reitz [Thu, 12 May 2011 08:02:06 +0000 (04:02 -0400)]
version bump
Kenneth Reitz [Thu, 12 May 2011 07:57:17 +0000 (03:57 -0400)]
update history
Kenneth Reitz [Thu, 12 May 2011 07:56:13 +0000 (03:56 -0400)]
Merge branch 'feature/timeout' into develop
Kenneth Reitz [Thu, 12 May 2011 07:20:27 +0000 (03:20 -0400)]
unicode urls
Kenneth Reitz [Thu, 12 May 2011 07:14:09 +0000 (03:14 -0400)]
Encode incoming data.
Closes #27.
Kenneth Reitz [Thu, 12 May 2011 07:12:30 +0000 (03:12 -0400)]
test for unicode url issues
Kenneth Reitz [Thu, 12 May 2011 04:29:31 +0000 (00:29 -0400)]
sphinx extension fix
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
Johannes [Thu, 21 Apr 2011 15:56:25 +0000 (17:56 +0200)]
Implement settings context manager
Kenneth Reitz [Thu, 21 Apr 2011 14:37:22 +0000 (10:37 -0400)]
updated history w/ latest changes
Kenneth Reitz [Thu, 21 Apr 2011 14:28:26 +0000 (10:28 -0400)]
Merge branch 'timeout' of https://github.com/jgorset/requests into develop
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.
Johannes [Thu, 21 Apr 2011 12:55:01 +0000 (14:55 +0200)]
Update AUTHORS
Johannes [Thu, 21 Apr 2011 12:52:58 +0000 (14:52 +0200)]
Implement optional timeout for request functions
Johannes [Thu, 21 Apr 2011 12:17:02 +0000 (14:17 +0200)]
Substitute 'request' for 'requests'
Johannes [Thu, 21 Apr 2011 12:01:43 +0000 (14:01 +0200)]
Substitute <request object> for the actual return value of the request functions
Kenneth Reitz [Fri, 15 Apr 2011 22:00:37 +0000 (18:00 -0400)]
Merge branch 'master' into develop
Kenneth Reitz [Fri, 15 Apr 2011 22:00:10 +0000 (18:00 -0400)]
preliminary multidicts
Kenneth Reitz [Fri, 15 Apr 2011 21:29:38 +0000 (17:29 -0400)]
Merge branch 'release/0.3.2' into develop
Kenneth Reitz [Fri, 15 Apr 2011 21:29:26 +0000 (17:29 -0400)]
history changes
Kenneth Reitz [Fri, 15 Apr 2011 21:27:17 +0000 (17:27 -0400)]
Merge branch 'release/0.3.2'
Kenneth Reitz [Fri, 15 Apr 2011 21:27:02 +0000 (17:27 -0400)]
install simplejson if python < 2.6
Kenneth Reitz [Fri, 15 Apr 2011 21:26:51 +0000 (17:26 -0400)]
version bump
Kenneth Reitz [Fri, 15 Apr 2011 21:24:03 +0000 (17:24 -0400)]
add autoauth tuple http basic test
Kenneth Reitz [Fri, 15 Apr 2011 21:18:58 +0000 (17:18 -0400)]
Fixes #20.
Kenneth Reitz [Thu, 14 Apr 2011 23:46:35 +0000 (19:46 -0400)]
test for gzip decompress
Kenneth Reitz [Thu, 14 Apr 2011 23:44:29 +0000 (19:44 -0400)]
Automatically decompress gzipped responses if content-type is set. fixes #19
Kenneth Reitz [Sat, 2 Apr 2011 22:22:05 +0000 (18:22 -0400)]
accept any extra args to r.read()
Kenneth Reitz [Fri, 1 Apr 2011 18:55:24 +0000 (14:55 -0400)]
Merge branch 'develop'
Kenneth Reitz [Fri, 1 Apr 2011 18:53:53 +0000 (14:53 -0400)]
Version bump to 0.3.1
Kenneth Reitz [Fri, 1 Apr 2011 18:52:33 +0000 (14:52 -0400)]
Update history
Kenneth Reitz [Thu, 31 Mar 2011 08:47:02 +0000 (04:47 -0400)]
Response.read() [file like object]
Kenneth Reitz [Thu, 31 Mar 2011 08:46:19 +0000 (04:46 -0400)]
added Request.read
robmadole [Wed, 30 Mar 2011 05:07:24 +0000 (00:07 -0500)]
Fixing User-agent header problem introduced with Python 2.7.1
Kenneth Reitz [Tue, 22 Mar 2011 00:45:37 +0000 (20:45 -0400)]
whitespace fix
Kenneth Reitz [Wed, 9 Mar 2011 18:22:47 +0000 (13:22 -0500)]
added Aram Dulyan to authors
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.
Kenneth Reitz [Mon, 7 Mar 2011 00:19:22 +0000 (19:19 -0500)]
someone stole the cookie jar
Kenneth Reitz [Mon, 7 Mar 2011 00:08:32 +0000 (19:08 -0500)]
Merge branch 'develop' of https://github.com/robmadole/requests into develop
Kenneth Reitz [Mon, 7 Mar 2011 00:07:29 +0000 (19:07 -0500)]
Added Rob Madole to AUTHORS
Kenneth Reitz [Sun, 6 Mar 2011 23:50:28 +0000 (18:50 -0500)]
testing requests with poster and adding headers
Kenneth Reitz [Sun, 6 Mar 2011 23:48:44 +0000 (18:48 -0500)]
Better POSTER header compatibility (Fixes #13)
Kenneth Reitz [Sun, 6 Mar 2011 23:48:14 +0000 (18:48 -0500)]
Added Justin Murphy to AUTHORS
robmadole [Tue, 1 Mar 2011 15:21:00 +0000 (09:21 -0600)]
Initial support for cookies
robmadole [Tue, 1 Mar 2011 15:15:14 +0000 (09:15 -0600)]
Ignore those compiled files
Kenneth Reitz [Fri, 25 Feb 2011 14:00:23 +0000 (09:00 -0500)]
Merge branch 'release/0.3.0'
Kenneth Reitz [Fri, 25 Feb 2011 13:58:24 +0000 (08:58 -0500)]
tests cleanups
Kenneth Reitz [Fri, 25 Feb 2011 13:58:17 +0000 (08:58 -0500)]
Readme update
Kenneth Reitz [Fri, 25 Feb 2011 13:48:09 +0000 (08:48 -0500)]
Readme Updates
Kenneth Reitz [Fri, 25 Feb 2011 13:11:17 +0000 (08:11 -0500)]
whitespace
Kenneth Reitz [Fri, 25 Feb 2011 13:11:10 +0000 (08:11 -0500)]
hacking whitespace fixes
Kenneth Reitz [Fri, 25 Feb 2011 13:02:53 +0000 (08:02 -0500)]
history
Kenneth Reitz [Fri, 25 Feb 2011 13:00:23 +0000 (08:00 -0500)]
postbin tests were broken
Kenneth Reitz [Fri, 25 Feb 2011 13:00:11 +0000 (08:00 -0500)]
allow files to be upload along with form data
Kenneth Reitz [Fri, 25 Feb 2011 12:39:19 +0000 (07:39 -0500)]
hmmm
Kenneth Reitz [Fri, 25 Feb 2011 12:21:11 +0000 (07:21 -0500)]
test improvements
Kenneth Reitz [Fri, 25 Feb 2011 12:20:59 +0000 (07:20 -0500)]
url builder, cleanups
Kenneth Reitz [Fri, 25 Feb 2011 12:20:37 +0000 (07:20 -0500)]
makin' history
Kenneth Reitz [Fri, 25 Feb 2011 10:03:12 +0000 (05:03 -0500)]
prettier imports
Kenneth Reitz [Fri, 25 Feb 2011 09:48:10 +0000 (04:48 -0500)]
Version bump
Kenneth Reitz [Fri, 25 Feb 2011 09:43:18 +0000 (04:43 -0500)]
Proper async module docs
Kenneth Reitz [Fri, 25 Feb 2011 09:40:33 +0000 (04:40 -0500)]
Prepping for v0.3.0 release.
Kenneth Reitz [Thu, 24 Feb 2011 07:06:48 +0000 (02:06 -0500)]
Cleanups
Kenneth Reitz [Thu, 24 Feb 2011 06:53:55 +0000 (01:53 -0500)]
Merge branch 'develop' into merge/xero
Kenneth Reitz [Thu, 24 Feb 2011 06:50:38 +0000 (01:50 -0500)]
merge changes
Kenneth Reitz [Thu, 24 Feb 2011 06:45:44 +0000 (01:45 -0500)]
Merge https://github.com/Digitalxero/requests into merge/xero
Kenneth Reitz [Thu, 24 Feb 2011 06:38:58 +0000 (01:38 -0500)]
Added Dj Gilcrease to AUTHORS.
Kenneth Reitz [Thu, 24 Feb 2011 06:30:00 +0000 (01:30 -0500)]
!+=
Kenneth Reitz [Thu, 24 Feb 2011 06:29:51 +0000 (01:29 -0500)]
Added Flavio to AUTHORS
Flavio Percoco Premoli [Wed, 23 Feb 2011 07:49:08 +0000 (08:49 +0100)]
small workaround for issue #7
Kenneth Reitz [Mon, 21 Feb 2011 19:36:41 +0000 (14:36 -0500)]
Safer error response handling.
Kenneth Reitz [Mon, 21 Feb 2011 07:25:01 +0000 (02:25 -0500)]
Added HACKING file.
digitalxero [Sat, 19 Feb 2011 20:33:24 +0000 (15:33 -0500)]
Fix a syntax error on py2.5 and pypy
digitalxero [Sat, 19 Feb 2011 20:21:47 +0000 (15:21 -0500)]
Reset copyright on the async module
digitalxero [Sat, 19 Feb 2011 20:07:58 +0000 (15:07 -0500)]
Made it so people can add their own auth handlers and not just the 4 provided by Python
digitalxero [Sat, 19 Feb 2011 20:04:56 +0000 (15:04 -0500)]
Add in a proper AuthManager instead of the list version that was being used.
Added support for all Auth types that python supports
digitalxero [Sat, 19 Feb 2011 16:18:29 +0000 (11:18 -0500)]
Update the README
digitalxero [Sat, 19 Feb 2011 16:13:10 +0000 (11:13 -0500)]
Added an async module to make it explicit to the user that they are using async calls.
digitalxero [Sat, 19 Feb 2011 15:51:54 +0000 (10:51 -0500)]
Remove the eventles code, this should live in requests.async or something so the user explicitly requests it
Clean up the code to get rid of the unnecessary AuthObject class
Cleanup the send method
Cleanup the convenience methods by adding a request method that they all use.
Kenneth Reitz [Sat, 19 Feb 2011 06:30:22 +0000 (01:30 -0500)]
Merge branch 'hotfix/date' into develop
Kenneth Reitz [Sat, 19 Feb 2011 06:30:10 +0000 (01:30 -0500)]
Merge branch 'hotfix/date'
Kenneth Reitz [Sat, 19 Feb 2011 06:30:03 +0000 (01:30 -0500)]
history date fix
Kenneth Reitz [Sat, 19 Feb 2011 06:03:39 +0000 (01:03 -0500)]
Merge branch 'release/0.2.4'
Kenneth Reitz [Sat, 19 Feb 2011 06:02:13 +0000 (01:02 -0500)]
Version needs to be available externally.
Kenneth Reitz [Sat, 19 Feb 2011 06:02:01 +0000 (01:02 -0500)]
Production Ready! Added Python 2.5 to Support list.
Kenneth Reitz [Sat, 19 Feb 2011 06:01:51 +0000 (01:01 -0500)]
Simpler setup.py versioning.
Kenneth Reitz [Sat, 19 Feb 2011 06:00:03 +0000 (01:00 -0500)]
Version Bump (v0.2.4)
Kenneth Reitz [Sat, 19 Feb 2011 05:59:56 +0000 (00:59 -0500)]
v0.2.4 Release information
Kenneth Reitz [Sat, 19 Feb 2011 05:43:27 +0000 (00:43 -0500)]
Roadmap update