aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | 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
* | | | | 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.
* | | | | Include Windows-specific files in tarball even when MANIFEST.in does not ↵Arfrever Frehtes Taifersar Arahesis2013-06-202-2/+4
| | | | | | | | | | | | | | | | | | | | include them.
* | | | | Merge fix for #21Jason R. Coombs2013-06-192-5/+12
|\| | | |
| * | | | 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
| | | | |
* | | | | Merged in vinay.sajip/setuptools/single-codebase (pull request #5)Jason R. Coombs2013-06-1916-140/+161
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Additional changes relating to single codebase support
| * | | | | Minor change to minimise diffs with upstream.Vinay Sajip2013-06-191-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : single-codebase
| * | | | | Minor change to minimise diffs with upstream.Vinay Sajip2013-06-191-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : single-codebase
| * | | | | Tidied up imports.Vinay Sajip2013-06-193-10/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : single-codebase
| * | | | | Add back accidentally deleted import.Vinay Sajip2013-06-192-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : single-codebase
| * | | | | More post-merge fixes.Vinay Sajip2013-06-195-11/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : single-codebase
| * | | | | Post-merge fixes.Vinay Sajip2013-06-192-9/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : single-codebase
| * | | | | Merged upstream changes.Vinay Sajip2013-06-1932-152/+161
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : single-codebase
| * | | | | | Misc. updates following 2to3 checks.Vinay Sajip2013-06-1717-122/+147
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : single-codebase
| * | | | | | Updated to fix errors on 2.5.Vinay Sajip2013-06-152-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : single-codebase
| * | | | | | Initial commit. All tests pass on 2.7, 3.2 and 3.3, though there are some ↵Vinay Sajip2013-06-1534-228/+389
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | atexit errors in the multiprocessing module in 2.7/3.2 (seemingly unrelated to setuptools). --HG-- branch : single-codebase
* | | | | | | Merge with 0.7.40.8b2Jason R. Coombs2013-06-196-4/+667
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | / / / / | | |/ / / / | |/| | | |
| * | | | | 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.
* | | | | | Added tag 0.8b1 for changeset 74c6c1226805Jason R. Coombs2013-06-181-0/+1
| | | | | |
* | | | | | Merge 0.7.3 release0.8b1Jason R. Coombs2013-06-184-4/+3
|\| | | | |
| * | | | | 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
* | | | | Updated changelogJason R. Coombs2013-06-181-0/+7
| | | | |
* | | | | Bumped to 0.8 in preparation for next release.Jason R. Coombs2013-06-186-11/+11
| | | | |
* | | | | Update release script to run under Python 3Jason R. Coombs2013-06-181-6/+18
| | | | |
* | | | | Merge Python 3 native support from distributeJason R. Coombs2013-06-1837-370/+515
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| | --HG-- rename : tests/test_distribute_setup.py => tests/test_ez_setup.py
| * | | Fix Python3 compatibility issue in filterfalseJason R. Coombs2013-06-172-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 71e3e89efe6483924a07e7f9819ee86f08dbf1f2 extra : histedit_source : fa75c7bc174b248c74da7b4efd5f6f05c36b6ae4
| * | | Use unicode from compat moduleJason R. Coombs2013-06-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : c4dd03dba58146eed2f620cd6d6b7ab52ee9d109 extra : histedit_source : 02c194ea1c97e8aea64fd23d77efc1bade185c0a
| * | | Re-save test modules with UTF-8 encodingJason R. Coombs2013-06-171-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 6728580b2f2f10026fe0f196db7ea5510acac704 extra : histedit_source : f4fbf02bbe3e4e39caf1aa2f5a354c99d9249e65
| * | | Update exceptions for Python 3 compatibilityJason R. Coombs2013-06-171-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 354795c0a0b8a864583f2549ce869e719be265d2
| * | | Remove unused importJason R. Coombs2013-06-181-4/+4
| | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute
| * | | Merge Vinay Sajip's unified Python 2/3 support from distribute 3Jason R. Coombs2013-06-1847-399/+1276
| |\| | | | | | | | | | | | | | | | | | --HG-- branch : distribute
| * | | Fixed some resource leaks.Vinay Sajip2012-10-105-26/+45
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : source : 98c929e25fee11a99eb125dd9a13521321d68dd3
| * | | Updated win_script_wrapper to run on Python 2 and Python 3Jason R. Coombs2013-06-181-31/+46
| | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute
| * | | Minor fix previously fixed in a mergeJason R. Coombs2013-06-182-2/+4
| | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute
| * | | Post-merge fixes for Python 3.Vinay Sajip2012-10-107-12/+19
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : source : 6b9041dea7b9197f6ea1fb993d7a05dd4f7c580d
| * | | Merge with upstreamJason R. Coombs2013-06-1859-658/+2234
| |\ \ \ | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute
| * | | | Fixed execfile in pkg_resources.Vinay Sajip2011-06-211-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 3148f97cc98edf62e982cb14b4b90527c4fc11fb