summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | Prefer bytes literalJason R. Coombs2015-12-091-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | Use context manager for closing fileJason R. Coombs2015-12-091-2/+2
| | | | | | | | | | | |
| * | | | | | | | | | | Use io.open in build_pyJason R. Coombs2015-12-091-1/+3
| | | | | | | | | | | |
| * | | | | | | | | | | Remove deprecated use of 'U' in io.open mode parameter. Fixes #472.Jason R. Coombs2015-12-092-1/+3
| | | | | | | | | | | |
| * | | | | | | | | | | Avoid errors when metadata directory is broken. Ref #419.Jason R. Coombs2015-12-082-1/+3
| | | | | | | | | | | |
| * | | | | | | | | | | Update changelogJason R. Coombs2015-12-081-0/+7
| | | | | | | | | | | |
| * | | | | | | | | | | Use new string formatting here as wellJason R. Coombs2015-12-081-2/+3
| | | | | | | | | | | |
| * | | | | | | | | | | Extract variableJason R. Coombs2015-12-081-2/+3
| | | | | | | | | | | |
| * | | | | | | | | | | Update syntax for modern styleJason R. Coombs2015-12-081-4/+4
| | | | | | | | | | | |
| * | | | | | | | | | | Don't rely on repr for an HTML attribute value (could end up with 'u' ↵Jason R. Coombs2015-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | prefix). Fixes #471.
| * | | | | | | | | | | Extract variableJason R. Coombs2015-12-011-2/+2
| | | | | | | | | | | |
| * | | | | | | | | | | Use context manager for opening fileJason R. Coombs2015-12-011-3/+2
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Add get_command_list to dist and process distutils.commands entry pointsget_command_listSachi King2015-12-071-0/+8
| | | | | | | | | | |
* | | | | | | | | | | Created new branch get_command_listSachi King2015-12-070-0/+0
|/ / / / / / / / / /
* | | | | | | | | | Bumped to 18.7.2 in preparation for next release.Jason R. Coombs2015-12-012-2/+2
| | | | | | | | | |
* | | | | | | | | | Added tag 18.7.1 for changeset 3041e1fc409bJason R. Coombs2015-12-010-0/+0
| | | | | | | | | |
* | | | | | | | | | Bumped to 18.7.1 in preparation for next release.18.7.1Jason R. Coombs2015-12-012-2/+2
| | | | | | | | | |
* | | | | | | | | | Expect fail when LC_ALL=CJason R. Coombs2015-12-011-0/+1
| | | | | | | | | |
* | | | | | | | | | Expect failure running Python 3 only tests on Python 2Jason R. Coombs2015-12-012-104/+107
| | | | | | | | | |
* | | | | | | | | | Output the env in the test runJason R. Coombs2015-12-011-0/+3
| | | | | | | | | |
* | | | | | | | | | Try setting LC_CTYPE alsoJason R. Coombs2015-12-012-7/+3
| | | | | | | | | |
* | | | | | | | | | WTFJason R. Coombs2015-12-011-0/+1
| | | | | | | | | |
* | | | | | | | | | Try inlining the xfail marker.Jason R. Coombs2015-12-011-2/+2
| | | | | | | | | |
* | | | | | | | | | Reorder testsJason R. Coombs2015-12-011-1/+1
| | | | | | | | | |
* | | | | | | | | | Invoke old pip directlyJason R. Coombs2015-12-011-1/+1
| | | | | | | | | |
* | | | | | | | | | Force later pytestJason R. Coombs2015-12-012-1/+4
| | | | | | | | | |
* | | | | | | | | | Correct usageJason R. Coombs2015-12-011-1/+1
| | | | | | | | | |
* | | | | | | | | | 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 ↵Jason R. Coombs2015-12-011-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the metadata file before the version. Ref #469.
* | | | | | | | | | 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-280-0/+0
| | | | | | | | | |
* | | | | | | | | | 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
| | | | | | | | | | |