1. 27 Tem, 2010 4 kayıt (commit)
  2. 26 Tem, 2010 1 kayıt (commit)
  3. 25 Tem, 2010 4 kayıt (commit)
  4. 24 Tem, 2010 3 kayıt (commit)
    • Ronald Oussoren's avatar
      Merged revisions 83133 via svnmerge from · 55b9da58
      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.
      ........
      55b9da58
    • Victor Stinner's avatar
      Blocked revisions 83120 via svnmerge · 1135a173
      Victor Stinner yazdı
      ........
        r83120 | victor.stinner | 2010-07-24 04:24:55 +0200 (sam., 24 juil. 2010) | 12 lines
      
        #9032: 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.
      ........
      
      In Python 3.1, Transport.request() doesn't retry on socket error.
      1135a173
    • Victor Stinner's avatar
      Merged revisions 83116 via svnmerge from · c85ddcd4
      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).
      ........
      c85ddcd4
  5. 23 Tem, 2010 9 kayıt (commit)
  6. 22 Tem, 2010 1 kayıt (commit)
    • Tarek Ziadé's avatar
      Blocked revisions 83053 via svnmerge · 284beddb
      Tarek Ziadé yazdı
      ........
        r83053 | tarek.ziade | 2010-07-22 14:50:05 +0200 (jeu., 22 juil. 2010) | 1 line
      
        reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen.
      ........
      284beddb
  7. 21 Tem, 2010 6 kayıt (commit)
  8. 20 Tem, 2010 1 kayıt (commit)
  9. 19 Tem, 2010 4 kayıt (commit)
  10. 18 Tem, 2010 5 kayıt (commit)
  11. 17 Tem, 2010 2 kayıt (commit)