* Distribute 210: Fixed a regression introduced by Distribute 204 fix.
------
0.6.17
------
* Support 'DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT' environment variable to allow to disable installation of easy_install-${version} script. * Support Python >=3.1.4 and >=3.2.1. * Distribute 204: Don't try to import the parent of a namespace package in declare_namespace * Distribute 196: Tolerate responses with multiple Content-Length headers * Distribute 205: Sandboxing doesn't preserve working_set. Leads to setup_requires problems.
------
0.6.16
------
* Builds sdist gztar even on Windows (avoiding Distribute 193). * Distribute 192: Fixed metadata omitted on Windows when package_dir specified with forward-slash. * Distribute 195: Cython build support. * Distribute 200: Issues with recognizing 64-bit packages on Windows.
------
0.6.15
------
* Fixed typo in bdist_egg * Several issues under Python 3 has been solved. * Distribute 146: Fixed missing DLL files after easy_install of windows exe package.
------
0.6.14
------
* Distribute 170: Fixed unittest failure. Thanks to Toshio. * Distribute 171: Fixed race condition in unittests cause deadlocks in test suite. * Distribute 143: Fixed a lookup issue with easy_install. Thanks to David and Zooko. * Distribute 174: Fixed the edit mode when its used with setuptools itself
------
0.6.13
------
* Distribute 160: 2.7 gives ValueError("Invalid IPv6 URL") * Distribute 150: Fixed using ~/.local even in a --no-site-packages virtualenv * Distribute 163: scan index links before external links, and don't use the md5 when comparing two distributions