summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | | Fixed execfile in compat.py.Vinay Sajip2011-06-211-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : cf31870fee8b718e14e209d957905c8d7573beba
| * | | Fixed some bugs, tests now also all pass on 2.7 and 3.2.Vinay Sajip2011-06-212-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 25c6042a716c49e3576605c3cf4e2878d5b85c18
| * | | Fixed some bugs - tests now all pass under Python 3.3.Vinay Sajip2011-06-213-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 3498bfdc0d4c15e4276673b52e924c461ca353f0
| * | | Changes to support 2.x and 3.x in the same codebase.Vinay Sajip2011-06-2028-200/+332
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 7d3608edee54a43789f0574d702fb839628b5071
* | | | 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
| | | | |
* | | | | Fix 'set_versions'0.7.2Jason R. Coombs2013-06-091-1/+1
| | | | |
* | | | | Added sections on upgradingJason R. Coombs2013-06-091-1/+25
| | | | |
* | | | | Linked FAQJason R. Coombs2013-06-091-0/+5
| | | | |
* | | | | Add headingJason R. Coombs2013-06-091-0/+3
| | | | |
* | | | | Reformatted faq for RSTJason R. Coombs2013-06-091-12/+21
| | | | |
* | | | | Adding merge FAQ as part of the project docs.Jason R. Coombs2013-06-091-0/+44
| | | | |
* | | | | Moved MERGE.txt into the setuptools documentation.Jason R. Coombs2013-06-093-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | --HG-- rename : MERGE.txt => docs/merge.txt
* | | | | Allow uploading the docsJason R. Coombs2013-06-091-1/+1
| | | | |
* | | | | Prefer local implementation to markerlib implementation as markerlib ↵Jason R. Coombs2013-06-092-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | implementation is not as complete. --HG-- extra : histedit_source : 3855347db7042dc34032b6bfa7b4c4e5239c1c3f
* | | | | Translate NameError into SyntaxError to meet prescribed APIJason R. Coombs2013-06-081-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | --HG-- extra : histedit_source : 6ed89212bff75512c980d3fc0f98117510f3b576
* | | | | Merge legacy evaluation as a fallback with markerlib-based evaluation of ↵Jason R. Coombs2013-06-082-1/+102
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | environment markers. Fixes #14
| * | | | | Expand documentation on evaluate_marker and indicate its legacy status.Jason R. Coombs2013-06-081-2/+11
| | | | | |
* | | | | | Use markerlib for markers in 'extras'Jason R. Coombs2013-06-082-79/+10
|/ / / / /
* | | | | Resave with excess whitespace removedJason R. Coombs2013-06-071-10/+10
| | | | |