1. 30 Tem, 2010 6 kayıt (commit)
  2. 29 Tem, 2010 2 kayıt (commit)
  3. 28 Tem, 2010 7 kayıt (commit)
  4. 27 Tem, 2010 7 kayıt (commit)
  5. 26 Tem, 2010 3 kayıt (commit)
  6. 25 Tem, 2010 3 kayıt (commit)
  7. 24 Tem, 2010 5 kayıt (commit)
    • Ronald Oussoren's avatar
      Merged revisions 83133 via svnmerge from · 5719c2f9
      Ronald Oussoren yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83133 | ronald.oussoren | 2010-07-24 15:15:19 +0100 (Sat, 24 Jul 2010) | 5 lines
      
        Fix for issue 9367: the test code for os.getgroups
        assumes that the result of getgroups and the output
        of the id(1) command return groups in the same
        order.  That assumption is both fragile and false.
      ........
      5719c2f9
    • Ronald Oussoren's avatar
      Merged revisions 83088 via svnmerge from · 9e7ffae5
      Ronald Oussoren yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83088 | ronald.oussoren | 2010-07-23 14:53:51 +0100 (Fri, 23 Jul 2010) | 8 lines
      
        This fixes issue7900 by adding code that deals
        with the fact that getgroups(2) might return
        more that MAX_GROUPS on OSX.
      
        See the issue (and python-dev archives) for the
        gory details. Summarized: OSX behaves rather oddly
        and Apple says this is intentional.
      ........
      9e7ffae5
    • Victor Stinner's avatar
      Backport of 83120 (#9032) · 8b0d84e3
      Victor Stinner yazdı
      XML-RPC client: Transport.request() retries on EPIPE error
      
      The EPIPE error occurs when the server closes the socket and the client sends a
      "big" XML-RPC request (I don't know exactly the size threshold).
      
      request() just have to ignore the error because single_request() closes the
      socket on error, and so the next call to single_request() will open a new
      socket.
      
      Remove also a comment in the HTTP client because it's now wrong: see r70643 and
      issue #5542.
      8b0d84e3
    • Victor Stinner's avatar
      Forward port r70643 (#5542) + part of r83120 (just remove the comment) · 2c6aee90
      Victor Stinner yazdı
      Remove special logic that closes HTTPConnection socket on EPIPE.
      
      If the socket is closed, the client has no chance to read the response
      from the server.  EPIPE means that it isn't possible to write more
      data from the socket, but not that it is impossible to read.
      2c6aee90
    • Victor Stinner's avatar
      Merged revisions 83116 via svnmerge from · 4c16d122
      Victor Stinner yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83116 | victor.stinner | 2010-07-24 02:49:20 +0200 (sam., 24 juil. 2010) | 4 lines
      
        Issue #4629: getopt raises an error if an argument ends with = whereas getopt
        doesn't except a value (eg. --help= is rejected if getopt uses ['help='] long
        options).
      ........
      4c16d122
  8. 23 Tem, 2010 7 kayıt (commit)