summaryrefslogtreecommitdiff
path: root/setuptools/command/bdist_egg.py
Commit message (Expand)AuthorAgeFilesLines
* next compatibility is no longer requiredJason R. Coombs2014-07-051-1/+1
* Fixed PEP 8 compliancy of the setuptools.command packageAlex Gr?nholm2014-06-181-70/+87
* Use file context for write_stubJason R. Coombs2014-03-301-3/+2
* Create stub template from a multiline string.Jason R. Coombs2014-03-301-12/+11
* Update bdist_egg for styleJason R. Coombs2014-03-301-99/+34
* Merge backout of namespace package __init__ module generation; ref #148.3.0b1Jason R. Coombs2014-02-111-89/+208
|\
| * Merge Python 3 native support from distributeJason R. Coombs2013-06-181-6/+10
| |\
| | * Use new sysconfig module with Python 2.7 or >=3.2.Arfrever Frehtes Taifersar Arahesis2013-06-121-4/+8
| | * Merge setuptools/command/*Jason R. Coombs2013-05-041-7/+22
| | |\
| | * | Copy changes from 1aae1efe5733 for setuptools/command/* (except easy_install.pyJason R. Coombs2013-05-031-3/+3
| * | | Merge with upstreamJason R. Coombs2013-06-181-2/+3
| |\ \ \ | | |_|/ | |/| |
| | * | Changes to support 2.x and 3.x in the same codebase.Vinay Sajip2011-06-201-2/+3
| * | | marshall.load() does not necessarily raise ValueError. Fixes #283.Stefan H. Holek2012-10-081-6/+6
| * | | Issue #283: Reenable scanning of *.pyc / *.pyo files on Python 3.3.Arfrever Frehtes Taifersar Arahesis2012-07-251-2/+0
| * | | Merged in msabramo/distribute_msabramo_py33 (pull request #10)Jason R. Coombs2012-07-211-0/+2
| |\ \ \
| | * | | Issue #283 bdist_egg issues with python 3.3.0aXJim Fulton2012-07-141-0/+2
| | |/ /
| * | | Add tests and fix for marshal.load of pyc files on Python 3.3Marc Abramowitz2012-06-261-1/+5
| |/ /
| * | Fix for issue192Jason R. Coombs2011-03-161-1/+5
| * | fixed typo - thanks to Ted TibbetsTarek Ziade2010-09-211-1/+1
| * | Python 2.7 compattarek2010-01-241-1/+6
| * | Open zipsafe file in text mode.Martin v. L?wis2009-09-121-1/+1
| * | Replace os.path.walk with os.walk.Martin v. L?wis2009-09-121-2/+4
| |/
| * Fix for http://bugs.python.org/setuptools/issue37 - missingPJ Eby2008-09-111-1/+1
| * Fix for http://bugs.python.org/setuptools/issue9 (backport from trunk)PJ Eby2008-08-211-3/+3
| * chmod/test cleanups and Jython compatibility (backport from trunk)PJ Eby2008-01-181-1/+42
| * Fix "eggsecutables" (such as setuptools' own egg) only being runnablePJ Eby2007-01-241-1/+1
| * Fix problem generating "eggsecutable" header if dist/ dir doesn't exist yet.PJ Eby2006-09-281-1/+1
| * Add support for "eggsecutable" headers: a /bin/sh script that is prependedPJ Eby2006-09-221-8/+49
| * * Fixed ``AttributeError`` when trying to download a ``setup_requires``PJ Eby2006-07-141-1/+1
| * Fix bdist_egg not including files in .egg-info subdirectories.PJ Eby2006-06-071-19/+19
| * Backport doc fixes and 2.4-only -m safety check to 0.6 branchPJ Eby2006-04-281-1/+1
| * Backport 'module' fixes to 0.6PJ Eby2006-04-241-8/+8
| * Split ``get_platform()`` into ``get_supported_platform()`` andPJ Eby2006-04-181-3/+3
| * Don't generate a loader .py file in .egg file for extensions that aren'tPJ Eby2006-03-211-2/+2
| * Don't compress eggs on Python 2.3, as a possible workaround for 64-bitPJ Eby2006-02-131-7/+7
| * Fixed duplication of scripts inside .egg filesPJ Eby2006-02-131-1/+1
| * Don't write .py stubs except for actual extensions that don't alreadyPJ Eby2006-01-131-19/+19
| * Basic roundtripping support between bdist_wininst and eggs. EasyInstallPJ Eby2005-12-141-21/+21
| * Detect .dll, .so, .dylib and .pyd files that might havePJ Eby2005-11-091-15/+15
| * Work around a problem with SuSE Linux's patched install_lib command, byPJ Eby2005-09-031-3/+44
| * Simplify non-root install process and improve Mac OS docs for it. SupportPJ Eby2005-08-231-5/+1
| * Make easy_install --record strip the RPM root when building RPMs, and havePJ Eby2005-08-221-0/+4
* | Backed out changeset 28901bac2f2e See #148Jason R. Coombs2014-02-111-27/+27
|/
* Auto-generate namespace __init__.py files for packages without them. ThisPJ Eby2005-08-141-27/+27
* Update zip-safety scanner to check for modules that might be used asPJ Eby2005-07-121-5/+5
* Enhanced "zip safety" analysis (including scan of win32.exe's) and havePJ Eby2005-07-111-61/+102
* First-pass implementation of zippability analysis; scans for impurePJ Eby2005-07-101-39/+80
* Allow EasyInstall to accept a directory containing a setup script as onePJ Eby2005-07-101-2/+2
* Detect and handle conflicts with "unmanaged" packages when installingPJ Eby2005-07-101-4/+45
* Fix typos in option specs for bdist_egg.PJ Eby2005-07-091-2/+2