summaryrefslogtreecommitdiff
path: root/cherrypy/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Add UTF-8 as a default charset for HTTP Auth credsSviatoslav Sydorenko2018-04-221-5/+13
* Normalize credentials using NFC according to RFCSviatoslav Sydorenko2018-04-221-0/+1
* Decode user/pass using UTF-8 in HTTP Basic AuthSviatoslav Sydorenko2018-04-221-1/+3
* Move lib.auth_digest docstring to the right placeSviatoslav Sydorenko2018-04-221-10/+2
* Move lib.auth_basic docstring to the right placeSviatoslav Sydorenko2018-04-221-7/+9
* Use bytes literals where appropriatev14.0.0Jason R. Coombs2018-02-044-17/+17
* Commit pre-commit fixes.Jason R. Coombs2018-02-042-3/+3
* Deprecate httpauth module. Ref #1688.Jason R. Coombs2018-01-132-1/+25
* Deprecate basic_auth and digest_auth tools. Ref #1688.Jason R. Coombs2018-01-132-0/+15
* Merge branch 'master' into feature/reuse-case-insensitive-dictJason R. Coombs2017-12-177-36/+55
|\
| * Implicit is better than explicitJason R. Coombs2017-12-171-2/+0
| * Remove 'max-age' when expiring cookies (PR #1661 by @pR0Ps)Sviatoslav Sydorenko2017-12-141-0/+1
| |\
| | * Remove 'max-age' when expiring cookiesCarey Metcalfe2017-11-221-0/+1
| * | Wrap MIME-type init into a function definitionSviatoslav Sydorenko2017-12-121-6/+11
| * | Adjust indentation in cherrypy.lib.staticSviatoslav Sydorenko2017-12-121-1/+1
| * | Correcting the initialization of the mimetypes libraryJohan De Taeye2017-12-111-1/+2
| |/
| * Define LockFile in exactly one place with clear logic. Fixes F811.Jason R. Coombs2017-10-291-7/+6
| * Get cmp from builtinsJason R. Coombs2017-10-291-4/+4
| * Honor E302Jason R. Coombs2017-10-291-1/+3
| * Regarding E305, honor the style guide rather than suppressing errors.Jason R. Coombs2017-10-296-10/+25
| * Use platform.system for platform detection. Update docstring to include an au...Jason R. Coombs2017-10-281-5/+7
| * Python2.7 exposes header module as email.headerJason R. Coombs2017-10-281-5/+1
* | For now inline the implementation until it can be linked. Ref #1673.Jason R. Coombs2017-12-171-3/+62
* | Use jaraco.collections for code re-use on CaseInsensitiveDict. Fixes #1231.Jason R. Coombs2017-10-282-49/+11
|/
* Remove long-deprecated legacy 'has_any' methods on mappings.Jason R. Coombs2017-10-283-17/+0
* Honor E731 linter warningJason R. Coombs2017-10-283-7/+20
* Remove exemption for extra long lines. Updated code to conform with standard ...Jason R. Coombs2017-10-282-3/+4
* Feed the hobgoblins (delint).Jason R. Coombs2017-10-275-8/+22
* Make cherrypy.lib.__init__ PEP257-compliantSviatoslav Sydorenko2017-10-211-9/+20
* Add doctest for cherrypy.lib.httputil.valid_statusSviatoslav Sydorenko2017-10-201-0/+7
* Refactor docstring of cp.lib.httputil.valid_statusSviatoslav Sydorenko2017-10-201-3/+4
* Improve invalid status checksSviatoslav Sydorenko2017-10-201-1/+1
* Fix for http.client status codes.Aric Coady2017-10-191-9/+4
* File in sub-dir of staticdir in long-path notation would not loadSafihre2017-10-151-0/+7
* Use parse_http_list and parse_keqv_list from sixSviatoslav Sydorenko2017-09-292-2/+5
* Create function for conditionally decoding the textJason R. Coombs2017-09-261-0/+7
* Convert doc to doctestJason R. Coombs2017-09-261-1/+6
* Merge pull request #1628 from cherrypy/hotfix/1627-proxy-no-base-extra-portJason R. Coombs2017-08-281-4/+3
|\
| * In proxy tool, more simply rely on the existing request.base if no Host heade...Jason R. Coombs2017-08-281-4/+3
* | Fix email.generator._make_boundary compat importSviatoslav Sydorenko2017-08-111-6/+1
* | Fix io.UnsupportedOperation reported by lgtm.comSviatoslav Sydorenko2017-08-111-4/+1
* | Make cherrypy.lib.static PEP 257 compliantSviatoslav Sydorenko2017-08-111-2/+2
* | Refactor cherrypy.lib.xmlrpcutil using six.movesSviatoslav Sydorenko2017-08-071-17/+21
* | Added note to documentation about sessions when more than one app is onMichael Mulqueen2017-07-131-0/+11
* | Add missing import of text_or_bytes to lib.reprconfSviatoslav Sydorenko2017-07-121-0/+2
|\ \ | |/ |/|
| * Fix missing importMartin Wendt2017-06-281-0/+2
* | Mark docstrings with slash escaping as raw str (PR #1610 by @scop)Ville Skyttä2017-07-101-1/+1
* | Remove duplicate importsJason R. Coombs2017-07-101-2/+0
* | Spelling fixesVille Skyttä2017-07-101-1/+1
* | Rely on six for urllib moves.Jason R. Coombs2017-07-092-5/+8