aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Expect failures on these tests due to ASCIIJason R. Coombs2015-12-013-6/+10
* Expect failure on LC_ALL=C alsoJason R. Coombs2015-12-011-1/+3
* Run tests with and without LC_ALL=CJason R. Coombs2015-12-011-1/+2
* Read metadata as utf-8; Fixes failure when LC_ALL=CJason R. Coombs2015-12-011-1/+1
* Leave _version unset if no metadata version was found.Jason R. Coombs2015-12-011-1/+2
* Re-use metadata loading functionality from Provider. Fixes #469.Jason R. Coombs2015-12-012-16/+14
* Bump version installed by bootstrap testerJason R. Coombs2015-12-011-1/+1
* Try LC_ALLJason R. Coombs2015-12-011-1/+1
* I meant for the variables to be defined togetherJason R. Coombs2015-12-011-2/+1
* Force consistent ordering with PYTHONHASHSEED=0Jason R. Coombs2015-12-011-2/+4
* Travis has 3.5 now alsoJason R. Coombs2015-12-011-0/+1
* Always run tests with LANG=C to capture issues in that restrictive environment.Jason R. Coombs2015-12-011-2/+1
* Also run the tests with LANG=CJason R. Coombs2015-12-011-0/+1
* Add test for regression on Python 3 when LANG=C and there is non-ascii in the...Jason R. Coombs2015-12-011-1/+5
* Always use Python 3 map in pkg_resourcesJason R. Coombs2015-11-301-0/+1
* Always use Python 3 filter in pkg_resourcesJason R. Coombs2015-11-301-0/+2
* Bumped to 18.8 in preparation for next release.Jason R. Coombs2015-11-282-2/+2
* Added tag 18.7 for changeset 67d07805606aJason R. Coombs2015-11-281-0/+1
* 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
| | |_|/ | |/| |