Marcos Dione
2e9e944bc1
Removed sentence as suggested.
...
Fair enough...
2017-03-07 10:34:21 +01:00
Marcos Dione
16f6e25176
Add mention to list od tuples as data param.
...
`requests.request` accepts list of tuples in the `data` param, but thereś no mention of it in the docs.
2017-03-07 10:26:51 +01:00
Cory Benfield
62bd9247ba
Merge pull request #3909 from sigmavirus24/updates-for-3885
...
Update implementation of TimedCache object
2017-03-04 15:27:45 +00:00
Ian Cordasco
8e6e47af43
Update implementation of TimedCache object
...
There were some odd decisions made about the implementation of some of
the required methods for MuttableMapping in the TimedCache object. This
cleans those up and makes the implementation, ever so slightly, easier
to read.
See also #3885
2017-03-04 09:03:03 -06:00
kennethreitz
41a33f2e86
Update README.rst
2017-03-02 17:31:38 -08:00
Cory Benfield
3e0d78fdaf
Merge pull request #3901 from nedbat/master
...
Smaller logo
2017-03-01 20:05:13 +00:00
Ned Batchelder
eca8351491
Smaller logo
2017-03-01 14:52:34 -05:00
Cory Benfield
3f3df8b5ff
Merge pull request #3900 from lutzhorn/master
...
fixed #3894 by mentioning form-encoding of dict
2017-03-01 15:30:36 +00:00
Lutz Horn
3d22f9f5ab
fixed #3894 by mentioning form-encoding of dict
...
The optional `data` parameter will be form-encoded, if a dictionary is provided.
2017-03-01 16:00:08 +01:00
Victor Pfautz
2aaf6ac038
Fixed some typos ( #3892 )
...
* Fixed some typos
2017-02-27 16:25:10 +00:00
Cory Benfield
45a2977e1b
Merge pull request #3885 from davidfontenot/cache_proxy_bypass
...
Cache proxy bypass
2017-02-27 08:56:43 +00:00
David Fontenot
c121b98c4e
wrapped proxy_bypass() with cache lookup
...
Used to alleviate long gethostbyaddr calls
Made new TimedCache and decorator to wrap
a function with a cache
* Entries looked up older than a minute (default amount)
are evicted.
* When full, evicts the oldest entry
2017-02-23 14:04:16 -08:00
Ian Cordasco
d6f4818c0b
Merge pull request #3877 from sigmavirus24/update-docstring
...
Correct docstring for Response.ok
2017-02-16 07:37:18 -06:00
Ian Cordasco
8e049bd9eb
Update docstrings for Response.__{bool,nonzero}__
...
Like the docstring added to Response.ok these were misleading and
vaguely incorrect. Better to be explicit than implicit.
2017-02-16 07:21:15 -06:00
Ian Cordasco
7a281e74ec
Correct docstring for Response.ok
2017-02-16 07:15:37 -06:00
Cory Benfield
e674aa1c8c
Merge pull request #3876 from mislavcimpersak/hotfix/response_ok_docstring
...
added docstring for response.ok property
2017-02-16 09:30:11 +00:00
Mislav Cimperšak
3664682539
added docstring for response.ok property
2017-02-16 10:06:28 +01:00
kennethreitz
655f0edbb4
better testimonials
2017-02-14 17:00:17 -05:00
Ian Cordasco
2414fa82c8
Merge pull request #3873 from nateprewitt/super_len_fix
...
properly handled failed seek
2017-02-14 09:43:19 -06:00
Nate Prewitt
f47aff68f1
properly handled failed seek
2017-02-14 07:45:41 -07:00
kennethreitz
90f3842ed6
edmsynths
2017-02-12 02:18:50 -05:00
kennethreitz
6cbebf782a
fixes
2017-02-11 15:17:27 -05:00
kennethreitz
f2fe735846
fixes
2017-02-11 15:16:09 -05:00
kennethreitz
e7b7574cfe
hhg2p
2017-02-11 15:14:47 -05:00
kennethreitz
6bd6249051
Merge pull request #3865 from JohnVillalovos/master
...
Allow use of 'no_proxy' in the proxies argument
2017-02-10 15:50:10 -06:00
kennethreitz
453397965b
Merge pull request #3846 from jvanasco/feature-pluggable_handling
...
initial attempt at `get_redirect_target`
2017-02-10 15:46:13 -06:00
jonathan vanasco
70f31a3166
* initial attempt at get_redirect_target
...
* removing the `i` from the redirect detection while-loop
2017-02-10 13:53:23 -05:00
John L. Villalovos
85400d8d67
Allow use of 'no_proxy' in the proxies argument
...
Add the ability to add 'no_proxy' and a value to the 'proxies'
dictionary argument.
https://github.com/kennethreitz/requests/issues/2817
Closes gh-2817
2017-02-10 09:41:54 -08:00
Cory Benfield
ad65b0cb19
Merge pull request #3862 from mattkohl/master
...
Updated docs for Pipenv
2017-02-10 12:19:01 +00:00
mattkohl
57659e5987
Removed duplicate key in Pipfile
2017-02-10 11:46:59 +00:00
mattkohl
c134388a43
Removed requirements.txt from MANIFEST.in
2017-02-10 10:51:14 +00:00
mattkohl
b41bb9ecb2
Added name & github link
2017-02-10 10:48:15 +00:00
mattkohl
a3e671d717
Updated test instructions for Pipenv
2017-02-10 10:47:40 +00:00
mattkohl
7b190acf82
Updated Pipfile to reflect version specs in setup.py; added Sphinx
2017-02-10 10:46:35 +00:00
mattkohl
a0b97253c2
Removed docs-init (depended on missing docs/requirements.txt)
2017-02-10 10:45:06 +00:00
kennethreitz
84749f08bc
Update README.rst
2017-02-09 21:31:38 -05:00
kennethreitz
e63dd1a66b
Update README.rst
2017-02-09 21:31:14 -05:00
Ian Cordasco
0bea453913
Merge pull request #3857 from Lukasa/params-docs
...
Say that we use a dictionary of strings.
2017-02-08 06:05:50 -06:00
Cory Benfield
08ce652b8b
Say that we use a dictionary of strings.
2017-02-08 11:54:32 +00:00
Cory Benfield
5c68b8f227
Merge pull request #3853 from StyXman/500-small-head
...
Do not convert /o\ into /O\
2017-02-07 16:04:24 +00:00
Marcos Dione
571d2c2cd7
Fix syntax error
...
I can only wonder how I managed to write it like that...
2017-02-07 16:57:17 +01:00
Marcos Dione
b00d8bf474
Proper version, no bugs, shorter.
2017-02-06 21:44:28 +01:00
Marcos Dione
593734b770
do not convert /o\ into /O\
2017-02-06 17:27:16 +01:00
Cory Benfield
af4052b020
Merge pull request #3851 from nateprewitt/remove_pin
...
remove pin
2017-02-03 17:21:13 +00:00
Nate Prewitt
f521a25970
remove pin
2017-02-03 09:29:13 -07:00
kennethreitz
62176a1ca7
2017
2017-02-02 16:12:33 -05:00
kennethreitz
f278344e01
updated pipfile
2017-02-02 16:12:29 -05:00
kennethreitz
c2c523ba9e
docs
2017-02-02 15:22:01 -05:00
kennethreitz
abaeeb8807
improved sidebar
2017-02-02 15:19:31 -05:00
kennethreitz
6bd091ca70
improved homepage
2017-02-02 15:18:24 -05:00