| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use file context for write_stub | Jason R. Coombs | 2014-03-30 | 1 | -3/+2 |
| | | |||||
| * | Create stub template from a multiline string. | Jason R. Coombs | 2014-03-30 | 1 | -12/+11 |
| | | |||||
| * | Update bdist_egg for style | Jason R. Coombs | 2014-03-30 | 1 | -99/+34 |
| | | |||||
| * | Merge backout of namespace package __init__ module generation; ref #148.3.0b1 | Jason R. Coombs | 2014-02-11 | 1 | -89/+208 |
| |\ | |||||
| | * | Merge Python 3 native support from distribute | Jason R. Coombs | 2013-06-18 | 1 | -6/+10 |
| | |\ | |||||
| | | * | Use new sysconfig module with Python 2.7 or >=3.2. | Arfrever Frehtes Taifersar Arahesis | 2013-06-12 | 1 | -4/+8 |
| | | | | |||||
| | | * | Merge setuptools/command/* | Jason R. Coombs | 2013-05-04 | 1 | -7/+22 |
| | | |\ | |||||
| | | * | | Copy changes from 1aae1efe5733 for setuptools/command/* (except easy_install.py | Jason R. Coombs | 2013-05-03 | 1 | -3/+3 |
| | | | | | |||||
| | * | | | Merge with upstream | Jason R. Coombs | 2013-06-18 | 1 | -2/+3 |
| | |\ \ \ | | |_|/ | |/| | | |||||
| | | * | | Changes to support 2.x and 3.x in the same codebase. | Vinay Sajip | 2011-06-20 | 1 | -2/+3 |
| | | | | | |||||
| | * | | | marshall.load() does not necessarily raise ValueError. Fixes #283. | Stefan H. Holek | 2012-10-08 | 1 | -6/+6 |
| | | | | | |||||
| | * | | | Issue #283: Reenable scanning of *.pyc / *.pyo files on Python 3.3. | Arfrever Frehtes Taifersar Arahesis | 2012-07-25 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | Scanning of these files was fixed in commit 2479772eeea7. | ||||
| | * | | | Merged in msabramo/distribute_msabramo_py33 (pull request #10) | Jason R. Coombs | 2012-07-21 | 1 | -0/+2 |
| | |\ \ \ | |||||
| | | * | | | Issue #283 bdist_egg issues with python 3.3.0aX | Jim Fulton | 2012-07-14 | 1 | -0/+2 |
| | | |/ / | |||||
| | * | | | Add tests and fix for marshal.load of pyc files on Python 3.3 | Marc Abramowitz | 2012-06-26 | 1 | -1/+5 |
| | |/ / | | | | | | | | | | | | | Fixes https://bitbucket.org/tarek/distribute/issue/283/bdist_egg-issues-with-python-330ax | ||||
| | * | | Fix for issue192 | Jason R. Coombs | 2011-03-16 | 1 | -1/+5 |
| | | | | |||||
| | * | | fixed typo - thanks to Ted Tibbets | Tarek Ziade | 2010-09-21 | 1 | -1/+1 |
| | | | | |||||
| | * | | Python 2.7 compat | tarek | 2010-01-24 | 1 | -1/+6 |
| | | | | |||||
| | * | | Open zipsafe file in text mode. | Martin v. L?wis | 2009-09-12 | 1 | -1/+1 |
| | | | | |||||
| | * | | Replace os.path.walk with os.walk. | Martin v. L?wis | 2009-09-12 | 1 | -2/+4 |
| | |/ | |||||
| | * | Fix for http://bugs.python.org/setuptools/issue37 - missing | PJ Eby | 2008-09-11 | 1 | -1/+1 |
| | | | | | | | | | __loader__ running under Google App Engine. (backport from trunk) | ||||
| | * | Fix for http://bugs.python.org/setuptools/issue9 (backport from trunk) | PJ Eby | 2008-08-21 | 1 | -3/+3 |
| | | | |||||
| | * | chmod/test cleanups and Jython compatibility (backport from trunk) | PJ Eby | 2008-01-18 | 1 | -1/+42 |
| | | | |||||
| | * | Fix "eggsecutables" (such as setuptools' own egg) only being runnable | PJ Eby | 2007-01-24 | 1 | -1/+1 |
| | | | | | | | | | with bash-compatible shells. (backport from trunk) | ||||
| | * | Fix problem generating "eggsecutable" header if dist/ dir doesn't exist yet. | PJ Eby | 2006-09-28 | 1 | -1/+1 |
| | | | | | | | | | (backport from trunk) | ||||
| | * | Add support for "eggsecutable" headers: a /bin/sh script that is prepended | PJ Eby | 2006-09-22 | 1 | -8/+49 |
| | | | | | | | | | | | | | | | to an .egg file to allow it to be run as a script on Unix-ish platforms. (This is mainly so that setuptools itself can have a single-file installer on Unix, without doing multiple downloads, dealing with firewalls, etc.) (Backport from trunk) | ||||
| | * | * Fixed ``AttributeError`` when trying to download a ``setup_requires`` | PJ Eby | 2006-07-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | dependency when a distribution lacks a ``dependency_links`` setting. * Made ``zip-safe`` and ``not-zip-safe`` flag files contain a single byte, so as to play better with packaging tools that complain about zero-length files. * Made ``setup.py develop`` respect the ``--no-deps`` option, which it previously was ignoring. (bug fixes backported from trunk) | ||||
| | * | Fix bdist_egg not including files in .egg-info subdirectories. | PJ Eby | 2006-06-07 | 1 | -19/+19 |
| | | | | | | | | | (merge from trunk) | ||||
| | * | Backport doc fixes and 2.4-only -m safety check to 0.6 branch | PJ Eby | 2006-04-28 | 1 | -1/+1 |
| | | | |||||
| | * | Backport 'module' fixes to 0.6 | PJ Eby | 2006-04-24 | 1 | -8/+8 |
| | | | |||||
| | * | Split ``get_platform()`` into ``get_supported_platform()`` and | PJ Eby | 2006-04-18 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | ``get_build_platform()`` to work around a Mac versioning problem that caused the behavior of ``compatible_platforms()`` to be platform specific. (Backport from 0.7 trunk, rev 45536) | ||||
| | * | Don't generate a loader .py file in .egg file for extensions that aren't | PJ Eby | 2006-03-21 | 1 | -2/+2 |
| | | | | | | | | | | | actually built. This prevents problems w/customized setups that make some extensions optional (e.g. scipy.distutils). | ||||
| | * | Don't compress eggs on Python 2.3, as a possible workaround for 64-bit | PJ Eby | 2006-02-13 | 1 | -7/+7 |
| | | | | | | | | | zipimport bug. | ||||
| | * | Fixed duplication of scripts inside .egg files | PJ Eby | 2006-02-13 | 1 | -1/+1 |
| | | | |||||
| | * | Don't write .py stubs except for actual extensions that don't already | PJ Eby | 2006-01-13 | 1 | -19/+19 |
| | | | | | | | | | have them. | ||||
| | * | Basic roundtripping support between bdist_wininst and eggs. EasyInstall | PJ Eby | 2005-12-14 | 1 | -21/+21 |
| | | | | | | | | | | | | | | | will now recognize when a bdist_wininst .exe wraps a .egg-info style package, and reconstitute it correctly, maintaining the original zip safety flag, if applicable. This still needs support for entrypoint scripts, though, as does the install_scripts command. | ||||
| | * | Detect .dll, .so, .dylib and .pyd files that might have | PJ Eby | 2005-11-09 | 1 | -15/+15 |
| | | | | | | | | | | | been included in a project as data files rather than as Python extensions. | ||||
| | * | Work around a problem with SuSE Linux's patched install_lib command, by | PJ Eby | 2005-09-03 | 1 | -3/+44 |
| | | | | | | | | | figuring out the extension paths without its help. :( | ||||
| | * | Simplify non-root install process and improve Mac OS docs for it. Support | PJ Eby | 2005-08-23 | 1 | -5/+1 |
| | | | | | | | | | | | .pth files and legacy packages possibly being symlinks, and ensure that overwrites don't follow the symlink. | ||||
| | * | Make easy_install --record strip the RPM root when building RPMs, and have | PJ Eby | 2005-08-22 | 1 | -0/+4 |
| | | | | | | | | | | | | | bdist_egg ignore the RPM root when building an egg. This version now can actually run bdist_rpm to completion, although the resulting RPM will install an egg without a corresponding .pth file. | ||||
| * | | Backed out changeset 28901bac2f2e See #148 | Jason R. Coombs | 2014-02-11 | 1 | -27/+27 |
| |/ | |||||
| * | Auto-generate namespace __init__.py files for packages without them. This | PJ Eby | 2005-08-14 | 1 | -27/+27 |
| | | | | | | | | | is a workaround for packages like 'll-color', which are distributed without 'll/__init__.py', to avoid overwriting ll-core's copy of ll/__init__.py. This allows existing packages that use this sort of kludging to be treated as a crude namespace package, as long as the "real" __init__.py also calls declare_namespace(). | ||||
| * | Update zip-safety scanner to check for modules that might be used as | PJ Eby | 2005-07-12 | 1 | -5/+5 |
| | | | | | | ``python -m`` scripts. Misc. fixes for win32.exe support, including changes to support Python 2.4's changed ``bdist_wininst`` format. | ||||
| * | Enhanced "zip safety" analysis (including scan of win32.exe's) and have | PJ Eby | 2005-07-11 | 1 | -61/+102 |
| | | | | | EasyInstall act on zip safety flags. Add a lot more docs for setuptools. | ||||
| * | First-pass implementation of zippability analysis; scans for impure | PJ Eby | 2005-07-10 | 1 | -39/+80 |
| | | | | | | | distribution or use of __file__/__path__ and selected 'inspect' operations. Currently, the analysis is a bit overconservative; when the runtime is more robust, it should probably allow extensions to be zipped by default. | ||||
| * | Allow EasyInstall to accept a directory containing a setup script as one | PJ Eby | 2005-07-10 | 1 | -2/+2 |
| | | | | | | of its arguments. Fix swapped short option names for --bdist-dir and --dist-dir in bdist_egg. | ||||
| * | Detect and handle conflicts with "unmanaged" packages when installing | PJ Eby | 2005-07-10 | 1 | -4/+45 |
| | | | | | | packages managed by EasyInstall. Also, add an option to exclude source files from .egg distributions. | ||||
| * | Fix typos in option specs for bdist_egg. | PJ Eby | 2005-07-09 | 1 | -2/+2 |
| | | |||||
| * | Added ``egg_info`` command to ``setuptools``-based packages. This command | PJ Eby | 2005-07-06 | 1 | -98/+57 |
| | | | | | | | just creates or updates the "projectname.egg-info" directory, without building an egg. It's used by the ``bdist_egg`` command now, and will be used by the ``test`` and ``develop`` commands later on. | ||||
| * | Fix a problem using bdist_egg with non-setuptools distributions. | PJ Eby | 2005-07-04 | 1 | -5/+5 |
| | | |||||
