summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* top barKenneth Reitz2018-03-071-4/+3
| | | | Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
* indexKenneth Reitz2018-03-071-1/+6
| | | | Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
* support for Requests 3.0Kenneth Reitz2018-03-072-0/+2
| | | | Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
* different formKenneth Reitz2018-03-072-14/+16
| | | | Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
* linksKenneth Reitz2018-03-072-2/+2
| | | | Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
* cleanupKenneth Reitz2018-03-072-2/+2
| | | | Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
* fix fix fixKenneth Reitz2018-03-071-1/+1
| | | | Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
* importantKenneth Reitz2018-03-071-1/+1
| | | | Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
* fix broken thingsKenneth Reitz2018-03-073-0/+8
| | | | Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
* experimentKenneth Reitz2018-03-072-0/+36
| | | | Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
* .orgKenneth Reitz2018-02-272-2/+2
| | | | Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
* <li><a href="http://html.python-requests.com/">Requests-HTML</a></li>Kenneth Reitz2018-02-272-2/+2
| | | | Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
* Merge branch 'master' of github.com:requests/requestsKenneth Reitz2018-02-275-21/+19
|\
| * nikeKenneth Reitz2018-02-221-1/+1
| | | | | | | | Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
| * Remove remaining references to removed, vendored packages (#4499)Jon Dufresne2018-02-174-12/+11
| | | | | | | | As the vendored packages were removing in version 2.16, all remaining doc references should be replaced with newer practices.
| * Clarify docs that Requests always uses certs from certifiJon Dufresne2018-02-141-9/+8
| | | | | | | | | | | | | | | | | | Since commit 0d7de6430eef0cf09f9662746daf0c28d83f144e, certifi is always used for certificates. Certify became a hard dependency of the package in 628633143d5b8590b1dbdf5371fe81fb8250dffd. Now update the docs to clarify that Request will always use certificates from certifi.
* | updated copyright yearKenneth Reitz2018-02-271-1/+1
|/ | | | Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
* Merge branch 'master' of github.com:requests/requestsKenneth Reitz2018-02-1210-34/+29
|\ | | | | | | | | | | | | | | # Conflicts: # docs/_templates/sidebarintro.html # docs/_templates/sidebarlogo.html Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
| * Trim trialing white space throughout the projectJon Dufresne2018-02-057-14/+7
| | | | | | | | | | | | Many editors clean up trailing white space on save. By removing it all in one go, it helps keep future diffs cleaner by avoiding spurious white space changes on unrelated lines.
| * Merge branch 'master' into fix/certifi-broken-linkIan Stapleton Cordasco2018-01-212-2/+2
| |\
| | * mergeKenneth Reitz2018-01-2010-33/+56
| | |\
| | * | sidebarKenneth Reitz2018-01-202-2/+2
| | | |
| * | | Fix broken link to CertifiНикита Конин2018-01-181-1/+1
| | |/ | |/|
| * | Prefer https over http for links in the documentationJon Dufresne2018-01-068-19/+19
| | | | | | | | | | | | | | | | | | - Fixed Read the Docs links - Fixed GitHub links - Fixed PyPI links
* | | new sidebar linkKenneth Reitz2018-02-122-2/+2
|/ / | | | | | | Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
* | Merge branch 'master' into document-status_codesCory Benfield2017-11-221-0/+1
|\ \
| * | Clarify behaviour of `json` parameter.Daniel Roseman2017-11-211-0/+1
| | | | | | | | | | | | `json` is ignored if `data` or `files` is not empty.
* | | Add documentation for available status codesZane Bitter2017-11-211-11/+1
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There was no way to determine what actual names were available outside of looking at the source code. They were not listed in the documentation or accessible through the interactive help. In addition, doing `pydoc requests.status_codes` displayed some pretty unhelpful information - the utf-8 encoding string was included in the module name, there was no description, and internal variables used for initialisation leaked into the module scope: DATA code = 511 codes = <lookup 'status_codes'> title = 'network_authentication' titles = ('network_authentication_required', 'network_auth', ... This change prevents the internal variables from leaking, adds a docstring (which has the side-effect of correcting the module name), and appends information on the allowed status code names to the docstring when the module is initialised. The improved module documentation is then used in the API documentation to provide another easy reference to the complete list of status codes.
* | docs/quickstart: clarify raw response reading.Dave Shawley2017-11-171-0/+8
| |
* | Corrent HTTP -> HTML in quickstart docTal Einat2017-11-161-1/+1
| |
* | Add an example of two hooksAlex Chan2017-10-241-0/+12
| |
* | Clarify that a Session can have multiple hooksAlex Chan2017-10-231-2/+5
| |
* | Switch to using dict literals, it's 2017Alex Chan2017-10-231-3/+3
| |
* | Add something to the docs about hooks on Session()Alex Chan2017-10-231-0/+9
|/
* stickersKenneth Reitz2017-09-192-1/+2
| | | | Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
* Update authors.rstKenneth Reitz2017-09-051-1/+1
|
* Update updates.rstKenneth Reitz2017-09-041-0/+2
|
* Update support.rstKenneth Reitz2017-09-041-0/+2
|
* Update release-process.rstKenneth Reitz2017-09-041-0/+2
|
* Update out-there.rstKenneth Reitz2017-09-041-0/+2
|
* Update faq.rstKenneth Reitz2017-09-041-0/+2
|
* Update recommended.rstKenneth Reitz2017-09-041-0/+2
|
* Update todo.rstKenneth Reitz2017-09-041-0/+2
|
* Update philosophy.rstKenneth Reitz2017-09-041-0/+2
|
* Update contributing.rstKenneth Reitz2017-09-041-1/+3
|
* Update authors.rstKenneth Reitz2017-09-041-0/+1
|
* Update vulnerabilities.rstKenneth Reitz2017-09-041-0/+2
|
* Update authentication.rstKenneth Reitz2017-09-041-0/+2
|
* Update quickstart.rstKenneth Reitz2017-09-041-0/+2
|
* Update advanced.rstKenneth Reitz2017-09-041-0/+2
|