aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/py27compat.py
Commit message (Expand)AuthorAgeFilesLines
* 👹 Feed the hobgoblins (delint).Jason R. Coombs2020-01-191-1/+1
* imp load_module fixBatuhan Taskaya2019-10-281-1/+1
* Extract 'imp' re-implementation to setuptools._imp and wrap it in py27compat ...Jason R. Coombs2019-10-271-0/+32
* fixed #1042 -- corrected an importAlex Gaynor2017-05-311-1/+1
* Revert "In msvc9_query_vcvarsall, ensure dict values are not unicode. Fixes #...Jason R. Coombs2017-04-161-14/+0
* In msvc9_query_vcvarsall, ensure dict values are not unicode. Fixes #992.Jason R. Coombs2017-04-081-0/+14
* Use six to detect Python 2Jason R. Coombs2017-04-081-4/+4
* spaces for consistencyJason R. Coombs2017-04-081-2/+2
* Always cast to str on Linux and Python 2, let rmtree handle the rest. Fixes #...Jason R. Coombs2017-02-031-1/+0
* Cast the value to rmtree to bytes on Linux and Python 2 when the filesystemen...Jason R. Coombs2016-12-211-0/+11
* Fix quantity of blank lines.stepshal2016-10-181-0/+1
* Add missing blank lines after class or function definition.stepshal2016-07-211-0/+1
* Fix quantity of blank lines after code object.stepshal2016-07-131-0/+1
* Convert tabs to spaces. Fixes #489.Jason R. Coombs2016-05-021-6/+6
* Fix use of getheaders on Python 3Jason R. Coombs2013-05-251-0/+15