| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | 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 | |
| | | ||||||
| * | Update install.rst | Kenneth Reitz | 2017-09-04 | 1 | -0/+3 | |
| | | ||||||
| * | Update intro.rst | Kenneth Reitz | 2017-09-04 | 1 | -0/+2 | |
| | | ||||||
| * | Update index.rst | Kenneth Reitz | 2017-09-04 | 1 | -3/+1 | |
| | | ||||||
| * | Update index.rst | Kenneth Reitz | 2017-09-04 | 1 | -1/+2 | |
| | | ||||||
| * | Update index.rst | Kenneth Reitz | 2017-09-04 | 1 | -0/+2 | |
| | | ||||||
| * | Update advanced.rst | Kenneth Reitz | 2017-09-04 | 1 | -1/+2 | |
| | | ||||||
| * | Update recommended.rst | Kenneth Reitz | 2017-09-04 | 1 | -0/+8 | |
| | | ||||||
| * | Update index.rst | Kenneth Reitz | 2017-09-04 | 1 | -3/+2 | |
| | | ||||||
| * | Delete extensions.rst | Kenneth Reitz | 2017-09-04 | 1 | -37/+0 | |
| | | ||||||
| * | Update index.rst | Kenneth Reitz | 2017-09-04 | 1 | -1/+2 | |
| | | ||||||
| * | Create extensions.rst | Kenneth Reitz | 2017-09-04 | 1 | -0/+37 | |
| | | ||||||
| * | Update index.rst | Kenneth Reitz | 2017-09-04 | 1 | -1/+0 | |
| | | ||||||
| * | taste | Kenneth Reitz | 2017-09-01 | 1 | -1/+0 | |
| | | ||||||
| * | taste | Kenneth Reitz | 2017-09-01 | 1 | -2/+0 | |
| | | ||||||
| * | Update philosophy.rst | Kenneth Reitz | 2017-08-29 | 1 | -0/+4 | |
| | | ||||||
| * | fixed syntax for code block for prepared requests | Pascal Van Acker | 2017-08-28 | 1 | -1/+1 | |
| | | ||||||
