Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | release script no longer mutates ez_setup.py | Jason R. Coombs | 2015-12-15 | 1 | -3/+1 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Restore Python 2.7 compatibility | Jason R. Coombs | 2015-12-15 | 1 | -1/+5 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Use contextlib.closing for the response | Jason R. Coombs | 2015-12-15 | 1 | -1/+2 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Just use the indicated version directly. | Jason R. Coombs | 2015-12-15 | 1 | -7/+1 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | ez_setup now loads latest version using metadata | Jason R. Coombs | 2015-12-15 | 1 | -2/+27 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Bumped to 19.1 in preparation for next release. | Jason R. Coombs | 2015-12-15 | 2 | -2/+2 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Added tag 19.0 for changeset cc41477ecf92 | Jason R. Coombs | 2015-12-15 | 0 | -0/+0 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Bumped to 19.0 in preparation for next release.19.0 | Jason R. Coombs | 2015-12-15 | 2 | -2/+2 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Use RawConfigParser instead of SafeConfigParser in PyPIConfig class. ↵ | Jason R. Coombs | 2015-12-14 | 3 | -6/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Interpolated values are no longer supported. Since backward compatibility could not be retained in either case, prefer the simpler, more direct format. Ref #442. | |||||
| * | | | | | | | | | | | Use SafeConfigParser in PyPIConfig file. Allows percent signs to be ↵ | Jason R. Coombs | 2015-12-14 | 3 | -3/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | specified using two percent signs. Fixes #442. | |||||
| * | | | | | | | | | | | Use the modern name for the configparser module | Jason R. Coombs | 2015-12-14 | 4 | -11/+11 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Add test capturing InterpolationSyntaxError on Python 3. Ref #442 | Jason R. Coombs | 2015-12-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Add test capturing InterpolationSyntaxError on Python 3 and KeyError on Python 2 | Jason R. Coombs | 2015-12-14 | 1 | -0/+21 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Prefer setdefault to hasattr/setattr | Jason R. Coombs | 2015-12-14 | 1 | -2/+1 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Bumped to 18.8.2 in preparation for next release. | Jason R. Coombs | 2015-12-13 | 2 | -2/+2 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Added tag 18.8.1 for changeset fbf06fa35f93 | Jason R. Coombs | 2015-12-13 | 0 | -0/+0 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Bumped to 18.8.1 in preparation for next release.18.8.1 | Jason R. Coombs | 2015-12-13 | 2 | -2/+2 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Always import for SandboxViolation so it's pickleable. Ref #440. | Jason R. Coombs | 2015-12-13 | 1 | -0/+1 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Add another test capturing violated expectation that SandboxViolation would ↵ | Jason R. Coombs | 2015-12-13 | 1 | -0/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | be raised in a sandbox/hidden_setuptools context. Ref #440. | |||||
| * | | | | | | | | | | | caught is a better name here | Jason R. Coombs | 2015-12-13 | 1 | -2/+2 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Prevent infinite recursion when UnpickleableException occurs in a sandbox ↵ | Jason R. Coombs | 2015-12-13 | 2 | -2/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | context. Fixes #440. | |||||
| * | | | | | | | | | | | Refine test to not make additional references to exceptions in ↵ | Jason R. Coombs | 2015-12-13 | 1 | -4/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | setuptools.sandbox, but instead create a bespoke unpickleable exception. Ref #440. | |||||
| * | | | | | | | | | | | Add test capturing infinite recursion. Ref #440. | Jason R. Coombs | 2015-12-13 | 1 | -0/+10 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Bumped to 18.9 in preparation for next release. | Jason R. Coombs | 2015-12-11 | 2 | -2/+2 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Added tag 18.8 for changeset c811801ffa1d | Jason R. Coombs | 2015-12-11 | 0 | -0/+0 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Bumped to 18.8 in preparation for next release.18.8 | Jason R. Coombs | 2015-12-11 | 2 | -2/+2 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Also use map from the future | Jason R. Coombs | 2015-12-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Reclaim space from hanging indents | Jason R. Coombs | 2015-12-11 | 1 | -5/+5 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Replace nested for loop with dual-for generator expression. | Jason R. Coombs | 2015-12-11 | 1 | -4/+8 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Get filter from the future | Jason R. Coombs | 2015-12-11 | 2 | -1/+5 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Extract if in for loop | Jason R. Coombs | 2015-12-11 | 1 | -2/+2 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Extract variables for improved documentation. | Jason R. Coombs | 2015-12-11 | 1 | -1/+3 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Replace nested code with short-circuit return. | Jason R. Coombs | 2015-12-11 | 1 | -5/+9 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Use context for opening file. | Jason R. Coombs | 2015-12-11 | 1 | -2/+3 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Extract variable, avoiding hanging indent. | Jason R. Coombs | 2015-12-11 | 1 | -2/+2 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Use context manager for opening file | Jason R. Coombs | 2015-12-11 | 1 | -3/+2 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Move imports to top | Jason R. Coombs | 2015-12-09 | 1 | -6/+5 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Reorganize imports | Jason R. Coombs | 2015-12-09 | 1 | -5/+6 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Remove check that would never succeed, because svn_utils always returns an ↵ | Jason R. Coombs | 2015-12-09 | 1 | -3/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | integer and get_svn_revision always returns a non-empty string. | |||||
| * | | | | | | | | | | | Deprecate get_pkg_info_revision | Jason R. Coombs | 2015-12-09 | 2 | -3/+6 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Replace comment with docstring | Jason R. Coombs | 2015-12-09 | 1 | -3/+4 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Reindent | Jason R. Coombs | 2015-12-09 | 1 | -5/+5 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Use io.open for future compatibility and consistency | Jason R. Coombs | 2015-12-09 | 5 | -19/+17 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Remove unused import | Jason R. Coombs | 2015-12-09 | 1 | -1/+0 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Use a defaultdict and count to track seen items | Jason R. Coombs | 2015-12-09 | 1 | -3/+4 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Reindent to remove trailing comment | Jason R. Coombs | 2015-12-09 | 1 | -2/+6 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Prefer set to dict.fromkeys | Jason R. Coombs | 2015-12-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Rewrite init/loop/extend as dual-for generator expression. | Jason R. Coombs | 2015-12-09 | 1 | -7/+7 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Remove hanging indent | Jason R. Coombs | 2015-12-09 | 1 | -2/+4 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Move import to top | Jason R. Coombs | 2015-12-09 | 1 | -3/+2 | |
| | | | | | | | | | | | |