aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/lib2to3_ex.py
Commit message (Collapse)AuthorAgeFilesLines
* Use the SetuptoolsDeprecationWarning to make the warning more visible ↵feature/deprecate-2to3Jason R. Coombs2020-05-101-1/+2
| | | | outside test runners.
* In the deprecation warning, acknowledge that it's only for projects that ↵Jason R. Coombs2020-05-101-3/+4
| | | | still require Python 2 support.
* Emit deprecation warning when 2to3 is used. Ref #2086.Jason R. Coombs2020-05-101-0/+7
|
* Fix quantity of blank lines.stepshal2016-10-181-2/+0
|
* Add missing blank line.stepshal2016-07-211-0/+1
|
* Put colon-separated compound statement on separate lines.stepshal2016-07-211-1/+2
|
* Merge pull request #640 from stepshal/parameterJason R. Coombs2016-07-201-1/+1
|\ | | | | Remove whitespace around parameter '=' sign.
| * Remove whitespace around parameter '=' sign.stepshal2016-07-141-1/+1
| |
* | Fix missing whitespace around operator.stepshal2016-07-141-1/+1
|/
* Fix quantity of blank lines after code object.stepshal2016-07-131-0/+4
|
* Extracted module for lib2to3 Mixin customization.Jason R. Coombs2013-11-271-0/+58