* Distribute 375: Repair AttributeError created in last release.
0.7.5
Not secure
=====
* Issue 21: Restore Python 2.4 compatibility in ``test_easy_install``. * Distribute 375: Merged additional warning from Distribute 0.6.46. * Now honor the environment variable ``SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT`` in addition to the now deprecated ``DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT``.
0.7.4
Not secure
=====
* Issue 20: Fix comparison of parsed SVN version on Python 3.
0.7.3
Not secure
=====
* Issue 1: Disable installation of Windows-specific files on non-Windows systems. * Use new sysconfig module with Python 2.7 or >=3.2.
0.7.2
Not secure
=====
* Issue 14: Use markerlib when the ``parser`` module is not available. * Issue 10: ``ez_setup.py`` now uses HTTPS to download setuptools from PyPI.
0.7.1
=====
* Fix NameError (Issue 3) again - broken in bad merge.