summaryrefslogtreecommitdiff
path: root/numpy/lib/recfunctions.py
Commit message (Expand)AuthorAgeFilesLines
* DOC: Reconcile docstrings and function signatures where they disagreeRobert McGibbon2015-03-021-2/+2
* STY: Make files in numpy/lib PEP8 compliant.Charles Harris2014-07-311-59/+57
* MAINT: Fixes for problems in numpy/lib revealed by pyflakes.Charles Harris2014-07-311-11/+10
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-1/+1
* MAINT: Use from future_builtins zip and map.Charles Harris2013-04-211-7/+5
* 2to3: Apply basestring fixer.Charles Harris2013-04-131-0/+1
* 2to3: Apply itertools fixer.Charles Harris2013-04-121-3/+8
* 2to3: Apply `map` fixer.Charles Harris2013-04-101-1/+1
* 2to3: apply `dict` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-1/+1
* BUG: Fixed bugs in join_by and added testsSkipper Seabold2011-07-081-3/+10
* TYP: Fix typo.Charles Harris2011-02-181-1/+1
* BUG: data shouldn't be an optional argument.Charles Harris2010-11-241-8/+6
* BUG: Fix logic in handling of dtype in append_fields.weathergod2010-11-241-2/+4
* * Fixed merge_arrays for arrays of size 1 (bug #1407)pierregm2010-03-261-53/+84
* STY: Use explicit itertools namespace for all itertools functions.Charles Harris2010-02-211-6/+4
* STY: Remove unneeded import.Charles Harris2010-02-211-5/+0
* PY3: The izip function is no longer available in itertools. Be explicit aboutCharles Harris2010-02-211-16/+17
* 3K: lib: zip is izip on Py3Pauli Virtanen2010-02-211-0/+4
* fixed a whole bunch of doctestsPaul Ivanov2009-12-281-44/+68
* * Added a 'autoconvert' option to stack_arrays.pierregm2009-02-021-5/+16
* * added recfunctions, a collection of utilities to manipulate structured arrays.pierregm2009-01-221-0/+931