summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
|
* Update install.rstKenneth Reitz2017-09-041-0/+3
|
* Update intro.rstKenneth Reitz2017-09-041-0/+2
|
* Update index.rstKenneth Reitz2017-09-041-3/+1
|
* Update index.rstKenneth Reitz2017-09-041-1/+2
|
* Update index.rstKenneth Reitz2017-09-041-0/+2
|
* Update advanced.rstKenneth Reitz2017-09-041-1/+2
|
* Update recommended.rstKenneth Reitz2017-09-041-0/+8
|
* Update index.rstKenneth Reitz2017-09-041-3/+2
|
* Delete extensions.rstKenneth Reitz2017-09-041-37/+0
|
* Update index.rstKenneth Reitz2017-09-041-1/+2
|
* Create extensions.rstKenneth Reitz2017-09-041-0/+37
|
* Update index.rstKenneth Reitz2017-09-041-1/+0
|
* tasteKenneth Reitz2017-09-011-1/+0
|
* tasteKenneth Reitz2017-09-011-2/+0
|
* Update philosophy.rstKenneth Reitz2017-08-291-0/+4
|
* fixed syntax for code block for prepared requestsPascal Van Acker2017-08-281-1/+1
|