summaryrefslogtreecommitdiff
path: root/cherrypy/_helper.py
Commit message (Expand)AuthorAgeFilesLines
* Remove reliance on sixJason R. Coombs2018-09-021-5/+1
* Swap pep257 with pydocstyleSviatoslav Sydorenko2018-06-161-3/+6
* Update changelog and comments to reflect inlining of classproperty.Jason R. Coombs2017-12-171-6/+4
* Internalize jaraco.classes code to replace dependency - resolves issues when ...Benjamin Bach2017-12-171-0/+33
* Make cherrypy._helper PEP257-compliantSviatoslav Sydorenko2017-10-211-9/+8
* Rely on six for urllib moves.Jason R. Coombs2017-07-091-3/+3
* Extract function for normalize_path.Jason R. Coombs2017-05-171-24/+25
* Reindent to limit long linesJason R. Coombs2017-05-171-6/+6
* Fix #1595 Fix path normlisationLorenzo Bolla2017-05-171-14/+26
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-7/+7
* Use the preferred name text_or_bytes to avoid conflation with 'basestring' wh...Jason R. Coombs2016-07-241-2/+2
* Backed out changeset b83128f0f642. jaraco.itertools requires Python 2.7.Jason R. Coombs2016-06-231-4/+7
* Use always_iterable to re-use a proven function for the pattern of accepting ...Jason R. Coombs2016-06-061-7/+4
* Rely on six for Python 3 differentiationJason R. Coombs2016-06-051-2/+4
* Add support for decorating classes as well as functions and methodsJason R. Coombs2016-06-051-3/+6
* Minor refactor to expose decoratable types.Jason R. Coombs2016-06-051-2/+5
* Moved helper functions to their own module to avoid circular imports.Jason R. Coombs2016-06-051-0/+290