index
:
delta/python-setuptools-git.git
40.7-maintenance
bootstrap
bootstrap-2.x
bootstrap-py24
bugfix/1390-description-no-newlines
bugfix/1390-lenient-description
bugfix/1623-always-targz
bugfix/1635-disallow-parent-paths
bugfix/1663-restore-port
bugfix/1996-no-bootstrap
bugfix/2129-better-egg-detection
bugfix/2232-just-break-pip-upgrade
bugfix/2232-ubuntu-patch
bugfix/2471-remove-deps
bugfix/2906-distutils-race
bugfix/2938-easy-install-schemes
bugfix/2993-get-pip-exemption
bugfix/2993-redux
bugfix/3026-sysconfig-vars-in-easy-install
bugfix/3073-old-setuptools
bugfix/3452-unconditional-workaround
bugfix/3452-warn
bugfix/3525-error
bugfix/downgrade-pip
bugfix/downgrade-pip-redux
debt/deprecate-setup-requires
debt/deprecate-version
debt/drop-py35
debt/remove-RequirementParseError
debt/remove-easy-install
debt/remove-legacy-version
debt/update-packaging
dev/adopt_bdist_wheel
dev/avoid_wheel_unstable_api
dev/core_metadata
dev/egg_info_requires
dev/simplified_wheelbuilder
dev/untangle_editable_wheel
develop-nspkg
develop-nspkg-always
di-patch-1
distutils
distutils-adopt-escape-hatch
distutils-refresh
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/2550-build-from-source
feature/deprecate-2to3
feature/deprecate-installer
feature/deps-in-metadata
feature/deterministic-provides-extras-2
feature/distutils-8c160a9693
feature/distutils-bb018f1ac3
feature/distutils-docs
feature/distutils-hack-startup-perf
feature/drop-fetch-build-eggs-easy-install-fallback
feature/easy-install-dep
feature/implicit-bootstrap
feature/include-pyproject.toml
feature/limit-distutils-hack-pip-workaround
feature/local-distutils
feature/local-schemes
feature/logging
feature/pip-options-alignment
feature/plugins-enabled-by-default
feature/pyopenssl-fallback
feature/refactor-parse-requirements
feature/remove-distutils-hack-pip-workaround
feature/remove-easy-install
feature/remove-eggsecutable
feature/restore-editable-pythonpath
feature/sic-versions-in-commands
feature/simple-dist-name-in-scripts
feature/skeleton
feature/test-as-installed
feature/tox-venv
feature/unvendor
feature/vendor-jaraco-text
feature/vendor-pkg-resources
feature/vendoring
feature/version-in-cfg
feature/xenial-py37
fix/2529
include-pypy
issue-704
issue-889
issue-97
issue250-module_from_spec
issue250-reentry
iterator-unpack
jaraco-path-build
license-files-generator
main
maint/44.x
master
pr/1521
pr1887-rebase
revert-1180-fix_889_and_non-ascii_in_setup.cfg_take_2
setuptools-scm
workaround/2495-clean-indentation
workaround/2495-no-install-requires
github.com: pypa/setuptools.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
setuptools
Commit message (
Expand
)
Author
Age
Files
Lines
*
EasyInstall no longer aborts the installation process if a URL it wants to
PJ Eby
2007-01-24
1
-5
/
+5
*
Fix "eggsecutables" (such as setuptools' own egg) only being runnable
PJ Eby
2007-01-24
1
-1
/
+1
*
Bump to 0.6c6. :(
PJ Eby
2007-01-09
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
3
-10
/
+10
*
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
*
Add Basic Auth support for http URLs with embedded credentials. If an
PJ Eby
2006-12-30
1
-3
/
+44
*
Fix os.open() sandboxing code that refused anything but read-only access.
PJ Eby
2006-12-30
1
-2
/
+2
*
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
3
-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
2
-102
/
+20
*
Fixed a problem with ``.pth`` testing on Windows when ``sys.executable``
PJ Eby
2006-12-01
1
-1
/
+1
*
Fixed not allowing ``os.open()`` of paths outside the sandbox, even if they
PJ Eby
2006-10-24
1
-1
/
+42
*
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
*
Allow explicit selection of Sourceforge mirror(s) with ``--sf-mirror``, and
PJ Eby
2006-09-27
2
-36
/
+77
*
Should've used distutils.log.warn instead of warnings.warn
PJ Eby
2006-09-26
2
-4
/
+4
*
Handle empty revision numbers in SVN 1.4 "entries" format
PJ Eby
2006-09-26
1
-1
/
+1
*
Fixed SF downloads aborting when a SF mirror returns an HTML page when it
PJ Eby
2006-09-25
1
-22
/
+22
*
Fix "dev" versions being considered newer than release candidates.
PJ Eby
2006-09-25
1
-0
/
+1
*
Add support for "eggsecutable" headers: a /bin/sh script that is prepended
PJ Eby
2006-09-22
2
-12
/
+53
*
Fix bad import
PJ Eby
2006-09-21
1
-1
/
+1
*
Fix bdist_wininst files not being uploaded by "upload"
PJ Eby
2006-09-21
2
-1
/
+24
*
Fix ``upload`` not uploading files built by ``bdist_rpm`` on Python 2.3 and
PJ Eby
2006-09-21
1
-12
/
+26
*
Fix easy_install not recognizing win32.exe files that include a custom bitmap.
PJ Eby
2006-09-21
1
-1
/
+1
*
Bump version #'s to 0.6c4
PJ Eby
2006-09-21
1
-1
/
+1
*
Backport all known 2.5-compatibility fixes
PJ Eby
2006-09-20
4
-22
/
+26
*
Backport some Python 2.5 compatibility work
PJ Eby
2006-09-20
1
-1
/
+3
*
Support svn 1.4 working copy format (backport from trunk)
PJ Eby
2006-09-17
2
-24
/
+65
*
Bump revision to start work on 0.6c3
PJ Eby
2006-09-17
1
-1
/
+1
*
Generated scripts now use ``-x`` on the ``#!`` line when ``sys.executable``
PJ Eby
2006-09-06
2
-12
/
+12
*
Make "setup.py develop" of a setuptools-using project install
PJ Eby
2006-09-06
1
-3
/
+3
*
Don't check installation directory writability and site/.pth setup when
PJ Eby
2006-09-06
1
-2
/
+2
*
Added quoting of script arguments and extended the quoting logic to
Jim Fulton
2006-08-22
4
-5
/
+113
*
bump version number to 0.6c2.dev
PJ Eby
2006-07-21
1
-1
/
+1
*
Backport PyPI regex change.
PJ Eby
2006-07-20
1
-2
/
+2
*
EasyInstall now includes setuptools version information in the
PJ Eby
2006-07-20
1
-6
/
+6
*
Source distributions now always include a ``setup.cfg`` file that explicitly
PJ Eby
2006-07-18
2
-29
/
+29
*
Support ``extra_path`` option to ``setup()`` when ``install`` is run in
PJ Eby
2006-07-18
1
-9
/
+9
*
* Fixed ``AttributeError`` when trying to download a ``setup_requires``
PJ Eby
2006-07-14
3
-4
/
+4
*
Fix doubled --tag-build help display (backport from trunk)
PJ Eby
2006-07-11
1
-1
/
+1
*
Bump version #
PJ Eby
2006-07-11
1
-1
/
+1
*
Suppressed warning message about possibly-misspelled project name, if an egg
PJ Eby
2006-07-11
1
-13
/
+13
*
Reduce screenscraping required for a package index. Homepage and
PJ Eby
2006-07-11
1
-25
/
+66
[next]