[pypy-svn] r46320 - pypy/branch/merging/module/posix

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


Author: arigo
Date: Wed Sep  5 12:33:26 2007
New Revision: 46320

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

    ------------------------------------------------------------------------
    r46146 | arigo | 2007-08-29 13:13:22 +0200 (Wed, 29 Aug 2007) | 2 lines
    
    No os.getuid()/geteuid() on Windows.
    
    ------------------------------------------------------------------------
    r45986 | exarkun | 2007-08-25 17:05:20 +0200 (Sat, 25 Aug 2007) | 1 line
    
    implement os.times for posix
    ------------------------------------------------------------------------
    r45697 | arigo | 2007-08-16 09:15:31 +0200 (Thu, 16 Aug 2007) | 8 lines
    
    A more complete support for os.stat().  The RPython one now returns
    a Controlled object that supports both tuple-like indexing and the
    st_xxx attributes.  The extra attributes are then exposed at app-level.
    
    Note that support for sub-second timestamps is there, but possibly a
    bit fragile.  I disabled it because in CPython 2.4 by default
    we don't get sub-second timestamps out of os.stat() either.
    
    ------------------------------------------------------------------------
    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