| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove Python 2 compatibility | Jason R. Coombs | 2020-08-16 | 1 | -32/+0 |
| | | |||||
| * | Fix error when wheels already exist in dist/ | Shashank Singh | 2019-04-22 | 1 | -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 clasess | Jason R. Coombs | 2018-06-03 | 1 | -1/+4 |
| | | |||||
| * | Make it clear this compat module provides no public members | Hugo | 2018-05-24 | 1 | -0/+2 |
| | | |||||
| * | Remove redundant Python 3.1 code | Hugo | 2018-05-24 | 1 | -14/+0 |
| | | |||||
| * | Drop support for Python 2.6, removing lots of compatibility code for a ↵ | Jason R. Coombs | 2016-12-09 | 1 | -15/+0 |
| | | | | | leaner, cleaner codebase. Fixes #878. | ||||
| * | Fix quantity of blank lines. | stepshal | 2016-10-18 | 1 | -0/+1 |
| | | |||||
| * | Merge pull request #644 from stepshal/spacing-comment-hash | Jason R. Coombs | 2016-07-20 | 1 | -2/+2 |
| |\ | | | | | Fix spacing after comment hash. | ||||
| | * | Fix spacing after comment hash. | stepshal | 2016-07-14 | 1 | -2/+2 |
| | | | |||||
| * | | Fix missing whitespace around operator. | stepshal | 2016-07-14 | 1 | -1/+1 |
| |/ | |||||
| * | Fix quantity of blank lines after code object. | stepshal | 2016-07-13 | 1 | -0/+3 |
| | | |||||
| * | Fix docstring started with """" instead of """ | John Vandenberg | 2015-11-13 | 1 | -1/+1 |
| | | |||||
| * | Issue #183: Really fix test command with Python 3.1.3.4.3 | Arfrever Frehtes Taifersar Arahesis | 2014-04-07 | 1 | -2/+2 |
| | | |||||
| * | Wrap unittest.main in a compatibility wrapper for Python 3.1 compatibility. ↵3.4.2 | Jason R. Coombs | 2014-04-06 | 1 | -0/+15 |
| | | | | | Fixes #183 | ||||
| * | Use tempfile.TemporaryDirectory() with Python >=3.2. | Arfrever Frehtes Taifersar Arahesis | 2014-02-15 | 1 | -0/+26 |
| | | |||||
| * | Extract py31compat module for get_config_vars and get_path | Jason R. Coombs | 2013-11-27 | 1 | -0/+11 |
