kennethreitz
|
00c0a80e6b
|
Update README.rst
|
2016-02-05 18:08:18 -05:00 |
|
kennethreitz
|
087de5232c
|
v2.9.2 in history
|
2016-02-05 17:53:18 -05:00 |
|
kennethreitz
|
fc512d8924
|
Don't use redirect_cache if allow_redirects=False
Fix for #2997
|
2016-02-05 17:51:09 -05:00 |
|
kennethreitz
|
bbadf47a8f
|
syntax changes
|
2016-02-05 15:53:59 -05:00 |
|
Dmitry Dygalo
|
18b26d20f7
|
Added tests module.
|
2016-02-05 13:21:57 +01:00 |
|
Cory Benfield
|
6143b7eebc
|
Merge pull request #2994 from Stranger6667/fix-bad-test
Fixed test execution.
|
2016-02-03 20:53:08 +00:00 |
|
Dmitry Dygalo
|
1c5c6eeb7a
|
Fixed test execution.
|
2016-02-03 21:19:20 +01:00 |
|
kennethreitz
|
7461371361
|
behold the power of requests
|
2016-02-03 06:11:36 -05:00 |
|
kennethreitz
|
20290e3f2c
|
docs fix
|
2016-02-03 06:01:50 -05:00 |
|
kennethreitz
|
87f04e2a32
|
docs cleanup
|
2016-02-03 05:59:49 -05:00 |
|
kennethreitz
|
54d3b59f89
|
update
|
2016-02-03 05:50:45 -05:00 |
|
kennethreitz
|
ba2b355168
|
Update README.rst
|
2016-02-03 05:33:23 -05:00 |
|
kennethreitz
|
fbe104876e
|
Update README.rst
|
2016-02-03 05:14:01 -05:00 |
|
kennethreitz
|
4d97b5b39a
|
Update README.rst
|
2016-02-03 05:13:34 -05:00 |
|
kennethreitz
|
9057f7539b
|
Update README.rst
|
2016-02-03 05:09:45 -05:00 |
|
kennethreitz
|
9c939ec026
|
Update README.rst
|
2016-02-03 05:09:25 -05:00 |
|
kennethreitz
|
72d8293e08
|
Update README.rst
|
2016-02-03 05:07:47 -05:00 |
|
kennethreitz
|
33d2ba961b
|
Update README.rst
|
2016-02-03 05:07:33 -05:00 |
|
kennethreitz
|
ab22b3ea5f
|
Update README.rst
|
2016-02-03 05:07:08 -05:00 |
|
kennethreitz
|
c003797319
|
Update README.rst
|
2016-02-03 05:05:48 -05:00 |
|
kennethreitz
|
52054be612
|
Update README.rst
|
2016-02-03 05:04:23 -05:00 |
|
kennethreitz
|
f997c0590f
|
Update README.rst
|
2016-02-03 05:02:06 -05:00 |
|
kennethreitz
|
8c963b52ea
|
standard
|
2016-02-03 04:59:42 -05:00 |
|
kennethreitz
|
4095b26f13
|
readme cleanup
|
2016-02-03 04:58:22 -05:00 |
|
kennethreitz
|
2d0d291f5a
|
Merge branch 'master' of github.com:kennethreitz/requests
|
2016-02-03 04:54:07 -05:00 |
|
kennethreitz
|
20b4bb7c36
|
revised readme
|
2016-02-03 04:52:50 -05:00 |
|
kennethreitz
|
b1e97650f7
|
Update README.rst
|
2016-02-03 04:00:14 -05:00 |
|
kennethreitz
|
6e35ec4c12
|
cleandup test_requests.py
|
2016-02-03 03:50:14 -05:00 |
|
kennethreitz
|
90688c68ad
|
cleanup setup.py from #2991
|
2016-02-03 03:37:52 -05:00 |
|
kennethreitz
|
458cb64e3d
|
cleanup tests from merge of #2991
|
2016-02-03 03:35:51 -05:00 |
|
kennethreitz
|
5481db22b5
|
Merge pull request #2991 from Stranger6667/tests-refactoring
[WIP] Test suite refactoring
|
2016-02-03 03:26:27 -05:00 |
|
Dmitry Dygalo
|
6c2942b198
|
Initial work
|
2016-02-02 13:24:05 +01:00 |
|
kennethreitz
|
b782e66462
|
happy belated new year
|
2016-02-02 02:33:53 -05:00 |
|
Cory Benfield
|
ed8cfd33e6
|
Merge pull request #2986 from untitaker/syntax-error
Fix syntax error
|
2016-01-30 19:14:20 +00:00 |
|
Markus Unterwaditzer
|
2140c98fa4
|
Fix syntax error
|
2016-01-30 19:59:58 +01:00 |
|
Cory Benfield
|
3f725bc226
|
Merge pull request #2985 from homeworkprod/patch-1
Fixed markup for/rendering of list in section "Custom Headers".
|
2016-01-30 14:00:14 +00:00 |
|
Jochen Kupperschmidt
|
0d25f8a00c
|
Fixed markup for/rendering of list in section "Custom Headers".
|
2016-01-30 14:45:07 +01:00 |
|
kennethreitz
|
6195edc075
|
cleanup of auth __eq__
|
2016-01-29 22:18:07 -05:00 |
|
kennethreitz
|
f7447d1871
|
Merge pull request #2958 from Malizor/master
Add equality functions for authentication handlers
|
2016-01-29 22:08:26 -05:00 |
|
kennethreitz
|
3f8b1fb617
|
Merge pull request #2984 from rbcarson/httpadapter-maxretries-doc
Remove int type on HTTPAdapter's max_retries argument doc
|
2016-01-29 21:59:03 -05:00 |
|
Carson Lam
|
a02069ec9e
|
Remove int type on max_retries argument.
|
2016-01-29 15:30:22 -08:00 |
|
Ian Cordasco
|
645ac3087f
|
Merge pull request #2981 from Lukasa/unencrypted-keys
Warn about encrypted keys in the docs.
|
2016-01-27 10:19:26 -06:00 |
|
Cory Benfield
|
5887b136e3
|
Warn about encrypted keys in the docs.
|
2016-01-27 11:56:27 +00:00 |
|
Cory Benfield
|
00fa5f171c
|
Merge pull request #2976 from shoma/fix-debug-logging-doc
Fix api doc of debug logging for Python 3
|
2016-01-22 07:12:01 +00:00 |
|
shoma
|
75c7e5f1c3
|
Update example for Python 2/3 compatible.
|
2016-01-22 13:48:22 +09:00 |
|
shoma
|
ceb88ac077
|
Fix api doc of debug logging for Python 3
|
2016-01-22 12:47:18 +09:00 |
|
Cory Benfield
|
d76f304462
|
Merge pull request #2972 from munro/master
Return request & response with TooManyRedirects
|
2016-01-21 23:01:58 +00:00 |
|
Ryan Munro
|
56a1b55a42
|
Use httpbin to assert the final redirection URL
|
2016-01-20 11:24:03 -08:00 |
|
Ryan Munro
|
1f05867493
|
Add exception message to TooManyRedirects test
|
2016-01-20 11:06:39 -08:00 |
|
Ryan Munro
|
6a8a480d6c
|
Review changes to TooManyRedirect exception with response
|
2016-01-20 10:48:12 -08:00 |
|