kennethreitz
e52932c427
Update index.rst
2019-05-06 07:48:07 -04:00
kennethreitz
e73a6c52d2
Merge pull request #5034 from tomchristie/patch-1
...
Add `requests-async` link to "non-blocking" docs.
2019-04-27 09:13:43 -04:00
Alex Chan
faafb5a043
docs: Correct the spelling of "maintenance"
2019-04-25 08:19:20 +01:00
s-pace
74289f420c
feat: add search to the main introduction page
2019-04-23 07:47:33 +02:00
s-pace
749419ad0c
feat: add search to every documentation pages
2019-04-23 07:47:08 +02:00
kennethreitz
7f438416e4
less is more
2019-04-20 08:22:04 -04:00
kennethreitz
5d06354734
fix
2019-04-20 08:21:21 -04:00
kennethreitz
2d120e32db
fix
2019-04-20 08:19:49 -04:00
kennethreitz
69856f3052
requests 3.0 intentions
2019-04-20 08:09:43 -04:00
kennethreitz
9742da7f91
Update sidebarlogo.html
2019-03-28 23:52:07 -04:00
kennethreitz
76a89c3c9b
Update sidebarintro.html
2019-03-28 23:51:53 -04:00
Tom Christie
6f6d0164a9
Add requests-async link to "non-blocking" docs.
...
Links to https://github.com/encode/requests-async for an asyncio non-blocking option.
2019-03-27 10:09:19 +00:00
kennethreitz
a345b776fb
update copyright year
2019-02-28 12:03:44 -05:00
kennethreitz
63e7748fe5
programming quiz
2019-02-28 11:47:41 -05:00
kennethreitz
f2409648ac
programming quiz
2019-02-28 11:46:27 -05:00
Andrew Bonney
827bbe2a7e
docs: correct error in 'merge_environment_settings' usage
...
Resolves #4959
2019-02-04 13:28:12 +00:00
Ofek Lev
6dd410ff17
Fix typo
2019-01-12 18:33:00 -05:00
Rich Abdill
5fdc25b029
Reverting redirect examples back to intended URLs
...
A find/replace from a few weeks ago made the redirection sample not demonstrate redirection anymore
2018-10-20 16:55:48 -05:00
Nate Prewitt
d2962f1d55
update maintainer contact info
2018-10-18 09:03:51 -07:00
Nate Prewitt
edf7731e66
update vulnerability information
2018-10-18 09:00:12 -07:00
Nate Prewitt
a1f4e62aa4
fix broken HISTORY.md reference
2018-10-18 08:58:48 -07:00
Michael R. Bernstein
30be889651
CVE URLs update: www sub-subdomain no longer valid
2018-10-16 10:10:30 -06:00
Jon Dufresne
b0ad2499c8
Prefer https:// for URLs throughout project
2018-09-30 17:14:40 -05:00
Jon Dufresne
8f20b7dc8f
Remove dead link to unixstickers.com
...
The link does not link Requests stickers as the text suggests.
2018-09-30 14:03:59 -06:00
kennethreitz
d26f6314ab
Update index.rst
2018-09-17 06:42:52 -04:00
kennethreitz
dcf5617a5e
Update index.rst
2018-09-17 06:42:21 -04:00
kennethreitz
76cf1fa214
Update index.rst
2018-09-17 06:41:41 -04:00
kennethreitz
05dd0b88a1
Update index.rst
2018-09-17 06:40:47 -04:00
kennethreitz
3f024ff774
Update index.rst
2018-09-17 06:40:26 -04:00
Vinayak Mehta
5ef429efe3
Fix broken essay link
2018-09-15 03:43:30 +05:30
kennethreitz
8472dbd134
Merge pull request #4782 from sayzlim/master
...
Fix CSS error
2018-09-10 16:02:00 -04:00
Sayz Lim
0fc171091d
Fix CSS error
...
Human error, I shouldn’t have moved the CTA.
2018-09-11 02:59:03 +07:00
kennethreitz
15029e3b16
Merge pull request #4781 from sayzlim/master
...
Adjust padding and button placements
2018-09-10 15:35:07 -04:00
Sayz Lim
f18f12bcbc
Merge branch 'master' of https://github.com/sayzlim/requests
2018-09-11 00:11:44 +07:00
Sayz Lim
ddbeb3025b
Adjust padding and button placements
...
Move the CTA button so the version doesn’t overlap with it. Make the expanded ad more compact to take less vertical space.
2018-09-11 00:11:38 +07:00
kennethreitz
0755c4cf1b
Merge branch 'master' of github.com:requests/requests
2018-09-10 11:07:28 -04:00
kennethreitz
e7cce354c1
ad by
2018-09-10 11:07:20 -04:00
kennethreitz
16f0280c31
Merge branch 'master' into master
2018-09-10 11:06:03 -04:00
kennethreitz
79e28b7f03
Merge branch 'master' of github.com:requests/requests
2018-09-10 11:05:14 -04:00
kennethreitz
e976ea839b
no more stickers :-/
2018-09-10 11:04:40 -04:00
Sayz Lim
08b6a78883
Correct fixed footer width
2018-09-10 21:52:30 +07:00
Sayz Lim
2297d33403
Integrate Native CPC by BuySellAds
...
Replacing Carbon zone key with the direct key and install CPC ad unit on the site.
2018-09-10 21:45:35 +07:00
kennethreitz
a559d62f17
Revert "updates to docs"
...
This reverts commit f4818b2010 .
2018-09-10 06:29:01 -04:00
kennethreitz
f4818b2010
updates to docs
2018-09-10 06:26:52 -04:00
kennethreitz
33b41c7880
updates
2018-08-29 03:29:14 -04:00
kennethreitz
704abf1332
updates
2018-08-29 03:28:33 -04:00
Jon Dufresne
5aa6a9b654
In docs, use intersphinx to link to Python documentation
...
The intersphinx extension can generate automatic links to the
documentation of objects in other projects. It was already used for
urllib3. For complete details on intersphinx, see:
http://www.sphinx-doc.org/en/master/ext/intersphinx.html
2018-08-11 17:31:43 -07:00
Jon Dufresne
c8f3add5ed
Update all documentation to show Python 3.7 is supported
...
Official support was added in 6686ac1730 .
2018-08-02 10:55:40 -07:00
Antti Kaihola
9c92f757e6
Rolled multi-value form examples in documentation into one ( #4700 )
...
As suggested by @nateprewitt
2018-07-20 10:30:31 +03:00
Antti Kaihola
9a8eb131c9
Documentation for multivalued form-encoded element as a list ( #4700 )
2018-07-20 10:30:31 +03:00