summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fix version comparison bug on Py25.Han2011-10-041-2/+2
* BUG: Fixes for Python3 and some further enhancements.hangenuit@gmail.com2011-10-041-17/+19
* ENH: Incorporated review advice and changed macro hack to MinGW hint.hangenuit@gmail.com2011-10-042-28/+7
* BUG: Add another preprocessor statement for 64-bits fallback mechanism.hangenuit@gmail.com2011-10-042-1/+22
* BUG: DLL finder should also look in WinSxS directory.hangenuit@gmail.com2011-10-041-2/+13
* BUG: Also build MSVC debug library if MINGW_USE_CUSTOM_MSVCR is defined (best...hangenuit@gmail.com2011-10-041-10/+6
* ENH: In debug mode, do not use customized MSVC runtime library.Han2011-10-041-0/+3
* ENH: Clean up symbol definition file.Han2011-10-041-0/+3
* ENH: Some commments. Skip customization for MSVC < 8.0.Han2011-10-041-3/+14
* ENH: Use customized MSVC runtime library if present.Han2011-10-041-0/+6
* ENH: Generate custom MSCV runtime library for mingw32.Han2011-10-041-0/+46
* BUG: Fixing reference counting bug in array comparisonChristopher L. Farrow2011-10-021-1/+1
* BUG: fixing reference leak from the numpy refactor @ 4c21144Christopher L. Farrow2011-10-021-0/+1
* BUG: porting bugfix from refactor @ 708d6beChristopher L. Farrow2011-10-021-0/+1
* BUG: porting bugfix from refactor @ 3da77dfChristopher L. Farrow2011-10-021-0/+3
* BUG: Fixed reference count bug where scalar value assignment by field to an a...Christopher L. Farrow2011-10-021-0/+1
* BUG: Fixing reference leak in datetime metadata retrievalChristopher L. Farrow2011-10-021-0/+1
* BUG: fixed reference leak when new record dtype squashed old one in sortChristopher L. Farrow2011-10-021-0/+1
* BUG: fixed reference counting bug in PyArray_FromScalar that occurs when usin...Christopher L. Farrow2011-10-021-0/+1
* BUG: Fixed reference leak when gen_arraytype_subscript failsChristopher L. Farrow2011-10-021-0/+1
* BUG: fixing reference leak in OBJECT_fillChristopher L. Farrow2011-10-021-1/+3
* PyArray_FromBuffer: Allow creating arrays from empty buffers or empty slices.Hrvoje Niksic2011-10-012-3/+6
* BUG: Attempt Y2038 fix, and restrict local timezone parsing to 1970 and later...Mark Wiebe2011-10-011-37/+77
* BUG: Attempt to fix the Y2038 problem parsing dates >= 2038Mark Wiebe2011-10-011-70/+167
* TST: Add tests for the Y2038 problemMark Wiebe2011-10-011-0/+18
* BUG: Remove floor_divide support for timedelta64 // timedelta64Mark Wiebe2011-10-013-3/+4
* TST: Add true_divide and floor_divide tests for the mm_d timedelta caseMark Wiebe2011-10-011-0/+3
* STY: Fix a few cases of spaces not following conventionsMark Wiebe2011-10-012-2/+2
* BUG: Add %lld exception for Python 3.1 as wellMark Wiebe2011-10-011-6/+14
* WRN: Remove many warnings when building at a higher warning levelMark Wiebe2011-10-0118-175/+161
* BUG: datetime: Fix timedelta / timedelta -> float64 on Python 3Mark Wiebe2011-10-013-6/+12
* BUG: datetime: Fix str() function of datetime arraysMark Wiebe2011-10-011-3/+18
* BUG: datetime: Make datetime_as_string produce a UNICODE array instead of STR...Mark Wiebe2011-10-015-28/+45
* BUG: Fix polynomial tests.Stefan van der Walt2011-09-141-2/+2
* ENH: Add weights and covariance estimate to standard polyfit.Travis E. Oliphant2011-09-132-20/+72
* TST: skip umath complex tests on all platforms except linux. Closes #1926.Rui Pereira2011-09-081-5/+1
* BUG: Fix reference leak in PyArray_DTypeFromObjectHan2011-09-081-0/+1
* MISC: cloadable is not useful anymore.David Cournapeau2011-09-081-1/+1
* Merge pull request #149 from 87/ref-fixMark2011-08-312-2/+2
|\
| * BUG: PyArray_SetBaseObject didn't set proper base when collapsing views872011-08-312-2/+2
* | FIX: Make tril/triu return the same dtype as the original array.Fabian Pedregosa2011-08-312-2/+14
* | STY: Some style cleanups.Charles Harris2011-08-292-28/+29
* | ENH: Add function for adding docstrings to ufuncs.Chris Jordan-Squire2011-08-296-21/+133
* | FIX: add ufsparse to the libraries search path.Fabian Pedregosa2011-08-291-0/+2
* | BUG: update bento script for boolean_ops.c.src.David Cournapeau2011-08-291-1/+3
* | BUG: fix non-mandatory win32-specific check.David Cournapeau2011-08-291-1/+1
* | BUG: forgot to add long double check.David Cournapeau2011-08-291-0/+135
* | BUG: temp hack to circumvent a waf bug on win32 ?David Cournapeau2011-08-291-1/+2
* | BUG: check for missing win32-specific format stuff.David Cournapeau2011-08-291-0/+11
* | BUG: complex.h is not mandatory.David Cournapeau2011-08-291-1/+1