[lit] Remove use of deprecated parameter tuple unpacking.
[oota-llvm.git] / utils / lit / lit / Util.py
2013-08-07 Daniel Dunbar[lit] Remove use of deprecated parameter tuple unpacking.
2013-08-07 Daniel Dunbar[lit] Remove uses of deprecated except syntax.
2012-09-08 NAKAMURA Takumilit: Util.which(): Use os.path.isfile() instead of...
2011-07-02 Jordy RoseUse subprocess.Popen instead of popen2 to stop a deprec...
2011-02-10 NAKAMURA Takumilit/Util.py: On Cygwin, 'PATHEXT' may exist but it...
2011-02-09 NAKAMURA Takumilit/Util.py: Add two functions, checkToolsPath(dir...
2010-02-05 Jeffrey YasskinMake lit's gtest support honor config.environment.
2009-12-26 Daniel Dunbarlit: Sink code into a 'lit' package.