summaryrefslogtreecommitdiff
path: root/numpy/core/src/ucsnarrow.c
Commit message (Expand)AuthorAgeFilesLines
* Put multiarray modul sources into separate directory.David Cournapeau2009-04-301-119/+0
* Fix numscons build for platforms without wide character unicode support.David Cournapeau2009-04-301-4/+15
* Nuke obsolete register keyword in c sources.Charles Harris2009-04-091-5/+5
* Fix pickling of numpy.unicode_ objects on narrow builds of Python.Travis Oliphant2007-10-261-1/+1
* Fix whitespace to conform to Python 3000 convention.Stefan van der Walt2007-08-211-62/+62
* Fix white-space issues.Travis Oliphant2006-08-191-9/+9
* Add string (and unicode) comparison to array objects.Travis Oliphant2006-04-141-2/+3
* Fixed bug in unicode change.Travis Oliphant2006-02-091-3/+4
* Fixed reference count problems.Travis Oliphant2006-02-091-3/+3
* Created NumPy unicode as 32-bit.Travis Oliphant2006-02-091-3/+69
* Add ucsnarrow.c code.Travis Oliphant2006-02-091-0/+40