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
/
ez_setup.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop support for Python 2.5 and Python 2.4. Fixes #41.
Jason R. Coombs
2013-11-24
1
-1
/
+1
*
Bumped to 1.4.2 in preparation for next release.
Jason R. Coombs
2013-11-23
1
-1
/
+1
*
Bumped to 1.4.1 in preparation for next release.
1.4.1
Jason R. Coombs
2013-11-23
1
-1
/
+1
*
Bumped to 1.5 in preparation for next release.
Jason R. Coombs
2013-11-17
1
-1
/
+1
*
Bumped to 1.4 in preparation for next release.
1.4b1
Jason R. Coombs
2013-11-14
1
-1
/
+1
*
Bumped to 1.3.3 in preparation for next release.
Jason R. Coombs
2013-11-09
1
-1
/
+1
*
Bumped to 1.3.2 in preparation for next release.
Jason R. Coombs
2013-11-07
1
-1
/
+1
*
Bumped to 1.3.1 in preparation for next release.
1.3.1
Jason R. Coombs
2013-11-07
1
-1
/
+1
*
Bumped to 1.4 in preparation for next release.
Jason R. Coombs
2013-11-03
1
-1
/
+1
*
Bumped to 1.3 in preparation for next release.
Jason R. Coombs
2013-11-02
1
-1
/
+1
*
Also bump version in ez_setup.py
Jason R. Coombs
2013-10-30
1
-1
/
+1
*
Bumped to 1.1.8 in preparation for next release.
Jason R. Coombs
2013-10-27
1
-1
/
+1
*
extract _clean_check call
Jason R. Coombs
2013-09-23
1
-18
/
+15
*
Merged in sureshvv/setuptools (pull request #17)
Jason R. Coombs
2013-09-23
1
-3
/
+18
|
\
|
*
implement for all downloaders and check file existence before removing
Suresh V
2013-09-17
1
-3
/
+14
|
*
Don't leave junk file behind
Suresh V.
2013-09-17
1
-1
/
+5
*
|
Bumped to 1.1.7 in preparation for next release.
Jason R. Coombs
2013-09-18
1
-1
/
+1
|
/
*
Bumped to 1.1.6 in preparation for next release.
Jason R. Coombs
2013-09-12
1
-1
/
+1
*
Bumped to 1.1.5 in preparation for next release.
Jason R. Coombs
2013-09-07
1
-1
/
+1
*
Bumped to 1.1.4 in preparation for next release.
Jason R. Coombs
2013-09-06
1
-1
/
+1
*
Bumped to 1.1.3 in preparation for next release.
Jason R. Coombs
2013-09-06
1
-1
/
+1
*
Bumped to 1.1.2 in preparation for next release.
Jason R. Coombs
2013-09-03
1
-1
/
+1
*
Bumped to 1.1.1 in preparation for next release.
1.1.1
Jason R. Coombs
2013-09-03
1
-1
/
+1
*
Merge update to ez_setup.py
Jason R. Coombs
2013-08-31
1
-3
/
+13
|
\
|
*
ez_setup.py now takes a --insecure argument to bypass the secure downloaders....
Jason R. Coombs
2013-08-31
1
-3
/
+13
*
|
Bumped to 1.2 in preparation for next release.
Jason R. Coombs
2013-08-26
1
-1
/
+1
|
/
*
Nest try/except/finally for use on Python 2.4. Fixes #72.
1.1
Jason R. Coombs
2013-08-26
1
-9
/
+12
*
Merge
Jason R. Coombs
2013-08-19
1
-3
/
+14
|
\
|
*
Powershell isn't installed by default on Windows Server 2008. Also it's possi...
Jason R. Coombs
2013-08-19
1
-3
/
+14
*
|
Bumped to 1.1 in preparation for next release.
Jason R. Coombs
2013-08-17
1
-1
/
+1
|
/
*
Restore Python 2.4 compatibility in ez_setup
Jason R. Coombs
2013-08-10
1
-0
/
+9
*
Suppress output when checking viability of wget/curl. Fixed viability assignm...
Jason R. Coombs
2013-08-10
1
-4
/
+10
*
Use more explicit command-line parameters
Jason R. Coombs
2013-08-10
1
-2
/
+2
*
Implemented download using wget
Jason R. Coombs
2013-08-10
1
-3
/
+17
*
Implemented curl support for bootstrapping.
Jason R. Coombs
2013-08-10
1
-1
/
+15
*
Issue #63: Initial implementation of a mechanism for securely bootstrapping s...
Jason R. Coombs
2013-08-10
1
-18
/
+57
*
Bumped to 1.0 in preparation for next release.
Jason R. Coombs
2013-08-09
1
-1
/
+1
*
Bumped to 0.9.9 in preparation for next release.
Jason R. Coombs
2013-07-25
1
-1
/
+1
*
Bumped to 0.9.8 in preparation for next release.
Jason R. Coombs
2013-07-22
1
-1
/
+1
*
Add comment and link back to justification.
Jason R. Coombs
2013-07-20
1
-0
/
+4
*
Make certain no previous imports of old versions of pkg_resources are floatin...
Erik Bray
2013-07-19
1
-0
/
+2
*
Bumped to 0.9.7 in preparation for next release.
Jason R. Coombs
2013-07-17
1
-1
/
+1
*
Bumped to 0.9.6 in preparation for next release.
Jason R. Coombs
2013-07-15
1
-1
/
+1
*
Bumped to 0.9.5 in preparation for next release.
Jason R. Coombs
2013-07-15
1
-1
/
+1
*
Bumped to 0.9.4 in preparation for next release.
Jason R. Coombs
2013-07-15
1
-1
/
+1
*
Bumped to 0.9.3 in preparation for next release.
Jason R. Coombs
2013-07-15
1
-1
/
+1
*
Bumped to 0.9.2 in preparation for next release.
Jason R. Coombs
2013-07-13
1
-1
/
+1
*
Bumped to 0.9.1 in preparation for next release.
Jason R. Coombs
2013-07-13
1
-1
/
+1
*
Bumped to 0.10 in preparation for next release.
Jason R. Coombs
2013-07-13
1
-1
/
+1
*
Bumped to 0.9 in preparation for next release.
Jason R. Coombs
2013-07-05
1
-1
/
+1
[next]