Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove reliance on six | Jason R. Coombs | 2018-09-02 | 1 | -5/+1 |
| | |||||
* | Swap pep257 with pydocstyle | Sviatoslav Sydorenko | 2018-06-16 | 1 | -3/+6 |
| | |||||
* | Update changelog and comments to reflect inlining of classproperty. | Jason R. Coombs | 2017-12-17 | 1 | -6/+4 |
| | |||||
* | Internalize jaraco.classes code to replace dependency - resolves issues when ↵ | Benjamin Bach | 2017-12-17 | 1 | -0/+33 |
| | | | | environment doesnt support namespaced packages - see https://github.com/jaraco/jaraco.classes/issues/2 | ||||
* | Make cherrypy._helper PEP257-compliant | Sviatoslav Sydorenko | 2017-10-21 | 1 | -9/+8 |
| | |||||
* | Rely on six for urllib moves. | Jason R. Coombs | 2017-07-09 | 1 | -3/+3 |
| | |||||
* | Extract function for normalize_path. | Jason R. Coombs | 2017-05-17 | 1 | -24/+25 |
| | |||||
* | Reindent to limit long lines | Jason R. Coombs | 2017-05-17 | 1 | -6/+6 |
| | |||||
* | Fix #1595 Fix path normlisation | Lorenzo Bolla | 2017-05-17 | 1 | -14/+26 |
| | |||||
* | Convert all strings to conform single-quoted style | Sviatoslav Sydorenko | 2016-09-08 | 1 | -7/+7 |
| | | | | pre-commit run double-quote-string-fixer --all-files | ||||
* | Use the preferred name text_or_bytes to avoid conflation with 'basestring' ↵ | Jason R. Coombs | 2016-07-24 | 1 | -2/+2 |
| | | | | which has no equivalent on Python 3. | ||||
* | Backed out changeset b83128f0f642. jaraco.itertools requires Python 2.7. | Jason R. Coombs | 2016-06-23 | 1 | -4/+7 |
| | |||||
* | Use always_iterable to re-use a proven function for the pattern of accepting ↵ | Jason R. Coombs | 2016-06-06 | 1 | -7/+4 |
| | | | | None, iterable of strings, or single string for a parameter. | ||||
* | Rely on six for Python 3 differentiation | Jason R. Coombs | 2016-06-05 | 1 | -2/+4 |
| | |||||
* | Add support for decorating classes as well as functions and methods | Jason R. Coombs | 2016-06-05 | 1 | -3/+6 |
| | |||||
* | Minor refactor to expose decoratable types. | Jason R. Coombs | 2016-06-05 | 1 | -2/+5 |
| | |||||
* | Moved helper functions to their own module to avoid circular imports. | Jason R. Coombs | 2016-06-05 | 1 | -0/+290 |