summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* BUG: fix native-only long long checkJulian Taylor2014-01-092-11/+15
* BUG: return immediately if memoryview cannot be non-nativeJulian Taylor2014-01-091-0/+1
* TST: fix test failure due to comparing floats with assert_equal.Ralf Gommers2013-12-301-1/+1
* MAINT: don't use open(.., 'U') in Python 3.x, is deprecated.Ralf Gommers2013-12-301-2/+7
* BUG: fix missing check for memory allocation failure in ufuncsJulian Taylor2013-12-301-0/+6
* BUG: Fix missing NULL check in lexsortSebastian Berg2013-12-302-0/+14
* BUG: fix NaT handling in _strided_to_strided_string_to_datetimeCharles G Waldman2013-12-302-1/+5
* BUG: fix uninitialized use in _strided_to_strided_string_to_datetimeJulian Taylor2013-12-301-1/+1
* TST: fix test error due to 2to3 conversion on py3.3.3cgohlke2013-12-131-2/+2
* Merge pull request #4049 from charris/python-2.4-repairJulian Taylor2013-11-143-20/+31
|\
| * BUG: Fix invalid value warning raised during tests.Charles Harris2013-11-121-1/+10
| * BUG: Fix Python 2.4 invalid class declaration and try..finally.Charles Harris2013-11-121-4/+5
| * BUG: Fix python 2.4 invalid use of try..finally.Charles Harris2013-11-121-15/+16
* | BUG: Fix raising exception on invalid assignment from sequenceeltjpm2013-11-082-1/+8
|/
* Merge pull request #4002 from juliantaylor/hypot-1.7.xJulian Taylor2013-11-032-7/+11
|\
| * BUG: fix handling of infs in hypot on windowsEric Moore2013-11-032-7/+11
* | BUG: numpy.random.binomial raised ValueError for n == 0HaroldMills2013-11-023-3996/+4730
|/
* BUG: changed string.lowercase to string.ascii_lowercaseochoadavid2013-10-241-1/+1
* Merge pull request #3964 from charris/backport-1.7-3832Charles Harris2013-10-233-10/+6
|\
| * BUG: fix small issues found with cppcheckJulian Taylor2013-10-223-10/+6
* | BUG: #2052 del scalar subscript causes segfaultJohn Stechschulte2013-10-212-0/+10
|/
* MAINT: io: handle a bad fmt argument in savetxt by raising a ValueError.Warren Weckesser2013-10-202-0/+6
* added spaces to literal string concatsChristoph Dann2013-10-171-1/+1
* BUG: close file-like objects returned by urlopencgohlke2013-10-151-0/+2
* Small corrections to testsMarten van Kerkwijk2013-10-121-8/+9
* Add test cases to ensure NotImplemented is passed onMarten van Kerkwijk2013-10-121-0/+20
* Ensure NotImplemented is passed on in MaskedArray ufunc'sMarten van Kerkwijk2013-10-121-0/+9
* BUG: Disable check for oldstyle classes in python3Julian Taylor2013-10-122-1/+20
* BUG: Include sunmath.h in npy_math.h when __SUNPRO_CC defined.Charles Harris2013-10-061-0/+3
* Merge pull request #3825 from charris/backport-1.7-3342Charles Harris2013-09-281-2/+4
|\
| * BLD: fix setuptools-specific easy_install issue. Closes gh-3160.Ralf Gommers2013-09-281-2/+4
* | Do not fail with NameError if SandboxViolation is raisedJason Madden2013-09-281-1/+3
|/
* Merge pull request #3815 from charris/backport-1.7-resourcewarning-fixCharles Harris2013-09-271-1/+6
|\
| * MAINT: Get rid of a Python 3 resource warning.Charles Harris2013-09-271-1/+6
* | Merge pull request #3813 from charris/backport-1.7-3806Charles Harris2013-09-272-3/+41
|\ \
| * | BUG: Do not use python with statement.Charles Harris2013-09-271-12/+15
| * | [fix] If we fail to raise an error, at least dump something to the consoleNathaniel J. Smith2013-09-272-4/+35
| * | [fix] Check for errors in PyArray_CanCastTypeto DEPRECATENathaniel J. Smith2013-09-271-3/+7
| |/
* | BUG: fix hashing of long integers under python3Julian Taylor2013-09-272-37/+48
|/
* Merge pull request #3748 from charris/backport-1.7-3747Charles Harris2013-09-144-28/+41
|\
| * BUG: use correct type for hash valuesChristoph Gohlke2013-09-144-28/+41
* | BUG: f2py, fix decref on wrong objectJulian Taylor2013-09-121-2/+3
|/
* MAINT: use PyOS_snprintf instead of snprintfChristoph Gohlke2013-09-091-1/+1
* BUG: linalg: fix LAPACK error handling in lapack_litemodulePauli Virtanen2013-09-091-0/+54
* BUG: linalg: do not assume that GIL is enabled in xerbla_Pauli Virtanen2013-09-091-0/+4
* Merge pull request #3705 from charris/backport-1.7-3701Charles Harris2013-09-092-0/+7
|\
| * TST: add test for Python 3.4 _ast.NameConstantChristoph Gohlke2013-09-081-0/+4
| * ENH: add support for Python 3.4 ast.NameConstantChristoph Gohlke2013-09-081-0/+3
* | TST: linalg: loosen the requirements of some tests in test_blasdot.py. Addre...Warren Weckesser2013-08-291-9/+9
|/
* BLD: restore compatibility with ANSI CChristoph Gohlke2013-08-261-1/+0