summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* Bumped to 0.8 in preparation for next release.Jason R. Coombs2013-06-181-1/+1
* Merge Python 3 native support from distributeJason R. Coombs2013-06-1818-308/+628
|\
| * Use new sysconfig module with Python 2.7 or >=3.2.Arfrever Frehtes Taifersar Arahesis2013-06-123-16/+38
| * Update some URLs (packages.python.org -> pythonhosted.org).Arfrever Frehtes Taifersar Arahesis2013-06-112-5/+5
| * Update some URLs.Arfrever Frehtes Taifersar Arahesis2013-06-112-2/+2
| * Bump version so it's reported correctlyJason R. Coombs2013-06-091-1/+1
| * Correct pkg_resources reference again (broken in e002a2ff195b)Jason R. Coombs2013-06-031-1/+1
| * Merge with setuptools-0.6Jason R. Coombs2013-06-011-1/+1
| |\
| | * Correct missing import in ssl_supportpje2013-05-311-3/+3
| * | Prefer namespaced usageJason R. Coombs2013-05-281-2/+3
| * | Import resource_filename from pkg_resourcesEric Larson2013-05-281-2/+2
| * | Resave with excess whitespace removedJason R. Coombs2013-05-281-11/+11
| * | Merge with Distribute 0.6.43Jason R. Coombs2013-05-2518-297/+592
| |\ \
| | * | 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-2417-297/+575
| | |\ \
| | | * \ Merge changes from distribute 0.6.41Jason R. Coombs2013-05-2417-297/+576
| | | |\ \
| | | | * | 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-1615-19/+303
| | | | |\ \
| | | | | * \ 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
| | | | | |\ \
| | | | * | | | Remove redundant exception for os.devnullJason R. Coombs2013-05-161-2/+1
| | | | |/ / /
| | | | * | | Merge setuptools/command/*Jason R. Coombs2013-05-0447-631/+3202
| | | | |\ \ \
| | | | | * \ \ Merge setuptools.command.easy_installJason R. Coombs2013-05-0347-622/+3245
| | | | | |\ \ \