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

14 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

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

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

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

14 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

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

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

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

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

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

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

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

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

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

14 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

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

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

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

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

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

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

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

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

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

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

14 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

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

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

14 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

14 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

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

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

14 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

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

14 years agonew documentation on Request changes.
Kenneth Reitz [Tue, 15 Feb 2011 14:51:46 +0000 (09:51 -0500)]
new documentation on Request changes.

14 years agoMerge branch 'release/0.2.3' into develop
Kenneth Reitz [Tue, 15 Feb 2011 14:46:58 +0000 (09:46 -0500)]
Merge branch 'release/0.2.3' into develop

14 years agoMerge branch 'release/0.2.3' v0.2.3
Kenneth Reitz [Tue, 15 Feb 2011 14:46:55 +0000 (09:46 -0500)]
Merge branch 'release/0.2.3'

14 years agov0.2.3
Kenneth Reitz [Tue, 15 Feb 2011 14:46:46 +0000 (09:46 -0500)]
v0.2.3

14 years agov0.2.3
Kenneth Reitz [Tue, 15 Feb 2011 14:45:54 +0000 (09:45 -0500)]
v0.2.3

14 years agoUpdating AUTHORS
Kenneth Reitz [Tue, 15 Feb 2011 14:44:52 +0000 (09:44 -0500)]
Updating AUTHORS

14 years agoleave room for _
Kenneth Reitz [Tue, 15 Feb 2011 14:42:05 +0000 (09:42 -0500)]
leave room for _

14 years agoNew tests for new HTTP STATUS Handling
Kenneth Reitz [Tue, 15 Feb 2011 14:37:21 +0000 (09:37 -0500)]
New tests for new HTTP STATUS Handling

14 years agoNow Requests has it's own HTTPError
Kenneth Reitz [Tue, 15 Feb 2011 14:36:34 +0000 (09:36 -0500)]
Now Requests has it's own HTTPError

14 years agoHTTPError changes are going down in history
Kenneth Reitz [Tue, 15 Feb 2011 14:26:44 +0000 (09:26 -0500)]
HTTPError changes are going down in history

14 years agoraise_for_status is better
Kenneth Reitz [Tue, 15 Feb 2011 14:26:07 +0000 (09:26 -0500)]
raise_for_status is better

14 years agoNone, not False
Kenneth Reitz [Tue, 15 Feb 2011 14:22:11 +0000 (09:22 -0500)]
None, not False

14 years agoAdded new HTTPError handing mechanisms.
Kenneth Reitz [Tue, 15 Feb 2011 14:18:43 +0000 (09:18 -0500)]
Added new HTTPError handing mechanisms.

14 years agoMerge branch 'release/0.2.2' into develop
Kenneth Reitz [Mon, 14 Feb 2011 17:59:22 +0000 (12:59 -0500)]
Merge branch 'release/0.2.2' into develop

14 years agoMerge branch 'release/0.2.2' v0.2.2
Kenneth Reitz [Mon, 14 Feb 2011 17:59:06 +0000 (12:59 -0500)]
Merge branch 'release/0.2.2'

14 years agoVersion Bump v0.2.2
Kenneth Reitz [Mon, 14 Feb 2011 17:58:20 +0000 (12:58 -0500)]
Version Bump v0.2.2

14 years agoMerge branch 'feature/cookies' into develop
Kenneth Reitz [Mon, 14 Feb 2011 17:52:50 +0000 (12:52 -0500)]
Merge branch 'feature/cookies' into develop

14 years agoAdded Cookies documentation.
Kenneth Reitz [Mon, 14 Feb 2011 17:52:15 +0000 (12:52 -0500)]
Added Cookies documentation.

14 years agospelling error
Kenneth Reitz [Mon, 14 Feb 2011 17:45:03 +0000 (12:45 -0500)]
spelling error

14 years agocookies system in place.
Kenneth Reitz [Mon, 14 Feb 2011 17:43:13 +0000 (12:43 -0500)]
cookies system in place.

14 years agoGevent / Eventlet is back!
Kenneth Reitz [Mon, 14 Feb 2011 17:40:41 +0000 (12:40 -0500)]
Gevent / Eventlet is back!

14 years agofixed gevent problem
Kenneth Reitz [Mon, 14 Feb 2011 17:39:13 +0000 (12:39 -0500)]
fixed gevent problem

14 years agotemporary
Kenneth Reitz [Mon, 14 Feb 2011 17:33:12 +0000 (12:33 -0500)]
temporary

14 years agocleanups
Kenneth Reitz [Mon, 14 Feb 2011 17:25:44 +0000 (12:25 -0500)]
cleanups

14 years agoUpated history
Kenneth Reitz [Mon, 14 Feb 2011 17:24:03 +0000 (12:24 -0500)]
Upated history

14 years agoAdded CookieJar
Kenneth Reitz [Mon, 14 Feb 2011 17:23:55 +0000 (12:23 -0500)]
Added CookieJar

14 years agoeventlet > gevent (i think)
Kenneth Reitz [Mon, 14 Feb 2011 17:07:34 +0000 (12:07 -0500)]
eventlet > gevent (i think)

14 years agomonkey patchin' (will this suffice?)
Kenneth Reitz [Mon, 14 Feb 2011 16:57:12 +0000 (11:57 -0500)]
monkey patchin' (will this suffice?)

14 years agoAdded release 0.2.2 info.
Kenneth Reitz [Mon, 14 Feb 2011 16:46:04 +0000 (11:46 -0500)]
Added release 0.2.2 info.

14 years agoeventlet support.
Kenneth Reitz [Mon, 14 Feb 2011 16:45:50 +0000 (11:45 -0500)]
eventlet support.

14 years agotypo
Kenneth Reitz [Mon, 14 Feb 2011 16:31:44 +0000 (11:31 -0500)]
typo

14 years agoHandles request in event of HTTPError. Fixes Issue #2
Kenneth Reitz [Mon, 14 Feb 2011 16:31:06 +0000 (11:31 -0500)]
Handles request in event of HTTPError. Fixes Issue #2
Building of internal request object refactor

14 years agoAdded AUTHORS file.
Kenneth Reitz [Mon, 14 Feb 2011 15:50:24 +0000 (10:50 -0500)]
Added AUTHORS file.

14 years agowho stole dem cookies
Kenneth Reitz [Mon, 14 Feb 2011 15:50:18 +0000 (10:50 -0500)]
who stole dem cookies

14 years agoMerge branch 'release/0.2.1' v0.2.1
Kenneth Reitz [Mon, 14 Feb 2011 15:46:40 +0000 (10:46 -0500)]
Merge branch 'release/0.2.1'

14 years agoupdated multipart-upload documentation
Kenneth Reitz [Mon, 14 Feb 2011 15:43:54 +0000 (10:43 -0500)]
updated multipart-upload documentation

14 years agoadded setup.py test
Kenneth Reitz [Mon, 14 Feb 2011 15:37:38 +0000 (10:37 -0500)]
added setup.py test

14 years agov0.2.1
Kenneth Reitz [Mon, 14 Feb 2011 15:35:15 +0000 (10:35 -0500)]
v0.2.1

14 years agoadded simple test fixture for Postbin and posting
Kenneth Reitz [Mon, 14 Feb 2011 15:00:05 +0000 (10:00 -0500)]
added simple test fixture for Postbin and posting
both files and data

14 years agorenamed multipart_files to files
Kenneth Reitz [Mon, 14 Feb 2011 14:59:42 +0000 (09:59 -0500)]
renamed multipart_files to files

14 years agoadded response.url support for 301's and the like.
Kenneth Reitz [Mon, 14 Feb 2011 14:53:56 +0000 (09:53 -0500)]
added response.url support for 301's and the like.

14 years agoMerge branch 'feature/multipart-encode' into develop
Kenneth Reitz [Mon, 14 Feb 2011 14:45:35 +0000 (09:45 -0500)]
Merge branch 'feature/multipart-encode' into develop

14 years agoAdded multipart_files support for PUT
Kenneth Reitz [Mon, 14 Feb 2011 14:45:12 +0000 (09:45 -0500)]
Added multipart_files support for PUT

14 years agoabsolute imports
Kenneth Reitz [Mon, 14 Feb 2011 14:36:14 +0000 (09:36 -0500)]
absolute imports

14 years agoexcept clause fix for python3
Kenneth Reitz [Mon, 14 Feb 2011 14:34:36 +0000 (09:34 -0500)]
except clause fix for python3

14 years agostring formatting supports None. Who knew.
Kenneth Reitz [Mon, 14 Feb 2011 14:30:37 +0000 (09:30 -0500)]
string formatting supports None. Who knew.

14 years agomultipart_files support!
Kenneth Reitz [Mon, 14 Feb 2011 14:27:57 +0000 (09:27 -0500)]
multipart_files support!

14 years agoproper poster imports
Kenneth Reitz [Mon, 14 Feb 2011 14:27:47 +0000 (09:27 -0500)]
proper poster imports

14 years agoWorth a shot
Kenneth Reitz [Mon, 14 Feb 2011 14:04:41 +0000 (09:04 -0500)]
Worth a shot

14 years agoimport poster from site-packages for now
Kenneth Reitz [Mon, 14 Feb 2011 14:04:35 +0000 (09:04 -0500)]
import poster from site-packages for now

14 years agoadded multipart_file syntax
Kenneth Reitz [Mon, 14 Feb 2011 14:01:09 +0000 (09:01 -0500)]
added multipart_file syntax

14 years agovendorized poster
Kenneth Reitz [Mon, 14 Feb 2011 13:55:55 +0000 (08:55 -0500)]
vendorized poster

14 years agoAdded NOTICE for Poster vendorization
Kenneth Reitz [Mon, 14 Feb 2011 13:55:24 +0000 (08:55 -0500)]
Added NOTICE for Poster vendorization

14 years agomissed one
Kenneth Reitz [Mon, 14 Feb 2011 10:15:47 +0000 (05:15 -0500)]
missed one

14 years agoISC
Kenneth Reitz [Mon, 14 Feb 2011 08:58:26 +0000 (03:58 -0500)]
ISC

14 years agomanifest.in
Kenneth Reitz [Mon, 14 Feb 2011 07:49:18 +0000 (02:49 -0500)]
manifest.in

14 years agowhat happened to manifest?
Kenneth Reitz [Mon, 14 Feb 2011 07:45:09 +0000 (02:45 -0500)]
what happened to manifest?

14 years agowhitespace
Kenneth Reitz [Mon, 14 Feb 2011 07:42:46 +0000 (02:42 -0500)]
whitespace

14 years agofreaking string replace
Kenneth Reitz [Mon, 14 Feb 2011 07:40:39 +0000 (02:40 -0500)]
freaking string replace

14 years agoDocstring whitespace
Kenneth Reitz [Mon, 14 Feb 2011 07:35:01 +0000 (02:35 -0500)]
Docstring whitespace

14 years agoRoadmap update v0.2.0
Kenneth Reitz [Mon, 14 Feb 2011 07:15:30 +0000 (02:15 -0500)]
Roadmap update

14 years agobetter repr() support
Kenneth Reitz [Mon, 14 Feb 2011 07:13:40 +0000 (02:13 -0500)]
better repr() support

14 years agoabsolute import
Kenneth Reitz [Mon, 14 Feb 2011 07:13:32 +0000 (02:13 -0500)]
absolute import

14 years agoFix NameError in example
Kenneth Reitz [Mon, 14 Feb 2011 07:09:09 +0000 (02:09 -0500)]
Fix NameError in example

14 years agoBirth!
Kenneth Reitz [Mon, 14 Feb 2011 06:47:16 +0000 (01:47 -0500)]
Birth!