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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Basic Auth support for http URLs with embedded credentials. If an
PJ Eby
2006-12-30
2
-3
/
+49
*
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
2
-2
/
+2
*
Overhauled Windows script wrapping to support ``bdist_wininst`` better.
PJ Eby
2006-12-29
6
-85
/
+187
*
Partial support for cross-platform generation of bdist_wininst .exe's.
PJ Eby
2006-12-29
4
-11
/
+20
*
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
*
And another typo...
PJ Eby
2006-12-29
1
-1
/
+1
*
Fix typo in release notes
PJ Eby
2006-12-29
1
-1
/
+1
*
Removed all special support for Sourceforge mirrors, as Sourceforge's
PJ Eby
2006-12-29
3
-169
/
+23
*
New installation instructions & credits (backport from trunk)
PJ Eby
2006-12-29
2
-21
/
+170
*
Fixed a problem with ``.pth`` testing on Windows when ``sys.executable``
PJ Eby
2006-12-01
2
-1
/
+5
*
Fixed not allowing ``os.open()`` of paths outside the sandbox, even if they
PJ Eby
2006-10-24
2
-1
/
+46
*
Use cross-platform relative paths in ``easy-install.pth`` when doing
PJ Eby
2006-09-29
2
-3
/
+48
*
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
3
-41
/
+137
*
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
2
-1
/
+3
*
Fixed SF downloads aborting when a SF mirror returns an HTML page when it
PJ Eby
2006-09-25
2
-22
/
+34
*
Fix "dev" versions being considered newer than release candidates.
PJ Eby
2006-09-25
3
-2
/
+7
*
Add support for "eggsecutable" headers: a /bin/sh script that is prepended
PJ Eby
2006-09-22
5
-18
/
+105
*
Fix bad import
PJ Eby
2006-09-21
1
-1
/
+1
*
bdist_rpm runs sdist and thus will cause it to upload anyway
PJ Eby
2006-09-21
1
-1
/
+1
*
Fix bdist_wininst files not being uploaded by "upload"
PJ Eby
2006-09-21
3
-3
/
+26
*
Build & upload win32 installers
PJ Eby
2006-09-21
2
-4
/
+7
*
Fix ``upload`` not uploading files built by ``bdist_rpm`` on Python 2.3 and
PJ Eby
2006-09-21
2
-12
/
+30
*
Fix easy_install not recognizing win32.exe files that include a custom bitmap.
PJ Eby
2006-09-21
2
-1
/
+5
*
Bump version #'s to 0.6c4
PJ Eby
2006-09-21
5
-5
/
+5
*
Build .exe and .src.rpm files for releases as well as .egg and .tgz
PJ Eby
2006-09-21
1
-2
/
+6
*
0.6c3 release
PJ Eby
2006-09-20
2
-6
/
+10
*
More Python 2.5 compatibility fixes.
PJ Eby
2006-09-20
3
-8
/
+15
*
Backport all known 2.5-compatibility fixes
PJ Eby
2006-09-20
9
-49
/
+52
*
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
3
-24
/
+68
*
Bump revision to start work on 0.6c3
PJ Eby
2006-09-17
5
-5
/
+7
*
Generated scripts now use ``-x`` on the ``#!`` line when ``sys.executable``
PJ Eby
2006-09-06
3
-12
/
+16
*
Make "setup.py develop" of a setuptools-using project install
PJ Eby
2006-09-06
2
-3
/
+6
*
Don't check installation directory writability and site/.pth setup when
PJ Eby
2006-09-06
2
-2
/
+5
*
Support setuptools .egg being in current directory when bootstrapping on
PJ Eby
2006-09-06
3
-7
/
+15
*
Update release notes for Jim's #! fixes.
PJ Eby
2006-08-22
1
-0
/
+4
*
Added quoting of script arguments and extended the quoting logic to
Jim Fulton
2006-08-22
5
-15
/
+191
*
Backport OS X doc fix from trunk.
PJ Eby
2006-08-13
1
-2
/
+2
*
bump version number to 0.6c2.dev
PJ Eby
2006-07-21
5
-5
/
+5
*
Fix a problem with eggs specified directly on ``PYTHONPATH`` on
PJ Eby
2006-07-21
2
-3
/
+8
*
0.6c1 MD5 info
PJ Eby
2006-07-21
1
-0
/
+2
*
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
2
-6
/
+10
*
Fix incorrect release note regarding the egg_info/sdist fix.
PJ Eby
2006-07-18
1
-4
/
+6
*
Source distributions now always include a ``setup.cfg`` file that explicitly
PJ Eby
2006-07-18
3
-29
/
+34
*
Support ``extra_path`` option to ``setup()`` when ``install`` is run in
PJ Eby
2006-07-18
2
-9
/
+12
[next]