Kenneth Reitz
cb0a96fbf3
Redirect chain flag default off.
2011-06-15 22:43:26 -04:00
Kenneth Reitz
1749260c97
update tests
2011-06-12 22:02:35 -04:00
Kenneth Reitz
3b86c3c0e3
httpbin
2011-06-12 22:00:17 -04:00
Kenneth Reitz
8f3da7b72c
added Daniele Tricoli 'Eriol' to authors
2011-06-12 13:14:56 -04:00
Kenneth Reitz
d6cde6a5df
add Zbigniew Siciarz to authors
2011-06-09 18:09:39 -04:00
Zbigniew Siciarz
54fd24b757
Testing that cookies actually work.
2011-06-09 12:30:43 +02:00
Kenneth Reitz
2153b21152
less hostility
2011-06-08 19:22:19 -04:00
Kenneth Reitz
74013d751c
rackspace cloud's net connection is insane
2011-06-08 19:18:11 -04:00
Kenneth Reitz
1fa1cdd2a3
WHITESPACE
2011-06-08 19:11:08 -04:00
Kenneth Reitz
cd0d0a2b17
whitespace
2011-06-05 21:22:35 -04:00
Kenneth Reitz
e63569041a
Update AUTHORS
...
Refs #46
2011-05-27 08:02:57 -04:00
Kenneth Reitz
54449483b6
Merge branch 'patch-1' of https://github.com/JNRowe/requests into develop
2011-05-27 08:00:22 -04:00
Kenneth Reitz
52bedf4c0b
default post data to empty byte string
...
Refs #45
2011-05-27 07:59:28 -04:00
James Rowe
5962c0ea86
Subclass dict for CaseInsensitiveDict.
2011-05-27 00:17:44 -07:00
Johannes
9b2d7382bf
Conform api.* arguments to api.request arguments.
...
Fixes #40 .
Fixes #41 .
2011-05-27 08:36:03 +02:00
Kenneth Reitz
7e3d265b0f
gauge.es
2011-05-24 18:38:45 -04:00
Kenneth Reitz
f990a7b453
Merge branch 'develop' of github.com:kennethreitz/requests into develop
2011-05-24 17:18:28 -04:00
Kenneth Reitz
ef02d02b1f
testimonial cleanup
2011-05-24 17:18:19 -04:00
Kenneth Reitz
04c169ecfe
Merge pull request #39 from mrtazz/patch-1
...
e.g. should be i.e. I guess
2011-05-23 08:42:52 -07:00
Daniel Schauenberg
5593f12347
e.g. should be i.e. I guess
2011-05-23 08:39:15 -07:00
Kenneth Reitz
3189d8690e
refactor^2
2011-05-22 18:01:21 -04:00
Kenneth Reitz
b51e042e73
Merge pull request #38 from jgorset/requests
...
---
Ive refactored `api.request`. I think. The new version is more robust in that it no longer accepts arbitrary arguments and raises an exception if one attempts to call it with both `params` and `data` (that should probably be supported, though, but thats a topic for another issue).
Conflicts:
requests/api.py
2011-05-22 17:54:10 -04:00
Johannes
82f1320ed5
Refactor api.request
2011-05-22 23:49:29 +02:00
Kenneth Reitz
670c4aecdd
version bump (v0.4.1)
2011-05-22 14:13:49 -04:00
Kenneth Reitz
215d3984cc
setup cleanup
2011-05-22 13:58:37 -04:00
Kenneth Reitz
0b36d925f6
remove debug print
2011-05-22 13:56:57 -04:00
Kenneth Reitz
bc290f62d7
defaults
2011-05-22 13:55:13 -04:00
Kenneth Reitz
c0faa9e79c
new settings location
2011-05-22 13:31:17 -04:00
Kenneth Reitz
f887906ec3
cleanup — comments
2011-05-22 13:31:09 -04:00
Kenneth Reitz
982fd9d803
new config module
2011-05-22 13:30:55 -04:00
Kenneth Reitz
d64bf501d0
no import packages
2011-05-22 13:30:22 -04:00
Kenneth Reitz
49f1ec1efb
settings -> config
...
reimpliment settings as singleton
2011-05-22 13:27:17 -04:00
Kenneth Reitz
0741448798
pypy binary moved
2011-05-22 12:14:50 -04:00
Kenneth Reitz
8a4d5c4683
useragent
2011-05-22 12:10:56 -04:00
Kenneth Reitz
3cdb777c23
restore allow_redirect behavior
2011-05-22 11:35:01 -04:00
Kenneth Reitz
ddc5452978
Merge pull request #37 from jgorset/requests
...
---

2011-05-22 11:25:31 -04:00
Johannes
8aa6fabd4d
Support relative redirects. Fixes #36
2011-05-22 11:41:15 +02:00
Kenneth Reitz
398f5b501f
not tablib..
2011-05-21 16:24:28 -04:00
Kenneth Reitz
8d9bcefa9d
Merge pull request #35 from jgorset/requests
...
---
Ive completed the migration of the requests settings to the new `settings` module, but my attempt to facilitate for manipulating settings outside of the context manager (eg. `requests.settings.timeout = 5`) has been thwarted by the namespace collision of the context manager and the module.
Im probably just being stupid. Youll figure it out.
Conflicts:
requests/api.py
2011-05-21 13:04:32 -04:00
Kenneth Reitz
0b29964bf8
updated history
2011-05-21 13:00:21 -04:00
Kenneth Reitz
06e662be86
python2.5 with
2011-05-21 12:47:29 -04:00
Kenneth Reitz
e153b94190
Improved redirection behavior for 301/303
2011-05-21 12:44:58 -04:00
Johannes
7d0374df2f
Slight refactor
2011-05-20 22:50:50 +02:00
Johannes
2f60748c73
Stop importing inspect
2011-05-20 20:45:51 +02:00
Johannes
bbd58b922b
Migrate settings to new module
2011-05-20 20:32:39 +02:00
Kenneth Reitz
21e51b504e
no toys
2011-05-20 12:55:36 -04:00
Kenneth Reitz
ba79a2eb97
new settings module
2011-05-20 12:54:42 -04:00
Johannes
ef81c16611
Fix typos
2011-05-20 18:34:43 +02:00
Johannes
da26f1f377
Adjust tests
2011-05-20 18:31:23 +02:00
Johannes
c8cc2d0421
Relocate exceptions
2011-05-20 18:20:17 +02:00