2
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 2 months ago. based on code collected about 2 months ago.
Mar 06, 2023 — Mar 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refactored the way recipes are run and how they should be written.
jim
More... almost 18 years ago
Refactored easy_install to use a subprocess. This will be necessary to be able to use external python interpreters.
jim
More... almost 18 years ago
Refactored tests to avoid duplication.
jim
More... almost 18 years ago
Updated.
jim
More... almost 18 years ago
Renamed several options to use -s rather than _s.
jim
More... almost 18 years ago
Improved intro text and description of setup.
jim
More... almost 18 years ago
Require newlines to separate distributions in a distributions option. The values are setuptools requirements and can have spaces in them.
jim
More... almost 18 years ago
Normalize Python executable paths.
jim
More... almost 18 years ago
Normalize Python executable paths.
jim
More... almost 18 years ago
Allow for unqualified python binaries.
jim
More... almost 18 years ago
Test/demo that the part name is used if a distribution isn't specified.
jim
More... almost 18 years ago
Removed sensitivity to Python version.
jim
More... almost 18 years ago
Changed to generate nicer-reading and less dynamic scripts.
jim
More... almost 18 years ago
Removed a workaround for a bug that was fixed in setuptools 0.6b3.
jim
More... almost 18 years ago
Added missing tests.
jim
More... almost 18 years ago
Updated :)
jim
More... almost 18 years ago
Added missing tests for the buildout module.
jim
More... almost 18 years ago
Renamed the build module to the saner buildout.
jim
More... almost 18 years ago
We have a test for buildout_path in buildout.txt.
jim
More... almost 18 years ago
Removed unused, untested method.
jim
More... almost 18 years ago
Changed some text wrt unziping eggs. See new issue in todo.txt.
jim
More... almost 18 years ago
Added testrunner recipe tests.
jim
More... almost 18 years ago
Change the script-generation logic to not use pkg_resources at run time. Rather, we generate in-line logic that pkg_resources would provide. This means that apps that don't actually use pkg_resources themselves don't end up running it and we don't need to implicitly include the setuptools egg in the script path. Of course, if an application does use setuptools, then setuptools will be one of it's requirements and will be included in the path.
jim
More... almost 18 years ago
Finished egglinker doctest.
jim
More... almost 18 years ago
Removed bogus issue.
jim
More... almost 18 years ago
Added ignores for various computed files.
jim
More... almost 18 years ago
Work around an easy_install bug that should be fixed in b3.
jim
More... almost 18 years ago
Ignore signature differences.
jim
More... almost 18 years ago
Use lower-level egglinker api, since the buildout no longer provides this api.
jim
More... almost 18 years ago
fix typos More... almost 18 years ago