aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | merge headswenzhuman2014-05-281-2/+4
| |\ \
| | * | test_ast.py edited online with Bitbucketwenzhu man2014-03-201-1/+1
| | * | revised the assertionswenzhuman2014-03-191-6/+11
| | * | test_ast.py edited online with Bitbucketwenzhu man2014-03-201-13/+5
| | * | test_ast.py edited online with Bitbucketwenzhu man2014-03-201-3/+6
| | * | test_ast.py edited online with Bitbucketwenzhu man2014-03-201-6/+3
| | * | test_ast.py edited online with Bitbucketwenzhu man2014-03-201-11/+15
| | * | merge to keep updatedwenzhuman2014-03-1910-31/+49
| | |\ \
| | * | | add tests to prove issue 1713 and issue 1673wenzhuman2014-03-191-0/+31
| * | | | merge three headswenzhuman2014-05-281-1/+3
| |\ \ \ \
| | * | | | modify exception to OperationErrorwenzhuman2014-03-312-4/+4
| | * | | | add the set the save_original_object flag to be true when field type is in as...wenzhuman2014-03-312-60/+80
| | * | | | dd tests for issue 1713 and issue 1673wenzhuman2014-03-301-0/+37
| | * | | | solved issue 1713 and issue 1673wenzhuman2014-03-302-79/+93
| * | | | | small cleanupRonan Lamy2014-05-282-4/+2
| * | | | | remove unused attributes of SomeNoneRonan Lamy2014-05-281-6/+0
| * | | | | Don't derive SomeNone from SomePBCRonan Lamy2014-05-286-10/+14
| * | | | | kill _make_none_union()Ronan Lamy2014-05-274-50/+28
| * | | | | create noneify() method to handle unions with s_NoneRonan Lamy2014-05-272-1/+25
| * | | | | Fix: un-comment some assertion that is really checking an importantArmin Rigo2014-05-271-10/+9
| * | | | | kill pbc.isNone()Ronan Lamy2014-05-275-29/+28
| * | | | | kill some uses of pbc.isNone()Ronan Lamy2014-05-272-15/+22
| * | | | | Replace the VFP assert in detect_cpu with a ProcessorAutodetectError, so we c...Stefano Rivera2014-05-271-1/+3
| * | | | | start splitting SomePBC and SomeNoneRonan Lamy2014-05-265-59/+52
| * | | | | create class SomeNoneRonan Lamy2014-05-261-1/+23
| * | | | | fix translationRonan Lamy2014-05-261-1/+1
| * | | | | merge branch unify-call-opsRonan Lamy2014-05-269-37/+42
| |\ \ \ \ \
| | * | | | | Close branch before merging.Ronan Lamy2014-05-260-0/+0
| | * | | | | mention branch in whatsnewRonan Lamy2014-05-261-0/+1
| | * | | | | kill bookkeeper.build_argsRonan Lamy2014-05-255-23/+27
| | * | | | | fix r_os_stat.pyRonan Lamy2014-05-251-6/+12
| | * | | | | Don't fiddle with spaceop.opname in rtypedelegate()Ronan Lamy2014-05-241-1/+4
| | * | | | | kill HighLevelOp.forced_opnameRonan Lamy2014-05-244-21/+12
| * | | | | | Raise ProcessorAutodetectError for unknown machine namesStefano Rivera2014-05-261-1/+4
| * | | | | | Add comments saying that PyGILState_Ensure() is pretty bogus.Armin Rigo2014-05-251-0/+4
| * | | | | | Add comment inlineArmin Rigo2014-05-251-0/+3
| * | | | | | merged upstreamAlex Gaynor2014-05-241-0/+8
| |\ \ \ \ \ \
| | * \ \ \ \ \ mergeUnknown2014-05-242-38/+35
| | |\ \ \ \ \ \
| | * | | | | | | add @jit.dont_look_inside around functions using FixedArraySizeUnknown2014-05-241-0/+8
| * | | | | | | | Removed another indirection on LowLevelTypeSystemAlex Gaynor2014-05-245-14/+17
| | |/ / / / / / | |/| | | | | |
| * | | | | | | Removed pointless singletonAlex Gaynor2014-05-242-38/+35
| |/ / / / / /
| * | | | | | unused local varAlex Gaynor2014-05-241-1/+1
| * | | | | | removed an unused functionAlex Gaynor2014-05-241-3/+0
| * | | | | | Removed two pieces of pointless indirection from the typesystem abstractionAlex Gaynor2014-05-242-18/+8
| * | | | | | merged upstreamAlex Gaynor2014-05-246-5/+128
| |\ \ \ \ \ \
| | * | | | | | Test and fix (struys and eevee on http://stackoverflow.com/questions/23816549)Armin Rigo2014-05-243-5/+27
| | |/ / / / /
| | * | | | | test frombuffer using __buffer__ attributeBrian Kearns2014-05-231-0/+8
| | * | | | | have frombuffer actually use buffer's storageBrian Kearns2014-05-232-4/+27
| | * | | | | initial support for numpy.frombufferBrian Kearns2014-05-233-0/+70
| * | | | | | Remove a pointless distinction between the base class and the subclassAlex Gaynor2014-05-241-36/+13
| |/ / / / /