aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | 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
| * | | | | 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
| * | | | | Add another test capturing violated expectation that SandboxViolation would b...Jason R. Coombs2015-12-131-0/+21
| * | | | | caught is a better name hereJason R. Coombs2015-12-131-2/+2
| * | | | | Prevent infinite recursion when UnpickleableException occurs in a sandbox con...Jason R. Coombs2015-12-131-2/+4
| * | | | | Refine test to not make additional references to exceptions in setuptools.san...Jason R. Coombs2015-12-131-4/+12
| * | | | | Add test capturing infinite recursion. Ref #440.Jason R. Coombs2015-12-131-0/+10
| * | | | | Bumped to 18.9 in preparation for next release.Jason R. Coombs2015-12-111-1/+1
| * | | | | Bumped to 18.8 in preparation for next release.18.8Jason R. Coombs2015-12-111-1/+1
| * | | | | Also use map from the futureJason R. Coombs2015-12-111-1/+1