services/python-requests.git
13 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

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

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

13 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

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

13 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

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

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

13 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

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

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

13 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

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

13 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

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

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

13 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

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

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

13 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

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

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

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

13 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

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

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

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

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

13 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

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

13 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

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

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

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

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

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

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

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

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

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

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

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

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

13 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

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

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

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

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

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

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

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

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

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

13 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

13 years agomerge changes
Kenneth Reitz [Thu, 24 Feb 2011 06:50:38 +0000 (01:50 -0500)]
merge changes

13 years agoMerge https://github.com/Digitalxero/requests into merge/xero
Kenneth Reitz [Thu, 24 Feb 2011 06:45:44 +0000 (01:45 -0500)]
Merge https://github.com/Digitalxero/requests into merge/xero

13 years agoAdded Dj Gilcrease to AUTHORS.
Kenneth Reitz [Thu, 24 Feb 2011 06:38:58 +0000 (01:38 -0500)]
Added Dj Gilcrease to AUTHORS.

13 years ago!+=
Kenneth Reitz [Thu, 24 Feb 2011 06:30:00 +0000 (01:30 -0500)]
!+=

13 years agoAdded Flavio to AUTHORS
Kenneth Reitz [Thu, 24 Feb 2011 06:29:51 +0000 (01:29 -0500)]
Added Flavio to AUTHORS

13 years agosmall workaround for issue #7
Flavio Percoco Premoli [Wed, 23 Feb 2011 07:49:08 +0000 (08:49 +0100)]
small workaround for issue #7

13 years agoSafer error response handling.
Kenneth Reitz [Mon, 21 Feb 2011 19:36:41 +0000 (14:36 -0500)]
Safer error response handling.

13 years agoAdded HACKING file.
Kenneth Reitz [Mon, 21 Feb 2011 07:25:01 +0000 (02:25 -0500)]
Added HACKING file.

13 years agoFix a syntax error on py2.5 and pypy
digitalxero [Sat, 19 Feb 2011 20:33:24 +0000 (15:33 -0500)]
Fix a syntax error on py2.5 and pypy

13 years agoReset copyright on the async module
digitalxero [Sat, 19 Feb 2011 20:21:47 +0000 (15:21 -0500)]
Reset copyright on the async module

13 years agoMade it so people can add their own auth handlers and not just the 4 provided by...
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

13 years agoAdd in a proper AuthManager instead of the list version that was being used.
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

13 years agoUpdate the README
digitalxero [Sat, 19 Feb 2011 16:18:29 +0000 (11:18 -0500)]
Update the README

13 years agoAdded an async module to make it explicit to the user that they are using async calls.
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.

13 years agoRemove the eventles code, this should live in requests.async or something so the...
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.

13 years agoMerge branch 'hotfix/date' into develop
Kenneth Reitz [Sat, 19 Feb 2011 06:30:22 +0000 (01:30 -0500)]
Merge branch 'hotfix/date' into develop

13 years agoMerge branch 'hotfix/date'
Kenneth Reitz [Sat, 19 Feb 2011 06:30:10 +0000 (01:30 -0500)]
Merge branch 'hotfix/date'

13 years agohistory date fix
Kenneth Reitz [Sat, 19 Feb 2011 06:30:03 +0000 (01:30 -0500)]
history date fix

13 years agoMerge branch 'release/0.2.4' v0.2.4
Kenneth Reitz [Sat, 19 Feb 2011 06:03:39 +0000 (01:03 -0500)]
Merge branch 'release/0.2.4'

13 years agoVersion needs to be available externally.
Kenneth Reitz [Sat, 19 Feb 2011 06:02:13 +0000 (01:02 -0500)]
Version needs to be available externally.

13 years agoProduction Ready! Added Python 2.5 to Support list.
Kenneth Reitz [Sat, 19 Feb 2011 06:02:01 +0000 (01:02 -0500)]
Production Ready! Added Python 2.5 to Support list.

13 years agoSimpler setup.py versioning.
Kenneth Reitz [Sat, 19 Feb 2011 06:01:51 +0000 (01:01 -0500)]
Simpler setup.py versioning.

13 years agoVersion Bump (v0.2.4)
Kenneth Reitz [Sat, 19 Feb 2011 06:00:03 +0000 (01:00 -0500)]
Version Bump (v0.2.4)

13 years agov0.2.4 Release information
Kenneth Reitz [Sat, 19 Feb 2011 05:59:56 +0000 (00:59 -0500)]
v0.2.4 Release information

13 years agoRoadmap update
Kenneth Reitz [Sat, 19 Feb 2011 05:43:27 +0000 (00:43 -0500)]
Roadmap update

13 years agoImport fix for python2.5
Kenneth Reitz [Sat, 19 Feb 2011 05:41:28 +0000 (00:41 -0500)]
Import fix for python2.5

13 years agoMerge branch 'develop' of github.com:kennethreitz/requests into develop
Kenneth Reitz [Sat, 19 Feb 2011 05:38:09 +0000 (00:38 -0500)]
Merge branch 'develop' of github.com:kennethreitz/requests into develop

13 years agoAdded autoauth tests
Kenneth Reitz [Sat, 19 Feb 2011 05:37:33 +0000 (00:37 -0500)]
Added autoauth tests

13 years agoimport fix
Kenneth Reitz [Fri, 18 Feb 2011 21:13:49 +0000 (16:13 -0500)]
import fix

13 years agocstring io fix for py3
Kenneth Reitz [Fri, 18 Feb 2011 21:08:26 +0000 (16:08 -0500)]
cstring io fix for py3

13 years agocStringIO fix.
Kenneth Reitz [Fri, 18 Feb 2011 21:00:34 +0000 (16:00 -0500)]
cStringIO fix.

13 years agoscrew 2.4
Kenneth Reitz [Fri, 18 Feb 2011 20:57:50 +0000 (15:57 -0500)]
screw 2.4

13 years agopypy configuration
Kenneth Reitz [Fri, 18 Feb 2011 09:41:42 +0000 (04:41 -0500)]
pypy configuration

13 years agono more test suite
Kenneth Reitz [Fri, 18 Feb 2011 09:41:34 +0000 (04:41 -0500)]
no more test suite

13 years agoPython 2.5 Fixes.
Kenneth Reitz [Fri, 18 Feb 2011 09:39:53 +0000 (04:39 -0500)]
Python 2.5 Fixes.

13 years agoMerge branch 'release/0.9.4'
Kenneth Reitz [Fri, 18 Feb 2011 08:35:18 +0000 (03:35 -0500)]
Merge branch 'release/0.9.4'

13 years agotox update (usable now?)
Kenneth Reitz [Fri, 18 Feb 2011 08:32:10 +0000 (03:32 -0500)]
tox update (usable now?)

13 years agotox setup for 2.4-2.7
Kenneth Reitz [Fri, 18 Feb 2011 00:38:40 +0000 (19:38 -0500)]
tox setup for 2.4-2.7

13 years agoMaking everyone else happy.
Kenneth Reitz [Thu, 17 Feb 2011 21:22:03 +0000 (16:22 -0500)]
Making everyone else happy.

13 years agocleaning up line lengths
Kenneth Reitz [Thu, 17 Feb 2011 21:20:53 +0000 (16:20 -0500)]
cleaning up line lengths

13 years agoMuch nicer helper functions and constructors
Kenneth Reitz [Thu, 17 Feb 2011 21:17:46 +0000 (16:17 -0500)]
Much nicer helper functions and constructors

13 years agoadded test_suite.sh for CI
Kenneth Reitz [Thu, 17 Feb 2011 18:14:03 +0000 (13:14 -0500)]
added test_suite.sh for CI

13 years agogitignore update for jenkins
Kenneth Reitz [Thu, 17 Feb 2011 18:13:52 +0000 (13:13 -0500)]
gitignore update for jenkins

13 years agofrom __future__ import absolute_imports
Kenneth Reitz [Wed, 16 Feb 2011 17:47:58 +0000 (12:47 -0500)]
from __future__ import absolute_imports

13 years agohistory indent fix for rest/pypi
Kenneth Reitz [Tue, 15 Feb 2011 15:02:39 +0000 (10:02 -0500)]
history indent fix for rest/pypi

13 years agoI need autodoc.
Kenneth Reitz [Tue, 15 Feb 2011 14:58:02 +0000 (09:58 -0500)]
I need autodoc.