summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bumped to 18.7 in preparation for next release.18.7Jason R. Coombs2015-11-282-2/+2
* Update changelog. Fixes #419.Jason R. Coombs2015-11-281-0/+3
* Merge Pull Request #144Jason R. Coombs2015-11-283-15/+109
|\
| * Rename method as _version_from_metadata.Jason R. Coombs2015-11-281-5/+5
| * Encapsulate egg-info special behavior in EggInfoDistribution class.Jason R. Coombs2015-11-281-20/+26
| * Extract method for _version_from_egg_info.Jason R. Coombs2015-11-281-15/+24
| * Add docstringJason R. Coombs2015-11-281-0/+4
| * Return None when no version is encountered.Jason R. Coombs2015-11-281-2/+2
| * Use partition to avoid integer literalsJason R. Coombs2015-11-281-1/+2
| * Rewrite _version_from_file using iterables and filtersJason R. Coombs2015-11-281-5/+5
| * Merge with latest testsJason R. Coombs2015-11-282-85/+52
| |\
| | * Rewrite test to use distutils' install_egg_info to generate the metadata.Jason R. Coombs2015-11-281-10/+11
| | * Rewrite test to simply create the egg_info.Jason R. Coombs2015-11-281-80/+35
| | * Rename test to match intention.Jason R. Coombs2015-11-281-1/+1
| | * Move test into pkg_resources testsJason R. Coombs2015-11-282-85/+96
| * | Look deeper at .egg-info files for package name and version information when ...Eric Larson2015-09-011-7/+28
| |/
| * Add tests ref #419.Eric Larson2015-11-151-5/+91
* | Update changelogJason R. Coombs2015-11-271-0/+3
* | MergeJason R. Coombs2015-11-273-2/+4
|\ \
| * \ Merged in sunpoet/setuptools (pull request #158)Jason R. Coombs2015-11-271-0/+2
| |\ \
| | * | Fix package list inconsistency caused by namespace package on Python 3.5sunpoet2015-11-201-0/+2
| * | | Merged in dweepcan/setuptools (pull request #153)Jason R. Coombs2015-11-271-1/+1
| |\ \ \
| | * | | Uses an existing method to delete pkg_resourcesDweep Shah2015-10-271-6/+1
| | * | | Unload all pkg_resources modules and not just the main module. Fixes #453.Dweep Shah2015-10-261-1/+6
| * | | | Merged in rbtcollins/setuptools (pull request #156)Jason R. Coombs2015-11-271-1/+1
| |\ \ \ \
| | * | | | Fix EBNF for package specifications.Robert Collins2015-11-051-1/+1
| | | |_|/ | | |/| |
* | | | | Update changelogJason R. Coombs2015-11-271-0/+2
|/ / / /
* | | | Make test.test_args a non-data property per Pull Request #155.Jason R. Coombs2015-11-272-1/+14
* | | | Extract _use_header methodJason R. Coombs2015-11-271-10/+16
* | | | Update changelogJason R. Coombs2015-11-271-0/+2
* | | | Merged in grizzlynyo/setuptools/bdist_wininst_gui_scripts (pull request #160)Jason R. Coombs2015-11-271-4/+7
|\ \ \ \
| * | | | fix an issue for bdist_wininst with gui_scripts:grizzlynyo2015-11-211-4/+7
| | |_|/ | |/| |
* | | | Update changelogJason R. Coombs2015-11-271-0/+6
* | | | Merged in grizzlynyo/setuptools/sync_certifi (pull request #159)Jason R. Coombs2015-11-271-2/+2
|\ \ \ \
| * | | | update certifi to 2015.11.20grizzlynyo2015-11-211-2/+2
| |/ / /
* | | | Fix docstring started with """" instead of """John Vandenberg2015-11-131-1/+1
* | | | Add a bit more detail about the setup script and what to expect. Fixes #466.Jason R. Coombs2015-11-271-2/+8
* | | | Update tox tests so they run the full suite of tests using the canonical tech...Jason R. Coombs2015-11-252-5/+4
* | | | Skip the test when running under venv alsoJason R. Coombs2015-11-251-2/+4
* | | | No need for a separate DEVGUIDEJason R. Coombs2015-11-251-1/+0
* | | | Draft a test for testing the new expectation for develop command (and general...Jason R. Coombs2015-11-241-0/+25
* | | | Rename tests for clarityJason R. Coombs2015-11-241-2/+2
* | | | Use if clause.Jason R. Coombs2015-11-241-4/+4
* | | | Use io.open and its context for simpler reading of a fileJason R. Coombs2015-11-241-8/+5
* | | | Use quiet context to suppress stdout.Jason R. Coombs2015-11-241-5/+1
* | | | Remove unused importsJason R. Coombs2015-11-241-2/+0
* | | | Extract variableJason R. Coombs2015-11-241-6/+7
* | | | Replace silent test acceptance with a proper skip checkJason R. Coombs2015-11-241-11/+2
* | | | Extract setup/teardown methods as proper fixtures.Jason R. Coombs2015-11-241-27/+30
* | | | Use context manager for opening fileJason R. Coombs2015-11-241-6/+4