summaryrefslogtreecommitdiff
path: root/setuptools/py31compat.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix error when wheels already exist in dist/Shashank Singh2019-04-221-2/+2
| | | | | | | | | | `build_meta.build_wheel` assumes that the only wheel in its output directory is the one it builds, but prior to this, it also used the `dist/` folder as its working output directory. This commit uses a temporary directory instead, preventing an error that was triggered when previously-generated wheel files were still sitting in `dist/`. Fixes GH #1671
* Use Python 3 syntax for new-style clasessJason R. Coombs2018-06-031-1/+4
|
* Make it clear this compat module provides no public membersHugo2018-05-241-0/+2
|
* Remove redundant Python 3.1 codeHugo2018-05-241-14/+0
|
* Drop support for Python 2.6, removing lots of compatibility code for a ↵Jason R. Coombs2016-12-091-15/+0
| | | | leaner, cleaner codebase. Fixes #878.
* Fix quantity of blank lines.stepshal2016-10-181-0/+1
|
* Merge pull request #644 from stepshal/spacing-comment-hashJason R. Coombs2016-07-201-2/+2
|\ | | | | Fix spacing after comment hash.
| * Fix spacing after comment hash.stepshal2016-07-141-2/+2
| |
* | Fix missing whitespace around operator.stepshal2016-07-141-1/+1
|/
* Fix quantity of blank lines after code object.stepshal2016-07-131-0/+3
|
* Fix docstring started with """" instead of """John Vandenberg2015-11-131-1/+1
|
* Issue #183: Really fix test command with Python 3.1.3.4.3Arfrever Frehtes Taifersar Arahesis2014-04-071-2/+2
|
* Wrap unittest.main in a compatibility wrapper for Python 3.1 compatibility. ↵3.4.2Jason R. Coombs2014-04-061-0/+15
| | | | Fixes #183
* Use tempfile.TemporaryDirectory() with Python >=3.2.Arfrever Frehtes Taifersar Arahesis2014-02-151-0/+26
|
* Extract py31compat module for get_config_vars and get_pathJason R. Coombs2013-11-271-0/+11