| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump to 7.0 in preparation for next release.7.0b1 | Jason R. Coombs | 2014-09-27 | 2 | -2/+2 |
| | | |||||
| * | Update requirements | Jason R. Coombs | 2014-09-27 | 1 | -0/+1 |
| | | |||||
| * | Prefer packaging library if available. | Jason R. Coombs | 2014-09-27 | 5 | -17/+45 |
| | | |||||
| * | Fix indent | Jason R. Coombs | 2014-09-27 | 1 | -2/+1 |
| | | |||||
| * | Avoid trailing comments | Jason R. Coombs | 2014-09-27 | 1 | -1/+2 |
| | | |||||
| * | Update changelog with references to changes. | Jason R. Coombs | 2014-09-27 | 1 | -2/+8 |
| | | |||||
| * | Merge github pull request #13 (dstufft/setuptools:use-packaging). | Jason R. Coombs | 2014-09-27 | 15 | -194/+1063 |
| |\ | |||||
| | * | Implement PEP 440 by using the packaging library | Donald Stufft | 2014-09-25 | 8 | -195/+105 |
| | | | |||||
| | * | Add a vendored copy of packaging | Donald Stufft | 2014-09-25 | 7 | -0/+954 |
| | | | |||||
| * | | Move doctest directive and ignores to setup.cfg | Jason R. Coombs | 2014-09-27 | 2 | -3/+2 |
| | | | |||||
| * | | Also ignore lib2to3_ex.py | Jason R. Coombs | 2014-09-27 | 1 | -1/+2 |
| | | | |||||
| * | | Try ignoring release.py | Jason R. Coombs | 2014-09-27 | 1 | -1/+1 |
| | | | |||||
| * | | Bumped to 6.0.2 in preparation for next release. | Jason R. Coombs | 2014-09-27 | 2 | -2/+2 |
| | | | |||||
| * | | Added tag 6.0.1 for changeset bc6655b4acf2 | Jason R. Coombs | 2014-09-27 | 1 | -0/+1 |
| | | | |||||
| * | | Bumped to 6.0.1 in preparation for next release.6.0.1 | Jason R. Coombs | 2014-09-27 | 2 | -2/+2 |
| | | | |||||
| * | | Update changelog | Jason R. Coombs | 2014-09-27 | 1 | -0/+7 |
| | | | |||||
| * | | Use rpartition here, essential to the algorithm. Fixes #259. | Jason R. Coombs | 2014-09-27 | 1 | -1/+1 |
| | | | | | | | | | | | --HG-- extra : amend_source : d7b3c001b4db616a67793dcc57d5c13e3828ad3a | ||||
| * | | Add doctesting of modules. Ref #259. | Jason R. Coombs | 2014-09-27 | 1 | -1/+1 |
| | | | |||||
| * | | Bumped to 6.1 in preparation for next release. | Jason R. Coombs | 2014-09-27 | 2 | -2/+2 |
| | | | |||||
| * | | Added tag 6.0 for changeset 755cbfd3743f | Jason R. Coombs | 2014-09-27 | 1 | -0/+1 |
| | | | |||||
| * | | Bumped to 6.0 in preparation for next release.6.0 | Jason R. Coombs | 2014-09-27 | 2 | -2/+2 |
| | | | |||||
| * | | Update changelog to reference documented issue. Fixes #258. | 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 |
| | | | |||||
| * | | Update changelog | Jason R. Coombs | 2014-09-26 | 1 | -0/+3 |
| | | | |||||
| * | | 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. | ||||
| * | | Update changelog | Jason R. Coombs | 2014-09-26 | 1 | -0/+2 |
| | | | |||||
| * | | Fix issue #118: Prevent the egg-info directory from being redundantly ↵ | Jesse Weinstein | 2014-08-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | included in the list of modified files. --HG-- extra : rebase_source : 8bad8bf37ef1fdc59b4c1ba21fcff43d25f9b2be | ||||
| * | | Merged in moben/setuptools (pull request #79) | Jason R. Coombs | 2014-09-26 | 0 | -0/+0 |
| |\ \ | | | | | | | | | | make order of lines in top_level.txt deterministic | ||||
| | * | | make order of lines in top_level.txt deterministic | Benedikt Morbach | 2014-08-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | without this, every build produces a different result, as the lines are ordered randomly. This makes builds reproducible. If you build a package two times, you get the same result, as you would expect. Basically the same thing was already done for requirements and entry_points.txt It is useful e.g. if you want to rebuild a package that you downloaded, to ensure that no-one tampered with it, or even if you just want to examine the differences between two builds/versions of one package. | ||||
| * | | | Update changelog | Jason R. Coombs | 2014-09-26 | 1 | -0/+2 |
| | | | | |||||
| * | | | Merge Pull Request #78 correcting regression in Pull Request #76. | Jason R. Coombs | 2014-09-26 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | [Fix/Typo] Fix missing parenthesis in egg_info.py | Hugues Lerebours | 2014-08-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | Syntax error introduced in be37eff86c761a399c1ec98b0e5eeed9a90c9cd7 | ||||
| * | | | | Update changelog | Jason R. Coombs | 2014-09-26 | 1 | -0/+2 |
| | | | | | |||||
| * | | | | Move inline function into an instance method and rename for clarity. | Jason R. Coombs | 2014-09-26 | 1 | -11/+11 |
| | | | | | |||||
