]> granicus.if.org Git - python/commit
Merged revisions 79195,79425,79427,79450 via svnmerge from
authorFlorent Xicluna <florent.xicluna@gmail.com>
Sun, 28 Mar 2010 09:37:55 +0000 (09:37 +0000)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Sun, 28 Mar 2010 09:37:55 +0000 (09:37 +0000)
commit3522e040715cc79a62da76209d7ca50eab6f82c0
tree22e67a20617038740e9b37226bbc531977cc2a42
parentcbf327180f91a1f7836380f14df45e9afd66a4bc
Merged revisions 79195,79425,79427,79450 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79195 | florent.xicluna | 2010-03-21 13:27:20 +0100 (dim, 21 mar 2010) | 2 lines

  Issue #8179: Fix macpath.realpath() on a non-existing path.
........
  r79425 | florent.xicluna | 2010-03-25 21:32:07 +0100 (jeu, 25 mar 2010) | 2 lines

  Syntax cleanup `== None` -> `is None`
........
  r79427 | florent.xicluna | 2010-03-25 21:39:10 +0100 (jeu, 25 mar 2010) | 2 lines

  Fix test_unittest and test_warnings when running "python -Werror -m test.regrtest"
........
  r79450 | florent.xicluna | 2010-03-26 20:32:44 +0100 (ven, 26 mar 2010) | 2 lines

  Ensure that the failed or unexpected tests are sorted before printing.
........
Lib/lib-tk/turtle.py
Lib/macpath.py
Lib/test/regrtest.py
Lib/test/test_warnings.py
Misc/NEWS