summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * make sure mvoid.tolist returns standard Python objectspierregm2009-12-192-1/+24
* STY: Indentation, break lines, replace 1 by METH_VARARGS, whitespace.Charles Harris2009-12-197-214/+314
* BUG: Minimal fix for ticket #1339.Charles Harris2009-12-191-2/+2
* STY,DOC: Use macro METH_VARARGS everywhere. Break some lines for easy reading...Charles Harris2009-12-191-45/+69
* * Force _fill_value to a 0d array (so that field values can be propagated, bu...pierregm2009-12-182-21/+45
* * fix .tolist() for mvoid objects (bug #1330)pierregm2009-12-182-2/+23
* * Add support for `fill_value` to mvoidpierregm2009-12-182-60/+115
* * added log2 pierregm2009-12-172-78/+207
* Don't segfault if file reading is somehow faultymdroe2009-12-151-1/+5
* Add ability to set date-times with integers and strings.Travis Oliphant2009-12-151-2/+36
* STY+BUG: fix unused and unitialized variable.David Cournapeau2009-12-141-3/+3
* BUG: fix bug failure on big endian arch on Darwin.David Cournapeau2009-12-141-4/+4
* BUG: #1329: fix spacing for large values.David Cournapeau2009-12-132-5/+160
* BUG: fix escaping of pkgdir on windows.David Cournapeau2009-12-121-1/+1
* BUG: fix numscons build.David Cournapeau2009-12-121-0/+1
* BUG: fix #1273: npy-pkg-info files did not work for eggs.David Cournapeau2009-12-122-2/+3
* ENH: automatically translate pkgdir in .ini file.David Cournapeau2009-12-121-0/+12
* BUG: use PyErr_Warn instead of WarnEx on Py2.4Pauli Virtanen2009-12-101-0/+6
* BUG: complex cast warning should be triggered only for casts to number typesPauli Virtanen2009-12-101-1/+3
* ENH: emit ComplexWarning when casting complex to real (addresses #1319)Pauli Virtanen2009-12-104-4/+64
* BUG: fix 1087, thanks to Leek for the fix.David Cournapeau2009-12-101-16/+17
* BUG: fix numscons build.David Cournapeau2009-12-102-2/+2
* BUG: fix #1317, uncaught SIGFPE when doing MIN_INT32 / -1.David Cournapeau2009-12-082-1/+17
* BUG: fix buggy config check for complex functions.David Cournapeau2009-12-081-3/+12
* BUG: numpy.ma set fpu exception error state to ignore all at import time.David Cournapeau2009-12-081-4/+0
* * _iotools.LineSplitter : prevent the first and/or last empty tab-separated c...pierregm2009-12-082-54/+65
* BUG: fix test_buffer_hashlib for 64-bit systemsPauli Virtanen2009-12-071-1/+1
* BUG: Fix bugs in complex pow (fixes #1313)Pauli Virtanen2009-12-073-9/+34
* BUG: make assert_equal and assert_almost_equal always display err_msgPauli Virtanen2009-12-071-8/+5
* Cleanup r7978 (add err_msg support to assert_mask_equalmdroe2009-12-071-2/+2
* * Bugfix #1173 and #1174 (Michael D.)pierregm2009-12-072-1/+2
* Remove reliance on integer division by zero returning zero.Charles Harris2009-12-071-1/+3
* BUG: fix undefined symbol on Py < 2.6Pauli Virtanen2009-12-061-0/+7
* BUG: add a work-around for #1312 -- don't define bf_releasebuffer at allPauli Virtanen2009-12-067-34/+114
* doc: add stub release notesPauli Virtanen2009-12-061-0/+8
* 3K: more careful error checking in flagsobject.c:arrayflags_getitem for Unico...Pauli Virtanen2009-12-061-1/+7
* 3K: setup.py: really fix svn_version()Pauli Virtanen2009-12-061-1/+3
* 3K: fix setup.py:svn_version to work on Py3Pauli Virtanen2009-12-061-1/+2
* doc: more Py3 notesPauli Virtanen2009-12-061-2/+176
* Mark a non-implemented test as a knownfailurePauli Virtanen2009-12-061-0/+1
* doc: update Py3K notesPauli Virtanen2009-12-061-305/+475
* ENH: core: add tests for Unicode (or Bytes on Py3) in field names and titlesPauli Virtanen2009-12-061-0/+34
* 3K: core: some PyString conversion in arrayobject.cPauli Virtanen2009-12-061-3/+3
* core/buffer: cache format string etc. in the ndarray objectPauli Virtanen2009-12-063-21/+78
* 3K: fix ma/test_mrecords.py so that it does not fail in test setup on Py3KPauli Virtanen2009-12-061-3/+11
* 3K: add missing includes for NPY_SEPARATE_COMPILATIONPauli Virtanen2009-12-0610-0/+18
* 3K: core: make comparison between Unicode and Bytes NotImplemented, as it is ...Pauli Virtanen2009-12-061-0/+10
* 3K: core: PyString conversion in convert.cPauli Virtanen2009-12-062-8/+18
* 3K: core: fix IO locale tests -- apparently some changes in Py3 NosePauli Virtanen2009-12-061-12/+8
* Py3K notes: update notes Re Unicode and PicklingPauli Virtanen2009-12-061-21/+22