aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/py31compat.py
Commit message (Collapse)AuthorAgeFilesLines
* 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