summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Close the merged fix-type-error-skip-reason branchfix-type-error-skip-reasonRonny Pfannschmidt2015-05-090-0/+0
|
* Fix TypeError for pytest.skip()Thomas Bechtold2015-04-051-1/+1
| | | | | | | pytests skip() method doesn't have a 'reason' parameter. This fixes: TypeError: skip() got an unexpected keyword argument 'reason'
* Created new branch fix-type-error-skip-reasonTom Bechtold2015-04-050-0/+0
|
* MergeJason R. Coombs2015-04-034-8/+8
|\
| * Fix setuptools.sandbox._execfile() with Python 3.1.Arfrever Frehtes Taifersar Arahesis2015-03-301-4/+4
| | | | | | | | It fixes failure of setuptools.tests.test_sandbox.TestSandbox.test_setup_py_with_CRLF() with Python 3.1.
| * Fix some typos.Arfrever Frehtes Taifersar Arahesis2015-03-303-4/+4
| |
* | Bumped to 15.1 in preparation for next release.Jason R. Coombs2015-04-032-2/+2
| |
* | Added tag 15.0 for changeset d2c4d8486715Jason R. Coombs2015-04-030-0/+0
| |
* | Update changelog.15.0Jason R. Coombs2015-04-031-1/+1
|/
* Added tag 15.0b1 for changeset 617699fd3e44Jason R. Coombs2015-03-280-0/+0
|
* Bumped to 15.0 in preparation for next release.15.0b1Jason R. Coombs2015-03-282-2/+2
|
* Update changelogJason R. Coombs2015-03-281-0/+14
|
* Merged in msabramo/setuptools/DistributionNotFound_list_requirers (pull ↵Jason R. Coombs2015-03-282-10/+27
|\ | | | | | | | | | | request #126) DistributionNotFound: Show requirers
| * DistributionNotFound: Move message template to classMarc Abramowitz2015-03-242-12/+26
| |
| * DistributionNotFound: Show requirersMarc Abramowitz2015-03-191-7/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is very helpful to know who required the missing package. E.g.: pkg_resources.DistributionNotFound: The 'colorama>=0.3.1' distribution was not found and is required by smlib.log. Note that there was a comment: "unfortunately, zc.buildout uses a str(err) to get the name of the distribution here..", but I did a search in the `buildout` code and I think that is no longer true, so I think that we're free to make the exception message more helpful without risk of breaking buildout: # In clone from https://github.com/buildout/buildout $ ag DistributionNotFound src/zc/buildout/buildout.py 686: except (ImportError, pkg_resources.DistributionNotFound): $ pip install --download=. --no-install zc.buildout ... Saved ./zc.buildout-2.3.1.tar.gz ... $ tar xf zc.buildout-2.3.1.tar.gz $ ag DistributionNotFound zc.buildout-2.3.1 zc.buildout-2.3.1/src/zc/buildout/buildout.py 686: except (ImportError, pkg_resources.DistributionNotFound):
* | Bumped to 14.3.2 in preparation for next release.Jason R. Coombs2015-03-202-2/+2
| |
* | Added tag 14.3.1 for changeset 608948cef7e0Jason R. Coombs2015-03-200-0/+0
| |
* | Bumped to 14.3.1 in preparation for next release.14.3.1Jason R. Coombs2015-03-202-2/+2
| |
* | Update changelogJason R. Coombs2015-03-201-0/+9
| |
* | MergeJason R. Coombs2015-03-201-1/+1
|\ \
| * | Correct regex usageJason R. Coombs2015-03-201-1/+1
| | |
* | | Merge backoutJason R. Coombs2015-03-202-12/+1
|\ \ \
| * | | Backed out changeset 6e045b2724d0 and 56d7ea3d42b2. Ref #307.Jason R. Coombs2015-03-202-12/+2
| | | |
* | | | Disable warning of LegacyVersion in parsed_version. This functionality ↵Jason R. Coombs2015-03-201-1/+0
| | | | | | | | | | | | | | | | should be called explicitly at whatever times are appropriate for the warning. Fixes #307.
* | | | Prefer new string formatting. Re-use variable names.Jason R. Coombs2015-03-201-2/+3
| | | |
* | | | Reindent warning and use short circuits for flatter implementation.Jason R. Coombs2015-03-201-19/+23
| | | |
* | | | Extract method for warning of legacy versionJason R. Coombs2015-03-201-1/+5
| | | |
* | | | Flat is better than nested.Jason R. Coombs2015-03-201-5/+3
| | | |
* | | | Remove unused variableJason R. Coombs2015-03-201-1/+1
| |/ / |/| |
* | | Match Python 3 for bdist_dumb.Jason R. Coombs2015-03-201-2/+3
| | |
* | | Reindent EGG_NAME to reflect structure.Jason R. Coombs2015-03-201-3/+11
|/ /
* | Update EGG_NAME regular expression matcher to allow names to include dashes. ↵Jason R. Coombs2015-03-201-2/+2
| | | | | | | | Fixes failing test and fixes #307.
* | Add test capturing failure to parse package names with hyphens. Ref #307Jason R. Coombs2015-03-201-0/+10
| |
* | Replace deprecated usage with preferred usage. Fixes #364.Jason R. Coombs2015-03-191-1/+2
|/
* Bumped to 14.4 in preparation for next release.Jason R. Coombs2015-03-152-2/+2
|
* Added tag 14.3 for changeset e3c635a7d463Jason R. Coombs2015-03-150-0/+0
|
* Update changelog. Fixes #254.14.3Jason R. Coombs2015-03-151-0/+8
|
* Remove unused parameter.Jason R. Coombs2015-03-151-2/+2
|
* Default to 755 permissions since checks later on test for non-group-writabilityVolker Braun2015-03-051-1/+1
|
* Bumped to 14.3 in preparation for next release.Jason R. Coombs2015-03-152-2/+2
|
* Added tag 14.2 for changeset d714fb731de7Jason R. Coombs2015-03-150-0/+0
|
* Bumped to 14.2 in preparation for next release.14.2Jason R. Coombs2015-03-152-2/+2
|
* Update changelogJason R. Coombs2015-03-151-0/+8
|
* ensure py_version and platform are str in hashcmpMinRK2015-02-051-2/+2
| | | | avoids unorderable None, str when sorting dists on Python 3
* Bumped to 14.1.2 in preparation for next release.Jason R. Coombs2015-03-142-2/+2
|
* Added tag 14.1.1 for changeset 07fcc3226782Jason R. Coombs2015-03-140-0/+0
|
* Bumped to 14.1.1 in preparation for next release.14.1.1Jason R. Coombs2015-03-142-2/+2
|
* Update changelogJason R. Coombs2015-03-141-0/+7
|
* Bypass the checking of site-packages when asserting not user install in ↵Jason R. Coombs2015-03-141-0/+10
| | | | site-packages. Fixes #360.
* Remove regression test for Distribute issue #318. The continuing relevance ↵Jason R. Coombs2015-03-141-20/+0
| | | | of this test is questionnaible, given that user installs of setuptools no longer imply user installs of other packages. Ref #360.