| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix formatting of status code example | lzutao | 2019-09-17 | 1 | -7/+10 |
| | | |||||
| * | [fix] fix failing doctests in requests/* | aless10 | 2019-02-17 | 1 | -1/+1 |
| | | | | | | [add] add --doctest-modules in pytest.ini file as addopts [add] add myself to AUTHORS | ||||
| * | Fix an invalid escape sequence | Chih-Hsuan Yen | 2018-07-09 | 1 | -1/+1 |
| | | |||||
| * | Do not alter status_codes docstring if it is None | Martin Durant | 2018-06-12 | 1 | -1/+2 |
| | | | | | With PYTHONOPTIMIZE=2, the current code breaks with TypeError. | ||||
| * | Add documentation for available status codes | Zane Bitter | 2017-11-21 | 1 | -5/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | Fix syntax error | Marcos Dione | 2017-02-07 | 1 | -1/+1 |
| | | | | I can only wonder how I managed to write it like that... | ||||
| * | Proper version, no bugs, shorter. | Marcos Dione | 2017-02-06 | 1 | -1/+1 |
| | | |||||
| * | do not convert /o\ into /O\ | Marcos Dione | 2017-02-06 | 1 | -1/+1 |
| | | |||||
| * | adding in pep8 fixes | Nate Prewitt | 2016-07-20 | 1 | -1/+1 |
| | | |||||
| * | Add 421 Misdirected Request. | Cory Benfield | 2016-04-08 | 1 | -0/+1 |
| | | |||||
| * | Add 511 Network Authentication Required status code to dict of status codes | Ann Paul | 2015-10-26 | 1 | -0/+1 |
| | | |||||
| * | Remove redundant function call list when iterating over status codes | Usman Ehtesham Gul | 2015-09-10 | 1 | -1/+1 |
| | | |||||
| * | Re-add resume to not break existing apps | Eric L Frederich | 2014-06-11 | 1 | -1/+2 |
| | | | | | as requested by Cory Benfield | ||||
| * | rename resume/resume_incomplete to permanent_redirect according to rfc7238 | Eric L Frederich | 2014-06-11 | 1 | -1/+1 |
| | | | | | | Use temporary_redirect intead of temporary_moved to make the words line up nicely ;-) | ||||
| * | Set 208 status_code to "already_reported" | Philippe Ndiaye | 2013-07-13 | 1 | -0/+1 |
| | | |||||
| * | Changed the "im_used" informational status code for the value given by IANA ↵ | Philippe Ndiaye | 2013-07-13 | 1 | -1/+1 |
| | | | | | | (226) See RFC 3229 at http://tools.ietf.org/html/rfc3229#section-10.4.1 and HTTP status codes at http://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml | ||||
| * | support for draft-tbray-http-legally-restricted-status-02 | Kenneth Reitz | 2013-04-15 | 1 | -0/+1 |
| | | | | | | http://datatracker.ietf.org/doc/draft-tbray-http-legally-restricted-stat us/?include_text=1 | ||||
| * | adding UTF-8 status codes | Max Countryman | 2012-11-08 | 1 | -2/+2 |
| | | |||||
| * | Whitespace fixes following PEP8. | Locker537 | 2012-08-16 | 1 | -1/+1 |
| | | |||||
| * | blah | Kenneth Reitz | 2012-01-23 | 1 | -1/+1 |
| | | |||||
| * | Merge remote-tracking branch 'origin/develop' into develop | Kenneth Reitz | 2011-10-20 | 1 | -0/+3 |
| |\ | |||||
| | * | New HTTP status codes (draft only). | Zbigniew Siciarz | 2011-10-20 | 1 | -0/+3 |
| | | | | | | | | | | | See IETF document at https://tools.ietf.org/html/draft-nottingham-http-new-status-02. | ||||
| * | | Some Doc and doctoring fixes by the Speling Poleece. | travis | 2011-10-19 | 1 | -2/+2 |
| |/ | |||||
| * | 303 status code | Kenneth Reitz | 2011-08-19 | 1 | -1/+1 |
| | | |||||
| * | As proposed by @davidbgk this is only consistent with \o/ :) | Armin Ronacher | 2011-08-17 | 1 | -3/+3 |
| | | |||||
| * | Fixed misc spelling mistakes. | alopatin | 2011-08-15 | 1 | -2/+2 |
| | | |||||
| * | status blocks | Kenneth Reitz | 2011-08-14 | 1 | -0/+8 |
| | | |||||
| * | status codes fix | Kenneth Reitz | 2011-08-14 | 1 | -2/+2 |
| | | |||||
| * | \o/ | Kenneth Reitz | 2011-08-13 | 1 | -2/+3 |
| | | |||||
| * | status_codes lookup dict | Kenneth Reitz | 2011-08-13 | 1 | -0/+74 |
