Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix issue 715. | Pearu Peterson | 2008-04-10 | 1 | -5/+6 |
* | Replace numpy.distutils.exec_command.splitcmdline with shlex.split instead. | cookedm | 2007-12-26 | 1 | -2/+2 |
* | Undo changeset 3839: interactive support is being used (this convinient on wi... | Pearu Peterson | 2007-06-01 | 1 | -0/+187 |
* | Remove interactive support. No one uses it. | cookedm | 2007-05-28 | 1 | -187/+0 |
* | merge from distutils-revamp branch (step 2) | cookedm | 2007-05-25 | 1 | -1/+1 |
* | Whitespace cleanup. | Stefan van der Walt | 2007-01-08 | 1 | -5/+3 |
* | Minor bug fix in interactive sys.argv set feature. | Pearu Peterson | 2006-04-24 | 1 | -0/+3 |
* | Fixed the order of setup commands. | Pearu Peterson | 2006-04-20 | 1 | -3/+5 |
* | Added configure alias to interactive sys.argv setter, number of minor improve... | Pearu Peterson | 2006-04-20 | 1 | -17/+35 |
* | Completed impl. of interactive setting of sys.argv. | Pearu Peterson | 2006-04-19 | 1 | -21/+122 |
* | New feature: interactively set sys.argv when setup.py is called without argum... | Pearu Peterson | 2006-04-19 | 1 | -0/+65 |