0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 31, 2024 — Jul 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added default setting so users don't need to supply a dependency list for a package in package_config More... over 23 years ago
added package_config method to misc_util that should further simplify the creation of modules that depend on other modules. More... over 23 years ago
fixed path issues resulting from using setup_xxx.configuration() methods to grab information about package for use in setup.py. the configuration() methods use absolute path names to identify files. This is bad for sdist which uses the relative path of a file to determine which directory it goes into in the source distribution. To solve the problem, I have sdist search all absolute file paths for the "greatest common directory" among them. This directory is removed from them to determine where the file will go in the distribution directories. Files without absolute paths are always put in the top directory of the distribution. More... over 23 years ago
added misc_util file that has a few routines used extensively in setup_xxx.py files and test files within scipy More... over 23 years ago
added build_py module More... over 23 years ago
split scipy_test off into its own module. More... over 23 years ago
factored out the scipy specific distutils code into a scipy_distutils package. More... over 23 years ago
New repository initialized by cvs2svn. More... over 23 years ago