| Commit message (Expand) | Author | Age | Files | Lines |
| * | Ensure installed stubs get compiled, even if there are no "pure" modules | PJ Eby | 2006-01-13 | 2 | -7/+16 |
| * | Write stub files correctly for build_ext --inplace | PJ Eby | 2006-01-13 | 1 | -21/+21 |
| * | Implement LD_LIBRARY_PATH workaround stub loader | PJ Eby | 2006-01-13 | 1 | -45/+86 |
| * | Don't write .py stubs except for actual extensions that don't already | PJ Eby | 2006-01-13 | 2 | -26/+26 |
| * | Oops. | PJ Eby | 2006-01-13 | 1 | -3/+3 |
| * | Add experimental code for wrapping relocatable shared libraries on | PJ Eby | 2006-01-13 | 1 | -17/+99 |
| * | EasyInstall can now download bare ``.py`` files and wrap them in an egg, | PJ Eby | 2006-01-10 | 3 | -34/+86 |
| * | ``safe_name()`` now allows dots in project names, and there is a new | PJ Eby | 2006-01-10 | 1 | -1/+1 |
| * | PyPI searches now use the exact spelling of requirements specified on | PJ Eby | 2006-01-07 | 1 | -6/+6 |
| * | SharedLibrary -> Library. For now, Windows libs get built as shared, | PJ Eby | 2006-01-06 | 3 | -47/+47 |
| * | Remove debug print left in by mistake. | PJ Eby | 2006-01-05 | 1 | -3/+3 |
| * | First draft of shared library build support. See tests/shlib_test | PJ Eby | 2006-01-05 | 4 | -29/+109 |
| * | Bump version number to start the 0.6a10dev cycle. | PJ Eby | 2006-01-05 | 1 | -1/+1 |
| * | Make it clearer that Requirement.parse() is the only way for users | PJ Eby | 2006-01-03 | 1 | -11/+11 |
| * | Allow most commands to work with an existing .egg-info directory w/a '-' | PJ Eby | 2005-12-30 | 2 | -24/+25 |
| * | Fix unescaped '-' in .egg-info directory names. Note that this means | PJ Eby | 2005-12-30 | 1 | -1/+1 |
| * | Make the install_scripts command respect the "build_scripts -e" | PJ Eby | 2005-12-26 | 2 | -9/+9 |
| * | Fix "legacy mode" trying to install scripts when there are none. | PJ Eby | 2005-12-20 | 1 | -3/+4 |
| * | Fix bdist_dumb support to use .egg-info instead of .egg format. | PJ Eby | 2005-12-16 | 1 | -7/+45 |
| * | Make install_egg_info track every file it installs, not just the | PJ Eby | 2005-12-15 | 1 | -3/+3 |
| * | Added the ``exclude_package_data`` keyword to ``setup()``, allowing you | PJ Eby | 2005-12-15 | 2 | -17/+58 |
| * | Support full roundtrip translation of eggs to and from ``bdist_wininst`` | PJ Eby | 2005-12-14 | 4 | -12/+55 |
| * | Refactor script wrapper generation into a separate function so that it | PJ Eby | 2005-12-14 | 1 | -48/+48 |
| * | Basic roundtripping support between bdist_wininst and eggs. EasyInstall | PJ Eby | 2005-12-14 | 3 | -41/+40 |
| * | Oops. | PJ Eby | 2005-12-14 | 1 | -1/+1 |
| * | Added a ``--single-version-externally-managed`` option to the ``install`` | PJ Eby | 2005-12-14 | 2 | -41/+27 |
| * | Added an internal ``install_egg_info`` command to use as part of old-style | PJ Eby | 2005-12-14 | 3 | -4/+86 |
| * | Changed ``parse_version()`` to remove dashes before pre-release tags, so | PJ Eby | 2005-12-06 | 1 | -3/+3 |
| * | Added an ``unpack_directory()`` driver to ``setuptools.archive_util``, so | PJ Eby | 2005-12-06 | 1 | -3/+44 |
| * | Added support for ``.egg-info`` files or directories with version/platform | PJ Eby | 2005-12-06 | 1 | -2/+2 |
| * | Made all commands that use ``easy_install`` respect its configuration | PJ Eby | 2005-12-01 | 2 | -15/+15 |
| * | Added ``tests_require`` keyword to ``setup()``, so that e.g. packages | PJ Eby | 2005-11-19 | 2 | -7/+7 |
| * | Kludges to make building packages with '-' in their version work with | PJ Eby | 2005-11-19 | 1 | -0/+49 |
| * | Added warning for namespace packages with missing ``declare_namespace()``, | PJ Eby | 2005-11-18 | 1 | -0/+41 |
| * | Fixed ``.pth`` file processing picking up nested eggs (i.e. ones inside | PJ Eby | 2005-11-18 | 1 | -3/+3 |
| * | Fix .svn exclude pattern for non-Windows platforms. | PJ Eby | 2005-11-18 | 1 | -1/+2 |
| * | Fixed ``--tag-svn-revision`` not working when run from a source | PJ Eby | 2005-11-18 | 1 | -4/+4 |
| * | Added the ``include_package_data`` keyword to ``setup()``, allowing you to | PJ Eby | 2005-11-18 | 1 | -45/+45 |
| * | The ``sdist`` command no longer uses the traditional ``MANIFEST`` file to | PJ Eby | 2005-11-18 | 2 | -10/+51 |
| * | Build a SOURCES.txt manifest file in .egg-info, that can then be included in | PJ Eby | 2005-11-18 | 1 | -10/+133 |
| * | Bump version number to begin the 0.6a9 developent cycle | PJ Eby | 2005-11-18 | 1 | -1/+1 |
| * | Quote arguments to python.exe (including python's path) to avoid | PJ Eby | 2005-11-17 | 2 | -0/+0 |
| * | 0.6a8 final. | PJ Eby | 2005-11-16 | 1 | -1/+1 |
| * | Update for SourceForge's changed mirror page formats | PJ Eby | 2005-11-16 | 1 | -7/+7 |
| * | Detect .dll, .so, .dylib and .pyd files that might have | PJ Eby | 2005-11-09 | 1 | -15/+15 |
| * | Fix rmtree() brokenness with Python 2.4 by breaking down and copying | PJ Eby | 2005-11-05 | 1 | -41/+41 |
| * | Fixed some problems with fresh checkouts of projects that don't include | PJ Eby | 2005-11-05 | 2 | -26/+26 |
| * | Made ``egg_info --tag-svn-revision`` fall back to extracting the | PJ Eby | 2005-11-04 | 1 | -12/+12 |
| * | Reduce the number of redundant host blocking warnings by not | PJ Eby | 2005-11-04 | 1 | -1/+1 |
| * | Made ``develop`` command accept all the same options as ``easy_install``, | PJ Eby | 2005-11-04 | 1 | -14/+14 |