summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* Tweak error msg when python.h not compilable with scons.David Cournapeau2008-08-101-3/+5
* Fix ticket #674.Travis Oliphant2008-08-102-2/+14
* *Full recompile needed*: changed the name of hasobject structure member to f...Travis Oliphant2008-08-103-17/+18
* Give better error message when testing python.h fails.David Cournapeau2008-08-091-5/+9
* ran reindentJarrod Millman2008-08-0816-46/+40
* Fix ticket #877 along with other bugs not yet reported for data-types with ti...Travis Oliphant2008-08-064-5/+30
* Always define __STDC_FORMAT_MACROS for C++ support of PRIdPTR.David Cournapeau2008-08-062-0/+13
* Follow-up on changes to histogram semantics.dhuard2008-08-051-2/+2
* Merge from documentation editor.Stefan van der Walt2008-08-057-912/+4074
* Fix NPY_INTP_FMT when C99 format available (typo + forgot to include inttypes...David Cournapeau2008-08-051-1/+4
* Use C99 print formatting if available for NPY_INTP.David Cournapeau2008-08-054-1/+37
* Add test for #844 (inner product pb with atlas).David Cournapeau2008-08-041-0/+14
* Fix method list sentinel in sortmodule.David Cournapeau2008-08-031-1/+1
* Fix buggy sentinel for blasdot docstring.David Cournapeau2008-08-031-1/+1
* Fix generated file location for inclusion in sdist target when building with ...David Cournapeau2008-08-031-6/+8
* Revert revision, 5596 commited by error.David Cournapeau2008-08-031-16/+0
* Use inttypes format if available for NPY_INTP.David Cournapeau2008-08-031-0/+16
* BUG: reverting mistaken checking.Robert Kern2008-08-011-13/+8
* BUG: Fix email addresses.Robert Kern2008-08-011-8/+13
* Change API for pre/post hooks: they should be able to take arbitrary arguments.David Cournapeau2008-07-311-1/+1
* Remove add_configres function which did nothing...David Cournapeau2008-07-311-1/+0
* Do not use numscons rsplit (python >= 2.4 required for numpy >= 1.2.)David Cournapeau2008-07-301-3/+2
* Handle VS 2008 in msvc_runtime_library.David Cournapeau2008-07-291-1/+1
* Skip one more possibly failing C99 testPauli Virtanen2008-07-221-1/+1
* Added tests to improve coverage of numpy.core.Alan McIntyre2008-07-215-14/+153
* Fix broken regression test.Charles Harris2008-07-201-1/+4
* Make regression test work for reverted NaN fix.Charles Harris2008-07-201-1/+1
* Revert r5470.Charles Harris2008-07-201-8/+2
* Fix _SIGN macros for MSVC compilers. Test.Charles Harris2008-07-201-3/+3
* Fix ticket #794.Charles Harris2008-07-202-3/+16
* Fix errors in C99 tests. Skip tests failing on some platforms.Pauli Virtanen2008-07-201-6/+5
* Fix some errors in C99 tests. Skip tests failing on Sparc64Pauli Virtanen2008-07-191-14/+15
* Add tests for complex functions: test against Python's cmath, check the branc...Pauli Virtanen2008-07-191-3/+256
* Fix arccosh branch cut. Remove one unnecessary operation from nc_asinh.Pauli Virtanen2008-07-191-5/+5
* Fix other reference count leak pointed out in #848 due to missing DECREF for ...Travis Oliphant2008-07-191-9/+20
* Generate headers in the right place for inplace builds.Robert Kern2008-07-191-4/+13
* Remove blank line.Charles Harris2008-07-161-1/+0
* Fix ticket #849. Thanks to Michael Abbott.Charles Harris2008-07-161-4/+9
* Coding style cleanups.Charles Harris2008-07-161-69/+125
* Fix ticket #837. Avoid infinite loop in fromfile/fromstring by ensuring that ...Pauli Virtanen2008-07-162-7/+37
* Fix ticket #850. Thanks to Michael Abbott for the patch.Charles Harris2008-07-161-2/+2
* Coding style cleanup. Replace hard tabs with spaces.Charles Harris2008-07-162-17/+28
* Deprecate PyArray_As2D.Charles Harris2008-07-161-0/+4
* Make deprecation messages more informative.Charles Harris2008-07-142-12/+6
* Move DEPRECATE macro to ndarrayobject.h.Charles Harris2008-07-133-7/+16
* Add tests to improve coverage.Alan McIntyre2008-07-132-0/+43
* Fix Deprecation warnings for python versions < 2.5.xCharles Harris2008-07-131-2/+8
* Deprecate PyArray_FromDims and PyArray_FromDimsAndDataAndDescr.Charles Harris2008-07-131-15/+21
* Replace snprintf with PyOS_snprintf.Charles Harris2008-07-122-9/+12
* Bit of whitespace removal.Charles Harris2008-07-122-2/+1