Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed #1042 -- corrected an import | Alex Gaynor | 2017-05-31 | 1 | -1/+1 |
| | |||||
* | Revert "In msvc9_query_vcvarsall, ensure dict values are not unicode. Fixes ↵ | Jason R. Coombs | 2017-04-16 | 1 | -14/+0 |
| | | | | | | #992." This reverts commit b50fdf497d6970002a2f7156650d7da21e2e39f5. | ||||
* | In msvc9_query_vcvarsall, ensure dict values are not unicode. Fixes #992. | Jason R. Coombs | 2017-04-08 | 1 | -0/+14 |
| | |||||
* | Use six to detect Python 2 | Jason R. Coombs | 2017-04-08 | 1 | -4/+4 |
| | |||||
* | spaces for consistency | Jason R. Coombs | 2017-04-08 | 1 | -2/+2 |
| | |||||
* | Always cast to str on Linux and Python 2, let rmtree handle the rest. Fixes ↵ | Jason R. Coombs | 2017-02-03 | 1 | -1/+0 |
| | | | | #953. | ||||
* | Cast the value to rmtree to bytes on Linux and Python 2 when the ↵ | Jason R. Coombs | 2016-12-21 | 1 | -0/+11 |
| | | | | filesystemencoding is ascii, and let posixpath work its voodoo. Fixes #706. | ||||
* | Fix quantity of blank lines. | stepshal | 2016-10-18 | 1 | -0/+1 |
| | |||||
* | Add missing blank lines after class or function definition. | stepshal | 2016-07-21 | 1 | -0/+1 |
| | |||||
* | Fix quantity of blank lines after code object. | stepshal | 2016-07-13 | 1 | -0/+1 |
| | |||||
* | Convert tabs to spaces. Fixes #489. | Jason R. Coombs | 2016-05-02 | 1 | -6/+6 |
| | |||||
* | Fix use of getheaders on Python 3 | Jason R. Coombs | 2013-05-25 | 1 | -0/+15 |