summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* Avoid TypeError when getfilesystemencoding returns None. Fixes #486.HEADmasterJason R. Coombs2016-01-231-1/+1
* Add test capturing failure. Ref #486.Jason R. Coombs2016-01-231-0/+10
* Extract variable for candidate encodingsJason R. Coombs2016-01-231-2/+4
* Bumped to 19.4.1 in preparation for next release.19.4.1Jason R. Coombs2016-01-231-1/+1
* Bumped to 19.5 in preparation for next release.Jason R. Coombs2016-01-161-1/+1
* 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
|\
| * Adds the regression test for distribute issue 323 that I attached to #207. T...Erik Bray2015-12-312-29/+173
* | 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. Fix...Jason R. Coombs2016-01-161-4/+2
* | 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
* Combine separate VendorImporters into a single one in pkg_resources.externJason R. Coombs2016-01-021-44/+1
* Pop the module off the stack, preventing the 'Version' class from having a di...Jason R. Coombs2016-01-021-2/+1
* Make VendorImporter more genericJason R. Coombs2016-01-021-13/+20
* Create a PEP 302 importer for managing conditional import of vendored package...Jason R. Coombs2016-01-022-45/+42
* Use the same technique in pkg_resources, relying on an 'extern' module to res...Jason R. Coombs2015-12-312-3/+2
* Make the technique even more genericJason R. Coombs2015-12-311-7/+6
* Modeling after Astropy's technique for bundling libraries, the imports are no...Jason R. Coombs2015-12-3126-159/+76
* Update vendoring technique to match that used for packaging. Ref #229.Jason R. Coombs2015-12-3131-61/+1030
* Merge with master. Ref #229.Jason R. Coombs2015-12-3130-228/+205
|\
| * Merge with masterJason R. Coombs2015-01-0328-227/+207
| |\
| | * Merge with masterJason R. Coombs2015-01-031-47/+34
| | |\
| | * \ Merge with masterJason R. Coombs2015-01-032-678/+69
| | |\ \
| | * \ \ Merge with 11.0Jason R. Coombs2015-01-0229-230/+211
| | |\ \ \
| | | * \ \ Merge with 10.2.1Jason R. Coombs2015-01-0229-230/+211
| | | |\ \ \
| | | | * | | Trying a new technique. In this approach, setuptools is aware of its dependen...Jason R. Coombs2014-11-163-0/+29
| | | | * | | Merge with masterJason R. Coombs2014-11-1628-257/+209
| | | | |\ \ \
| | | | | * \ \ Merge with 6.0.2Jason R. Coombs2014-09-2917-48/+381
| | | | | |\ \ \
| | | | | * | | | Correct incorrect module for urllib.errorsJason R. Coombs2014-07-051-4/+4
| | | | | * | | | Remove compat moduleJason R. Coombs2014-07-051-66/+0
| | | | | * | | | Use six for Python 2 compatibilityJason R. Coombs2014-07-0527-191/+209
* | | | | | | | | 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 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
| * | | | | | | | | | 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
* | | | | | | | | | | Merged in nakatoio/setuptools/get_command_list (pull request #163)Jason R. Coombs2015-12-2517-110/+204
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Prevent exception in atexit handlers when cert store's tempfileErik Bray2015-12-241-0/+6
| * | | | | | | | | | | Fix failing test on Windows due to path formatting bugsErik Bray2015-12-241-3/+8