aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools
Commit message (Collapse)AuthorAgeFilesLines
* Get VersionConflict from pkg_resources.19.4Jason R. Coombs2016-01-161-1/+1
|
* Re-use tarfile_open for Python 2.6 compatibilty.Jason R. Coombs2016-01-161-6/+2
|
* Just use BytesIOJason R. Coombs2016-01-161-7/+1
|
* Merged in embray/setuptools (pull request #167)Jason R. Coombs2016-01-162-29/+173
|\ | | | | | | Possible fix for #207
| * Adds the regression test for distribute issue 323 that I attached to #207. ↵Erik Bray2015-12-312-29/+173
| | | | | | | | This is to ensure that any fix to #207 does not introduce another regression.
* | Always use Python 3 version of mapJason R. Coombs2016-01-1615-5/+20
| |
* | Prefer relpath to string slicing for computing a path relative to a base. ↵Jason R. Coombs2016-01-161-4/+2
| | | | | | | | Fixes #341.
* | ReindentJason R. Coombs2016-01-161-11/+11
| |
* | Extract function for getting data files for package.Jason R. Coombs2016-01-161-4/+4
| |
* | Remove superfluous local variableJason R. Coombs2016-01-161-2/+2
| |
* | Move trailing comment to docstringJason R. Coombs2016-01-161-1/+2
| |
* | Bumped to 19.4 in preparation for next release.Jason R. Coombs2016-01-151-1/+1
|/
* Move six to pkg_resources for use there.Jason R. Coombs2016-01-044-870/+1
| | | | | --HG-- branch : feature/issue-229
* Combine separate VendorImporters into a single one in pkg_resources.externJason R. Coombs2016-01-021-44/+1
| | | | | --HG-- branch : feature/issue-229
* Pop the module off the stack, preventing the 'Version' class from having a ↵Jason R. Coombs2016-01-021-2/+1
| | | | | | | different manifestation in packaging than in pkg_resources. --HG-- branch : feature/issue-229
* Make VendorImporter more genericJason R. Coombs2016-01-021-13/+20
| | | | | --HG-- branch : feature/issue-229
* Create a PEP 302 importer for managing conditional import of vendored ↵Jason R. Coombs2016-01-022-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. Coombs2015-12-312-3/+2
| | | | | | | resolve the conditional import. --HG-- branch : feature/issue-229
* Make the technique even more genericJason R. Coombs2015-12-311-7/+6
| | | | | --HG-- branch : feature/issue-229
* Modeling after Astropy's technique for bundling libraries, the imports are ↵Jason R. Coombs2015-12-3126-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. Coombs2015-12-3131-61/+1030
| | | | | --HG-- branch : feature/issue-229
* Merge with master. Ref #229.Jason R. Coombs2015-12-3134-880/+1405
|\ | | | | | | | | --HG-- branch : feature/issue-229
| * Bumped to 19.3 in preparation for next release.Jason R. Coombs2015-12-251-1/+1
| |
| * Bumped to 19.2 in preparation for next release.19.2Jason R. Coombs2015-12-251-1/+1
| |
| * Merged in viraptor/setuptools (pull request #162)Jason R. Coombs2015-12-251-2/+2
| |\ | | | | | | | | | Fix multiline strings with missing spaces
| | * Fix multiline strings with missing spacesStanislaw Pitucha2015-12-071-2/+2
| | |
| * | Wrap the result in a DirList to avoid tuple unpacking and unused variablesJason R. Coombs2015-12-251-3/+8
| | |
| * | Merged pull request #151 - prep work for issue #450.Jason R. Coombs2015-12-252-23/+74
| |\ \
| | * | Added test to ensure that egg_info applies MANIFEST.inLuke Plant2015-10-191-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 Plant2015-10-191-12/+14
| | | |
| | * | Added test utility for building files quickly.Luke Plant2015-10-192-11/+44
| | | | | | | | | | | | | | | | And made use of it in test_egg_info.
| * | | Merged in nakatoio/setuptools/get_command_list (pull request #163)Jason R. Coombs2015-12-251-0/+8
| |\ \ \
| | * | | Add get_command_list to dist and process distutils.commands entry pointsSachi King2015-12-071-0/+8
| | | |/ | | |/| | | | | | | | | | | | | --HG-- branch : get_command_list
| * | | Prevent exception in atexit handlers when cert store's tempfileErik Bray2015-12-241-0/+6
| | | | | | | | | | | | | | | | is already cleaned up by py.test.
| * | | Fix failing test on Windows due to path formatting bugsErik Bray2015-12-241-3/+8
| | | |
| * | | Fix failing test on Windows due to path separatorErik Bray2015-12-231-1/+1
| | | |
| * | | Bumped to 19.1.2 in preparation for next release.Jason R. Coombs2015-12-161-1/+1
| | | |
| * | | Bumped to 19.1.1 in preparation for next release.19.1.1Jason R. Coombs2015-12-161-1/+1
| | | |
| * | | Bumped to 19.2 in preparation for next release.Jason R. Coombs2015-12-161-1/+1
| | | |
| * | | Bumped to 19.1 in preparation for next release.Jason R. Coombs2015-12-151-1/+1
| | | |
| * | | Bumped to 19.0 in preparation for next release.19.0Jason R. Coombs2015-12-151-1/+1
| | | |
| * | | Use RawConfigParser instead of SafeConfigParser in PyPIConfig class. ↵Jason R. Coombs2015-12-142-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. Coombs2015-12-142-3/+3
| | | | | | | | | | | | | | | | specified using two percent signs. Fixes #442.
| * | | Use the modern name for the configparser moduleJason R. Coombs2015-12-144-11/+11
| | | |
| * | | Add test capturing InterpolationSyntaxError on Python 3. Ref #442Jason R. Coombs2015-12-141-1/+1
| | | |
| * | | Add test capturing InterpolationSyntaxError on Python 3 and KeyError on Python 2Jason R. Coombs2015-12-141-0/+21
| | | |
| * | | Prefer setdefault to hasattr/setattrJason R. Coombs2015-12-141-2/+1
| | | |
| * | | Bumped to 18.8.2 in preparation for next release.Jason R. Coombs2015-12-131-1/+1
| | | |
| * | | Bumped to 18.8.1 in preparation for next release.18.8.1Jason R. Coombs2015-12-131-1/+1
| | | |
| * | | Always import for SandboxViolation so it's pickleable. Ref #440.Jason R. Coombs2015-12-131-0/+1
| | | |