Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | merge heads | 2014-05-28 | 1 | -2/+4 | ||
| |\ \ | ||||||
| | * | | test_ast.py edited online with Bitbucket | 2014-03-20 | 1 | -1/+1 | ||
| | * | | revised the assertions | 2014-03-19 | 1 | -6/+11 | ||
| | * | | test_ast.py edited online with Bitbucket | 2014-03-20 | 1 | -13/+5 | ||
| | * | | test_ast.py edited online with Bitbucket | 2014-03-20 | 1 | -3/+6 | ||
| | * | | test_ast.py edited online with Bitbucket | 2014-03-20 | 1 | -6/+3 | ||
| | * | | test_ast.py edited online with Bitbucket | 2014-03-20 | 1 | -11/+15 | ||
| | * | | merge to keep updated | 2014-03-19 | 10 | -31/+49 | ||
| | |\ \ | ||||||
| | * | | | add tests to prove issue 1713 and issue 1673 | 2014-03-19 | 1 | -0/+31 | ||
| * | | | | merge three heads | 2014-05-28 | 1 | -1/+3 | ||
| |\ \ \ \ | ||||||
| | * | | | | modify exception to OperationError | 2014-03-31 | 2 | -4/+4 | ||
| | * | | | | add the set the save_original_object flag to be true when field type is in as... | 2014-03-31 | 2 | -60/+80 | ||
| | * | | | | dd tests for issue 1713 and issue 1673 | 2014-03-30 | 1 | -0/+37 | ||
| | * | | | | solved issue 1713 and issue 1673 | 2014-03-30 | 2 | -79/+93 | ||
| * | | | | | small cleanup | 2014-05-28 | 2 | -4/+2 | ||
| * | | | | | remove unused attributes of SomeNone | 2014-05-28 | 1 | -6/+0 | ||
| * | | | | | Don't derive SomeNone from SomePBC | 2014-05-28 | 6 | -10/+14 | ||
| * | | | | | kill _make_none_union() | 2014-05-27 | 4 | -50/+28 | ||
| * | | | | | create noneify() method to handle unions with s_None | 2014-05-27 | 2 | -1/+25 | ||
| * | | | | | Fix: un-comment some assertion that is really checking an important | 2014-05-27 | 1 | -10/+9 | ||
| * | | | | | kill pbc.isNone() | 2014-05-27 | 5 | -29/+28 | ||
| * | | | | | kill some uses of pbc.isNone() | 2014-05-27 | 2 | -15/+22 | ||
| * | | | | | Replace the VFP assert in detect_cpu with a ProcessorAutodetectError, so we c... | 2014-05-27 | 1 | -1/+3 | ||
| * | | | | | start splitting SomePBC and SomeNone | 2014-05-26 | 5 | -59/+52 | ||
| * | | | | | create class SomeNone | 2014-05-26 | 1 | -1/+23 | ||
| * | | | | | fix translation | 2014-05-26 | 1 | -1/+1 | ||
| * | | | | | merge branch unify-call-ops | 2014-05-26 | 9 | -37/+42 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Close branch before merging. | 2014-05-26 | 0 | -0/+0 | ||
| | * | | | | | mention branch in whatsnew | 2014-05-26 | 1 | -0/+1 | ||
| | * | | | | | kill bookkeeper.build_args | 2014-05-25 | 5 | -23/+27 | ||
| | * | | | | | fix r_os_stat.py | 2014-05-25 | 1 | -6/+12 | ||
| | * | | | | | Don't fiddle with spaceop.opname in rtypedelegate() | 2014-05-24 | 1 | -1/+4 | ||
| | * | | | | | kill HighLevelOp.forced_opname | 2014-05-24 | 4 | -21/+12 | ||
| * | | | | | | Raise ProcessorAutodetectError for unknown machine names | 2014-05-26 | 1 | -1/+4 | ||
| * | | | | | | Add comments saying that PyGILState_Ensure() is pretty bogus. | 2014-05-25 | 1 | -0/+4 | ||
| * | | | | | | Add comment inline | 2014-05-25 | 1 | -0/+3 | ||
| * | | | | | | merged upstream | 2014-05-24 | 1 | -0/+8 | ||
| |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ | merge | 2014-05-24 | 2 | -38/+35 | ||
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | add @jit.dont_look_inside around functions using FixedArraySize | 2014-05-24 | 1 | -0/+8 | ||
| * | | | | | | | | Removed another indirection on LowLevelTypeSystem | 2014-05-24 | 5 | -14/+17 | ||
| | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | Removed pointless singleton | 2014-05-24 | 2 | -38/+35 | ||
| |/ / / / / / | ||||||
| * | | | | | | unused local var | 2014-05-24 | 1 | -1/+1 | ||
| * | | | | | | removed an unused function | 2014-05-24 | 1 | -3/+0 | ||
| * | | | | | | Removed two pieces of pointless indirection from the typesystem abstraction | 2014-05-24 | 2 | -18/+8 | ||
| * | | | | | | merged upstream | 2014-05-24 | 6 | -5/+128 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Test and fix (struys and eevee on http://stackoverflow.com/questions/23816549) | 2014-05-24 | 3 | -5/+27 | ||
| | |/ / / / / | ||||||
| | * | | | | | test frombuffer using __buffer__ attribute | 2014-05-23 | 1 | -0/+8 | ||
| | * | | | | | have frombuffer actually use buffer's storage | 2014-05-23 | 2 | -4/+27 | ||
| | * | | | | | initial support for numpy.frombuffer | 2014-05-23 | 3 | -0/+70 | ||
| * | | | | | | Remove a pointless distinction between the base class and the subclass | 2014-05-24 | 1 | -36/+13 | ||
| |/ / / / / |