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
*
now with 2.4 support for tarfile
0.6.1
tarek
2009-09-08
1
-6
/
+43
*
removed buildout
tarek
2009-09-08
3
-229
/
+5
*
simplifying the bootstrap process
tarek
2009-09-08
1
-149
/
+36
*
no more bdist_egg release
tarek
2009-09-08
3
-127
/
+7
*
the md5 hashes are made before the eggs are built
tarek
2009-09-08
1
-6
/
+6
*
0.6.1
tarek
2009-09-08
1
-1
/
+1
*
added a note about #40
tarek
2009-09-08
1
-0
/
+3
*
easy_install Distribute now calls the setuptools fake machinery fixes #40
tarek
2009-09-08
2
-4
/
+24
*
fixed #20 - catching invalid URL error from httplib
tarek
2009-08-28
3
-1
/
+9
*
made zip_ok False by default #33
tarek
2009-08-28
2
-1
/
+4
*
fixed #16 and #18: BadStatusLine and ValueError in package_index.urlopen
tarek
2009-08-26
3
-1
/
+56
*
added change note + raise version
tarek
2009-08-25
3
-3
/
+14
*
not removing a setuptools instance that is not part of the same root/prefix
tarek
2009-08-25
1
-0
/
+21
*
add --version to easy_install
Philip Jenvey
2009-08-09
1
-1
/
+7
*
remove duplicate -v arg
Philip Jenvey
2009-08-09
1
-1
/
+1
*
strip line
tarek
2009-08-09
1
-0
/
+1
*
Added tag 0.6 for changeset 1010d08fd8df
tarek
2009-08-09
1
-0
/
+1
*
final md5s
0.6
tarek
2009-08-09
1
-4
/
+4
*
bitbucket.org bug on download files (cant update them) -> switching the boots...
tarek
2009-08-09
3
-3
/
+3
*
added note about commiting the change after the release
tarek
2009-08-09
2
-9
/
+11
*
simplified the release process
tarek
2009-08-09
3
-21
/
+16
*
updated md5 hashes
tarek
2009-08-08
1
-4
/
+4
*
added an upload file
tarek
2009-08-08
2
-2
/
+6
*
fixed doc test levels
tarek
2009-08-08
2
-5
/
+6
*
doc fixes
tarek
2009-08-08
3
-16
/
+11
*
removed ziade.org references. will use PyPI for eggs, and bitbucket.org for t...
tarek
2009-08-08
2
-7
/
+6
*
bootstrapping.py -> distribute_setup.py
tarek
2009-08-08
9
-55
/
+55
*
Change references to ez_setup to point to our own bootstrapping instead.
Hanno Schlichting
2009-08-08
6
-35
/
+37
*
Fix py3k compatibility issue and two typos
agronholm
2009-08-06
1
-3
/
+4
*
Fix import that was breaking py3k
agronholm
2009-08-06
1
-1
/
+1
*
updated md5 hashes for testing purposes
tarek
2009-08-05
1
-4
/
+4
*
updated md5 hashes for testing purposes
tarek
2009-08-05
1
-4
/
+4
*
no txt file under buildout/ yet
tarek
2009-08-05
1
-1
/
+1
*
fixed the bootstrapping filename
tarek
2009-08-05
1
-4
/
+4
*
adding buildout in the release
tarek
2009-08-05
2
-0
/
+4
*
bootstraping.py -> bootstrapping.py
tarek
2009-08-05
3
-15
/
+15
*
removing setuptools module names from user warnings
tarek
2009-08-05
1
-1
/
+2
*
fixed to_reload initialiazion
tarek
2009-08-04
1
-2
/
+1
*
makes sure an installed version of setuptools doesn't get on the way
tarek
2009-08-04
1
-3
/
+9
*
use our own bootstrap script
tarek
2009-08-04
1
-1
/
+1
*
renamed bootstrap
tarek
2009-08-04
1
-7
/
+7
*
patched bootstrap for zc.buildout
tarek
2009-08-04
1
-0
/
+223
*
renamed bootstrap.py to bootstraping.py so it differs from zc.buildout filename
tarek
2009-08-04
3
-10
/
+10
*
now calling after_install in bootstrap.main too
tarek
2009-08-04
1
-9
/
+30
*
typo
tarek
2009-08-04
1
-1
/
+1
*
added a post install function that ensures setuptools is faked even if not pr...
tarek@MacZiade-2.local
2009-08-04
2
-5
/
+40
*
fixed #24: the jython calls now works
tarek
2009-07-23
2
-3
/
+3
*
fixed the forbidden access problem
tarek
2009-07-23
2
-5
/
+14
*
rebuilt the eggs
tarek
2009-07-23
2
-8
/
+8
*
that is three step
tarek
2009-07-23
1
-1
/
+1
[next]