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

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


Author: arigo
Date: Wed Sep  5 12:34:03 2007
New Revision: 46333

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

    ------------------------------------------------------------------------
    r46244 | arigo | 2007-09-02 19:56:09 +0200 (Sun, 02 Sep 2007) | 2 lines
    
    test_ll_os.py passes on Windows.
    
    ------------------------------------------------------------------------
    r45986 | exarkun | 2007-08-25 17:05:20 +0200 (Sat, 25 Aug 2007) | 1 line
    
    implement os.times for posix
    ------------------------------------------------------------------------
    r45733 | arigo | 2007-08-16 16:56:09 +0200 (Thu, 16 Aug 2007) | 2 lines
    
    Forgot to fix these tests.
    
    ------------------------------------------------------------------------
    r45679 | arigo | 2007-08-15 15:03:44 +0200 (Wed, 15 Aug 2007) | 3 lines
    
    - support for 'os.environ.get(name)'.
    - kill rlib/ros.py.  Yay!
    
    ------------------------------------------------------------------------
    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