Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into use-packaging | Donald Stufft | 2014-11-19 | 8 | -67/+62 |
|\ | | | | | | | | | | | | | | | | | Conflicts: .hgtags CHANGES.txt ez_setup.py setuptools.egg-info/requires.txt setuptools/version.py | ||||
| * | Remove Python 2.5 compatibility for sys.dont_write_bytecode | Jason R. Coombs | 2014-10-25 | 2 | -6/+2 |
| | | |||||
| * | Fix #277, data files in symbol link directory are not included issue | Victor Lin | 2014-10-23 | 1 | -1/+1 |
| | | | | | | | | | | --HG-- branch : bugfix-277 | ||||
| * | Correct typo | Jason R. Coombs | 2014-10-23 | 1 | -1/+1 |
| | | |||||
| * | Bumped to 7.1 in preparation for next release. | Jason R. Coombs | 2014-10-19 | 1 | -1/+1 |
| | | |||||
| * | Bumped to 7.0 in preparation for next release.7.0 | Jason R. Coombs | 2014-10-19 | 1 | -1/+1 |
| | | |||||
| * | Defer importing of wintypes because it doesn't import nicely. See Python ↵ | Jason R. Coombs | 2014-10-19 | 1 | -1/+2 |
| | | | | | | | | issue 16396. | ||||
| * | Decorate hide_file to only run on Windows. | Jason R. Coombs | 2014-10-19 | 1 | -0/+8 |
| | | |||||
| * | Declare argtypes and restype on SetFileAttributesW so that it will cast ↵ | Jason R. Coombs | 2014-10-19 | 2 | -6/+7 |
| | | | | | | | | Python 2 bytestrings to Unicode automatically. | ||||
| * | Update docstring to be imperative and incorporate comment. Omit lessons ↵ | Jason R. Coombs | 2014-10-19 | 1 | -5/+5 |
| | | | | | | | | about string literals. | ||||
| * | The name win32 is a misnomer. Use 'windows_support' instead. | Jason R. Coombs | 2014-10-19 | 2 | -2/+2 |
| | | |||||
| * | Cache eggs required for building in .eggs dir | Marc Abramowitz | 2014-10-13 | 2 | -2/+38 |
| | | | | | | | | | | | | | | | | | | | | This makes it so that these eggs don't prevent `install_requires` from installing these packages. Fixes ticket #80; workaround for ticket #209 --HG-- branch : put_setup_requires_egg_in_cache_dir_4 | ||||
| * | Bumped to 6.2 in preparation for next release. | Jason R. Coombs | 2014-10-11 | 1 | -1/+1 |
| | | |||||
| * | Bumped to 6.1 in preparation for next release.6.1 | Jason R. Coombs | 2014-10-11 | 1 | -1/+1 |
| | | |||||
| * | Reindent clause. Prefer leading comment to inline. | Jason R. Coombs | 2014-09-29 | 1 | -3/+5 |
| | | |||||
| * | Extract variable to be in proximity of its comment | Jason R. Coombs | 2014-09-29 | 1 | -2/+4 |
| | | |||||
| * | Correct typo | Jason R. Coombs | 2014-09-29 | 1 | -1/+1 |
| | | |||||
| * | Remove Python 2.5 compatibility methods for zipfiles | Jason R. Coombs | 2014-09-29 | 1 | -52/+1 |
| | | |||||
| * | Trim excess whitespace | Jason R. Coombs | 2014-09-29 | 1 | -2/+2 |
| | | |||||
| * | Bumped to 6.0.3 in preparation for next release. | Jason R. Coombs | 2014-09-29 | 1 | -1/+1 |
| | | |||||
| * | Backout 5692cd26a08e; Ref #262.6.0.2b1 | Jason R. Coombs | 2014-09-29 | 1 | -1/+1 |
| | | |||||
* | | Bump to 7.0 in preparation for next release.7.0b1 | Jason R. Coombs | 2014-09-27 | 1 | -1/+1 |
| | | |||||
* | | Prefer packaging library if available. | Jason R. Coombs | 2014-09-27 | 3 | -7/+28 |
| | | |||||
* | | Fix indent | Jason R. Coombs | 2014-09-27 | 1 | -2/+1 |
| | | |||||
* | | Merge github pull request #13 (dstufft/setuptools:use-packaging). | Jason R. Coombs | 2014-09-27 | 11 | -26/+990 |
|\ \ | |/ |/| | |||||
| * | Implement PEP 440 by using the packaging library | Donald Stufft | 2014-09-25 | 5 | -26/+43 |
| | | |||||
| * | Add a vendored copy of packaging | Donald Stufft | 2014-09-25 | 6 | -0/+947 |
| | | |||||
* | | Bumped to 6.0.2 in preparation for next release. | Jason R. Coombs | 2014-09-27 | 1 | -1/+1 |
| | | |||||
* | | Bumped to 6.0.1 in preparation for next release.6.0.1 | Jason R. Coombs | 2014-09-27 | 1 | -1/+1 |
| | | |||||
* | | Use rpartition here, essential to the algorithm. Fixes #259. | Jason R. Coombs | 2014-09-27 | 1 | -1/+1 |
| | | | | | | | | | | --HG-- extra : amend_source : d7b3c001b4db616a67793dcc57d5c13e3828ad3a | ||||
* | | Bumped to 6.1 in preparation for next release. | Jason R. Coombs | 2014-09-27 | 1 | -1/+1 |
| | | |||||
* | | Bumped to 6.0 in preparation for next release.6.0 | Jason R. Coombs | 2014-09-27 | 1 | -1/+1 |
| | | |||||
* | | Always restore os.environ even if an exception occurs. | Jason R. Coombs | 2014-09-26 | 1 | -5/+6 |
| | | |||||
* | | Add docstring | Jason R. Coombs | 2014-09-26 | 1 | -0/+4 |
| | | |||||
* | | Avoid passing None values to os.environ. | Jason R. Coombs | 2014-09-26 | 1 | -4/+7 |
| | | |||||
* | | Meant 'items' | Jason R. Coombs | 2014-09-26 | 1 | -1/+1 |
| | | |||||
* | | Correct test assertion | Jason R. Coombs | 2014-09-26 | 1 | -1/+1 |
| | | |||||
* | | Extracting environment patcher | Jason R. Coombs | 2014-09-26 | 1 | -5/+21 |
| | | |||||
* | | Skip tests if msvc9compiler isn't available. | Jason R. Coombs | 2014-09-26 | 1 | -2/+4 |
| | | |||||
* | | Grab winreg module from distutils.msvc9compiler | Jason R. Coombs | 2014-09-26 | 1 | -7/+5 |
| | | |||||
* | | Move stable import into stdlib imports section | Jason R. Coombs | 2014-09-26 | 1 | -2/+2 |
| | | |||||
* | | Remove unused import | Jason R. Coombs | 2014-09-26 | 1 | -1/+1 |
| | | |||||
* | | Remove excess whitespace | Jason R. Coombs | 2014-09-26 | 1 | -14/+12 |
| | | | | | | | | | | --HG-- extra : amend_source : b8e14d29b2a36b84e30e22cf231d0b1730eeb7f4 | ||||
* | | Create global import more traditionally. Now the patched functions are ↵ | Jason R. Coombs | 2014-09-26 | 1 | -5/+6 |
| | | | | | | | | available directly as well. | ||||
* | | Extract patched functions as top-level functions | Jason R. Coombs | 2014-09-26 | 1 | -37/+41 |
| | | |||||
* | | Protect against import errors. | Jason R. Coombs | 2014-09-26 | 1 | -2/+6 |
| | | |||||
* | | Move monkey patch to a separate module | Jason R. Coombs | 2014-09-26 | 2 | -53/+58 |
| | | |||||
* | | Resave with excess whitespace removed | Jason R. Coombs | 2014-09-26 | 1 | -4/+4 |
| | | |||||
* | | Merged in stevedower/setuptools (pull request #83) | Jason R. Coombs | 2014-09-26 | 2 | -0/+189 |
|\ \ | | | | | | | | | | Adds monkeypatching for msvc9compiler.find_vcvarsall() to look for a standalone compiler installation and improves the error message for missing VC installation. | ||||
| * | | Adds monkeypatching for msvc9compiler.find_vcvarsall() to look for a ↵ | Steve Dower | 2014-09-25 | 2 | -0/+189 |
| |/ | | | | | | | standalone compiler installation and improves the error message for missing VC installation. |