summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Avoid TypeError when getfilesystemencoding returns None. Fixes #486.HEADmasterJason R. Coombs2016-01-232-1/+7
|
* Add test capturing failure. Ref #486.Jason R. Coombs2016-01-231-0/+10
|
* Extract variable for candidate encodingsJason R. Coombs2016-01-231-2/+4
|
* Added tag 19.4.1 for changeset 0bda3291ac72Jason R. Coombs2016-01-230-0/+0
|
* Bumped to 19.4.1 in preparation for next release.19.4.1Jason R. Coombs2016-01-231-1/+1
|
* Merged in ↵Jason R. Coombs2016-01-232-3/+11
|\ | | | | | | | | | | svetlyak40wt/setuptools/svetlyak40wt/make-194-same-level-header-as-other-vers-1453106898145 (pull request #171) Make 19.4 same level header as other version numbers.
| * Invoke import on importlib.machinery directly. Access an attribute to force ↵Jason R. Coombs2016-01-232-3/+11
| | | | | | | | import in delayed-import environments. Fixes #487.
* | Make all headers on the same level in CHANGES.txt.svetlyak40wt/make-194-same-level-header-as-other-vers-1453106898145Alexander Artemenko2016-01-191-231/+1
| |
* | Make 19.4 same level header as other version numbers.Alexander Artemenko2016-01-181-0/+1
|/ | | | The problem was that restructured text considered 19.4 is a sibtitle to "CHANGES".
* Bumped to 19.5 in preparation for next release.Jason R. Coombs2016-01-161-1/+1
|
* Added tag 19.4 for changeset f47f3671508bJason R. Coombs2016-01-160-0/+0
|
* 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
|
* Update changelogJason R. Coombs2016-01-161-2/+8
|
* Merged in embray/setuptools (pull request #167)Jason R. Coombs2016-01-164-42/+245
|\ | | | | | | Possible fix for #207
| * Sort __path__ entries for namespace packages according to their orderErik Bray2016-01-062-11/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | in sys.path. This ensures that lookups in __path__ will be the same as sys.path resolution. This also adds a replace argument to Distribution.insert_on meant to be used with the replace argumen to WorkingSet.add. This ensures that new sys.path entries added via WorkingSet.add are inserted at the beginning, rather than appended to the end. This is necessary for consistency with the above change, and kind of makes more sense anyways. This means that if a Distribution is added to a WorkingSet, that replaces a different version of that Distribution, the new version of that Distribution will have its location first on sys.path.
| * Fixes the original root cause of #231, and re-enables the test when the ↵Erik Bray2015-12-312-8/+27
| | | | | | | | tempdir is a symlink (this does not explicitly test that /tmp itself is a symlink, but the effect is the same--only one of the path levels needs to be a symlink to reproduce this isssue)
| * 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.
* | Remove script as it's no longer needed. Fixes #432.Jason R. Coombs2016-01-161-260/+0
| |
* | Pin to 1.6.4 due to https://github.com/pypa/twine/issues/158. Ref #432.Jason R. Coombs2016-01-161-1/+1
| |
* | Omit cert and client_cert, the latest release of twine is different than ↵Jason R. Coombs2016-01-161-2/+0
| | | | | | | | what is seen in master.
* | 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-150-0/+0
| |
* | Update changelog19.3Jason R. Coombs2016-01-061-0/+2
|/
* Added tag 19.3b1 for changeset 66fa131a0d77Jason R. Coombs2016-01-040-0/+0
|
* Merge feature/issue-22919.3b1Jason R. Coombs2016-01-041-0/+7
|\
* | Use six in pkg_resources.feature/issue-229Jason R. Coombs2016-01-042-25/+11
| |
* | Move six to pkg_resources for use there.Jason R. Coombs2016-01-047-9/+6
| |
* | Extract variable for extant name. Add comment about the hack.Jason R. Coombs2016-01-021-3/+9
| |
* | Add some docstringsJason R. Coombs2016-01-021-0/+13
| |
* | 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.
* | Combine separate VendorImporters into a single one in pkg_resources.externJason R. Coombs2016-01-023-45/+2
| |
* | 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.
* | Make VendorImporter more genericJason R. Coombs2016-01-022-26/+40
| |
* | 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.
* | Move extern.packaging into a package to enable package-relative imports to ↵Jason R. Coombs2016-01-011-0/+0
| | | | | | | | resolve propertly. Ref #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.
* | Make the technique even more genericJason R. Coombs2015-12-311-7/+6
| |
* | 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.
* | Update vendoring technique to match that used for packaging. Ref #229.Jason R. Coombs2015-12-3134-68/+1036
| |
* | Merge with master. Ref #229.Jason R. Coombs2015-12-3134-231/+215
|\ \ | |/ |/|