[pypy-svn] r46334 - pypy/branch/merging/rpython/module/test

arigo at codespeak.net arigo at codespeak.net
Wed Sep 5 12:34:05 CEST 2007


Author: arigo
Date: Wed Sep  5 12:34:05 2007
New Revision: 46334

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

    ------------------------------------------------------------------------
    r46291 | arigo | 2007-09-03 18:32:30 +0200 (Mon, 03 Sep 2007) | 2 lines
    
    Fix tests.
    
    ------------------------------------------------------------------------
    r45986 | exarkun | 2007-08-25 17:05:20 +0200 (Sat, 25 Aug 2007) | 1 line
    
    implement os.times for posix
    ------------------------------------------------------------------------
    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-svn mailing list