* 846: Also trap 'socket.error' when opening URLs in package_index.
* 849: Manifest processing now matches the filename pattern anywhere in the filename and not just at the start. Restores behavior found prior to 28.5.0.
30.0.0
Not secure
=======
* 864: Drop support for Python 3.2. Systems requiring Python 3.2 support must use 'setuptools < 30'.
* 825: Suppress warnings for single files.
* 830 via 843: Once again restored inclusion of data files to sdists, but now trap TypeError caused by techniques employed rjsmin and similar.
29.0.1
Not secure
=======
* 861: Re-release of v29.0.1 with the executable script launchers bundled. Now, launchers are included by default and users that want to disable this behavior must set the environment variable 'SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES' to a false value like "false" or "0".
29.0.0
Not secure
=======
* 841: Drop special exception for packages invoking win32com during the build/install process. See Distribute 118 for history.
28.8.0
Not secure
=======
* 629: Per the discussion, refine the sorting to use version value order for more accurate detection of the latest available version when scanning for packages. See also 829.
* 837: Rely on the config var "SO" for Python 3.3.0 only when determining the ext filename.