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
*
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
*
Allow ``file://`` URLs to be used as a package index. URLs that refer to
PJ Eby
2006-07-10
1
-28
/
+28
*
Fix not recognizing HTML 404 pages from package indexes.
PJ Eby
2006-07-10
1
-2
/
+2
*
Fix ``sys.path_importer_cache`` not being updated when an existing zipfile
PJ Eby
2006-07-10
1
-9
/
+9
*
Fixed redundant warnings about missing ``README`` file(s); it should now
PJ Eby
2006-07-10
2
-5
/
+46
*
Added ``--no-date`` and ``--no-svn-revision`` options to ``egg_info``
PJ Eby
2006-07-10
1
-2
/
+43
*
Fix ``register`` not obeying name/version set by ``egg_info`` command, if
PJ Eby
2006-07-10
2
-0
/
+11
*
Fix broken error message for socket error during upload.
PJ Eby
2006-07-10
1
-1
/
+1
*
Fix ``ftp://`` directory listing URLs from causing a crash when used in
PJ Eby
2006-06-20
1
-1
/
+1
*
Implement detection of non-Python scripts, as described in
PJ Eby
2006-06-15
1
-5
/
+46
*
Bump version # to 0.6b4 - although it might really be 0.6c1
PJ Eby
2006-06-15
1
-1
/
+1
*
Allow .py files found by the include_package_data option to be
PJ Eby
2006-06-09
1
-9
/
+9
*
Fix sometimes not detecting local packages installed outside of "site"
PJ Eby
2006-06-09
1
-1
/
+1
*
Fix local --find-links eggs not being copied except with --always-copy.
PJ Eby
2006-06-07
1
-11
/
+11
*
Bump version to 0.6b3
PJ Eby
2006-06-07
1
-1
/
+1
*
Fix bdist_egg not including files in .egg-info subdirectories.
PJ Eby
2006-06-07
1
-19
/
+19
*
Construct ``.pth`` file paths in such a way that installing an egg whose
PJ Eby
2006-05-30
1
-3
/
+3
*
Don't make things warnings that aren't; update info text for
PJ Eby
2006-05-26
1
-6
/
+6
*
Don't install or update a ``site.py`` patch when installing to a
PJ Eby
2006-05-23
1
-5
/
+3
*
Bump version for development of 0.6b2
PJ Eby
2006-05-23
1
-1
/
+1
*
Better ambiguity management: accept #egg name/version even if processing
PJ Eby
2006-05-12
1
-7
/
+7
*
Backport doc fixes and 2.4-only -m safety check to 0.6 branch
PJ Eby
2006-04-28
1
-1
/
+1
*
Fix entry point parsing when a standalone module name has whitespace
PJ Eby
2006-04-27
1
-4
/
+4
*
Backport 'module' fixes to 0.6
PJ Eby
2006-04-24
3
-16
/
+16
*
Recognize 'U' as a valid read-only mode for open()
PJ Eby
2006-04-21
1
-1
/
+1
[next]