summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* Ensure installed stubs get compiled, even if there are no "pure" modulesPJ Eby2006-01-132-7/+16
* Write stub files correctly for build_ext --inplacePJ Eby2006-01-131-21/+21
* Implement LD_LIBRARY_PATH workaround stub loaderPJ Eby2006-01-131-45/+86
* Don't write .py stubs except for actual extensions that don't alreadyPJ Eby2006-01-132-26/+26
* Oops.PJ Eby2006-01-131-3/+3
* Add experimental code for wrapping relocatable shared libraries onPJ Eby2006-01-131-17/+99
* EasyInstall can now download bare ``.py`` files and wrap them in an egg,PJ Eby2006-01-103-34/+86
* ``safe_name()`` now allows dots in project names, and there is a newPJ Eby2006-01-101-1/+1
* PyPI searches now use the exact spelling of requirements specified onPJ Eby2006-01-071-6/+6
* SharedLibrary -> Library. For now, Windows libs get built as shared,PJ Eby2006-01-063-47/+47
* Remove debug print left in by mistake.PJ Eby2006-01-051-3/+3
* First draft of shared library build support. See tests/shlib_testPJ Eby2006-01-054-29/+109
* Bump version number to start the 0.6a10dev cycle.PJ Eby2006-01-051-1/+1
* Make it clearer that Requirement.parse() is the only way for usersPJ Eby2006-01-031-11/+11
* Allow most commands to work with an existing .egg-info directory w/a '-'PJ Eby2005-12-302-24/+25
* Fix unescaped '-' in .egg-info directory names. Note that this meansPJ Eby2005-12-301-1/+1
* Make the install_scripts command respect the "build_scripts -e"PJ Eby2005-12-262-9/+9
* Fix "legacy mode" trying to install scripts when there are none.PJ Eby2005-12-201-3/+4
* Fix bdist_dumb support to use .egg-info instead of .egg format.PJ Eby2005-12-161-7/+45
* Make install_egg_info track every file it installs, not just thePJ Eby2005-12-151-3/+3
* Added the ``exclude_package_data`` keyword to ``setup()``, allowing youPJ Eby2005-12-152-17/+58
* Support full roundtrip translation of eggs to and from ``bdist_wininst``PJ Eby2005-12-144-12/+55
* Refactor script wrapper generation into a separate function so that itPJ Eby2005-12-141-48/+48
* Basic roundtripping support between bdist_wininst and eggs. EasyInstallPJ Eby2005-12-143-41/+40
* Oops.PJ Eby2005-12-141-1/+1
* Added a ``--single-version-externally-managed`` option to the ``install``PJ Eby2005-12-142-41/+27
* Added an internal ``install_egg_info`` command to use as part of old-stylePJ Eby2005-12-143-4/+86
* Changed ``parse_version()`` to remove dashes before pre-release tags, soPJ Eby2005-12-061-3/+3
* Added an ``unpack_directory()`` driver to ``setuptools.archive_util``, soPJ Eby2005-12-061-3/+44
* Added support for ``.egg-info`` files or directories with version/platformPJ Eby2005-12-061-2/+2
* Made all commands that use ``easy_install`` respect its configurationPJ Eby2005-12-012-15/+15
* Added ``tests_require`` keyword to ``setup()``, so that e.g. packagesPJ Eby2005-11-192-7/+7
* Kludges to make building packages with '-' in their version work withPJ Eby2005-11-191-0/+49
* Added warning for namespace packages with missing ``declare_namespace()``,PJ Eby2005-11-181-0/+41
* Fixed ``.pth`` file processing picking up nested eggs (i.e. ones insidePJ Eby2005-11-181-3/+3
* Fix .svn exclude pattern for non-Windows platforms.PJ Eby2005-11-181-1/+2
* Fixed ``--tag-svn-revision`` not working when run from a sourcePJ Eby2005-11-181-4/+4
* Added the ``include_package_data`` keyword to ``setup()``, allowing you toPJ Eby2005-11-181-45/+45
* The ``sdist`` command no longer uses the traditional ``MANIFEST`` file toPJ Eby2005-11-182-10/+51
* Build a SOURCES.txt manifest file in .egg-info, that can then be included inPJ Eby2005-11-181-10/+133
* Bump version number to begin the 0.6a9 developent cyclePJ Eby2005-11-181-1/+1
* Quote arguments to python.exe (including python's path) to avoidPJ Eby2005-11-172-0/+0
* 0.6a8 final.PJ Eby2005-11-161-1/+1
* Update for SourceForge's changed mirror page formatsPJ Eby2005-11-161-7/+7
* Detect .dll, .so, .dylib and .pyd files that might havePJ Eby2005-11-091-15/+15
* Fix rmtree() brokenness with Python 2.4 by breaking down and copyingPJ Eby2005-11-051-41/+41
* Fixed some problems with fresh checkouts of projects that don't includePJ Eby2005-11-052-26/+26
* Made ``egg_info --tag-svn-revision`` fall back to extracting thePJ Eby2005-11-041-12/+12
* Reduce the number of redundant host blocking warnings by notPJ Eby2005-11-041-1/+1
* Made ``develop`` command accept all the same options as ``easy_install``,PJ Eby2005-11-041-14/+14