aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/py27compat.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | #992." This reverts commit b50fdf497d6970002a2f7156650d7da21e2e39f5.
* 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
| | | | #953.
* Cast the value to rmtree to bytes on Linux and Python 2 when the ↵Jason R. Coombs2016-12-211-0/+11
| | | | filesystemencoding is ascii, and let posixpath work its voodoo. Fixes #706.
* 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