Kenneth Reitz
fa44921241
Merge pull request #800 from ayanamist/develop
...
Fix kennethreitz/requests#790
2012-08-25 07:41:15 -07:00
Kenneth Reitz
088454b145
Merge pull request #805 from Lukasa/develop
...
Remove None values from post data.
2012-08-25 07:35:06 -07:00
Kenneth Reitz
4571a9e50e
Merge remote-tracking branch 'origin/develop' into develop
2012-08-25 10:33:42 -04:00
Kenneth Reitz
95c82c7c0b
Merge branch 'develop' of git://github.com/weak/requests into develop
2012-08-25 10:33:37 -04:00
Kenneth Reitz
390a4ae4bc
Merge pull request #806 from rhyselsmore/develop
...
General Housekeeping
2012-08-24 21:48:30 -07:00
Rhys Elsmore
29aa21a2fd
Not sure if meant to be pluralized
2012-08-23 16:38:28 +10:00
Rhys Elsmore
217a9d50cd
Removed Duplicate Import
2012-08-23 16:18:47 +10:00
Cory Benfield
751e7a0a66
Do not post None values in data.
2012-08-22 22:33:25 +01:00
Cory Benfield
b781acc7ab
Add a failing test for Issue #378 .
2012-08-22 22:33:20 +01:00
Andrew Tolbert
f18733d2be
Fix for #804 - Session params ommited in 0.13.8. If default_kwarg is a list, attempt to convert to dictionary
2012-08-22 09:49:40 -05:00
Kenneth Reitz
4889adce4e
Merge pull request #802 from Lukasa/develop
...
Tiny formatting changes in Advanced docs
2012-08-20 09:04:44 -07:00
Cory Benfield
b5ce5029ea
Cleanup Advanced doc and remove `.:' from docs
2012-08-20 16:58:43 +01:00
Kenneth Reitz
9eaee76c33
v0.13.8
2012-08-21 01:15:50 +10:00
Kenneth Reitz
c323047dbe
no more multidict
2012-08-21 01:10:55 +10:00
Kenneth Reitz
d8dcd35316
Fixes #711 !
2012-08-21 01:06:33 +10:00
Kenneth Reitz
0841940aea
Merge remote-tracking branch 'origin/develop' into develop
2012-08-21 00:55:31 +10:00
Kenneth Reitz
a320336b5c
Merge pull request #801 from rhyselsmore/develop
...
Added in a link handler as per issue #711
2012-08-20 07:54:48 -07:00
Kenneth Reitz
7c23fa364f
Rhys
2012-08-21 00:54:39 +10:00
Kenneth Reitz
49a7947bcb
link docs!
2012-08-21 00:52:09 +10:00
Rhys Elsmore
f3159ed4f6
Added in a link handler as per issue #711
2012-08-21 00:47:19 +10:00
Kenneth Reitz
3514816d63
Merge remote-tracking branch 'origin/develop' into develop
2012-08-21 00:43:27 +10:00
Kenneth Reitz
e5fc88ad37
MultiDict
2012-08-21 00:43:16 +10:00
Kenneth Reitz
a032e7c392
link headers
2012-08-21 00:43:05 +10:00
ayanamist
301d1a838f
Fix kennethreitz/requests#790
2012-08-20 17:18:26 +08:00
Kenneth Reitz
2d5d6f99ab
Merge pull request #797 from sigmavirus24/fix_order
...
Fix order of data+params
2012-08-20 00:55:17 -07:00
Kenneth Reitz
2e71497e10
Merge pull request #799 from joequery/ubuntu_ssl_error
...
Fix SSL3 error on Ubuntu 12.04
2012-08-19 22:38:39 -07:00
Joseph McCullough
c19650b00f
Fix SSL3 error on Ubuntu 12.04
2012-08-19 22:10:18 -05:00
Ian Cordasco
6d418d9132
Fix a fairly critical error on my part.
2012-08-19 16:38:40 -04:00
Ian Cordasco
f48c78c9ee
Change ordering of data + params back.
...
Fixes #795
2012-08-19 16:38:32 -04:00
Kenneth Reitz
b130b98086
v0.13.7
2012-08-19 10:46:55 +10:00
Kenneth Reitz
385217e55c
Merge pull request #789 from zigmonty/http_digest_fixes
...
HTTPDigestAuth fixes
2012-08-18 17:42:40 -07:00
Kenneth Reitz
489ce1c8a9
Merge pull request #779 from Lukasa/develop
...
Make sure proxy exclusions work properly.
2012-08-18 17:40:53 -07:00
Kenneth Reitz
95493917f2
Merge pull request #791 from sigmavirus24/key_val_lists
...
Key val lists
2012-08-18 15:54:49 -07:00
Ian Cordasco
a5d462e176
Revert "Some pyflakes fixes."
...
This reverts commit c71f48b5f1 .
To please his BDFLness @kennethreitz ;)
2012-08-18 18:31:58 -04:00
Kenneth Reitz
00523064b0
Merge pull request #793 from Lukasa/typo
...
Typo fix in tests.
2012-08-18 14:32:48 -07:00
Ian Cordasco
329af44f35
Forgot to add myself to the AUTHORS.rst
...
[ci skip]
2012-08-18 16:39:52 -04:00
Cory Benfield
a04775f862
Typo fix in tests.
2012-08-18 21:24:02 +01:00
Ian Cordasco
ab56e4a9f1
Fix python3 tests.
...
I wasn't thorough enough with how I dealt with headers. Most of the header
logic in the Request object utilizes dictionary properties which will not work
with a key/value list.
I'll dig more into this, but I know the rest of the features are more
important so I'll take my time on this and send a separate pull request.
2012-08-18 14:41:13 -04:00
Ian Cordasco
f01694e274
All tests pass, time for a PR.
2012-08-18 13:47:14 -04:00
Ian Cordasco
e02da89337
Merge branch 'develop' into key_val_lists
...
Conflicts:
requests/models.py
tests/test_requests.py
Remove some of Lukasa's duplication of my efforts in _encode_data.
2012-08-18 12:15:03 -04:00
Peter Montagner
6d02036092
Extend digests test case to connect twice using the same auth and confirm the second one went direct.
2012-08-18 15:33:05 +10:00
Peter Montagner
5017aeb06c
Save credentials in the HTTPDigestAuth object and replay them if the user reuses the object.
2012-08-18 14:31:24 +10:00
Peter Montagner
53d454c813
Release connection in digest auth 401 handler to allow the connection to be reused.
2012-08-18 12:53:57 +10:00
Kenneth Reitz
cb0fdd80d0
Merge pull request #784 from Locker537/docs_fix
...
Change variable '_r' to 'r' for consistency.
2012-08-17 13:59:29 -07:00
Kenneth Reitz
27f34a5487
Merge pull request #786 from Locker537/lint_fix
...
Lint fixes following PEP8.
2012-08-17 13:57:01 -07:00
Kenneth Reitz
bbf1946dfe
Merge pull request #787 from kayzh/develop
...
"There many ..." to "There are many ..." in quickstart
2012-08-17 13:47:47 -07:00
Kay Zhu
76f90054f9
"There many ..." to "There are many ..." in quickstart
2012-08-17 06:12:15 -04:00
Locker537
42d0a2169e
Whitespace fixes following PEP8.
2012-08-16 17:38:35 -04:00
Locker537
b31a4399c7
Remove trailing whitespace from docs directory.
2012-08-16 17:08:57 -04:00
Locker537
b9d3ce2e10
Change variable '_r' to 'bad_r' to avoid confusion about Python's private variable convention.
2012-08-16 16:50:01 -04:00