| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | top bar | Kenneth Reitz | 2018-03-07 | 1 | -4/+3 | |
| | | | | | Signed-off-by: Kenneth Reitz <me@kennethreitz.org> | |||||
| * | index | Kenneth Reitz | 2018-03-07 | 1 | -1/+6 | |
| | | | | | Signed-off-by: Kenneth Reitz <me@kennethreitz.org> | |||||
| * | support for Requests 3.0 | Kenneth Reitz | 2018-03-07 | 2 | -0/+2 | |
| | | | | | Signed-off-by: Kenneth Reitz <me@kennethreitz.org> | |||||
| * | different form | Kenneth Reitz | 2018-03-07 | 2 | -14/+16 | |
| | | | | | Signed-off-by: Kenneth Reitz <me@kennethreitz.org> | |||||
| * | links | Kenneth Reitz | 2018-03-07 | 2 | -2/+2 | |
| | | | | | Signed-off-by: Kenneth Reitz <me@kennethreitz.org> | |||||
| * | cleanup | Kenneth Reitz | 2018-03-07 | 2 | -2/+2 | |
| | | | | | Signed-off-by: Kenneth Reitz <me@kennethreitz.org> | |||||
| * | fix fix fix | Kenneth Reitz | 2018-03-07 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Kenneth Reitz <me@kennethreitz.org> | |||||
| * | important | Kenneth Reitz | 2018-03-07 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Kenneth Reitz <me@kennethreitz.org> | |||||
| * | fix broken things | Kenneth Reitz | 2018-03-07 | 3 | -0/+8 | |
| | | | | | Signed-off-by: Kenneth Reitz <me@kennethreitz.org> | |||||
| * | experiment | Kenneth Reitz | 2018-03-07 | 2 | -0/+36 | |
| | | | | | Signed-off-by: Kenneth Reitz <me@kennethreitz.org> | |||||
| * | .org | Kenneth Reitz | 2018-02-27 | 2 | -2/+2 | |
| | | | | | Signed-off-by: Kenneth Reitz <me@kennethreitz.org> | |||||
| * | <li><a href="http://html.python-requests.com/">Requests-HTML</a></li> | Kenneth Reitz | 2018-02-27 | 2 | -2/+2 | |
| | | | | | Signed-off-by: Kenneth Reitz <me@kennethreitz.org> | |||||
| * | Merge branch 'master' of github.com:requests/requests | Kenneth Reitz | 2018-02-27 | 5 | -21/+19 | |
| |\ | ||||||
| | * | nike | Kenneth Reitz | 2018-02-22 | 1 | -1/+1 | |
| | | | | | | | | | Signed-off-by: Kenneth Reitz <me@kennethreitz.org> | |||||
| | * | Remove remaining references to removed, vendored packages (#4499) | Jon Dufresne | 2018-02-17 | 4 | -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 certifi | Jon Dufresne | 2018-02-14 | 1 | -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 year | Kenneth Reitz | 2018-02-27 | 1 | -1/+1 | |
| |/ | | | | Signed-off-by: Kenneth Reitz <me@kennethreitz.org> | |||||
| * | Merge branch 'master' of github.com:requests/requests | Kenneth Reitz | 2018-02-12 | 10 | -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 project | Jon Dufresne | 2018-02-05 | 7 | -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-link | Ian Stapleton Cordasco | 2018-01-21 | 2 | -2/+2 | |
| | |\ | ||||||
| | | * | merge | Kenneth Reitz | 2018-01-20 | 10 | -33/+56 | |
| | | |\ | ||||||
| | | * | | sidebar | Kenneth Reitz | 2018-01-20 | 2 | -2/+2 | |
| | | | | | ||||||
| | * | | | Fix broken link to Certifi | Никита Конин | 2018-01-18 | 1 | -1/+1 | |
| | | |/ | |/| | ||||||
| | * | | Prefer https over http for links in the documentation | Jon Dufresne | 2018-01-06 | 8 | -19/+19 | |
| | | | | | | | | | | | | | | | | | | | - Fixed Read the Docs links - Fixed GitHub links - Fixed PyPI links | |||||
| * | | | new sidebar link | Kenneth Reitz | 2018-02-12 | 2 | -2/+2 | |
| |/ / | | | | | | | Signed-off-by: Kenneth Reitz <me@kennethreitz.org> | |||||
| * | | Merge branch 'master' into document-status_codes | Cory Benfield | 2017-11-22 | 1 | -0/+1 | |
| |\ \ | ||||||
| | * | | Clarify behaviour of `json` parameter. | Daniel Roseman | 2017-11-21 | 1 | -0/+1 | |
| | | | | | | | | | | | | | `json` is ignored if `data` or `files` is not empty. | |||||
| * | | | Add documentation for available status codes | Zane Bitter | 2017-11-21 | 1 | -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 Shawley | 2017-11-17 | 1 | -0/+8 | |
| | | | ||||||
| * | | Corrent HTTP -> HTML in quickstart doc | Tal Einat | 2017-11-16 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add an example of two hooks | Alex Chan | 2017-10-24 | 1 | -0/+12 | |
| | | | ||||||
| * | | Clarify that a Session can have multiple hooks | Alex Chan | 2017-10-23 | 1 | -2/+5 | |
| | | | ||||||
| * | | Switch to using dict literals, it's 2017 | Alex Chan | 2017-10-23 | 1 | -3/+3 | |
| | | | ||||||
| * | | Add something to the docs about hooks on Session() | Alex Chan | 2017-10-23 | 1 | -0/+9 | |
| |/ | ||||||
| * | stickers | Kenneth Reitz | 2017-09-19 | 2 | -1/+2 | |
| | | | | | Signed-off-by: Kenneth Reitz <me@kennethreitz.org> | |||||
| * | Update authors.rst | Kenneth Reitz | 2017-09-05 | 1 | -1/+1 | |
| | | ||||||
| * | Update updates.rst | Kenneth Reitz | 2017-09-04 | 1 | -0/+2 | |
| | | ||||||
| * | Update support.rst | Kenneth Reitz | 2017-09-04 | 1 | -0/+2 | |
| | | ||||||
| * | Update release-process.rst | Kenneth Reitz | 2017-09-04 | 1 | -0/+2 | |
| | | ||||||
| * | Update out-there.rst | Kenneth Reitz | 2017-09-04 | 1 | -0/+2 | |
| | | ||||||
| * | Update faq.rst | Kenneth Reitz | 2017-09-04 | 1 | -0/+2 | |
| | | ||||||
| * | Update recommended.rst | Kenneth Reitz | 2017-09-04 | 1 | -0/+2 | |
| | | ||||||
| * | Update todo.rst | Kenneth Reitz | 2017-09-04 | 1 | -0/+2 | |
| | | ||||||
| * | Update philosophy.rst | Kenneth Reitz | 2017-09-04 | 1 | -0/+2 | |
| | | ||||||
| * | Update contributing.rst | Kenneth Reitz | 2017-09-04 | 1 | -1/+3 | |
| | | ||||||
| * | Update authors.rst | Kenneth Reitz | 2017-09-04 | 1 | -0/+1 | |
| | | ||||||
| * | Update vulnerabilities.rst | Kenneth Reitz | 2017-09-04 | 1 | -0/+2 | |
| | | ||||||
| * | Update authentication.rst | Kenneth Reitz | 2017-09-04 | 1 | -0/+2 | |
| | | ||||||
| * | Update quickstart.rst | Kenneth Reitz | 2017-09-04 | 1 | -0/+2 | |
| | | ||||||
| * | Update advanced.rst | Kenneth Reitz | 2017-09-04 | 1 | -0/+2 | |
| | | ||||||
