~mwhudson/pypy/imported-merging

Viewing all changes in revision 16709.

  • Committer: arigo
  • Date: 2007-09-05 10:33:51 UTC
  • Revision ID: svn-v4:fd0d7bf2-dfb6-0310-8d31-b7ecfe96aada:pypy/branch/merging:46329
merging of svn+ssh://codespeak.net/svn/pypy/branch/pypy-more-rtti-inprogress/module/posix/test/test_posix2.py
revisions 45507 to 46315:

    ------------------------------------------------------------------------
    r46302 | arigo | 2007-09-04 13:04:55 +0200 (Tue, 04 Sep 2007) | 2 lines
    
    Skip on Windows.
    
    ------------------------------------------------------------------------
    r46300 | arigo | 2007-09-04 12:47:37 +0200 (Tue, 04 Sep 2007) | 2 lines
    
    Skip tests for Windows.
    
    ------------------------------------------------------------------------
    r46197 | fijal | 2007-08-30 16:05:49 +0200 (Thu, 30 Aug 2007) | 2 lines
    
    Damn. Make this check anything. Thanks xoraxax
    
    ------------------------------------------------------------------------
    r46000 | pedronis | 2007-08-26 23:19:59 +0200 (Sun, 26 Aug 2007) | 3 lines
    
    hfs+ (default os x fs) has no sparse files
    
    
    ------------------------------------------------------------------------
    r45986 | exarkun | 2007-08-25 17:05:20 +0200 (Sat, 25 Aug 2007) | 1 line
    
    implement os.times for posix
    ------------------------------------------------------------------------
    r45710 | arigo | 2007-08-16 13:09:54 +0200 (Thu, 16 Aug 2007) | 2 lines
    
    Some more large file support: os.ftruncate(), os.lseek().
    
    ------------------------------------------------------------------------
    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.
    
    
    ------------------------------------------------------------------------

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: