Kenneth Reitz
e788ca7ee6
Safer error response handling.
2011-02-21 14:36:41 -05:00
Kenneth Reitz
68dea921e7
Added HACKING file.
2011-02-21 02:25:01 -05:00
digitalxero
f96157d259
Fix a syntax error on py2.5 and pypy
2011-02-19 15:33:24 -05:00
digitalxero
718f45698d
Reset copyright on the async module
2011-02-19 15:21:47 -05:00
digitalxero
15761fc126
Made it so people can add their own auth handlers and not just the 4 provided by Python
2011-02-19 15:07:58 -05:00
digitalxero
edfdef2396
Add in a proper AuthManager instead of the list version that was being used.
...
Added support for all Auth types that python supports
2011-02-19 15:04:56 -05:00
digitalxero
a9e18e9106
Update the README
2011-02-19 11:18:29 -05:00
digitalxero
3b82b06adc
Added an async module to make it explicit to the user that they are using async calls.
2011-02-19 11:13:10 -05:00
digitalxero
d1c89333d0
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.
2011-02-19 10:51:54 -05:00
Kenneth Reitz
e26570d0d8
Merge branch 'hotfix/date' into develop
2011-02-19 01:30:22 -05:00
Kenneth Reitz
8b3c4da2c7
Merge branch 'hotfix/date'
2011-02-19 01:30:10 -05:00
Kenneth Reitz
5c4aa1f4b7
history date fix
2011-02-19 01:30:03 -05:00
Kenneth Reitz
d2cdefa7df
Merge branch 'release/0.2.4'
v0.2.4
2011-02-19 01:03:39 -05:00
Kenneth Reitz
720d0b2c38
Version needs to be available externally.
2011-02-19 01:02:13 -05:00
Kenneth Reitz
d2584ff853
Production Ready! Added Python 2.5 to Support list.
2011-02-19 01:02:01 -05:00
Kenneth Reitz
433452f9f1
Simpler setup.py versioning.
2011-02-19 01:01:51 -05:00
Kenneth Reitz
a34e0bea8b
Version Bump (v0.2.4)
2011-02-19 01:00:03 -05:00
Kenneth Reitz
f66b35454f
v0.2.4 Release information
2011-02-19 00:59:56 -05:00
Kenneth Reitz
b5c2806e8c
Roadmap update
2011-02-19 00:43:27 -05:00
Kenneth Reitz
5072399f7a
Import fix for python2.5
2011-02-19 00:41:28 -05:00
Kenneth Reitz
736cb70e9a
Merge branch 'develop' of github.com:kennethreitz/requests into develop
2011-02-19 00:38:09 -05:00
Kenneth Reitz
8eafb8d3df
Added autoauth tests
2011-02-19 00:37:33 -05:00
Kenneth Reitz
e8234a0137
import fix
2011-02-18 16:13:49 -05:00
Kenneth Reitz
fbe0393eb3
cstring io fix for py3
2011-02-18 16:08:26 -05:00
Kenneth Reitz
b82e72eb04
cStringIO fix.
2011-02-18 16:00:34 -05:00
Kenneth Reitz
a7c87edebe
screw 2.4
2011-02-18 15:57:50 -05:00
Kenneth Reitz
7e20f32b02
pypy configuration
2011-02-18 04:41:42 -05:00
Kenneth Reitz
4419e7183f
no more test suite
2011-02-18 04:41:34 -05:00
Kenneth Reitz
6bde955170
Python 2.5 Fixes.
2011-02-18 04:39:53 -05:00
Kenneth Reitz
952970f403
Merge branch 'release/0.9.4'
2011-02-18 03:35:18 -05:00
Kenneth Reitz
d3911da653
tox update (usable now?)
2011-02-18 03:32:10 -05:00
Kenneth Reitz
7b6ed48a86
tox setup for 2.4-2.7
2011-02-17 19:38:40 -05:00
Kenneth Reitz
7229dbe033
Making everyone else happy.
2011-02-17 16:22:03 -05:00
Kenneth Reitz
015d6b78d5
cleaning up line lengths
2011-02-17 16:20:53 -05:00
Kenneth Reitz
f4c4bf3d0b
Much nicer helper functions and constructors
2011-02-17 16:17:46 -05:00
Kenneth Reitz
efedbd9775
added test_suite.sh for CI
2011-02-17 13:14:03 -05:00
Kenneth Reitz
f4e03a5d32
gitignore update for jenkins
2011-02-17 13:13:52 -05:00
Kenneth Reitz
34ca692c9c
from __future__ import absolute_imports
2011-02-16 12:47:58 -05:00
Kenneth Reitz
a5517960ea
history indent fix for rest/pypi
2011-02-15 10:02:39 -05:00
Kenneth Reitz
fa42c12e5b
I need autodoc.
2011-02-15 09:58:02 -05:00
Kenneth Reitz
8ac29b40e9
new documentation on Request changes.
2011-02-15 09:51:46 -05:00
Kenneth Reitz
adb53c2b4f
Merge branch 'release/0.2.3' into develop
2011-02-15 09:46:58 -05:00
Kenneth Reitz
53e785f656
Merge branch 'release/0.2.3'
v0.2.3
2011-02-15 09:46:55 -05:00
Kenneth Reitz
d5256802d4
v0.2.3
2011-02-15 09:46:46 -05:00
Kenneth Reitz
933cf49daa
v0.2.3
2011-02-15 09:45:54 -05:00
Kenneth Reitz
83a9bcf1a1
Updating AUTHORS
2011-02-15 09:44:52 -05:00
Kenneth Reitz
4ad73c3655
leave room for _
2011-02-15 09:42:05 -05:00
Kenneth Reitz
7ad08c5eda
New tests for new HTTP STATUS Handling
2011-02-15 09:37:21 -05:00
Kenneth Reitz
4f1301f6ad
Now Requests has it's own HTTPError
2011-02-15 09:36:34 -05:00
Kenneth Reitz
6d8a531e87
HTTPError changes are going down in history
2011-02-15 09:26:44 -05:00