summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #278 from mwiebe/NA_buffer_errorcheckMark2012-05-182-0/+12
|\
| * BUG: maskna: PEP3118 code wasn't raising an error on NA-masked arraysMark Wiebe2012-05-102-0/+12
* | BUG: nditer: Memory leak from setting 'base' attribute two waysMark Wiebe2012-05-182-47/+7
* | BUG: fix typo in bscript.David Cournapeau2012-05-181-2/+2
* | Merge pull request #276 from charris/fix-format-variable-mismatchStefan van der Walt2012-05-101-2/+1
|\ \ | |/ |/|
| * BUG: Fix format/variable incompatibility.Charles Harris2012-05-101-2/+1
* | BUG: fix running tests with coverage=True.Ralf Gommers2012-05-101-1/+1
|/
* BUG: Fix datetime 1.6 pickle compatibility test for Python 3.Charles Harris2012-05-101-3/+3
* STY: Elaborate comment about cloning dtype's c_metadataMark Wiebe2012-05-101-20/+26
* DOC: Improve documentation comment from PR 274 commentMark Wiebe2012-05-101-4/+6
* ENH: Change NPY_AUXDATA_FREE macro based on PR feedbackMark Wiebe2012-05-101-4/+5
* BUG: Output the datetime64 dtype to the pickle format from 1.6Mark Wiebe2012-05-101-3/+12
* ENH: Change datetime64 to use c_metadata instead of metadataMark Wiebe2012-05-1014-478/+245
* ENH: Add a NpyAuxData c_metadata to PyArray_DescrMark Wiebe2012-05-103-95/+190
* BUG: ufunc: The refactored reduction code didn't work with object arraysMark Wiebe2012-05-082-6/+36
* BUG: umath: greater_equal ufunc was using the wrong type resolver, failed wit...Mark Wiebe2012-05-072-1/+17
* BUG: Fix some test bugs.Charles Harris2012-05-022-7/+7
* STY: Whitespace cleanups.Charles Harris2012-04-213-4/+3
* WRN: Remove unused function prototype from ctors.h.Charles Harris2012-04-211-4/+0
* WRN: Fix unused variable compiler warnings in scalarmathmodule.c.src.Charles Harris2012-04-211-84/+227
* WRN: Fixed some unused variable compiler warnings in arraytypes.c.src.Charles Harris2012-04-211-2/+29
* STY: Remove unused functions.Charles Harris2012-04-212-46/+0
* BUG: ticket #1578, fix PyArray_Scalar.Charles Harris2012-04-211-17/+28
* BUG: ticket #1578, fix UNICODE_getitem.Charles Harris2012-04-211-49/+4
* ENH: Add PyUnicode_FromUCS4 to ucsnarrow.Charles Harris2012-04-212-0/+87
* ENH: Always include ucsnarray.h and ucsnarray.cCharles Harris2012-04-215-16/+4
* ENH: Fix bento script to always include ucsnarray.h and ucsnarrow.c.Charles Harris2012-04-211-28/+27
* Merge pull request #253 from charris/fix-filter-importwarningsRalf Gommers2012-04-151-15/+15
|\
| * FIX: Implement Ralph's suggestion of removing category.Charles Harris2012-04-151-6/+2
| * BUG: Fix testing failure on missing ImportWarning in Python 2.4.Charles Harris2012-04-151-14/+18
* | BLD: fix build error on Windows with MSVC9. Thanks to Christoph Gohlke.Ralf Gommers2012-04-151-1/+1
|/
* BUG: Find only platform-specific dlls in winsxs directory.Han Genuit2012-04-151-1/+5
* ENH: Use get_mktime as wrapper for mktime.Han Genuit2012-04-151-3/+1
* ENH: Add get_mktime function to support multiple platforms.hangenuit@gmail.com2012-04-151-0/+31
* BUG: Force MinGW to use 64-bits time type.Han Genuit2012-04-151-3/+7
* Merge pull request #251 from rgommers/no-importwarningsCharles Harris2012-04-151-0/+3
|\
| * TST: filter ImportWarnings in NoseTester.Ralf Gommers2012-04-141-0/+3
* | Merge pull request #252 from rgommers/ticket-2103-cython-warningCharles Harris2012-04-152-34/+46
|\ \
| * | TST: remove spurious warning for optional dependency pytz.Ralf Gommers2012-04-151-33/+35
| * | TST: filter Cython warning on import of random module. Closes #2103.Ralf Gommers2012-04-151-1/+11
| |/
* | Revert "BUG: ticket #1578, Fix python-debug warning for python >= 2.7."Charles Harris2012-04-142-18/+4
|/
* FEAT: update to last bento+waf.David Cournapeau2012-04-131-1/+1
* BUG: Fix segfault when tests are run with python 2.7 debug.Charles Harris2012-04-112-1/+6
* TST: Add test for ticket #1578Charles Harris2012-04-111-0/+7
* STY: Small style fixes.Charles Harris2012-04-111-14/+16
* BUG: ticket #1578, Fix python-debug warning for python >= 2.7.Charles Harris2012-04-112-4/+18
* DOC: Fix outdated docstring.Tony S Yu2012-04-091-5/+5
* BUG: fix regression for indexing chararrays with empty list. Closes #1948.Ralf Gommers2012-04-072-1/+8
* WRN: Fix some compiler warnings.Charles Harris2012-04-066-27/+38
* BUG: old_defines.h needs a guard.Charles Harris2012-04-061-0/+5