]> granicus.if.org Git - python/commit
Merged revisions 55184-55224 via svnmerge from
authorGuido van Rossum <guido@python.org>
Thu, 10 May 2007 14:04:07 +0000 (14:04 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 10 May 2007 14:04:07 +0000 (14:04 +0000)
commit5205653a9ef70138cb6b9ab7bdfe8238602dfdab
treecdd070c378faf2075e1d6e2655a76828f1e93c52
parenta4c612845aceed4a9f1ef25328b0cfa39d5038ca
Merged revisions 55184-55224 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/p3yk

........
  r55186 | guido.van.rossum | 2007-05-08 10:37:51 -0700 (Tue, 08 May 2007) | 2 lines

  Don't die if /dev/tty doesn't exist; just skip that part of the test.
........
  r55204 | guido.van.rossum | 2007-05-09 10:55:11 -0700 (Wed, 09 May 2007) | 3 lines

  Fix a segfault when b"" was passed to b2a_qp() -- it was using strchr()
  instead of memchr().  Please backport; the original code was clearly wrong.
........
  r55221 | neal.norwitz | 2007-05-09 22:49:20 -0700 (Wed, 09 May 2007) | 1 line

  Always skip compiler and tranformer tests for now since they currently fail.
........
Lib/test/test_fileio.py
Misc/build.sh