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
/
distribute_setup.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bumped to 0.6.43 in preparation for next release.
Jason R. Coombs
2013-05-24
1
-1
/
+1
*
Bumped to 0.6.42 in preparation for next release.
Jason R. Coombs
2013-05-24
1
-1
/
+1
*
Bumped to 0.6.41 in preparation for next release.
Guy Rozendorn
2013-05-14
1
-1
/
+1
*
Bumped to 0.6.40 in preparation for next release.
Jason R. Coombs
2013-05-12
1
-1
/
+1
*
Bumped to 0.6.39 in preparation for next release.
Jason R. Coombs
2013-05-05
1
-1
/
+1
*
Bumped to 0.6.38 in preparation for next release.
Jason R. Coombs
2013-05-04
1
-1
/
+1
*
Bumped to 0.6.37 in preparation for next release.
Jason R. Coombs
2013-04-05
1
-1
/
+1
*
Bumped to 0.6.36 in preparation for next release.
Jason R. Coombs
2013-02-16
1
-1
/
+1
*
Bumped to 0.6.35 in preparation for next release.
Jason R. Coombs
2012-12-31
1
-1
/
+1
*
Bumped to 0.6.34 in preparation for next release.
Jason R. Coombs
2012-12-29
1
-1
/
+1
*
Fix some ResourceWarnings.
Arfrever Frehtes Taifersar Arahesis
2012-12-29
1
-2
/
+7
*
Bumped to 0.6.33 in preparation for next release.
Jason R. Coombs
2012-11-26
1
-1
/
+1
*
Bumped to 0.6.32 in preparation for next release.
Jason R. Coombs
2012-11-24
1
-1
/
+1
*
Bumped to 0.6.31 in preparation for next release.
Jason R. Coombs
2012-10-22
1
-1
/
+1
*
Clean up temporary directory in distribute_setup.py. Fixes #328.
g2p
2012-10-22
1
-0
/
+3
*
Fixed bug by renaming _cmd to _cmd1
Roy Hyunjin Han
2012-10-21
1
-1
/
+1
*
Bumped to 0.6.30 in preparation for next release.
Jason R. Coombs
2012-10-21
1
-1
/
+1
*
Merged in leetrout/distribute (pull request #24)
Stefan H. Holek
2012-10-19
1
-1
/
+2
|
\
|
*
Fix command order for pip 1.2 per https://bitbucket.org/tarek/distribute/issu...
Lee Trout
2012-10-18
1
-1
/
+2
*
|
Make sure distribute_setup.py signals errors in its exit status.
Gabriel
2012-10-14
1
-2
/
+4
|
/
*
Fix a few messages in distribute_setup.py.
Stefan H. Holek
2012-10-08
1
-3
/
+3
*
os.access() cannot test for "createable" Fixes #320.
Stefan H. Holek
2012-10-08
1
-4
/
+4
*
Extract argument parsing as a separate function
Jason R. Coombs
2012-09-05
1
-9
/
+18
*
New command line option to enable downloading the distribute package from an ...
Pedro Romano
2012-08-30
1
-1
/
+5
*
Use 'optparse' module to parse command line arguments.
Pedro Romano
2012-08-30
1
-9
/
+15
*
Fix #231, second try.
iElectric
2012-08-15
1
-0
/
+1
*
Bumped to 0.6.29 in preparation for next release.
Jason R. Coombs
2012-07-22
1
-1
/
+1
*
pep8ify distribute_setup.py
Marcin Kuzminski
2012-06-15
1
-10
/
+28
*
Bumped to 0.6.28 in preparation for next release.
Jason R. Coombs
2012-05-18
1
-1
/
+1
*
In the bootstrap script, don't attempt to write the setuptools egg info if wr...
iElectric
2012-04-16
1
-0
/
+3
*
Bumped to 0.6.27 in preparation for next release.
Jason R. Coombs
2012-04-07
1
-1
/
+1
*
Bumped to 0.6.26 in preparation for next release.
Jason R. Coombs
2012-03-09
1
-1
/
+1
*
distribute_setup.py now accepts the --user argument for installing to the use...
Jason R. Coombs
2011-11-29
1
-3
/
+12
*
Bumped to 0.6.25 in preparation for next release.
Jason R. Coombs
2011-10-14
1
-1
/
+1
*
Bumped to 0.6.24 in preparation for next release.
Jason R. Coombs
2011-10-14
1
-1
/
+1
*
bumped revision
guyroz
2011-09-22
1
-1
/
+1
*
starting 0.6.22 dev
Tarek Ziade
2011-08-20
1
-1
/
+1
*
Bumped revision
Jason R. Coombs
2011-08-18
1
-1
/
+1
*
starting 0.6.20
Tarek Ziade
2011-06-02
1
-1
/
+1
*
starting 0.6.19
Tarek Ziade
2011-06-01
1
-1
/
+1
*
starting 0.6.18
Tarek Ziade
2011-05-30
1
-1
/
+1
*
Bumped working revisions to 0.6.17
Jason R. Coombs
2011-04-30
1
-1
/
+1
*
Bumped version numbers to 0.6.16
Jason R. Coombs
2011-03-15
1
-1
/
+1
*
raised to the current dev version
Tarek Ziade
2010-07-22
1
-1
/
+1
*
Updated bootstrapper to 0.6.14.
Jannis Leidel
2010-07-22
1
-1
/
+1
*
pip uses python -c "... execfile(setup.py)" magic to run a package. This was ...
Tarek Ziade
2010-05-31
1
-0
/
+3
*
make self setup correctly consider --user when checking for setuptools, fixes...
Ronny Pfannschmidt
2010-05-28
1
-2
/
+2
*
removing decorators from the bootstrap file
Tarek Ziade
2010-05-19
1
-4
/
+5
*
raised the revision
Tarek Ziade
2010-05-06
1
-1
/
+1
*
starting 0.6.12
Tarek Ziade
2010-05-06
1
-1
/
+1
[next]