summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4179 from juliantaylor/backport-4170-1.7maintenance/1.7.xCharles Harris2014-01-083-13/+18
|\
| * BUG: fix native-only long long checkJulian Taylor2014-01-093-13/+17
| * BUG: return immediately if memoryview cannot be non-nativeJulian Taylor2014-01-091-0/+1
|/
* REL: set version number to 1.7.3-dev.Ralf Gommers2013-12-312-4/+4
* REL: Release 1.7.2v1.7.2Julian Taylor2013-12-311-1/+1
* Merge pull request #4157 from juliantaylor/backport-fixesRalf Gommers2013-12-308-4/+38
|\
| * DOC: update release notes with new fixes since rc1Julian Taylor2013-12-301-0/+5
| * 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
|/
* Merge pull request #4122 from cgohlke/patch-2seberg2013-12-141-2/+2
|\
| * 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
* | Merge pull request #4029 from juliantaylor/from_sequence_fix-1.7Julian Taylor2013-11-132-1/+8
|\ \ | |/ |/|
| * BUG: Fix raising exception on invalid assignment from sequenceeltjpm2013-11-082-1/+8
|/
* REL: Release 1.7.2rc1v1.7.2rc1Julian Taylor2013-11-032-4/+4
* Merge pull request #4005 from juliantaylor/release-notes-1.7Julian Taylor2013-11-0310-175/+222
|\
| * DOC: fix layout of issue listings in release notesJulian Taylor2013-11-034-79/+82
| * MAINT: Fix release notes formatting.Charles Harris2013-11-038-96/+90
| * DOC: update 1.7.2 release notesJulian Taylor2013-11-031-0/+2
| * DOC: add 1.7.2 release notesJulian Taylor2013-11-032-5/+53
|/
* 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
* | Merge pull request #4000 from charris/backport-1.7-3483Julian Taylor2013-11-033-3996/+4730
|\ \ | |/ |/|
| * BUG: numpy.random.binomial raised ValueError for n == 0HaroldMills2013-11-023-3996/+4730
|/
* Merge pull request #3972 from juliantaylor/py3-fixCharles Harris2013-10-241-1/+1
|\
| * 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
* | Merge pull request #3958 from charris/backport-1.7-3952Charles Harris2013-10-212-0/+10
|\ \ | |/ |/|
| * BUG: #2052 del scalar subscript causes segfaultJohn Stechschulte2013-10-212-0/+10
|/
* Merge pull request #3955 from charris/backport-1.7-3953Charles Harris2013-10-202-0/+6
|\
| * MAINT: io: handle a bad fmt argument in savetxt by raising a ValueError.Warren Weckesser2013-10-202-0/+6
|/
* Merge pull request #3943 from charris/backport-1.7-3929Charles Harris2013-10-171-1/+1
|\
| * added spaces to literal string concatsChristoph Dann2013-10-171-1/+1
|/
* Merge pull request #3925 from charris/backport-1.7-3923Charles Harris2013-10-151-0/+2
|\
| * BUG: close file-like objects returned by urlopencgohlke2013-10-151-0/+2
|/
* Merge pull request #3904 from charris/backport-1.7-3900Charles Harris2013-10-122-0/+30
|\
| * 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
|/
* Merge pull request #3899 from juliantaylor/py3-info-1.7Charles Harris2013-10-122-1/+20
|\
| * BUG: Disable check for oldstyle classes in python3Julian Taylor2013-10-122-1/+20
|/
* Merge pull request #3873 from charris/backport-1.7-3872Charles Harris2013-10-061-0/+3
|\