Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add a simple wrapper and some tests | Maciej Fijalkowski | 2011-12-07 | 2 | -0/+12 |
* | Distribute test_zmodules's content to the various modules. | Armin Rigo | 2011-12-07 | 5 | -14/+16 |
* | Remove it from there then. | Armin Rigo | 2011-12-07 | 1 | -3/+0 |
* | Add list-comprehension-operation to checkconfig by default, have a test that | Maciej Fijalkowski | 2011-12-07 | 3 | -3/+10 |
* | Also accept a full directory name, for easier tab-completion. | Armin Rigo | 2011-12-07 | 1 | -1/+8 |
* | Tweaks. | Armin Rigo | 2011-12-07 | 2 | -4/+13 |
* | A passing test for widening casts from a short unsigned value. | Armin Rigo | 2011-12-07 | 1 | -0/+8 |
* | merge heads | Armin Rigo | 2011-12-07 | 3 | -0/+33 |
|\ | |||||
| * | Merge | Christian Tismer | 2011-12-07 | 2 | -0/+29 |
| |\ | |||||
| | * | how-did-it-even-work? | Maciej Fijalkowski | 2011-12-07 | 1 | -1/+1 |
| | * | another fix. I don't think views of virtual arrays are well supported | Maciej Fijalkowski | 2011-12-07 | 1 | -1/+1 |
| | * | fixes | Maciej Fijalkowski | 2011-12-07 | 2 | -1/+15 |
| | * | implement some rudimentary __array_interface__ | Maciej Fijalkowski | 2011-12-07 | 2 | -0/+15 |
| * | | rmmap is fixed. Signed/unsigned problem, with weird effects in the annotator. | Christian Tismer | 2011-12-07 | 1 | -0/+4 |
| |/ | |||||
* | | Wrong logic. Must only call ann.complete() once at the end. | Armin Rigo | 2011-12-07 | 2 | -16/+13 |
* | | List explicitly some of the modules for which it is known to work. | Armin Rigo | 2011-12-07 | 2 | -7/+17 |
* | | Fixes. Now micronumpy passes :-) | Armin Rigo | 2011-12-07 | 5 | -14/+76 |
* | | Kill a dependency to the stdobjspace. | Armin Rigo | 2011-12-07 | 2 | -5/+3 |
* | | fix test | Armin Rigo | 2011-12-07 | 1 | -1/+5 |
* | | Fixes. | Armin Rigo | 2011-12-07 | 2 | -1/+22 |
* | | Some progress. | Armin Rigo | 2011-12-07 | 2 | -37/+72 |
* | | Fix the multiple calls to build_types() by passing complete_now=False | Armin Rigo | 2011-12-07 | 1 | -9/+22 |
* | | Still more progress. | Armin Rigo | 2011-12-07 | 2 | -10/+33 |
* | | Progress. | Armin Rigo | 2011-12-07 | 2 | -4/+82 |
* | | Progress. | Armin Rigo | 2011-12-07 | 3 | -60/+58 |
* | | Progress. | Armin Rigo | 2011-12-07 | 2 | -0/+11 |
* | | Progress. | Armin Rigo | 2011-12-07 | 2 | -4/+19 |
* | | extra tests. | Armin Rigo | 2011-12-07 | 1 | -0/+10 |
* | | Progress. | Armin Rigo | 2011-12-07 | 4 | -6/+107 |
* | | Progress. | Armin Rigo | 2011-12-07 | 2 | -6/+36 |
* | | Throw away and restart another attempt at pypy/bin/checkmodule. | Armin Rigo | 2011-12-07 | 7 | -280/+62 |
|/ | |||||
* | merged upstream | Alex Gaynor | 2011-12-06 | 3 | -9/+3 |
|\ | |||||
| * | Kill! Kill! Arrr arr arr. | Armin Rigo | 2011-12-06 | 1 | -3/+1 |
| * | Hum, I'll revert this if I'm wrong, but I don't see how | Armin Rigo | 2011-12-06 | 1 | -3/+0 |
| * | "Clarify." Quotes intended. | Armin Rigo | 2011-12-06 | 1 | -3/+2 |
* | | typo fix | Alex Gaynor | 2011-12-06 | 1 | -1/+1 |
|/ | |||||
* | fix translation | Alex Gaynor | 2011-12-06 | 1 | -1/+1 |
* | remove some dead code, and added missing tests | Alex Gaynor | 2011-12-06 | 2 | -6/+4 |
* | Implement varargs for ndarray.reshape and add a test for a missing error case. | Alex Gaynor | 2011-12-06 | 2 | -6/+8 |
* | whitespace and other small codecleanups | Alex Gaynor | 2011-12-06 | 4 | -39/+41 |
* | Translation fix. No cookie | Armin Rigo | 2011-12-06 | 1 | -1/+2 |
* | Test and fix. | Armin Rigo | 2011-12-06 | 4 | -2/+48 |
* | fixed _socket int/uint matters | Christian Tismer | 2011-12-06 | 3 | -3/+4 |
* | rename NDimSlice to W_NDimSlice, kill some unused imports | Maciej Fijalkowski | 2011-12-06 | 2 | -16/+15 |
* | close merged branch | Maciej Fijalkowski | 2011-12-06 | 0 | -0/+0 |
* | merge matrix-reshape-merge branch. Thanks mattip for doing that. | Maciej Fijalkowski | 2011-12-06 | 5 | -5/+325 |
|\ | |||||
| * | add app-level reshape with docstrings | mattip | 2011-12-03 | 4 | -2/+59 |
| * | cleanup, fix incorrect tests; ready for review | mattip | 2011-12-03 | 2 | -17/+20 |
| * | Fix copy for slices | mattip | 2011-12-03 | 1 | -1/+3 |
| * | add (failing) test for slice copy | mattip | 2011-12-03 | 1 | -0/+5 |