1. 24 Jul, 2010 2 commits
    • Victor Stinner's avatar
      Blocked revisions 83120 via svnmerge · 1135a173
      Victor Stinner authored
      ........
        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 authored
      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
  2. 23 Jul, 2010 9 commits
  3. 22 Jul, 2010 1 commit
    • Tarek Ziadé's avatar
      Blocked revisions 83053 via svnmerge · 284beddb
      Tarek Ziadé authored
      ........
        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
  4. 21 Jul, 2010 6 commits
  5. 20 Jul, 2010 1 commit
  6. 19 Jul, 2010 4 commits
  7. 18 Jul, 2010 5 commits
  8. 17 Jul, 2010 5 commits
  9. 16 Jul, 2010 2 commits
  10. 15 Jul, 2010 1 commit
  11. 14 Jul, 2010 4 commits