aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Copy all the defaults from twine.commands.upload, as they're not exposed in ↵Jason R. Coombs2016-01-161-1/+14
| | | | | | | | the API. Ref #432
* | Fix two failures in sorting where filename parts became a factor in the ↵Jason R. Coombs2016-01-161-3/+10
| | | | | | | | version. Ref #432.
* | Always use Python 3 version of mapJason R. Coombs2016-01-1618-7/+26
| |
* | Prefer relpath to string slicing for computing a path relative to a base. ↵Jason R. Coombs2016-01-162-4/+8
| | | | | | | | 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
| |
* | Added tag 19.3 for changeset 32bba9bf8cceJason R. Coombs2016-01-151-0/+1
| |
* | Update changelog19.3Jason R. Coombs2016-01-061-0/+2
|/
* Added tag 19.3b1 for changeset 66fa131a0d77Jason R. Coombs2016-01-041-0/+1
|
* Merge feature/issue-22919.3b1Jason R. Coombs2016-01-0438-273/+1154
|\
| * Use six in pkg_resources.Jason R. Coombs2016-01-042-25/+11
| | | | | | | | | | --HG-- branch : feature/issue-229
| * Move six to pkg_resources for use there.Jason R. Coombs2016-01-047-9/+6
| | | | | | | | | | --HG-- branch : feature/issue-229
| * Extract variable for extant name. Add comment about the hack.Jason R. Coombs2016-01-021-3/+9
| | | | | | | | | | --HG-- branch : feature/issue-229
| * Add some docstringsJason R. Coombs2016-01-021-0/+13
| | | | | | | | | | --HG-- branch : feature/issue-229
| * Based on experimentation, the canonical module name needs to be in ↵Jason R. Coombs2016-01-021-1/+4
| | | | | | | | | | | | | | sys.modules on Python prior to 3.3, but must be omitted on Python 3.3 and later. --HG-- branch : feature/issue-229
| * Combine separate VendorImporters into a single one in pkg_resources.externJason R. Coombs2016-01-023-45/+2
| | | | | | | | | | --HG-- branch : feature/issue-229
| * Pop the module off the stack, preventing the 'Version' class from having a ↵Jason R. Coombs2016-01-022-4/+2
| | | | | | | | | | | | | | different manifestation in packaging than in pkg_resources. --HG-- branch : feature/issue-229
| * Make VendorImporter more genericJason R. Coombs2016-01-022-26/+40
| | | | | | | | | | --HG-- branch : feature/issue-229
| * Create a PEP 302 importer for managing conditional import of vendored ↵Jason R. Coombs2016-01-024-90/+84
| | | | | | | | | | | | | | 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
| * Move extern.packaging into a package to enable package-relative imports to ↵Jason R. Coombs2016-01-011-0/+0
| | | | | | | | | | | | | | resolve propertly. Ref #229. --HG-- branch : feature/issue-229
| * Use the same technique in pkg_resources, relying on an 'extern' module to ↵Jason R. Coombs2015-12-317-15/+53
| | | | | | | | | | | | | | 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-3127-160/+77
| | | | | | | | | | | | | | 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-3134-68/+1036
| | | | | | | | | | --HG-- branch : feature/issue-229
| * Merge with master. Ref #229.Jason R. Coombs2015-12-3168-1538/+2973
| |\ | |/ |/| | | | | --HG-- branch : feature/issue-229
* | Bumped to 19.3 in preparation for next release.Jason R. Coombs2015-12-251-1/+1
| |
* | Added tag 19.2 for changeset 5d24cf9d1cedJason R. Coombs2015-12-251-0/+1
| |
* | Bumped to 19.2 in preparation for next release.19.2Jason R. Coombs2015-12-251-1/+1
| |
* | Update changelogJason R. Coombs2015-12-251-0/+2
| |
* | 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
| | |
* | | Merge with alternate implementation, preferring DirList approach.Jason R. Coombs2015-12-250-0/+0
|\ \ \
| * | | Separate _find_egg_info_files into two methods, one for each of the needed ↵Jason R. Coombs2015-12-251-4/+7
| | | | | | | | | | | | | | | | outputs.
* | | | 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.
| * | | Corrected instructions for running tests.Luke Plant2015-10-191-1/+1
| | | | | | | | | | | | | | | | | | | | The package name from pypi is `pytest`, and running raw `py.test` results in errors.
* | | | Update changelogJason R. Coombs2015-12-251-0/+6
| | | |
* | | | 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
| * | | | Created new branch get_command_listSachi King2015-12-070-0/+0
| | |/ / | |/| | | | | | | | | | | | | | --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
| | | |