]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 71520 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Sun, 12 Apr 2009 16:16:21 +0000 (16:16 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Sun, 12 Apr 2009 16:16:21 +0000 (16:16 +0000)
commitc9628e8914dd24bdb02ee522dbfa62d35660cf80
tree08b200d15022f7efbfab1f1db04ce16c52ab7d9c
parentd5e5a0aabb9f8886ebcb3d6fc426b0b21f085711
Merged revisions 71520 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r71520 | r.david.murray | 2009-04-12 11:35:44 -0400 (Sun, 12 Apr 2009) | 24 lines

  Merged revisions 70873,70904,70934,71490 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r70873 | josiah.carlson | 2009-03-31 15:32:34 -0400 (Tue, 31 Mar 2009) | 2 lines

    This resolves issue 1161031.  Tests pass.
  ........
    r70904 | josiah.carlson | 2009-03-31 17:49:36 -0400 (Tue, 31 Mar 2009) | 3 lines

    Made handle_expt_event() be called last, so that we don't accidentally read
    after closing the socket.
  ........
    r70934 | josiah.carlson | 2009-03-31 21:28:11 -0400 (Tue, 31 Mar 2009) | 2 lines

    Fix for failing asyncore tests.
  ........
    r71490 | r.david.murray | 2009-04-11 13:52:56 -0400 (Sat, 11 Apr 2009) | 4 lines

    Make test_asyncore tests match code changes introduced by the
    fix to Issue1161031, refactoring the test to simplify it in
    the process.
  ........
................
Doc/library/asyncore.rst
Lib/asyncore.py
Lib/test/test_asyncore.py