summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Impl. a way to ignore software in the system, e.g. set ATLAS=None to pretend ↵v0.3.0Pearu Peterson2004-04-141-2/+11
| | | | that Atlas libraries are not availiable.
* Updates for doing setup sdist.Pearu Peterson2004-04-142-5/+10
|
* Impl. enable/disable functions for ppimport to enable/disable postponed ↵Pearu Peterson2004-04-141-4/+33
| | | | import hooks.
* Backport to Python 2.1Pearu Peterson2004-04-131-1/+1
|
* Fixed incorrect failure from assert_approx_equal(1.0,0.99999999998)Pearu Peterson2004-04-131-2/+3
|
* fixed reference to test_moduleTravis Vaught2004-04-121-1/+1
|
* added missing definition of 'mstr' for use in failure reportingTravis Vaught2004-04-121-0/+1
|
* Ignore None in config_list.Pearu Peterson2004-04-101-0/+2
|
* Setting 'config_fc --noarch' default for the release process (Remember to ↵Pearu Peterson2004-04-101-1/+1
| | | | set it back\!).
* Pumped up version numbers to 0.3.0.Pearu Peterson2004-04-104-33/+64
|
* Added number of new info classes.Pearu Peterson2004-04-101-19/+93
|
* Added WX_RELEASE_, WX_VERSION_ macros to wx_info, changed WX_VERSION to WX_INFO.Pearu Peterson2004-04-091-1/+5
|
* Implemented wx_info support.Pearu Peterson2004-04-091-2/+63
|
* Return original exe name when not found.Pearu Peterson2004-04-091-1/+3
|
* Using /Zm1000 when compiling C++ sources with MSVC compiler.Pearu Peterson2004-04-051-1/+4
|
* sdist: ignore hidden and temporary filesPearu Peterson2004-04-052-0/+4
|
* Fixed get_path output.Pearu Peterson2004-04-051-1/+1
|
* Fixed --inplace building of swig extensions: .py files are put (by 'swig ↵Pearu Peterson2004-04-051-6/+15
| | | | -outdir') to the same directory where extension files are generated.
* Fixed win32 cmd and msys ports.Pearu Peterson2004-04-031-11/+16
|
* Fixed building c++ libraries when using msvc 6.0Pearu Peterson2004-04-031-0/+6
|
* Prepearing to tag scipy tree (unified micro version numbers)v0.2.2Pearu Peterson2004-04-024-6/+11
|
* Workaround for MSVC6.0 when building c++ extensionsPearu Peterson2004-03-311-0/+5
|
* Improved debug messagesPearu Peterson2004-03-311-3/+2
|
* Fixed exec_command when used under win32 cmd and a command contains spaces ↵Pearu Peterson2004-03-311-11/+34
| | | | or is wrapped into quotes
* Using os.path.realpath only on posix platforms.Pearu Peterson2004-03-301-2/+6
|
* Using _exec_command_posix on sunos.Pearu Peterson2004-03-301-2/+2
|
* Added .F, .F90 to the list of Fortran source extensions.Pearu Peterson2004-03-301-2/+5
|
* Fixed weave.catalog tests and trying to reduce the verbosity of weave usage.Pearu Peterson2004-03-292-5/+7
|
* Introduced recursive keyword argument to get_subpackages.Pearu Peterson2004-03-291-4/+22
|
* Disabled status=998 error for now.Pearu Peterson2004-03-291-1/+4
|
* Added test for f2py --include_paths optionPearu Peterson2004-03-294-7/+12
|
* Fixed exec_command for commands with spacesPearu Peterson2004-03-291-8/+8
|
* Introduced reldir argument to set_local_path.Pearu Peterson2004-03-281-2/+2
|
* Reduced debugging messagesPearu Peterson2004-03-282-8/+13
|
* Added support to Sun WorkShop 6 F95 compiler (untested though)Pearu Peterson2004-03-261-2/+9
|
* Be verbose when command returns failure status.Pearu Peterson2004-03-261-3/+1
|
* Disabled use_shell for sun osPearu Peterson2004-03-261-1/+1
|
* Fixed _exec_command when use_shell is truePearu Peterson2004-03-261-1/+1
|
* Fixed displaying log messages that contain % charactersPearu Peterson2004-03-261-2/+9
|
* Fixed duplicate quotation of a command path.Pearu Peterson2004-03-251-3/+5
|
* Fixed compiler_switchPearu Peterson2004-03-241-1/+1
|
* Fixed bug when the fullpath to an executable contains spacesPearu Peterson2004-03-241-3/+11
|
* Handle the case where one of the arguments is scalar in assert_array_equalPearu Peterson2004-03-221-3/+5
|
* Fixed local_path for previously commited featurePearu Peterson2004-03-201-5/+10
|
* Deal with pure python subpackages that have no setup_*.py file.Pearu Peterson2004-03-201-1/+9
|
* commented out call to recently commented out __get_cc_argsTravis Vaught2004-03-171-1/+1
|
* fixed typoTravis Vaught2004-03-171-1/+4
|
* Fixed Apple python testPearu Peterson2004-03-131-1/+1
|
* changed /c to /compile_only for compaq visual (DF98)Pearu Peterson2004-03-121-1/+1
|
* Use -framework Python only with apple python, fink python does not need it ↵Pearu Peterson2004-03-121-1/+5
| | | | (as I have been told)