Michael Van Veen
|
5345a89dc5
|
added toa AUTHORS file
|
2011-09-22 03:42:56 -07:00 |
|
Kenneth Reitz
|
784b671559
|
mock reqs for tests
|
2011-09-17 16:28:51 -04:00 |
|
Kenneth Reitz
|
edfa15558b
|
Merge branch 'feature/improve-test-structure' of https://github.com/mrtazz/requests into develop
|
2011-09-17 16:24:51 -04:00 |
|
Daniel Schauenberg
|
1481e9ae6a
|
add test with kwargs for api.delete
|
2011-09-17 17:54:18 +02:00 |
|
Daniel Schauenberg
|
1d1927bb2b
|
add test with kwargs for api.patch
|
2011-09-17 17:53:49 +02:00 |
|
Daniel Schauenberg
|
42c45df84d
|
add test with kwargs for api.put
|
2011-09-17 17:53:27 +02:00 |
|
Daniel Schauenberg
|
29f7a5bcfa
|
add test with kwargs for api.post
|
2011-09-17 17:53:01 +02:00 |
|
Daniel Schauenberg
|
5c5c13a28f
|
add test with kwargs for api.head
|
2011-09-17 17:52:07 +02:00 |
|
Daniel Schauenberg
|
cb2e87210c
|
add test with kwargs for api.get
|
2011-09-17 17:50:19 +02:00 |
|
Daniel Schauenberg
|
14081bed46
|
add unit test for api.request
|
2011-09-17 17:25:27 +02:00 |
|
Kenneth Reitz
|
2826ca4362
|
Merge branch 'feature/improve-test-structure' of https://github.com/mrtazz/requests into develop
|
2011-09-15 22:30:25 -04:00 |
|
Daniel Schauenberg
|
f996313aab
|
move original tests to tests/integration
|
2011-09-16 00:33:03 +02:00 |
|
Daniel Schauenberg
|
7127bcda97
|
add basic unit tests for requests.api
|
2011-09-16 00:32:18 +02:00 |
|
Kenneth Reitz
|
3443ede52a
|
ref to bug in history
|
2011-09-15 10:09:36 -04:00 |
|
Kenneth Reitz
|
4b93bb4082
|
history!
|
2011-09-15 10:08:25 -04:00 |
|
Jérémy Bethmont
|
2a9ae4b367
|
Fixed #161 (quoting issue).
|
2011-09-15 11:57:10 +02:00 |
|
Kenneth Reitz
|
a8e77688f0
|
Merge pull request #150
|
2011-09-14 08:39:52 -04:00 |
|
Kenneth Reitz
|
34e3c7b68f
|
fix for #160
|
2011-09-14 08:34:36 -04:00 |
|
Kenneth Reitz
|
c8914bd4d4
|
X
|
2011-09-10 20:18:49 -04:00 |
|
Kenneth Reitz
|
1b2533f92d
|
better
|
2011-09-10 19:54:16 -04:00 |
|
Kenneth Reitz
|
37d269c104
|
more concise
|
2011-09-10 19:45:34 -04:00 |
|
Kenneth Reitz
|
d697c37d3e
|
readabilty
|
2011-09-10 19:43:52 -04:00 |
|
Kenneth Reitz
|
4df5aadb01
|
ambiguous
|
2011-09-10 19:40:33 -04:00 |
|
Kenneth Reitz
|
058ef27178
|
clarify docs version
|
2011-09-10 19:11:03 -04:00 |
|
Kenneth Reitz
|
ccb9eb28e1
|
slimming down the repo
|
2011-09-10 19:03:16 -04:00 |
|
Kenneth Reitz
|
d5a0384630
|
trailing
|
2011-09-07 18:41:07 -04:00 |
|
Kenneth Reitz
|
fa47067802
|
hrm
|
2011-09-07 18:19:54 -04:00 |
|
Kenneth Reitz
|
45fabf4b96
|
cleaner setup.py
|
2011-09-07 18:10:58 -04:00 |
|
Kenneth Reitz
|
46e01db785
|
Makefile!
|
2011-09-07 18:10:09 -04:00 |
|
Kenneth Reitz
|
8da0abfa1a
|
that shouldn't be there...
|
2011-09-07 17:52:46 -04:00 |
|
Kenneth Reitz
|
dd5a39731a
|
Merge branch 'feature/curl' into develop
Conflicts:
AUTHORS
HISTORY.rst
|
2011-09-05 16:27:38 -04:00 |
|
Kenneth Reitz
|
b6aa868c28
|
Merge branch 'curl_feature' of https://github.com/mawaldne/requests into feature/curl
|
2011-09-05 16:25:17 -04:00 |
|
Kenneth Reitz
|
724ff7e4fa
|
yep
|
2011-09-05 16:25:09 -04:00 |
|
Kenneth Reitz
|
1a64a29c84
|
Merge branch 'fix_redirect' of https://github.com/jerem/requests into develop
|
2011-09-05 16:22:39 -04:00 |
|
Mike Waldner
|
2aa32c16dc
|
Updated unit tests
#139
|
2011-09-03 20:54:55 -04:00 |
|
verm666
|
6f84ce72f2
|
Fixed logic for auto redirect in GET and HEAD methods.
|
2011-09-02 15:44:18 -04:00 |
|
Jérémy Bethmont
|
824d54f131
|
Only the path should be encoded (not the query, otherwise it makes a wrong redirection).
|
2011-09-02 15:06:58 +02:00 |
|
Kenneth Reitz
|
6d25fff3f9
|
Added Josselin Jacquard to AUTHORS
|
2011-08-30 23:58:31 -04:00 |
|
Kenneth Reitz
|
9bfe04586d
|
Merge branch 'develop' of https://github.com/kigeia/requests into develop
|
2011-08-30 23:57:24 -04:00 |
|
Josselin Jacquard
|
1ecb593c7b
|
Fix a bug when content-type is empty
|
2011-08-30 12:04:48 +02:00 |
|
Mike Waldner
|
e46351cfbd
|
Unit Tests for curl_from_request
#139
|
2011-08-28 23:31:43 -04:00 |
|
Mike Waldner
|
58d63d55bc
|
Sphinx Documentation
#139
|
2011-08-28 21:19:51 -04:00 |
|
Kenneth Reitz
|
fed17cb58a
|
history
|
2011-08-28 03:23:54 -04:00 |
|
Kenneth Reitz
|
35fc3b4dbb
|
cleanup
|
2011-08-28 03:22:46 -04:00 |
|
Kenneth Reitz
|
dba7a5a7e2
|
shortcut strings
|
2011-08-28 03:22:20 -04:00 |
|
Kenneth Reitz
|
2fa180e9ea
|
automatic header expansion
|
2011-08-28 03:22:03 -04:00 |
|
Kenneth Reitz
|
3b9fc987b8
|
cleanup
|
2011-08-28 03:09:26 -04:00 |
|
Kenneth Reitz
|
e272ec13c3
|
tuples too
|
2011-08-28 03:07:45 -04:00 |
|
Kenneth Reitz
|
b97b4439c0
|
header expanding
|
2011-08-28 02:40:19 -04:00 |
|
Mike Waldner
|
3f98034c2a
|
Trailing whitespace
#139
|
2011-08-25 23:57:56 -04:00 |
|