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
Commit message (
Expand
)
Author
Age
Files
Lines
*
making ez_setup removing an existing setuptools distribution out of the way
tarek
2009-07-20
1
-2
/
+1
*
Apply patch from pjenvey. Closes #3.
Hanno Schlichting
2009-07-16
3
-4
/
+13
*
#2 fixed setuptools for 2.7 (current trunk)
Tarek Ziadé
2009-07-16
1
-0
/
+46
*
#1 Added compatibility with Subversion 1.6.
Tarek Ziadé
2009-07-16
2
-3
/
+4
*
Keep site directories (e.g. site-packages) from being included in
PJ Eby
2008-09-24
1
-5
/
+5
*
Backport fix for http://bugs.python.org/setuptools/issue27
PJ Eby
2008-09-24
1
-24
/
+24
*
Fix for http://bugs.python.org/setuptools/issue37 - missing
PJ Eby
2008-09-11
1
-1
/
+1
*
Ensure that _full_name is set on all shared libs before extensions
PJ Eby
2008-08-21
1
-3
/
+3
*
Fix for http://bugs.python.org/setuptools/issue9 (backport from trunk)
PJ Eby
2008-08-21
2
-9
/
+9
*
Fix for http://bugs.python.org/setuptools/issue11 (backport from trunk)
PJ Eby
2008-08-21
1
-2
/
+3
*
Fix for http://bugs.python.org/setuptools/issue5 (backport from trunk)
PJ Eby
2008-08-21
1
-1
/
+4
*
Enhanced error message per http://bugs.python.org/setuptools/issue28
PJ Eby
2008-08-21
1
-2
/
+2
*
Backport egg_info SVN fix from trunk
PJ Eby
2008-07-24
1
-2
/
+2
*
Support subversion 1.5 (backport from trunk)
PJ Eby
2008-07-16
1
-1
/
+1
*
Fixed ``win32.exe`` support for .pth files, so unnecessary directory
PJ Eby
2008-03-10
1
-5
/
+5
*
Fix ``resource_listdir('')`` always returning an empty list for zipped
PJ Eby
2008-02-15
1
-1
/
+1
*
Fix interactions between the various "require" options,
PJ Eby
2008-01-19
4
-19
/
+19
*
chmod/test cleanups and Jython compatibility (backport from trunk)
PJ Eby
2008-01-18
3
-28
/
+69
*
Update Pyrex/swig_sources workaround for newer Pyrex versions
PJ Eby
2008-01-15
1
-1
/
+1
*
Fix not picking up dependency links from recursive dependencies.
PJ Eby
2008-01-15
1
-4
/
+4
*
Prevent ``--help-commands`` and other junk from showing under Python 2.5
PJ Eby
2007-10-08
1
-1
/
+1
*
Fixed a missing files problem when using Windows source distributions on
PJ Eby
2007-09-26
1
-11
/
+11
*
The default ``--index-url`` is now ``http://pypi.python.org/simple``, to
PJ Eby
2007-09-04
2
-2
/
+2
*
Fix import problems with nested namespace packages installed via
PJ Eby
2007-09-04
1
-31
/
+31
*
Fix distutils.filelist.findall() crashing on broken symlinks. Fix
PJ Eby
2007-07-11
1
-2
/
+2
*
Fix problem activating dependencies for tests (backport from trunk)
PJ Eby
2007-03-02
1
-1
/
+1
*
Fix ``test`` command possibly failing if an older version of the project
PJ Eby
2007-02-24
1
-12
/
+53
*
Added ``--local-snapshots-ok`` flag, to allow building eggs from
PJ Eby
2007-02-23
2
-18
/
+18
*
Indicate when dependency processing is finished, so that you can tell
PJ Eby
2007-02-23
1
-1
/
+1
*
Respect possible entry point override of 'easy_install' command.
PJ Eby
2007-02-20
1
-1
/
+1
*
Fix error if script contains null byte. (backport from trunk)
PJ Eby
2007-02-17
1
-1
/
+1
*
Added ``--egg-path`` option to ``develop`` command, allowing you to force
PJ Eby
2007-02-15
1
-6
/
+47
*
Fix script language detection problem (backport from trunk)
PJ Eby
2007-02-01
1
-12
/
+12
*
Fixed distutils-style scripts originally built on Windows having their
PJ Eby
2007-02-01
1
-1
/
+1
*
Fix "eggsecutables" (such as setuptools' own egg) only being runnable
PJ Eby
2007-01-24
1
-1
/
+1
*
Fix missing backport of import fix for bdist_rpm building non-source
PJ Eby
2007-01-09
1
-1
/
+1
*
Fix uploaded ``bdist_wininst`` packages being described as suitable for
PJ Eby
2007-01-09
1
-18
/
+21
*
Bump version to 0.6c5, and backport bdist_rpm and cygwin dll fixes
PJ Eby
2007-01-09
2
-9
/
+9
*
Argh.
PJ Eby
2007-01-09
1
-1
/
+1
*
Don't double-upload .exe files under Python 2.5. :(
PJ Eby
2007-01-09
1
-18
/
+18
*
Fix a problem installing eggs with a system packaging tool if the project
PJ Eby
2007-01-05
1
-5
/
+46
*
Switch default package-index to cheeseshop.python.org, and make
PJ Eby
2006-12-29
1
-1
/
+1
*
Overhauled Windows script wrapping to support ``bdist_wininst`` better.
PJ Eby
2006-12-29
1
-15
/
+56
*
Partial support for cross-platform generation of bdist_wininst .exe's.
PJ Eby
2006-12-29
3
-10
/
+17
*
Work around a distutils bdist_wininst bug: if the user has specified an
PJ Eby
2006-12-29
2
-1
/
+8
*
Fix import problem for bdist_rpm w/Python<2.5
PJ Eby
2006-12-29
1
-1
/
+1
*
Removed all special support for Sourceforge mirrors, as Sourceforge's
PJ Eby
2006-12-29
1
-3
/
+3
*
Fixed a problem with ``.pth`` testing on Windows when ``sys.executable``
PJ Eby
2006-12-01
1
-1
/
+1
*
Use cross-platform relative paths in ``easy-install.pth`` when doing
PJ Eby
2006-09-29
1
-3
/
+44
*
Fix problem generating "eggsecutable" header if dist/ dir doesn't exist yet.
PJ Eby
2006-09-28
1
-1
/
+1
[next]