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

  1. 957cf79 When specifying env. var. then don't search elsewhere. by Pearu Peterson · 21 years ago v0.3.2
  2. cf3ef30 If env. var is /path/to/lib then use also /path/to/include. by Pearu Peterson · 21 years ago
  3. 2ad7298 Fixed typo. by Pearu Peterson · 21 years ago
  4. 6ae8984 Fixing Numeric include path when it was installed using --home. by Pearu Peterson · 21 years ago
  5. 39624c5 Added missing example files to data. Added note that distributing weave as standalone is equivalent to distributing scipy_core. by Pearu Peterson · 21 years ago
  6. 88352fd Fixed weave version numbers. by Pearu Peterson · 21 years ago
  7. 1638e8a Improve resource detection when prefix is given in env. variable. by Pearu Peterson · 21 years ago
  8. fd66cf9 Fixing 0.3.2 release branch. by Pearu Peterson · 21 years ago
  9. 629c9a8 Fixing 0.3.2 release branch. by Pearu Peterson · 21 years ago
  10. dbc5112 Increased micro version number and undone 0.3.2 release. by Pearu Peterson · 21 years ago
  11. 3a8d4dc Prepearing for the 0.3.2 release. by Pearu Peterson · 21 years ago
  12. 68603ef More changes to get rid of whrandom usage. by Travis Oliphant · 21 years ago
  13. 46fc1b2 Fixed issue 179. by Pearu Peterson · 21 years ago
  14. a942a40 Improved failure message on shape mismatch. by Pearu Peterson · 21 years ago
  15. e88796b Added documentation fixes and comment changes. by Travis Oliphant · 21 years ago
  16. be274e7 Fixed bdist_rpm for scipy_core. by Pearu Peterson · 21 years ago
  17. b77d7f9 Added has_sse3 and gcc-3.4 flags for Opteron and Athlon 64 cpus. by Pearu Peterson · 21 years ago
  18. bb6b4f4 Alpha is always 64-bit. by Pearu Peterson · 21 years ago
  19. 90f61af Added is_Athlon64 and is_64bit methods. by Pearu Peterson · 21 years ago
  20. 5000b0e Exit gracefully from interpreter shutdown. by Pearu Peterson · 21 years ago
  21. 45b7bb2 logical_* type fixes by Robert Kern · 21 years ago
  22. 9677719 Fix for matrixmultiply != dot on Numeric < 23.4 by Travis Oliphant · 21 years ago
  23. 75e1e94 Added wrappers to iterative methods by Travis Oliphant · 21 years ago
  24. b0857cc Forced casting on logical_xor. Is this the needed MAC fix? by Travis Oliphant · 21 years ago
  25. f1d3571 Undid changes to fastumath_unsigned.inc by Travis Oliphant · 21 years ago
  26. 462dd1e fixed fastumath logical functions on PPC Darwin platform by Robert Kern · 21 years ago
  27. a073748 typo fixes and OSX fixes by Robert Kern · 21 years ago
  28. 9cdf025 NEW: Simple example to show how one can inline C++ code in Python to by prabhu · 21 years ago
  29. c4bf083 NEW: Added example code to show how SWIG2 wrapped C++ objects can be used in by prabhu · 21 years ago
  30. 7f3e33a NEW: Added a simple example to demonstrate how to access a 3D Numeric array. by prabhu · 21 years ago
  31. f36a4af ENH: Updated to transparently support SWIG wrapped objects that use a by prabhu · 21 years ago
  32. d6fd1be Applied patch from scipy issue 189. by Pearu Peterson · 21 years ago
  33. 644c97a Fixed scipy issue 190 by Pearu Peterson · 21 years ago
  34. 30959d1 Fixed help for quering non-existing modules, e.g. keywords. by Pearu Peterson · 21 years ago
  35. a48e9f9 Backport to Python 2.2 and earlier. by Pearu Peterson · 21 years ago
  36. 623d2ad Added comment about requiring swig 1.3.14 or later. by Pearu Peterson · 21 years ago
  37. a599dbb Backporting CCompiler.compiler hacks to Python <=2.2 distutils, fixes scipy issue 188. by Pearu Peterson · 21 years ago
  38. 28efcb4 Fixed typos. by Pearu Peterson · 21 years ago
  39. 58d2cf6 Fixed more problems with alter_numeric scalar conversion by Travis Oliphant · 21 years ago
  40. 52d1559 Fixed typo. by Pearu Peterson · 21 years ago
  41. a0b4476 Clean up sys.path after scipy_distutils has been imported. by Pearu Peterson · 21 years ago
  42. a383337 Introduced setup.py to make scipy_distutils as a standalone package. by Pearu Peterson · 21 years ago
  43. 56e7378 Try harder to find xlf version number when it's not available in xlf output. by Pearu Peterson · 21 years ago
  44. 0018b01 Fixed segfault problems on windows due to passing Py_complex as return value of function between program segments compiled with different compilers. by Travis Oliphant · 21 years ago
  45. 96c0255 Fixed segfault bug affecting Windows computers. Problem related again to using functions that pass structures (complex numbers) in between different comilers. by Travis Oliphant · 21 years ago
  46. 4c0b541 Fixed compiler choice for .f files containing f90 code in free format. by Pearu Peterson · 21 years ago
  47. 2f080bc Updated from_template to avoid recursion errors and fix bug. by Travis Oliphant · 21 years ago
  48. 965e6c6 Fixed incomplete spec Issue160 by Travis Oliphant · 21 years ago
  49. 11d0364 Fixed version pattern for newer ibm compilers. by Pearu Peterson · 21 years ago
  50. 8376d1a Fixed major bug in vectorize causing segfaults when one argument was broadcast to another by Travis Oliphant · 21 years ago
  51. 594170a Fixed compaqfcompiler module switches. by Pearu Peterson · 21 years ago
  52. 3ff97f1 First draft of new (no-python-scalar coercion model). Some tests are failing with precision errors. by Travis Oliphant · 21 years ago
  53. b8d812d First crack and ignoring Python scalars for coercion. by Travis Oliphant · 21 years ago
  54. f6922a8 Added fixes so structure for altered coercion model will at least compile -- no altered coercion yet... by Travis Oliphant · 21 years ago
  55. 8b67a9f Fixed abs(array([3,4],'b')) bug. Placed in structure so that coercion model can be changed (just need to edit setup_types). by Travis Oliphant · 21 years ago
  56. e028a1d Fixed absoft version pattern. Wrapped distutils gen_lib_options: fcompiler.library_dir_option may return a list. by Pearu Peterson · 21 years ago
  57. 36bc78e Optimizations to fancy indexing. by Travis Oliphant · 21 years ago
  58. 44b762b Added index and masking to arrays. Run scipy.alter_numeric() to enable --- not enabled by default for now... a[a>3]=10 now works. by Travis Oliphant · 21 years ago
  59. b7bcfbf Working on absoft compiler support for mingw32. by Pearu Peterson · 21 years ago
  60. 8cb093e Fixed typo. by Pearu Peterson · 21 years ago
  61. 3b388b1 Disabled macros for all fortran compilers. by Pearu Peterson · 21 years ago
  62. c22e382 Absoft requires win32 path even when called from cygwin environment. by Pearu Peterson · 21 years ago
  63. 689f291 Absoft requires win32 path even when called from cygwin environment. by Pearu Peterson · 21 years ago
  64. f6602c8 Added gdk and gdk-2.0 info classes by Pearu Peterson · 21 years ago
  65. f6784ff -D -U options to xlf compiler have different meanings than (un)defining cpp variables. So, disabled macros for ibm compiler. by Pearu Peterson · 21 years ago
  66. 9161659 pkg-config has --cflags instead of --cxxflags by Pearu Peterson · 21 years ago
  67. 9ccc30d Fix distutils.util.split_quoted for white-space-less words in quotes. by Pearu Peterson · 21 years ago
  68. 924e9e3 Preparing to fix bdist_rpm bug when setup.py script does not exist. by Pearu Peterson · 21 years ago
  69. 43e9830 Fixed bdist_rpm failure when a file name contains spaces. by Pearu Peterson · 21 years ago
  70. 4d918dd Adding 'scripts' to default configuration dict. by Pearu Peterson · 21 years ago
  71. 6822f58 Two more setup script examples: generation of __svn_version__ and config. by Pearu Peterson · 21 years ago
  72. 758a1c8 Fixed target_dir of pure Fortran extensions to include extension names. by Pearu Peterson · 21 years ago
  73. d1ed079 Support for getting packages from non-package subdirectories. by Pearu Peterson · 21 years ago
  74. b7cc0ff Added proc.py. by Pearu Peterson · 21 years ago
  75. 03693fb Handle the case where .svn/entries does not exist. by Pearu Peterson · 21 years ago
  76. ebe4943 No need to wrap pydoc.locate. Fixes interactive help() session. by Pearu Peterson · 21 years ago
  77. 77253fb Few typical setup.py example scripts. by Pearu Peterson · 21 years ago
  78. afa86a9 Fixed help for postponed attributes. Added docs to overwritten methods/functions. by Pearu Peterson · 21 years ago
  79. d7b3cd5 Refactored code: frame_traceback is quite useful in debugging. Fixed importing all postponed modules when using help(). by Pearu Peterson · 21 years ago
  80. 5d6793a Fixed bugs. More debugging hooks. ppresolve returns its string argument when it is unable to resolve the object and when ignore_failure is true, this fixes few Arnd cases. by Pearu Peterson · 21 years ago
  81. 038fb06 Cleanup. by Pearu Peterson · 21 years ago
  82. 5f39b86 Impl. get_build_platlib(). atlas_version is built into temp directory - this should fix bdist_rpm on RedHat systems. by Pearu Peterson · 21 years ago
  83. 7d34fc5 Introduced include_only boolean argument to get_subpackages. by Pearu Peterson · 21 years ago
  84. 14a9cf6 Cleanup. by Pearu Peterson · 21 years ago
  85. 91b24ba Fixed bug where targets of different extensions had the same file name and so caused silent name conflicts. by Pearu Peterson · 21 years ago
  86. 2c114c6 Added debugging hooks. by Pearu Peterson · 21 years ago
  87. 7a6dba8 Also pydoc.describe needs ppresolve wrapper to get title right. by Pearu Peterson · 21 years ago
  88. 1416eaa Renamed realize to ppresolve. Fixed help('scipy.modulename') issue. by Pearu Peterson · 21 years ago
  89. 6f911ba Impl. ppimport.realize. Fixes help(module.attribute) bug. by Pearu Peterson · 21 years ago
  90. 07b23a5 Backport to Python <=2.2: cannot use slice object for strings. by Pearu Peterson · 21 years ago
  91. f3e93c7 Don't scan build directory for modules. by Pearu Peterson · 21 years ago
  92. be1d0a5 If extension has no sources then there will be no output. Fixes bdist_rpm command. by Pearu Peterson · 21 years ago
  93. 4350ab0 Disabled hard-linking when creating source archives to avoid modifying (changing eol-style) files in source tree. When enabled, modifications will be undone after an archive is created; however, dos->unix->dos is not always identity mapping (e.g. try on chaco/wxplt.py) and that's the reason for always making a copy. by Pearu Peterson · 21 years ago
  94. 6e1a504 svn revision number must be int. by Pearu Peterson · 21 years ago
  95. 7849a6d Refactored get_svn_revision from generate_svn_version_py. by Pearu Peterson · 21 years ago
  96. 64bc6e3 Minor enhancement for generate_svn_version_py. by Pearu Peterson · 21 years ago
  97. 4434fb1 Impl. generate_config_py and generate_svn_version_py functions by Pearu Peterson · 21 years ago
  98. 0cc9384 Improving sparse support. by Travis Oliphant · 21 years ago
  99. e4bc886 Don't build extension module when there are no sources. This allows generating arbitrary .py files within Extension. by Pearu Peterson · 21 years ago
  100. 16628c9 Added template source support using simple rules by Travis Oliphant · 21 years ago