[pypy-svn] r46327 - pypy/branch/merging/rpython/test

arigo at codespeak.net arigo at codespeak.net
Wed Sep 5 12:33:46 CEST 2007


Author: arigo
Date: Wed Sep  5 12:33:46 2007
New Revision: 46327

Added:
   pypy/branch/merging/rpython/test/test_rfloat.py.merge.tmp
      - copied, changed from r46315, pypy/branch/merging/rpython/test/test_rfloat.py
Log:
merging of svn+ssh://codespeak.net/svn/pypy/branch/pypy-more-rtti-inprogress/rpython/test/test_rfloat.py
revisions 45507 to 46315:

    ------------------------------------------------------------------------
    r45964 | arigo | 2007-08-24 18:59:54 +0200 (Fri, 24 Aug 2007) | 2 lines
    
    Test and fix: float division doesn't raise ZeroDivisionError in RPython.
    
    ------------------------------------------------------------------------
    r45960 | fijal | 2007-08-24 18:42:05 +0200 (Fri, 24 Aug 2007) | 2 lines
    
    Revert float % float, as arigo suggested
    
    ------------------------------------------------------------------------
    r45945 | fijal | 2007-08-24 11:48:40 +0200 (Fri, 24 Aug 2007) | 2 lines
    
    Implement float % float
    
    ------------------------------------------------------------------------
    r45656 | arigo | 2007-08-14 18:10:44 +0200 (Tue, 14 Aug 2007) | 6 lines
    
    For backup purposes, in-progress: convert more of the os module to rtti
    and try to get rid of the rllib.ros module by making the native
    interfaces RPythonic.  This looks quite good in my opinion - seems that
    we've finally learned a reasonable way to do external functions.
    
    
    ------------------------------------------------------------------------




More information about the Pypy-commit mailing list