summaryrefslogtreecommitdiff
path: root/setuptools.egg-info
Commit message (Expand)AuthorAgeFilesLines
...
* Bumped to 0.9.6 in preparation for next release.Jason R. Coombs2013-07-152-47/+47
* Bumped to 0.9.5 in preparation for next release.Jason R. Coombs2013-07-152-43/+43
* Bumped to 0.9.4 in preparation for next release.Jason R. Coombs2013-07-152-50/+50
* Bumped to 0.9.3 in preparation for next release.Jason R. Coombs2013-07-152-46/+46
* Bumped to 0.9.2 in preparation for next release.Jason R. Coombs2013-07-132-55/+55
* Updated egg_info with corrected metadataJason R. Coombs2013-07-133-53/+53
* Regenerated bundled egg-infoJason R. Coombs2013-07-133-54/+54
* Bumped to 0.10 in preparation for next release.Jason R. Coombs2013-07-133-41/+41
* Bumped to 0.9 in preparation for next release.Jason R. Coombs2013-07-052-39/+39
* Issue #32: Fixed TypeError in get_resource_stream on zipped eggs0.8b6Jason R. Coombs2013-07-032-52/+52
* Tidied up imports.Vinay Sajip2013-06-191-3/+3
* Add back accidentally deleted import.Vinay Sajip2013-06-191-5/+5
* More post-merge fixes.Vinay Sajip2013-06-191-6/+6
* Post-merge fixes.Vinay Sajip2013-06-191-7/+4
* Merged upstream changes.Vinay Sajip2013-06-191-0/+3
|\
| * Merge Python 3 native support from distributeJason R. Coombs2013-06-183-0/+81
| |\
* | | Misc. updates following 2to3 checks.Vinay Sajip2013-06-172-49/+49
* | | Initial commit. All tests pass on 2.7, 3.2 and 3.3, though there are some ate...Vinay Sajip2013-06-152-13/+13
| |/ |/|
* | Use https in ez_setup (fixes #10)Jason R. Coombs2013-06-032-42/+42
* | Bumped to 0.7.1 in preparation for next release.Jason R. Coombs2013-06-022-42/+42
* | Bumped to 0.7b5 in preparation for next release.Jason R. Coombs2013-05-282-50/+50
* | Re-generate egg_info0.7b3Jason R. Coombs2013-05-252-50/+50
* | Fix use of getheaders on Python 3Jason R. Coombs2013-05-251-62/+62
* | Update test to work with latest SSL-enabled URL opening technique.Jason R. Coombs2013-05-192-63/+62
* | Setuptools 0.7 only supports Python 2.4+.Jason R. Coombs2013-05-132-8/+7
* | Re-ran egg_info on Python 2.7 (causes upload command to disappear)Jason R. Coombs2013-05-131-1/+0
* | Merged latest changes from setuptools-0.6 branchJason R. Coombs2013-05-133-0/+22
|\ \
| * | Add support for fallback to 'certifi' module, if installed+active.pje2013-05-052-0/+4
| * | Make sure ssl is installable even from source checkoutpje2013-05-042-0/+17
| * | Backport experimental environment marker support from the trunkpje2013-05-041-1/+2
| * | Release update, fix string.join in README warningPJ Eby2009-10-191-1/+1
| * | Major updates and fixes include:PJ Eby2009-10-121-0/+1
* | | Restore entry_points.txt in egg-info. This file must be present if one desire...Jason R. Coombs2013-03-191-0/+62
| |/ |/|
* | not requiredTarek Ziad?2009-07-161-56/+0
|/
* Fix distutils.filelist.findall() crashing on broken symlinks. FixPJ Eby2007-07-111-36/+36
* Add support for "eggsecutable" headers: a /bin/sh script that is prependedPJ Eby2006-09-221-1/+4
* More Python 2.5 compatibility fixes.PJ Eby2006-09-201-1/+1
* Fix ``register`` not obeying name/version set by ``egg_info`` command, ifPJ Eby2006-07-101-0/+1
* Added ``test_loader`` keyword to support custom test loaders.PJ Eby2006-03-291-0/+1
* Added ``setuptools.file_finders`` entry point group to allow implementingPJ Eby2006-03-291-0/+3
* Implement dependency_links feature, courtesy of Tres Seaver's roughPJ Eby2006-03-291-2/+4
* Added ``easy_install-N.N`` script(s) for convenience when using multiplePJ Eby2006-03-201-0/+1
* Added the ``exclude_package_data`` keyword to ``setup()``, allowing youPJ Eby2005-12-151-0/+2
* Support full roundtrip translation of eggs to and from ``bdist_wininst``PJ Eby2005-12-141-0/+1
* Added an internal ``install_egg_info`` command to use as part of old-stylePJ Eby2005-12-141-0/+1
* Added ``tests_require`` keyword to ``setup()``, so that e.g. packagesPJ Eby2005-11-191-1/+2
* Added the ``include_package_data`` keyword to ``setup()``, allowing you toPJ Eby2005-11-181-0/+1
* 0.6a7 bugfix releasePJ Eby2005-11-021-0/+1
* 0.6a5 brown bag bug fix release.PJ Eby2005-09-291-1/+0
* Support generating .pyw/.exe wrappers for Windows GUI scripts, andPJ Eby2005-09-241-0/+1