aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Patched test so it can be run on Python 30.7.7Jason R. Coombs2013-07-021-0/+5
|
* Issue #30: Added test for get_cache_path (but it doesn't yet get run)Jason R. Coombs2013-07-022-0/+9
|
* Update changelogJason R. Coombs2013-07-021-0/+6
|
* Merge with Distribute 0.6.48Jason R. Coombs2013-07-023-1/+9
|\ | | | | | | | | --HG-- rename : distribute_setup.py => ez_setup.py
| * Bumped to 0.6.49 in preparation for next release.Jason R. Coombs2013-07-025-8/+8
| | | | | | | | | | --HG-- branch : distribute
| * Added tag 0.6.48 for changeset cae9127e0534Jason R. Coombs2013-07-021-0/+1
| | | | | | | | | | --HG-- branch : distribute
| * Update changelog0.6.48Jason R. Coombs2013-07-021-0/+7
| | | | | | | | | | --HG-- branch : distribute
| * Merge fix for AttributeErrorJason R. Coombs2013-07-021-1/+1
| |\ | | | | | | | | | | | | --HG-- branch : distribute
| | * Correct AttributeError again (this time verified)Jason R. Coombs2013-07-021-1/+1
| | | | | | | | | | | | | | | --HG-- branch : distribute
* | | Bumped to 0.7.7 in preparation for next release.Jason R. Coombs2013-07-026-10/+10
| | |
* | | Added tag 0.7.6 for changeset 48d3d26cbea6Jason R. Coombs2013-07-021-0/+1
| | |
* | | Update changelog0.7.6Jason R. Coombs2013-07-021-0/+6
| | |
* | | Merge with Distribute 0.6.47Jason R. Coombs2013-07-023-1/+10
|\| | | | | | | | | | | | | | --HG-- rename : distribute_setup.py => ez_setup.py
| * | Bumped to 0.6.48 in preparation for next release.Jason R. Coombs2013-07-025-8/+8
| | | | | | | | | | | | | | | --HG-- branch : distribute
| * | Added tag 0.6.47 for changeset ee2c96701702Jason R. Coombs2013-07-021-0/+1
| | | | | | | | | | | | | | | --HG-- branch : distribute
| * | Merge fix for AttributeError0.6.47Jason R. Coombs2013-07-022-1/+8
| |\| | | | | | | | | | | | | --HG-- branch : distribute
| | * Correct AttributeErrorJason R. Coombs2013-07-022-1/+8
| | | | | | | | | | | | | | | --HG-- branch : distribute
| * | Bumped to 0.6.47 in preparation for next release.Jason R. Coombs2013-06-295-8/+8
| | | | | | | | | | | | | | | --HG-- branch : distribute
| * | Added tag 0.6.46 for changeset b57e5ba93476Jason R. Coombs2013-06-291-0/+1
| | | | | | | | | | | | | | | --HG-- branch : distribute
* | | Bumped to 0.7.6 in preparation for next release.Jason R. Coombs2013-06-296-10/+10
| | |
* | | Added tag 0.7.5 for changeset dd5bbc116c53Jason R. Coombs2013-06-291-0/+1
| | |
* | | Add comment to capture the purpose of the environment variable0.7.5Jason R. Coombs2013-06-291-0/+4
| | |
* | | update changelogJason R. Coombs2013-06-291-0/+4
| | |
* | | Add support for SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT variable.Arfrever Frehtes Taifersar Arahesis2013-06-201-1/+2
| | | | | | | | | | | | | | | | | | | | | Support for old DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT variable is kept temporarily for backward compatibility. --HG-- extra : source : eb58c3fe7c0881cbb28de1c523f083ad8e7f427d
* | | Merge with 0.6.46 (to include additional fix for Distribute #375)Jason R. Coombs2013-06-292-0/+34
|\| |
| * | Merge second phase of fix for #3750.6.46Jason R. Coombs2013-06-292-0/+34
| |\| | | | | | | | | | | | | --HG-- branch : distribute
| | * Update changelogJason R. Coombs2013-06-291-0/+8
| | | | | | | | | | | | | | | --HG-- branch : distribute
| | * Also protect against group-writable filesJason R. Coombs2013-06-241-2/+3
| | | | | | | | | | | | | | | --HG-- branch : distribute
| | * Issue a UserWarning when the egg cache directory is likely to be vulnerable ↵Jason R. Coombs2013-06-211-0/+25
| | | | | | | | | | | | | | | | | | | | | to security issues per #375. --HG-- branch : distribute
* | | Update changelogJason R. Coombs2013-06-191-0/+6
| | |
* | | Restore Python 2.4 compatibility in test_easy_install. Fixes #21Jason R. Coombs2013-06-191-5/+6
| | |
* | | Bumped to 0.7.5 in preparation for next release.Jason R. Coombs2013-06-196-10/+10
| | |
* | | Added tag 0.7.4 for changeset 85640475dda0Jason R. Coombs2013-06-191-0/+1
| | |
* | | Reference parsed svn version variable instead of the whole of the data. ↵0.7.4Jason R. Coombs2013-06-192-1/+7
| | | | | | | | | | | | Fixes #20
* | | Add test capturing failure on Python 3 in egg_info.get_svn_revision (#20). ↵Jason R. Coombs2013-06-194-3/+659
| | | | | | | | | | | | egg_info.get_svn_revision is now a staticmethod.
* | | Update version to indicate a range of versions when discussing upgrade from ↵Jason R. Coombs2013-06-181-1/+1
| | | | | | | | | | | | Distribute
* | | Bumped to 0.7.4 in preparation for next release.Jason R. Coombs2013-06-187-17/+17
| | |
* | | Added tag 0.7.3 for changeset d212e48e0cefJason R. Coombs2013-06-181-0/+1
| | |
* | | Backed out changeset: 7292c3a723e30.7.3Jason R. Coombs2013-06-182-3/+1
| | | | | | | | | | | | See https://bitbucket.org/pypa/setuptools/commits/7292c3a723e3b7b6fdd2bede2374dd1777809e7d for discussion
* | | Use new sysconfig module with Python 2.7 or >=3.2.Arfrever Frehtes Taifersar Arahesis2013-06-125-18/+42
| | |
* | | Issue #1: Disable installation of Windows-specific files on non-Windows systems.Arfrever Frehtes Taifersar Arahesis2013-06-122-1/+7
| | |
* | | Rename DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT environment variable ↵Arfrever Frehtes Taifersar Arahesis2013-06-112-1/+8
| | | | | | | | | | | | to SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT.
* | | Update some URLs (packages.python.org -> pythonhosted.org).Arfrever Frehtes Taifersar Arahesis2013-06-114-7/+7
| | |
* | | Update some URLs.Arfrever Frehtes Taifersar Arahesis2013-06-119-21/+21
| | |
* | | Add __init__.py to the list of 'files with versions'Jason R. Coombs2013-06-091-0/+1
| | |
* | | Bump version so it's reported correctlyJason R. Coombs2013-06-091-1/+1
| | |
* | | Merge with setuptools-0.6 (null merge as local implementation treats imports ↵Jason R. Coombs2013-06-090-0/+0
|\ \ \ | | | | | | | | | | | | differently).
| * | | Fix missing importpje2013-06-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (grafted from 1375a2f096ce47e2b9b7b27559671a5344a1189f) --HG-- branch : setuptools-0.6 extra : source : 1375a2f096ce47e2b9b7b27559671a5344a1189f
* | | | Bumped to 0.7.3 in preparation for next release.Jason R. Coombs2013-06-095-10/+10
| | | |
* | | | Added tag 0.7.2 for changeset d04c05f035e3Jason R. Coombs2013-06-091-0/+1
| | | |