Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid TypeError when getfilesystemencoding returns None. Fixes #486.HEADmaster | Jason R. Coombs | 2016-01-23 | 1 | -1/+1 |
| | |||||
* | Add test capturing failure. Ref #486. | Jason R. Coombs | 2016-01-23 | 1 | -0/+10 |
| | |||||
* | Extract variable for candidate encodings | Jason R. Coombs | 2016-01-23 | 1 | -2/+4 |
| | |||||
* | Bumped to 19.4.1 in preparation for next release.19.4.1 | Jason R. Coombs | 2016-01-23 | 1 | -1/+1 |
| | |||||
* | Bumped to 19.5 in preparation for next release. | Jason R. Coombs | 2016-01-16 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Combine separate VendorImporters into a single one in pkg_resources.extern | Jason R. Coombs | 2016-01-02 | 1 | -44/+1 |
| | |||||
* | 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. | ||||
* | Make VendorImporter more generic | Jason R. Coombs | 2016-01-02 | 1 | -13/+20 |
| | |||||
* | 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. | ||||
* | 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. | ||||
* | Make the technique even more generic | Jason R. Coombs | 2015-12-31 | 1 | -7/+6 |
| | |||||
* | 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. | ||||
* | Update vendoring technique to match that used for packaging. Ref #229. | Jason R. Coombs | 2015-12-31 | 31 | -61/+1030 |
| | |||||
* | Merge with master. Ref #229. | Jason R. Coombs | 2015-12-31 | 30 | -228/+205 |
|\ | |||||
| * | Merge with master | Jason R. Coombs | 2015-01-03 | 28 | -227/+207 |
| |\ | |||||
| | * | Merge with master | Jason R. Coombs | 2015-01-03 | 1 | -47/+34 |
| | |\ | |||||
| | * \ | Merge with master | Jason R. Coombs | 2015-01-03 | 2 | -678/+69 |
| | |\ \ | |||||
| | * \ \ | Merge with 11.0 | Jason R. Coombs | 2015-01-02 | 29 | -230/+211 |
| | |\ \ \ | |||||
| | | * \ \ | Merge with 10.2.1 | Jason R. Coombs | 2015-01-02 | 29 | -230/+211 |
| | | |\ \ \ | |||||
| | | | * | | | Trying a new technique. In this approach, setuptools is aware of its ↵ | Jason R. Coombs | 2014-11-16 | 3 | -0/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | dependencies and when imported makes sure the vendored versions are present on sys.path. | ||||
| | | | * | | | Merge with master | Jason R. Coombs | 2014-11-16 | 28 | -257/+209 |
| | | | |\ \ \ | |||||
| | | | | * \ \ | Merge with 6.0.2 | Jason R. Coombs | 2014-09-29 | 17 | -48/+381 |
| | | | | |\ \ \ | |||||
| | | | | * | | | | Correct incorrect module for urllib.errors | Jason R. Coombs | 2014-07-05 | 1 | -4/+4 |
| | | | | | | | | | |||||
| | | | | * | | | | Remove compat module | Jason R. Coombs | 2014-07-05 | 1 | -66/+0 |
| | | | | | | | | | |||||
| | | | | * | | | | Use six for Python 2 compatibility | Jason R. Coombs | 2014-07-05 | 27 | -191/+209 |
| | | | | | | | | | |||||
* | | | | | | | | | 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 | 17 | -110/+204 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | 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 |
| | | | | | | | | | | | |