aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merged in darjus/setuptools (pull request #169)Jason R. Coombs2016-01-232-88/+5
|\ \ \ \ \ \
| * | | | | | Remove JythonCommandSpec as it's not required on Jython 2.7 and setuptools no...Darjus Loktevic2016-01-112-88/+5
| | |_|_|_|/ | |/| | | |
* | | | | | Avoid TypeError when getfilesystemencoding returns None. Fixes #486.Jason 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-3134-880/+1405
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | 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-251-0/+8
| |\ \ \ \ \
| | * | | | | Add get_command_list to dist and process distutils.commands entry pointsSachi King2015-12-071-0/+8
| | | |/ / / | | |/| | |
| * | | | | 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
| * | | | | 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. Interpol...Jason R. Coombs2015-12-142-3/+3
| * | | | | Use SafeConfigParser in PyPIConfig file. Allows percent signs to be specified...Jason R. Coombs2015-12-142-3/+3