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
*
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
*
more details
tarek
2009-07-23
1
-10
/
+51
*
shorcut to avoid unecessary work when located in a non-isolated environment
tarek
2009-07-23
2
-5
/
+7
*
safer test: will not overwrite an existing file for the test
tarek
2009-07-23
1
-13
/
+30
*
fixed a fork bomb when patching non-egg system-wide installation
tarek
2009-07-23
1
-6
/
+17
*
more cases from the community
tarek
2009-07-23
1
-20
/
+98
*
added a note for manual uninstallation of setuptools.pth
tarek
2009-07-22
1
-0
/
+1
*
fixed import test
tarek
2009-07-22
1
-1
/
+15
*
test for the bootstrap
tarek
2009-07-22
1
-0
/
+38
*
using boostrap.py name for ez_setup.py because that is what it is
tarek
2009-07-22
3
-9
/
+9
*
started the re-work on README.txt
tarek
2009-07-22
1
-99
/
+100
*
hooked the patching code into setup.py
tarek
2009-07-22
2
-1
/
+16
*
not needed
tarek
2009-07-22
1
-90
/
+0
*
re-wrote the release.sh script
tarek
2009-07-22
2
-23
/
+23
*
fixed distribution key in check_version_conflict. I first thaught it was the ...
tarek
2009-07-21
1
-1
/
+1
*
re-launching when setuptools is faked, and also detecting it's a fake egg to ...
tarek
2009-07-21
1
-8
/
+31
*
populating md5 hashes and default url location
tarek
2009-07-21
1
-5
/
+6
*
simplified the installation process. Now faking setuptools eggs. This is maki...
tarek
2009-07-21
1
-23
/
+38
*
adding the distribute marker here too
tarek
2009-07-21
1
-0
/
+9
*
forcing a distribute reinstallation over an existing setuptools one
tarek
2009-07-21
1
-0
/
+2
*
fixed typo
tarek
2009-07-21
1
-1
/
+1
*
The User-Agent is also changed to Distribute
tarek
2009-07-21
1
-2
/
+2
*
making ez_setup removing an existing setuptools distribution out of the way
tarek
2009-07-20
3
-3
/
+39
*
cleaning a bit ez_setup.py while reading it
tarek
2009-07-20
1
-47
/
+9
*
Update and prepare the ez_setup.py to use distribute instead.
Hanno Schlichting
2009-07-18
1
-47
/
+17
*
Added a modified bootstrap.py for zc.buildout
Hanno Schlichting
2009-07-18
1
-0
/
+90
*
As suggested by PJE, we want to check in the entry_points.txt file. Otherwise...
Hanno Schlichting
2009-07-18
1
-0
/
+56
*
Whitespace, mark this as the default branch
Hanno Schlichting
2009-07-18
1
-1
/
+0
*
Removed peak-specific wikiup.cfg
Hanno Schlichting
2009-07-18
1
-5
/
+0
*
Backed out a couple of change log entries, which only happened in our fork an...
Hanno Schlichting
2009-07-17
2
-14
/
+0
*
Avoid a call to /usr/bin/sw_vers on OSX and use the official platform API ins...
Hanno Schlichting
2009-07-17
2
-8
/
+7
*
Fixed a SandboxViolation for mkdir that could occur in certain cases. This cl...
Hanno Schlichting
2009-07-17
2
-10
/
+13
*
Update the manifest to include the new docs
Hanno Schlichting
2009-07-17
1
-0
/
+1
*
Include our own minimal changelog into the long description for everyone to m...
Hanno Schlichting
2009-07-17
1
-1
/
+1
*
Make the changelog proper REST
Hanno Schlichting
2009-07-17
1
-14
/
+14
*
reogarnized the history again
tarek
2009-07-17
4
-1255
/
+1279
*
pushed the doc in the docs/ dir. now hooked in the Sphinx
tarek
2009-07-17
4
-4
/
+5
*
merged Hanno changes
tarek
2009-07-17
3
-5
/
+8
|
\
|
*
Packages required at build time where not fully present at install time. This...
Hanno Schlichting
2009-07-17
2
-3
/
+7
*
|
now has a unique CHANGES file. Later on when the project will be splitted in ...
tarek
2009-07-17
4
-1291
/
+1290
|
/
*
moved the docs in one single dir
Tarek Ziadé
2009-07-17
3
-1
/
+1
*
moved api_tests.txt doctest to tests/
Tarek Ziadé
2009-07-17
2
-1
/
+1
*
added .Python
Tarek Ziadé
2009-07-17
1
-1
/
+1
*
added directories a root virtualenv is adding
Tarek Ziadé
2009-07-17
1
-0
/
+4
*
initial sphinx-quickstart structure
Tarek Ziadé
2009-07-17
3
-0
/
+284
*
Cherry-picked documentation and style changes from setuptools trunk
Hanno Schlichting
2009-07-17
4
-25
/
+11
*
Grammar fix as found on setuptools trunk
Hanno Schlichting
2009-07-17
1
-1
/
+1
[next]