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
*
Delete some dead code.
Arfrever Frehtes Taifersar Arahesis
2015-02-18
1
-11
/
+2
*
next compatibility is no longer required
Jason R. Coombs
2014-07-05
1
-1
/
+1
*
Fixed PEP 8 compliancy of the setuptools.command package
Alex Grönholm
2014-06-18
1
-70
/
+87
*
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
-27
/
+3
|
\
|
*
Backed out changeset 28901bac2f2e See #148
Jason R. Coombs
2014-02-11
1
-27
/
+27
*
|
Merge Python 3 native support from distribute
Jason R. Coombs
2013-06-18
1
-2
/
+3
|
\
\
|
*
\
Merge with upstream
Jason R. Coombs
2013-06-18
1
-2
/
+6
|
|
\
\
|
*
|
|
Changes to support 2.x and 3.x in the same codebase.
Vinay Sajip
2011-06-20
1
-2
/
+3
*
|
|
|
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
-3
/
+3
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Copy changes from 1aae1efe5733 for setuptools/command/* (except easy_install.py
Jason R. Coombs
2013-05-03
1
-3
/
+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
*
|
|
|
Merged in msabramo/distribute_msabramo_py33 (pull request #10)
Jason R. Coombs
2012-07-21
1
-1
/
+5
|
\
\
\
\
|
*
|
|
|
Add tests and fix for marshal.load of pyc files on Python 3.3
Marc Abramowitz
2012-06-26
1
-1
/
+5
|
|
|
/
/
|
|
/
|
|
*
/
|
|
Issue #283 bdist_egg issues with python 3.3.0aX
Jim Fulton
2012-07-14
1
-0
/
+2
|
/
/
/
*
|
|
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
*
|
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
[next]