Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get VersionConflict from pkg_resources.19.4 | Jason R. Coombs | 2016-01-16 | 1 | -1/+1 |
| | |||||
* | Re-use tarfile_open for Python 2.6 compatibilty. | Jason R. Coombs | 2016-01-16 | 1 | -6/+2 |
| | |||||
* | Just use BytesIO | Jason R. Coombs | 2016-01-16 | 1 | -7/+1 |
| | |||||
* | Merged in embray/setuptools (pull request #167) | Jason R. Coombs | 2016-01-16 | 2 | -29/+173 |
|\ | | | | | | | Possible fix for #207 | ||||
| * | Adds the regression test for distribute issue 323 that I attached to #207. ↵ | Erik Bray | 2015-12-31 | 2 | -29/+173 |
| | | | | | | | | This is to ensure that any fix to #207 does not introduce another regression. | ||||
* | | Always use Python 3 version of map | Jason R. Coombs | 2016-01-16 | 15 | -5/+20 |
| | | |||||
* | | Prefer relpath to string slicing for computing a path relative to a base. ↵ | Jason R. Coombs | 2016-01-16 | 1 | -4/+2 |
| | | | | | | | | Fixes #341. | ||||
* | | Reindent | Jason R. Coombs | 2016-01-16 | 1 | -11/+11 |
| | | |||||
* | | Extract function for getting data files for package. | Jason R. Coombs | 2016-01-16 | 1 | -4/+4 |
| | | |||||
* | | Remove superfluous local variable | Jason R. Coombs | 2016-01-16 | 1 | -2/+2 |
| | | |||||
* | | Move trailing comment to docstring | Jason R. Coombs | 2016-01-16 | 1 | -1/+2 |
| | | |||||
* | | Bumped to 19.4 in preparation for next release. | Jason R. Coombs | 2016-01-15 | 1 | -1/+1 |
|/ | |||||
* | Move six to pkg_resources for use there. | Jason R. Coombs | 2016-01-04 | 4 | -870/+1 |
| | | | | | --HG-- branch : feature/issue-229 | ||||
* | Combine separate VendorImporters into a single one in pkg_resources.extern | Jason R. Coombs | 2016-01-02 | 1 | -44/+1 |
| | | | | | --HG-- branch : feature/issue-229 | ||||
* | Pop the module off the stack, preventing the 'Version' class from having a ↵ | Jason R. Coombs | 2016-01-02 | 1 | -2/+1 |
| | | | | | | | different manifestation in packaging than in pkg_resources. --HG-- branch : feature/issue-229 | ||||
* | Make VendorImporter more generic | Jason R. Coombs | 2016-01-02 | 1 | -13/+20 |
| | | | | | --HG-- branch : feature/issue-229 | ||||
* | Create a PEP 302 importer for managing conditional import of vendored ↵ | Jason R. Coombs | 2016-01-02 | 2 | -45/+42 |
| | | | | | | | packages from the 'extern' namespace. This technique avoids the use of 'imp' and works even when setuptools is installed as a zipped egg. Ref #229. --HG-- branch : feature/issue-229 | ||||
* | Use the same technique in pkg_resources, relying on an 'extern' module to ↵ | Jason R. Coombs | 2015-12-31 | 2 | -3/+2 |
| | | | | | | | resolve the conditional import. --HG-- branch : feature/issue-229 | ||||
* | Make the technique even more generic | Jason R. Coombs | 2015-12-31 | 1 | -7/+6 |
| | | | | | --HG-- branch : feature/issue-229 | ||||
* | Modeling after Astropy's technique for bundling libraries, the imports are ↵ | Jason R. Coombs | 2015-12-31 | 26 | -159/+76 |
| | | | | | | | now much cleaner. Thanks @embray. Ref #229. --HG-- branch : feature/issue-229 | ||||
* | Update vendoring technique to match that used for packaging. Ref #229. | Jason R. Coombs | 2015-12-31 | 31 | -61/+1030 |
| | | | | | --HG-- branch : feature/issue-229 | ||||
* | Merge with master. Ref #229. | Jason R. Coombs | 2015-12-31 | 34 | -880/+1405 |
|\ | | | | | | | | | --HG-- branch : feature/issue-229 | ||||
| * | Bumped to 19.3 in preparation for next release. | Jason R. Coombs | 2015-12-25 | 1 | -1/+1 |
| | | |||||
| * | Bumped to 19.2 in preparation for next release.19.2 | Jason R. Coombs | 2015-12-25 | 1 | -1/+1 |
| | | |||||
| * | Merged in viraptor/setuptools (pull request #162) | Jason R. Coombs | 2015-12-25 | 1 | -2/+2 |
| |\ | | | | | | | | | | Fix multiline strings with missing spaces | ||||
| | * | Fix multiline strings with missing spaces | Stanislaw Pitucha | 2015-12-07 | 1 | -2/+2 |
| | | | |||||
| * | | Wrap the result in a DirList to avoid tuple unpacking and unused variables | Jason R. Coombs | 2015-12-25 | 1 | -3/+8 |
| | | | |||||
| * | | Merged pull request #151 - prep work for issue #450. | Jason R. Coombs | 2015-12-25 | 2 | -23/+74 |
| |\ \ | |||||
| | * | | Added test to ensure that egg_info applies MANIFEST.in | Luke Plant | 2015-10-19 | 1 | -2/+17 |
| | | | | | | | | | | | | | | | | | | | | The 'self.read_template()' line of manifest_maker was previously uncovered by any test, and the test suite passed if you commented it out. | ||||
| | * | | Pulled out some test code for re-use. | Luke Plant | 2015-10-19 | 1 | -12/+14 |
| | | | | |||||
| | * | | Added test utility for building files quickly. | Luke Plant | 2015-10-19 | 2 | -11/+44 |
| | | | | | | | | | | | | | | | | And made use of it in test_egg_info. | ||||
| * | | | Merged in nakatoio/setuptools/get_command_list (pull request #163) | Jason R. Coombs | 2015-12-25 | 1 | -0/+8 |
| |\ \ \ | |||||
| | * | | | Add get_command_list to dist and process distutils.commands entry points | Sachi King | 2015-12-07 | 1 | -0/+8 |
| | | |/ | | |/| | | | | | | | | | | | | | --HG-- branch : get_command_list | ||||
| * | | | Prevent exception in atexit handlers when cert store's tempfile | Erik Bray | 2015-12-24 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | is already cleaned up by py.test. | ||||
| * | | | Fix failing test on Windows due to path formatting bugs | Erik Bray | 2015-12-24 | 1 | -3/+8 |
| | | | | |||||
| * | | | Fix failing test on Windows due to path separator | Erik Bray | 2015-12-23 | 1 | -1/+1 |
| | | | | |||||
| * | | | Bumped to 19.1.2 in preparation for next release. | Jason R. Coombs | 2015-12-16 | 1 | -1/+1 |
| | | | | |||||
| * | | | Bumped to 19.1.1 in preparation for next release.19.1.1 | Jason R. Coombs | 2015-12-16 | 1 | -1/+1 |
| | | | | |||||
| * | | | Bumped to 19.2 in preparation for next release. | Jason R. Coombs | 2015-12-16 | 1 | -1/+1 |
| | | | | |||||
| * | | | Bumped to 19.1 in preparation for next release. | Jason R. Coombs | 2015-12-15 | 1 | -1/+1 |
| | | | | |||||
| * | | | Bumped to 19.0 in preparation for next release.19.0 | Jason R. Coombs | 2015-12-15 | 1 | -1/+1 |
| | | | | |||||
| * | | | Use RawConfigParser instead of SafeConfigParser in PyPIConfig class. ↵ | Jason R. Coombs | 2015-12-14 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | 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 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | 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 | 1 | -1/+1 |
| | | | | |||||
| * | | | Bumped to 18.8.1 in preparation for next release.18.8.1 | Jason R. Coombs | 2015-12-13 | 1 | -1/+1 |
| | | | | |||||
| * | | | Always import for SandboxViolation so it's pickleable. Ref #440. | Jason R. Coombs | 2015-12-13 | 1 | -0/+1 |
| | | | |