summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * | | 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
| | | | |\ \ \ \ \
| | | | | * \ \ \ \ Merge setuptools.archive_util and setuptools.archive_util and setuptools.dependsJason R. Coombs2013-05-0347-579/+3244
| | | | | |\ \ \ \ \
| | | | | | * \ \ \ \ Merge dist moduleJason R. Coombs2013-05-031-9/+43
| | | | | | |\ \ \ \ \
| | | | | | * \ \ \ \ \ Merge package_index moduleJason R. Coombs2013-03-2047-581/+3257
| | | | | | |\ \ \ \ \ \
| | | | | | | * \ \ \ \ \ Merged sandbox moduleJason R. Coombs2013-03-201-9/+38
| | | | | | | |\ \ \ \ \ \
| | | | | | | * | | | | | | Move where add_defaults is defined to align with setuptoolsJason R. Coombs2013-05-031-21/+21
| | | | | | | * | | | | | | easy_install once again honors setup.cfg if found in the current directoryJason R. Coombs2013-05-032-42/+1
| | | | | | | * | | | | | | Backed out improper fix for distribute issue #174Jason R. Coombs2013-05-031-2/+1
| | | | | | | * | | | | | | Distributions are once again installed as zipped eggs by default.Jason R. Coombs2013-05-031-1/+1
| | | | | | | * | | | | | | Updated a couple more references from Distribute to SetuptoolsJason R. Coombs2013-03-191-2/+2
| | | | | | | * | | | | | | Removed tests relevant to the co-existence of distribute and setuptools; reta...Jason R. Coombs2013-03-191-37/+6
| | | | | | | * | | | | | | Updated references in tests to refer to setuptools in favor of distributeJason R. Coombs2013-03-192-7/+7
| | | | | | | * | | | | | | Backed out distribute-specific reference in setuptools packageJason R. Coombs2013-03-031-11/+1
| | | | | | | * | | | | | | Backed out distribute-specific references in package_index moduleJason R. Coombs2013-03-031-2/+2
| | | | | | | * | | | | | | Back out distribute-specific references in easy_install command moduleJason R. Coombs2013-03-031-6/+7
| | | * | | | | | | | | | | Copy changes from 1aae1efe5733 for setuptools/command/* (except easy_install.pyJason R. Coombs2013-05-036-59/+141
| | | |/ / / / / / / / / /
| | | * | | | | | | | | | Copy changes to easy_install.py from 1aae1efe5733Jason R. Coombs2013-05-031-11/+52
| | | |/ / / / / / / / /
| | | * | | | | | | | | Copy changes to setuptools/archive_util.py setuptools/depends.py setuptools/e...Jason R. Coombs2013-05-033-20/+20
| | | | |_|_|/ / / / / | | | |/| | | | | | |
| | | * | | | | | | | Copy changes to dist.py from 1aae1efe5733Jason R. Coombs2013-05-031-6/+47
| | | |/ / / / / / /
| | | * | | | | | | Copy changes to package_index from 1aae1efe5733Jason R. Coombs2013-03-201-36/+77
| | | | |/ / / / / | | | |/| | | | |
| | | * | | | | | Update sandbox.py to latest from setuptools-0.6Jason R. Coombs2013-03-201-19/+60
| | | | |_|/ / / | | | |/| | | |
* | | | | | | | Restore Python 2.4 compatible syntaxJason R. Coombs2013-05-241-1/+1
|/ / / / / / /
* | | | | | | 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
|/ / / / / /