Thanks to visit codestin.com
Credit goes to chromium.googlesource.com

  1. 3cb02b5 Impl. a way to ignore software in the system, e.g. set ATLAS=None to pretend that Atlas libraries are not availiable. by Pearu Peterson · 21 years ago v0.3.0
  2. b88d9f6 Updates for doing setup sdist. by Pearu Peterson · 21 years ago
  3. 25f3834 Impl. enable/disable functions for ppimport to enable/disable postponed import hooks. by Pearu Peterson · 21 years ago
  4. cfa2475 Backport to Python 2.1 by Pearu Peterson · 21 years ago
  5. 7040550 Fixed incorrect failure from assert_approx_equal(1.0,0.99999999998) by Pearu Peterson · 21 years ago
  6. 04f1a58 fixed reference to test_module by Travis Vaught · 21 years ago
  7. 796f998 added missing definition of 'mstr' for use in failure reporting by Travis Vaught · 21 years ago
  8. 567a14b Ignore None in config_list. by Pearu Peterson · 21 years ago
  9. e2d1772 Setting 'config_fc --noarch' default for the release process (Remember to set it back\!). by Pearu Peterson · 21 years ago
  10. dec2d0c Pumped up version numbers to 0.3.0. by Pearu Peterson · 21 years ago
  11. e1802e7 Added number of new info classes. by Pearu Peterson · 21 years ago
  12. a1f50a2 Added WX_RELEASE_, WX_VERSION_ macros to wx_info, changed WX_VERSION to WX_INFO. by Pearu Peterson · 21 years ago
  13. ec7071e Implemented wx_info support. by Pearu Peterson · 21 years ago
  14. 468a2f2 Return original exe name when not found. by Pearu Peterson · 21 years ago
  15. ed27d88 Using /Zm1000 when compiling C++ sources with MSVC compiler. by Pearu Peterson · 21 years ago
  16. 63bbe4c sdist: ignore hidden and temporary files by Pearu Peterson · 21 years ago
  17. 0e69290 Fixed get_path output. by Pearu Peterson · 21 years ago
  18. 58618b0 Fixed --inplace building of swig extensions: .py files are put (by 'swig -outdir') to the same directory where extension files are generated. by Pearu Peterson · 21 years ago
  19. 4a912cb Fixed win32 cmd and msys ports. by Pearu Peterson · 22 years ago
  20. e161453 Fixed building c++ libraries when using msvc 6.0 by Pearu Peterson · 22 years ago
  21. d8e22e7 Prepearing to tag scipy tree (unified micro version numbers) by Pearu Peterson · 22 years ago v0.2.2
  22. 02ede8c Workaround for MSVC6.0 when building c++ extensions by Pearu Peterson · 22 years ago
  23. 442e9dd Improved debug messages by Pearu Peterson · 22 years ago
  24. f061375 Fixed exec_command when used under win32 cmd and a command contains spaces or is wrapped into quotes by Pearu Peterson · 22 years ago
  25. d838c79 Using os.path.realpath only on posix platforms. by Pearu Peterson · 22 years ago
  26. bea4593 Using _exec_command_posix on sunos. by Pearu Peterson · 22 years ago
  27. 2d7c530 Added .F, .F90 to the list of Fortran source extensions. by Pearu Peterson · 22 years ago
  28. 15e2818 Fixed weave.catalog tests and trying to reduce the verbosity of weave usage. by Pearu Peterson · 22 years ago
  29. 6fc96bc Introduced recursive keyword argument to get_subpackages. by Pearu Peterson · 22 years ago
  30. f7a8b6d Disabled status=998 error for now. by Pearu Peterson · 22 years ago
  31. 766c97f Added test for f2py --include_paths option by Pearu Peterson · 22 years ago
  32. b515133 Fixed exec_command for commands with spaces by Pearu Peterson · 22 years ago
  33. 406a04b Introduced reldir argument to set_local_path. by Pearu Peterson · 22 years ago
  34. 5f5c774 Reduced debugging messages by Pearu Peterson · 22 years ago
  35. 3743e36 Added support to Sun WorkShop 6 F95 compiler (untested though) by Pearu Peterson · 22 years ago
  36. 5409036 Be verbose when command returns failure status. by Pearu Peterson · 22 years ago
  37. 0d3f9d2 Disabled use_shell for sun os by Pearu Peterson · 22 years ago
  38. 88424c5 Fixed _exec_command when use_shell is true by Pearu Peterson · 22 years ago
  39. 7712b89 Fixed displaying log messages that contain % characters by Pearu Peterson · 22 years ago
  40. 7bf0e17 Fixed duplicate quotation of a command path. by Pearu Peterson · 22 years ago
  41. 112824c Fixed compiler_switch by Pearu Peterson · 22 years ago
  42. 840e261 Fixed bug when the fullpath to an executable contains spaces by Pearu Peterson · 22 years ago
  43. db74b2b Handle the case where one of the arguments is scalar in assert_array_equal by Pearu Peterson · 22 years ago
  44. 6a376b2 Fixed local_path for previously commited feature by Pearu Peterson · 22 years ago
  45. 0380887 Deal with pure python subpackages that have no setup_*.py file. by Pearu Peterson · 22 years ago
  46. 208baf5 commented out call to recently commented out __get_cc_args by Travis Vaught · 22 years ago
  47. 8957ad3 fixed typo by Travis Vaught · 22 years ago
  48. 1a08dbb Fixed Apple python test by Pearu Peterson · 22 years ago
  49. 0bec5dc changed /c to /compile_only for compaq visual (DF98) by Pearu Peterson · 22 years ago
  50. c916560 Use -framework Python only with apple python, fink python does not need it (as I have been told) by Pearu Peterson · 22 years ago
  51. 4d2ead9 Added compiler flag for versions later than Absoft 6.2 so that compiler will free memory on encountering a dealloc. by Travis Oliphant · 22 years ago
  52. 8d935d1 Fixed dependency libraries on absoft compiler. by Travis Oliphant · 22 years ago
  53. cf8d1e6 platform_info now try to use scipy_distutils and falls back to distutils if it isn't available. by Eric Jones · 22 years ago
  54. 9b5b7b2 fix to get MSVC compilers working. by Eric Jones · 22 years ago
  55. 7797614 Introduced IgnoreException. When it is raised then scipy unittesting framework does not treat it as an error. Useful when certain features of a package are disabled but testing site contains tests for these features. Added agg_platform_support.cpp to sources list. by Pearu Peterson · 22 years ago
  56. a96e326 Multiple suites were found when package_name==__main__, fixed it. Now TestCase classes can be implemented also in module sources. by Pearu Peterson · 22 years ago
  57. 7f73fd1 Fixed several issues with msvc support. by Pearu Peterson · 22 years ago
  58. dbd133a Made debugging messages optional. by Pearu Peterson · 22 years ago
  59. 339ad8f Impl. better handling of getting suites from a python script by Pearu Peterson · 22 years ago
  60. 9760c22 Fixed intel compiler warnings, using -72 for compiling F77 sources by Pearu Peterson · 22 years ago
  61. d3f7411 Resolve relative paths in object_filenames: they caused lots of confusion when F90 module files ended up in wrong places by Pearu Peterson · 22 years ago
  62. 5f73e9a Added system_info classes for boost_python and agg2 by Pearu Peterson · 22 years ago
  63. f1e36ac Remove file from current directory if move failed (presumably because destination file already exists) by Travis Oliphant · 22 years ago
  64. 4121e33 Fixes to use msvc linker on windows by Travis Oliphant · 22 years ago
  65. 144b7ab Changed library include directory to append lib by Travis Oliphant · 22 years ago
  66. 1c5dfc8 Remove dummy cc_args from Fcompiler class so that include files get used for Fortan. by Travis Oliphant · 22 years ago
  67. fa4054d Fixed compiler so that Fortran files are built in order specified in sources list by Travis Oliphant · 22 years ago
  68. 301b2cd Typo in error message fixed. by Travis Oliphant · 22 years ago
  69. a7e6a9e Added module_dirs argument to Extension to specify the locations of F90 modules by Pearu Peterson · 22 years ago
  70. c2dc0fa Using local core,log modules instead of scipy_distutils (that might not have be installed yet). by Pearu Peterson · 22 years ago
  71. 11a9533 Redefine pydoc.help.__call__ method to support ppimport. by Pearu Peterson · 22 years ago
  72. 653e32f cygwin library may have .dll.a extension by Pearu Peterson · 22 years ago
  73. fc61a4a cygwin library may have .dll.a extension by Pearu Peterson · 22 years ago
  74. 7c27e97 cygwin may have X11 installed by Pearu Peterson · 22 years ago
  75. d2ce48c include_packages overrides ignore_packages by Pearu Peterson · 22 years ago
  76. 99b67b5 Introduced get_subpackages, it should replace get_package_config and friends. by Pearu Peterson · 22 years ago
  77. 91cff85 Added flavor info to fortran compilation message. by Pearu Peterson · 22 years ago
  78. 45c0b1e Added missing line. by Pearu Peterson · 22 years ago
  79. ae77726 Warn when merging possibly incompatible libraries (e.g when Lib/xxx and Lib/yyy define libraries with the same name but different contents) by Pearu Peterson · 22 years ago
  80. f88e09e Ignore lines starting with tab as it contains no info whether Fortran source code is in fix or free format. by Pearu Peterson · 22 years ago
  81. 442f9ff Restored mingw32_support with no contents so that older f2py2e versions will work with the resent scipy_distutils. by Pearu Peterson · 22 years ago
  82. ba9f6c5 Restored mingw32_support with no contents so that older f2py2e versions will work with the resent scipy_distutils. by Pearu Peterson · 22 years ago
  83. 162bec7 Completed support for darwin native blas/lapack by Pearu Peterson · 22 years ago
  84. b902464 Moved get_version to ccompiler.py. by Pearu Peterson · 22 years ago
  85. 4793e4b Fixed fcompiler search mechanism (it seems that implementation of compiler search hooks in standard distutils is incomplete). by Pearu Peterson · 22 years ago
  86. a29f4f7 build_ext takes default fcompiler from config_fc (and build_clib takes it from build_ext). by Pearu Peterson · 22 years ago
  87. a6f8c90 Introduced notfound_action argument to get_info(). by Pearu Peterson · 22 years ago
  88. 5bad7d2 Added C++ support to build_clib. by Pearu Peterson · 22 years ago
  89. 5e29f4a Fixed sdist: .svn contents is ignored and depends in library build_info is used. by Pearu Peterson · 22 years ago
  90. 566f987 Continue even if get_atlas_version fails. Darwin users can still use atlas if env.var. ATLAS is defined. by Pearu Peterson · 22 years ago
  91. f8cab16 Changing environment in cygwin-win32 mix works. Just echo cannot be used to test it, now using python for that. by Pearu Peterson · 22 years ago
  92. fad43fc Create libraries if needed. by Pearu Peterson · 22 years ago
  93. 29ff231 Extension.libraries may contain libraries with sources (such libraries must be given as (lib_name,build_info)). by Pearu Peterson · 22 years ago
  94. 795a70f Undone previous commit as it didn't work: either install scipy_core or set PYTHONPATH=.. in order to call 'python system_info.py' by Pearu Peterson · 22 years ago
  95. 3dce5df Fix executing system_info.py when scipy_distutils is not installed by Pearu Peterson · 22 years ago
  96. 3c0c577 Fixed define macros with string values. by Pearu Peterson · 22 years ago
  97. 849030c Fixed issue with win32 paths in a string. by Pearu Peterson · 22 years ago
  98. d171284 Implemented {lapack,blas}_opt_info. It contains darwin support. But note that if vecLib provides only clapack/cblas then it won't work: linalg does not support cblas/clapack yet. by Pearu Peterson · 22 years ago
  99. 95068c4 library sources list may now contain source building functions. by Pearu Peterson · 22 years ago
  100. 9d206bd Fixed linking flags for darwin by Pearu Peterson · 22 years ago