summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* Merge with Distribute 0.6.43Jason R. Coombs2013-05-251-1/+1
|\
| * Restore Python 2.4 compatible syntaxJason R. Coombs2013-05-241-1/+1
* | Fix use of getheaders on Python 3Jason R. Coombs2013-05-252-4/+18
* | Support get_headers on Python 3 and Python 2Jason R. Coombs2013-05-241-1/+4
* | Merge with distribute 0.6.42Jason R. Coombs2013-05-244-1/+127
|\ \ | |/
| * First round of prepping setuptools for inclusion in Python 2.5: movePJ Eby2006-04-142-1/+84
| * Use a wrapper to ensure unique values on find_external_links. Factors out uni...Jason R. Coombs2013-05-242-9/+26
| * Add unique_everseen from Python 2.7 docsJason R. Coombs2013-05-241-0/+19
| * actually filter the linksDirley Rodrigues2013-02-041-0/+2
| * avoid naming problemsDirley Rodrigues2013-02-041-7/+7
| * Improve external links finder to not yield duplicate links.Dirley Rodrigues2013-02-041-2/+8
* | Merge changes from distribute 0.6.41Jason R. Coombs2013-05-245-41/+96
|\ \ | |/
| * don't decode in python 2.x. that's my oopsPhilip Thiem2013-02-161-4/+1
| * old win wrapper script not expecting return values from write()Philip Thiem2013-02-161-18/+43
| * There were some failing tests on windows. I assume this is a NTFS vs FAT orPhilip Thiem2013-02-161-6/+24
| * Backout the pkg_resources.py fixPhilip Thiem2013-02-161-2/+4
| * A few non-python 3 print statementsPhilip Thiem2013-02-041-12/+12
| * Extract get_win_launcher functionJason R. Coombs2013-05-191-9/+22
| * issue #376: copying cli-32.exe to cli.exe and gui-32.exe to gui.exe to preven...guy@guyr-air.infinidat.com2013-05-132-0/+0
* | Update test to work with latest SSL-enabled URL opening technique.Jason R. Coombs2013-05-191-10/+6
* | Merge with updated merge branchJason R. Coombs2013-05-161-2/+1
|\ \
| * | Remove redundant exception for os.devnullJason R. Coombs2013-05-161-2/+1
* | | Merge latest commit for setuptools-0.6Jason R. Coombs2013-05-161-1/+1
|\ \ \
| * | | Fix broken devnull check; fixes issue 93pje2013-05-151-1/+1
* | | | Merged latest changes from setuptools-0.6 branchJason R. Coombs2013-05-135-16/+262
|\ \ \ \ | |/ / /
| * | | Add support for fallback to 'certifi' module, if installed+active.pje2013-05-051-7/+7
| * | | Low-level SSL verification w/out warnings or options; automatically usespje2013-05-042-14/+260
| * | | Backport experimental environment marker support from the trunkpje2013-05-041-4/+4
| * | | Fix spurious test breakage on 2.7pje2013-04-251-4/+4
| * | | Default index URL to use SSL version of PyPIpje2013-03-012-2/+2
| * | | Fixed skipping extraction of files or directories containing '..' inPJ Eby2011-03-231-2/+2
| * | | Backport.PJ Eby2011-03-231-2/+43
| * | | BackportPJ Eby2010-10-121-6/+6
| * | | Backport.PJ Eby2010-10-091-2/+2
| * | | Backport from trunkPJ Eby2010-10-091-2/+2
| * | | Tarfile link support, and handle .pyd/.dll files installed as data onPJ Eby2010-10-022-10/+10
| * | | Fix quotes handling for GUI scripts on Windows when Python is in aPJ Eby2010-08-221-1/+1
| * | | Fix a problem with sandbox swapping 'open' and 'file' builtins.PJ Eby2010-04-291-4/+4
| * | | Backport SF download fixPJ Eby2010-02-011-2/+2
| * | | Backport to 0.6PJ Eby2009-11-051-3/+3
| * | | Fix for issue 88PJ Eby2009-10-281-2/+2
| * | | Bump versionPJ Eby2009-10-281-1/+1
| * | | Fix the elusive "double upload bdist_wininst" bugPJ Eby2009-10-191-13/+54
| * | | Update to version 0.6c11PJ Eby2009-10-191-1/+1
| * | | Missing launcher fixesPJ Eby2009-10-192-0/+0
| * | | Release update, fix string.join in README warningPJ Eby2009-10-191-1/+1
| * | | Windows 64/Vista UAC fixesPJ Eby2009-10-123-2/+43
| * | | Backport fixes for issues 16 & 23 from trunkPJ Eby2009-10-121-4/+4
| * | | Major updates and fixes include:PJ Eby2009-10-1211-109/+232
* | | | Merge with Distribute 0.6.39Jason R. Coombs2013-05-1311-3/+41
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|