1. e885a7a TST: mark longdouble tests as knownfail on OS X PPC. by rgommers · 15 years ago
  2. 516aa4a TST: mark longdouble tests for spacing/nextafter as knownfail on OS X. by rgommers · 15 years ago
  3. 08ccb3a TST: silence ldexp overflow warning. by rgommers · 15 years ago
  4. 8346ba0 BUG: fix issue with incorrect Fortran arch flags. Closes #1399. by rgommers · 15 years ago
  5. c0bd3df TST: core: disable C99 complex tests also on Solaris if it seems that the platform functions are flaky by Pauli Virtanen · 15 years ago
  6. c6504f5 TST: core: mark test_ldexp_overflow as known failure on Python < 2.6 on Windows, because of apparently broken C runtime in the python.org binaries by Pauli Virtanen · 15 years ago
  7. 082956b TST: core: fix test_fromfile_tofile_seeks to work on Windows by Pauli Virtanen · 15 years ago
  8. 3bc3174 BUG: on Windows the sysconfig module does not contain CFLAGS info. by rgommers · 15 years ago
  9. 427d3fc Merge branch 'maintenance/1.5.x' of github.com:numpy/numpy into maintenance/1.5.x by Charles Harris · 15 years ago
  10. cc8673e TST: remove a failing doctest for poly1d. by rgommers · 15 years ago
  11. b55eacd BUG: core: implement a long-int loop for ldexp, for cases where int != long (#1633) by Pauli Virtanen · 15 years ago
  12. 0e792e6 BUG: core: adjust ComplexWarning location frame up by one, so that the warning comes from the correct location (#1639) by Pauli Virtanen · 15 years ago
  13. 4e177d3 BUG: get fortran arch flags from C arch flags if available. Closes #1399. by Matthew Brett · 15 years ago
  14. c8e1315 BUG: DOC: fix invalid vdot documentation by Pauli Virtanen · 15 years ago
  15. ec211eb BUG: core: richcompare must indicate undefined comparison via Py_NotImplemented (fixes #1491) by Pauli Virtanen · 15 years ago
  16. 9089036 BUG: lib: clean up ancient-Python era stuff from IndexExpression (#1196) by Pauli Virtanen · 15 years ago
  17. ab065f2 BUG: linalg: lstsq should always return real residuals (#937) by Pauli Virtanen · 15 years ago
  18. 87c53b4 BUG: io: close file handles immediately after use, where possible (#1517) by Pauli Virtanen · 15 years ago
  19. 462830b BUG: core: fix duplicate name problems in dtype.names setting (#1598) by Pauli Virtanen · 15 years ago
  20. 5f8cd90 BUG: core: fix uint64 -> Python int cast (fixes #1287) by Pauli Virtanen · 15 years ago
  21. 4d546c1 BUG: core: handle errors from PyErr_Warn for ComplexWarning by Pauli Virtanen · 15 years ago
  22. 8e0d299 BUG: core: use #if check instead of #ifdef in checking HAVE_DECL_ISFINITE (ticket #1625) by Pauli Virtanen · 15 years ago
  23. 1958473 BUG: core: fix compilation with Solaris 10 / Sun Studio 12.1 (ticket #1626) by Pauli Virtanen · 15 years ago
  24. 288178e ENH: Update absoft fortran flags for v11.0. by Charles Harris · 15 years ago
  25. b288b51 BUGLET: Need "\\n" in string template. by Charles Harris · 15 years ago
  26. b537514 BUG: Backport fixes to the fix to numpy/f2py/setup.py. by Charles Harris · 15 years ago
  27. be68969 BUG: Fix generated f2py bootstrap script to work with python 3k. by Charles Harris · 15 years ago
  28. fd873ba BUG: core: ensure cfloat and clongdouble scalars have a __complex__ method, so that complex(...) cast works properly (fixes #1617) by Pauli Virtanen · 15 years ago
  29. 1bc88b9 ENH: core: emit ComplexWarning also when array scalars are cast to real/int by Pauli Virtanen · 15 years ago
  30. c18d875 BUG: (backport r8711) distutils: make is_free_format et al. not choke on non-ascii Fortran files by Pauli Virtanen · 15 years ago
  31. f218515 BUG: (backport r8709) core: fix npy_PyFile_Check implementation on Py3 by Pauli Virtanen · 15 years ago
  32. a8f0120 BUG: (backport r8707) core: on Python3, seek file handle to the current position in npy_PyFile_Dup (fixing #1610) by Pauli Virtanen · 15 years ago
  33. 877d33b BUG: (backport r8702) core: fix a missing return branch in npy_3kcompat.h by Pauli Virtanen · 15 years ago
  34. 5a13d0c BUG: (backport r8701) core: sync Python 3 file handle position in tofile/fromfile (fixes #1610) by Pauli Virtanen · 15 years ago
  35. 18a4bb9 TST: (backport r8700) disable --detailed-errors by default -- the output it gives is more confusing than useful by Pauli Virtanen · 15 years ago
  36. 6d1a365 BUG: (backport r8699) core: fix _dotblas usage on Py3 (fixes #1609) by Pauli Virtanen · 15 years ago
  37. 3deb211 BUG: core/buffer: ensure that array_dealloc runs correctly even when PyErr flag is set (fixes #1605) by Pauli Virtanen · 15 years ago
  38. a20e83a BUG (backport r8689): distutils: use // in a binary search (fixes #1604 on Python 3) by Pauli Virtanen · 15 years ago
  39. 5bdfe79 TST: clean up invalid value warning emitted from test. by rgommers · 15 years ago
  40. fff3c78 BUG: (backport of r8665) Fix bug on Windows in fromfile/tofile. Closes #1583. Thanks to C. Gohkle. by rgommers · 15 years ago
  41. 970eceb TST: Mark Clog test as knownfail on Windows. by rgommers · 15 years ago
  42. eb02b23 TST: mark test for #99 as knownfail for 64 bit Windows. by rgommers · 15 years ago
  43. 564fd01 TST: silence NaN related test warnings. See #1587. by rgommers · 15 years ago
  44. 60417c7 BCK: Backport r8653 from trunk. by Charles Harris · 15 years ago
  45. d29c077 TST: (backport of r8623) skip C99 nan/inf tests on Windows. by rgommers · 15 years ago
  46. 61de042 BUG: Fix non-performing test. by Charles Harris · 15 years ago
  47. c8732c5 ENH: Backport r8641-r8642 from trunk. by Charles Harris · 15 years ago
  48. 064544f BUG: Backport r8637-r3639 from trunk. They are a mix of small fixes and by Charles Harris · 15 years ago
  49. 3460f7b BUG: Backport r8635 from trunk. by Charles Harris · 15 years ago
  50. ee84bbd DEP: (backport of r8627) change default behavior of correlate(), old behavior was deprecated in by rgommers · 15 years ago
  51. 98da149 DEP: (backport of r8626) deprecate behavior for out-of-order field indexing of recarrays. See #1431. by rgommers · 15 years ago
  52. 7ecf7c4 BUG: (backport of r8625) define LDEXPL/FREXPL functions for MSVC builds (see #1499). by rgommers · 15 years ago
  53. 1906d46 BUG: (backport of r8624) workaround for undefined isnan/isinf in VS2008. Closes #1502. by rgommers · 15 years ago
  54. b64e431 BUG: (backport of r8622) Better format specifier for Py 2.7, 3.2 on win-amd64. Closes #1570. by rgommers · 15 years ago
  55. 2befa5f BUG: Backport r8619 to fix ticked #1554. by Charles Harris · 15 years ago
  56. 3367031 BUG: Backport fixes for ticket #1579, r8615-r8617. by Charles Harris · 15 years ago
  57. 1d6e5f9 ENH: (backport of r8608) Make atleast_3d respect ndarray subclasses. Closes #1560. by rgommers · 15 years ago
  58. f1c28a3 TST: (backport of r8606) fix memmap test error. Closes #1550. Thanks to Christoph Gohlke. by rgommers · 15 years ago
  59. 2b9090c 3K: (backport of r8595) distutils: fix __code__ object access in mingw32ccompiler by rgommers · 15 years ago
  60. 7f73136 3K: (backport r8599) fix core/dotblas module initialization. by Pauli Virtanen · 15 years ago
  61. f07a768 BUG: (backport r8589) core/3K: use bytes.maketrans instead of the deprecated string.maketrans (fixes #1571) by Pauli Virtanen · 15 years ago
  62. 50f1fd2 BUG: (backport r8588) core: fix a missed PyCObject call (#1571) by Pauli Virtanen · 15 years ago
  63. e4e7bcf BUG: (backport r8572) core: fix refcount error in PyArray_Take (#939) by Pauli Virtanen · 15 years ago
  64. c9f0351 BUG: (backport r8548) core/umath: do not create views unnecessarily in ndarray.__array_prepare__ (fixes #1548) by Pauli Virtanen · 15 years ago
  65. ba22c4a DOC: wiki merge, matrlixlib and some ndarray methods. by rgommers · 15 years ago
  66. 843446b DOC: wiki merge, twodim_base and a few loose ones. by rgommers · 15 years ago
  67. 8a0511c DOC: wiki merge, npyio, format and function_base by rgommers · 15 years ago
  68. 84e8a53 DOC: wiki merge, core.umath by rgommers · 15 years ago
  69. 06da21b DOC: wiki merge, core/numeric.py by rgommers · 15 years ago
  70. dd09061 DOC: wiki merge, fromnumeric.py by rgommers · 15 years ago
  71. f026e45 DOC: wiki merge, add itemset method doc. by rgommers · 15 years ago
  72. 99fe30e DOC: wiki merge, add distutils.npy_pkg_config.read_config docstring. by rgommers · 15 years ago
  73. 3389fff BUG: (backport of r8574) fix typo in commit r8564-66. by rgommers · 15 years ago
  74. ede47ec BUG: (backport of r8568) remove unnecessary import and reload in test_getlimits. by rgommers · 15 years ago
  75. 4248dc6 BUG: (backport r8569) core/umath: fix powers of complex 0 (#1271) by Pauli Virtanen · 15 years ago
  76. 374413e TST: (backport r8567) Add tests for matlib. Closes #1242. by Pauli Virtanen · 15 years ago
  77. 741cda7 BUG: fix numscons build issue introduced in r8541. by rgommers · 15 years ago
  78. 28f84c7 BUG: (backport of r8553) fix base_repr for py3k. by rgommers · 15 years ago
  79. 70d2ced ENH: (backport of r8551) Make trapz work with ndarray subclasses. Thanks to Ryan May. by rgommers · 15 years ago
  80. 585c52c BUG: make sure npy_cpu.h is always included in ndarraytypes.h by David Cournapeau · 15 years ago
  81. 12f127a BUG: look for endian.h. by David Cournapeau · 15 years ago
  82. 95699fb ENH: (backport r8539) testing: add assert_tol_equal for testing array equality with specified tolerances by Pauli Virtanen · 15 years ago
  83. be51b41 BUG: (backport r8535) support assignment x[(0,)] = foo in ndarray subtypes (#1563) by Pauli Virtanen · 15 years ago
  84. 6a15b40 (backport r8534) Fix copy-and-paste error discovered by re-factor testing... by Pauli Virtanen · 15 years ago
  85. def3255 DOC: (backport r8525) Merge wiki changes for RandomState as far as possible. Closes #1503. by Pauli Virtanen · 15 years ago
  86. 8ca5538 BUG: (backport r8532) fix usability bugs in lookfor by Pauli Virtanen · 15 years ago
  87. 40d3e8c BUG: (backport of r8530) fix base_repr. by rgommers · 15 years ago
  88. c34e6a1 BUG (backport r8526): fix alpha build. by David Cournapeau · 15 years ago
  89. 43fb587 BUG: quick and ugly fix for long double on linux ppc. by Pauli Virtanen · 15 years ago
  90. 0a6f529 ENH: fix long double detection for linux ppc by Pauli Virtanen · 15 years ago
  91. 60bc92f BUG: core: fix argmax and argmin NaN handling to conform with max/min (#1429) by Pauli Virtanen · 15 years ago
  92. f7560f7 BUG: core/umath: make complex number comparisons False when *either* element is nan by Pauli Virtanen · 15 years ago
  93. a89b273 BUG: core: make set_string_function(None) to restore the functions to what they are on import (#1130) by Pauli Virtanen · 15 years ago
  94. 155d2c2 BUG: core: format 'nan' and 'inf' also in array repr by default (#1050) by Pauli Virtanen · 15 years ago
  95. e9ae7f1 BUG: core: make .std() and .var() respect the out= keyword (#1434) by Pauli Virtanen · 15 years ago
  96. f04f05f BACK: Backport r8499 from trunk. by Charles Harris · 15 years ago
  97. d27bd45 ENH: remove extraneous files from 1.5.x branch by Pauli Virtanen · 15 years ago
  98. ccd7d1a ENH: restore ABI for 1.5.x branch by Pauli Virtanen · 15 years ago
  99. fb1c91ac 3K: numarray: Python3 fixes in _capi.c by Pauli Virtanen · 15 years ago
  100. 2ffe4e6 3K: f2py: catch a misc import error by Pauli Virtanen · 15 years ago