aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bumped to 18.8 in preparation for next release.18.8Jason R. Coombs2015-12-112-2/+2
* Also use map from the futureJason R. Coombs2015-12-111-1/+1
* Reclaim space from hanging indentsJason R. Coombs2015-12-111-5/+5
* Replace nested for loop with dual-for generator expression.Jason R. Coombs2015-12-111-4/+8
* Get filter from the futureJason R. Coombs2015-12-112-1/+5
* Extract if in for loopJason R. Coombs2015-12-111-2/+2
* Extract variables for improved documentation.Jason R. Coombs2015-12-111-1/+3
* Replace nested code with short-circuit return.Jason R. Coombs2015-12-111-5/+9
* Use context for opening file.Jason R. Coombs2015-12-111-2/+3
* Extract variable, avoiding hanging indent.Jason R. Coombs2015-12-111-2/+2
* Use context manager for opening fileJason R. Coombs2015-12-111-3/+2
* Move imports to topJason R. Coombs2015-12-091-6/+5
* Reorganize importsJason R. Coombs2015-12-091-5/+6
* Remove check that would never succeed, because svn_utils always returns an in...Jason R. Coombs2015-12-091-3/+1
* Deprecate get_pkg_info_revisionJason R. Coombs2015-12-092-3/+6
* Replace comment with docstringJason R. Coombs2015-12-091-3/+4
* ReindentJason R. Coombs2015-12-091-5/+5
* Use io.open for future compatibility and consistencyJason R. Coombs2015-12-095-19/+17
* Remove unused importJason R. Coombs2015-12-091-1/+0
* Use a defaultdict and count to track seen itemsJason R. Coombs2015-12-091-3/+4
* Reindent to remove trailing commentJason R. Coombs2015-12-091-2/+6
* Prefer set to dict.fromkeysJason R. Coombs2015-12-091-1/+1
* Rewrite init/loop/extend as dual-for generator expression.Jason R. Coombs2015-12-091-7/+7
* Remove hanging indentJason R. Coombs2015-12-091-2/+4
* Move import to topJason R. Coombs2015-12-091-3/+2
* 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' prefix)...Jason R. Coombs2015-12-081-1/+1
* Extract variableJason R. Coombs2015-12-011-2/+2
* Use context manager for opening fileJason R. Coombs2015-12-011-3/+2
* 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-011-0/+1
* 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