index
:
external_python_setuptools
40.7-maintenance
bootstrap
bootstrap-2.x
bootstrap-py24
bugfix/1623-always-targz
bugfix/1635-disallow-parent-paths
bugfix/1663-restore-port
bugfix/2129-better-egg-detection
bugfix/2232-adopt-distutils-default
bugfix/2232-ubuntu-patch
bugfix/downgrade-pip
bugfix/downgrade-pip-redux
debt/drop-py35
debt/remove-RequirementParseError
develop-nspkg
develop-nspkg-always
di-patch-1
distutils
distutils-adopt-escape-hatch
docs/auto-merge
docs/distutils-porting
dont-normalize
drop-py26
export-pkg-resources
feature/1246-utf-8-in-scripts
feature/1696-update-vendored-deps
feature/2093-docs-revamp
feature/deprecate-2to3
feature/deps-in-metadata
feature/deterministic-provides-extras-2
feature/easy-install-dep
feature/implicit-bootstrap
feature/include-pyproject.toml
feature/pip-options-alignment
feature/pyopenssl-fallback
feature/simple-dist-name-in-scripts
feature/tox-venv
feature/vendor-pkg-resources
feature/version-in-cfg
feature/xenial-py37
fix_changelog
issue-704
issue-889
issue-97
issue250-module_from_spec
issue250-reentry
iterator-unpack
maint/44.x
master
pr/1521
pr1887-rebase
replicant-10
revert-1180-fix_889_and_non-ascii_in_setup.cfg_take_2
setuptools-scm
Python setuptools
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
setuptools
/
command
/
bdist_egg.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
Fix problem generating "eggsecutable" header if dist/ dir doesn't exist yet.
PJ Eby
2006-09-28
1
-1
/
+1
*
Add support for "eggsecutable" headers: a /bin/sh script that is prepended
PJ Eby
2006-09-22
1
-8
/
+49
*
* Fixed ``AttributeError`` when trying to download a ``setup_requires``
PJ Eby
2006-07-14
1
-1
/
+1
*
Fix bdist_egg not including files in .egg-info subdirectories.
PJ Eby
2006-06-07
1
-19
/
+19
*
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
*
Don't generate a loader .py file in .egg file for extensions that aren't
PJ Eby
2006-03-21
1
-2
/
+2
*
Don't compress eggs on Python 2.3, as a possible workaround for 64-bit
PJ Eby
2006-02-13
1
-7
/
+7
*
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
*
Basic roundtripping support between bdist_wininst and eggs. EasyInstall
PJ Eby
2005-12-14
1
-21
/
+21
*
Detect .dll, .so, .dylib and .pyd files that might have
PJ Eby
2005-11-09
1
-15
/
+15
*
Work around a problem with SuSE Linux's patched install_lib command, by
PJ Eby
2005-09-03
1
-3
/
+44
*
Simplify non-root install process and improve Mac OS docs for it. Support
PJ Eby
2005-08-23
1
-5
/
+1
*
Make easy_install --record strip the RPM root when building RPMs, and have
PJ Eby
2005-08-22
1
-0
/
+4
*
Auto-generate namespace __init__.py files for packages without them. This
PJ Eby
2005-08-14
1
-27
/
+27
*
Update zip-safety scanner to check for modules that might be used as
PJ Eby
2005-07-12
1
-5
/
+5
*
Enhanced "zip safety" analysis (including scan of win32.exe's) and have
PJ Eby
2005-07-11
1
-61
/
+102
*
First-pass implementation of zippability analysis; scans for impure
PJ Eby
2005-07-10
1
-39
/
+80
*
Allow EasyInstall to accept a directory containing a setup script as one
PJ Eby
2005-07-10
1
-2
/
+2
*
Detect and handle conflicts with "unmanaged" packages when installing
PJ Eby
2005-07-10
1
-4
/
+45
*
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
*
Fix a problem using bdist_egg with non-setuptools distributions.
PJ Eby
2005-07-04
1
-5
/
+5
*
EasyInstall/setuptools 0.5a4: significant new features, including automatic
PJ Eby
2005-06-27
1
-46
/
+46
*
Make write_stub() a function, so easy_install can use it too.
PJ Eby
2005-06-15
1
-15
/
+56
*
Add support for quiet/verbose/dry-run/optimize flags.
PJ Eby
2005-06-14
1
-8
/
+8
*
Add 'ez_setup' bootstrap installer. Prep for 0.4a2 release.
PJ Eby
2005-06-12
1
-16
/
+16
*
Restructure easy_install as a distutils "Command" object, so that it can
PJ Eby
2005-06-12
1
-7
/
+7
*
Package scripts under EGG-INFO/scripts. Refactor subcommand invocations
PJ Eby
2005-06-07
1
-35
/
+35
*
Add "safe_name" and "safe_version" functions to allow sanitizing of
PJ Eby
2005-06-05
1
-4
/
+4
*
Ensure that the distribution name written to PKG-INFO is the same as the
PJ Eby
2005-05-30
1
-2
/
+2
*
Reorganize bdist_egg's handling of 'install_data' to better deal with the
PJ Eby
2005-05-30
1
-10
/
+51
*
Added options to alter eggs' version number by tagging with the subversion
PJ Eby
2005-05-29
1
-48
/
+48
*
Handle distributions with ' ' in their names
PJ Eby
2005-05-29
1
-1
/
+1
*
Add experimental 'install_data' support to 'bdist_egg'. The most common
PJ Eby
2005-05-28
1
-26
/
+26
*
Added "AvailableDistributions" class that finds and indexes usable
PJ Eby
2005-04-03
1
-4
/
+4
*
Rough draft of version requirement parser. Make bdist_egg look for a
PJ Eby
2005-04-02
1
-38
/
+79
*
Fix bootstrap loader so extracted files don't have to be on sys.path.
PJ Eby
2005-03-22
1
-2
/
+2
*
Create stub loaders for C extensions, so that the actual dynamic library
PJ Eby
2005-03-22
1
-5
/
+49
*
Allow user-supplied metadata from EGG-INFO.in directory (directory name can
PJ Eby
2005-03-21
1
-1
/
+17
*
Add python version to egg filename.
PJ Eby
2005-03-21
1
-2
/
+3
[next]