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
/
README.txt
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Minor README update for virtualenv support
Jannis Leidel
2009-11-01
1
-5
/
+4
*
--distribute was added in zc.buildout 1.4.2
tarek
2009-11-01
1
-1
/
+6
*
started 0.6.8
tarek
2009-11-01
1
-3
/
+3
*
added the dev link with the #egg fragment
0.6.7
tarek
2009-11-01
1
-2
/
+8
*
Removed outdated note about the special setup module for Python 3.
Hanno Schlichting
2009-10-24
1
-6
/
+0
*
Removed "shared eggs dir gets hosed" warning from the readme and replaced it
Reinout van Rees
2009-10-16
1
-8
/
+13
*
starting 0.6.7
tarek
2009-10-16
1
-3
/
+3
*
Unified the bootstrap file so it works on both py2.x and py3k without 2to3 (p...
agronholm
2009-10-16
1
-1
/
+1
*
starting 0.6.6
tarek
2009-10-15
1
-3
/
+3
*
Updated bootstrap URLs to point to python-distribute.org, and added links for...
agronholm
2009-10-13
1
-7
/
+9
*
starting 0.6.5
tarek
2009-10-11
1
-3
/
+3
*
works with < 1.4.2 now :)
tarek
2009-10-10
1
-1
/
+2
*
added a note on shared eggs folder
tarek
2009-10-10
1
-0
/
+4
*
fixed zc.buildout rev
tarek
2009-10-09
1
-1
/
+1
*
fixed use_setuptools
tarek
2009-10-09
1
-0
/
+20
*
updated the link to the roadmap
tarek
2009-10-09
1
-1
/
+1
*
using the real URL
tarek
2009-10-09
1
-4
/
+4
*
merge dance
tarek
2009-10-09
1
-4
/
+4
|
\
|
*
Changed wget references to use curl instead
agronholm
2009-10-06
1
-4
/
+4
*
|
more details on doc+anchor for pypi doc
tarek
2009-10-08
1
-27
/
+30
*
|
added distribute_setup_3k.py generation
tarek
2009-10-08
1
-1
/
+3
|
/
*
added a note on distribute_setup_3k.py
tarek
2009-09-27
1
-0
/
+5
*
starting 0.6.4
tarek
2009-09-27
1
-3
/
+3
*
fixed the version in README
tarek
2009-09-26
1
-2
/
+2
*
typo
0.6.2
tarek
2009-09-26
1
-4
/
+5
*
this is not finished yet. lets make a clean work for 0.6.3 for zc.buildout su...
tarek
2009-09-26
1
-8
/
+5
*
more doc
tarek
2009-09-26
1
-5
/
+18
*
reorganized texts
tarek
2009-09-26
1
-36
/
+50
*
starting 0.6.2
tarek
2009-09-08
1
-3
/
+3
*
no more bdist_egg release
tarek
2009-09-08
1
-52
/
+4
*
strip line
tarek
2009-08-09
1
-0
/
+1
*
bitbucket.org bug on download files (cant update them) -> switching the boots...
tarek
2009-08-09
1
-1
/
+1
*
fixed doc test levels
tarek
2009-08-08
1
-1
/
+1
*
doc fixes
tarek
2009-08-08
1
-10
/
+5
*
bootstrapping.py -> distribute_setup.py
tarek
2009-08-08
1
-9
/
+9
*
adding buildout in the release
tarek
2009-08-05
1
-0
/
+3
*
bootstraping.py -> bootstrapping.py
tarek
2009-08-05
1
-8
/
+8
*
renamed bootstrap.py to bootstraping.py so it differs from zc.buildout filename
tarek
2009-08-04
1
-8
/
+8
*
that is three step
tarek
2009-07-23
1
-1
/
+1
*
more details
tarek
2009-07-23
1
-10
/
+51
*
added a note for manual uninstallation of setuptools.pth
tarek
2009-07-22
1
-0
/
+1
*
using boostrap.py name for ez_setup.py because that is what it is
tarek
2009-07-22
1
-8
/
+8
*
started the re-work on README.txt
tarek
2009-07-22
1
-99
/
+100
*
Fix for http://bugs.python.org/setuptools/issue34 (backport from trunk)
PJ Eby
2008-08-21
1
-1
/
+4
*
Backport doc changes from trunk
PJ Eby
2008-08-21
1
-4
/
+4
*
Update README for 0.6c8 release
PJ Eby
2008-02-14
1
-4
/
+4
*
The default ``--index-url`` is now ``http://pypi.python.org/simple``, to
PJ Eby
2007-09-04
1
-2
/
+2
*
Fix missing dev links in new README
PJ Eby
2007-01-19
1
-0
/
+8
*
README formatting fix (backport from trunk)
PJ Eby
2007-01-09
1
-7
/
+7
*
Overhauled Windows script wrapping to support ``bdist_wininst`` better.
PJ Eby
2006-12-29
1
-4
/
+3
[prev]
[next]