aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add a simple wrapper and some testsMaciej Fijalkowski2011-12-072-0/+12
* Distribute test_zmodules's content to the various modules.Armin Rigo2011-12-075-14/+16
* Remove it from there then.Armin Rigo2011-12-071-3/+0
* Add list-comprehension-operation to checkconfig by default, have a test thatMaciej Fijalkowski2011-12-073-3/+10
* Also accept a full directory name, for easier tab-completion.Armin Rigo2011-12-071-1/+8
* Tweaks.Armin Rigo2011-12-072-4/+13
* A passing test for widening casts from a short unsigned value.Armin Rigo2011-12-071-0/+8
* merge headsArmin Rigo2011-12-073-0/+33
|\
| * MergeChristian Tismer2011-12-072-0/+29
| |\
| | * how-did-it-even-work?Maciej Fijalkowski2011-12-071-1/+1
| | * another fix. I don't think views of virtual arrays are well supportedMaciej Fijalkowski2011-12-071-1/+1
| | * fixesMaciej Fijalkowski2011-12-072-1/+15
| | * implement some rudimentary __array_interface__Maciej Fijalkowski2011-12-072-0/+15
| * | rmmap is fixed. Signed/unsigned problem, with weird effects in the annotator.Christian Tismer2011-12-071-0/+4
| |/
* | Wrong logic. Must only call ann.complete() once at the end.Armin Rigo2011-12-072-16/+13
* | List explicitly some of the modules for which it is known to work.Armin Rigo2011-12-072-7/+17
* | Fixes. Now micronumpy passes :-)Armin Rigo2011-12-075-14/+76
* | Kill a dependency to the stdobjspace.Armin Rigo2011-12-072-5/+3
* | fix testArmin Rigo2011-12-071-1/+5
* | Fixes.Armin Rigo2011-12-072-1/+22
* | Some progress.Armin Rigo2011-12-072-37/+72
* | Fix the multiple calls to build_types() by passing complete_now=FalseArmin Rigo2011-12-071-9/+22
* | Still more progress.Armin Rigo2011-12-072-10/+33
* | Progress.Armin Rigo2011-12-072-4/+82
* | Progress.Armin Rigo2011-12-073-60/+58
* | Progress.Armin Rigo2011-12-072-0/+11
* | Progress.Armin Rigo2011-12-072-4/+19
* | extra tests.Armin Rigo2011-12-071-0/+10
* | Progress.Armin Rigo2011-12-074-6/+107
* | Progress.Armin Rigo2011-12-072-6/+36
* | Throw away and restart another attempt at pypy/bin/checkmodule.Armin Rigo2011-12-077-280/+62
|/
* merged upstreamAlex Gaynor2011-12-063-9/+3
|\
| * Kill! Kill! Arrr arr arr.Armin Rigo2011-12-061-3/+1
| * Hum, I'll revert this if I'm wrong, but I don't see howArmin Rigo2011-12-061-3/+0
| * "Clarify." Quotes intended.Armin Rigo2011-12-061-3/+2
* | typo fixAlex Gaynor2011-12-061-1/+1
|/
* fix translationAlex Gaynor2011-12-061-1/+1
* remove some dead code, and added missing testsAlex Gaynor2011-12-062-6/+4
* Implement varargs for ndarray.reshape and add a test for a missing error case.Alex Gaynor2011-12-062-6/+8
* whitespace and other small codecleanupsAlex Gaynor2011-12-064-39/+41
* Translation fix. No cookieArmin Rigo2011-12-061-1/+2
* Test and fix.Armin Rigo2011-12-064-2/+48
* fixed _socket int/uint mattersChristian Tismer2011-12-063-3/+4
* rename NDimSlice to W_NDimSlice, kill some unused importsMaciej Fijalkowski2011-12-062-16/+15
* close merged branchMaciej Fijalkowski2011-12-060-0/+0
* merge matrix-reshape-merge branch. Thanks mattip for doing that.Maciej Fijalkowski2011-12-065-5/+325
|\
| * add app-level reshape with docstringsmattip2011-12-034-2/+59
| * cleanup, fix incorrect tests; ready for reviewmattip2011-12-032-17/+20
| * Fix copy for slicesmattip2011-12-031-1/+3
| * add (failing) test for slice copymattip2011-12-031-0/+5