summaryrefslogtreecommitdiff
path: root/test/import.py
Commit message (Expand)AuthorAgeFilesLines
* py2/3 don't call id in ipkg tool generate method if it's not available. This ...William Deegan2017-05-151-1/+1
* Resolving a batch of failing tests for python 2.7.William Blevins2016-01-241-4/+3
* Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-311-0/+1
* Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-2/+2
* - several smaller fixes to get all tests running under Buildbot againdirkbaechle2012-09-281-1/+3
* Filter out more bogus files from import.py test. It was trying to use emacs a...William Deegan2011-03-241-0/+3
* Automatically pick up the list of tools from the tool directory ratherGreg Noel2009-05-101-85/+20
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Fix intended tuple syntax (for Python 2.2 and before).Steven Knight2008-10-121-1/+1
* Python 2.6 made "as" a keyword, so test the importability of theSteven Knight2008-10-111-1/+1
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-041-0/+1
* Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge fromSteven Knight2007-08-171-0/+10
* Merged revisions 1968-2115 via svnmerge fromSteven Knight2007-07-111-2/+2
* Merged revisions 1884-1905 via svnmerge from0.97Steven Knight2007-05-181-5/+6
* Merged revisions 1826-1882 via svnmerge from0.96.96Steven Knight2007-04-131-0/+3
* Merged revisions 1675-1736 via svnmerge fromSteven Knight2006-12-161-53/+53
* Merged revisions 1582-1665 via svnmerge fromSteven Knight2006-11-021-16/+29
* Fix DVIPDF tests, refactor various TeX Tool modules.Steven Knight2005-12-161-0/+2
* Improve intelc.py so it doesn't throw an exception if a version other than ia...Steven Knight2005-10-101-6/+16
* Win32 portability fixes.Steven Knight2005-08-111-12/+20
* Add support for 64-bit Intel 9.0 beta compiler on Linux. (Gary Oberbrunner)Steven Knight2005-05-081-6/+19
* Windows portability in tests. Replace overlooked importSteven Knight2005-03-171-5/+15
* Add LoadableModule support. (Michael McCracken)Steven Knight2005-01-071-0/+1
* Miscellaneous fixes: portability and version fixes, missing , better CXXCOM ...Steven Knight2004-11-211-3/+6
* Add support for new tools: Metroworks CodeWarrior compiler and linker (Russe...Steven Knight2004-11-191-0/+3
* Add an rpcgen tool. (Kevin Quick)Steven Knight2004-09-041-0/+1
* Add darwin.py to the packaging MANIFEST.Steven Knight2004-08-191-1/+11
* Add support for newer ifort versions of the Intel Fortran compiler on Linux. ...Steven Knight2004-07-291-0/+5
* QT fixes and enhancements: Moc() and Uic() builders, a lot of new variables....Steven Knight2004-07-121-2/+9
* More robust searching for the ICL license file. (Gary Oberbrunner)Steven Knight2004-04-131-1/+13
* Add a D language Tool. (Andy Friesen)Steven Knight2004-03-081-0/+1
* Add Borland compiler support. (Vincent Risi)Steven Knight2003-11-221-0/+3
* Update the tool specifications for the SGI MIPSpro tools.Steven Knight2003-10-301-0/+1
* Support for additional UNIX variants: (Christian Engel)Steven Knight2003-08-241-8/+27
* Add SWIG support.Steven Knight2003-08-131-0/+1
* Add a QT tool. (Christoph Wiedemann)Steven Knight2003-07-241-0/+1
* Add support for the Intel C Compiler. (Gary Oberbrunner)Steven Knight2003-06-161-0/+1
* Add an M4 builder. (Timothee Besset)Steven Knight2003-06-091-0/+1
* Add MSVS Project file support. (Greg Spencer)Steven Knight2003-06-081-1/+24
* Implement tool chains for AIX, SunOS, and HP-UX. (Steve Leblanc)Steven Knight2003-04-241-2/+3
* Add support for the SGI library archiver. (Chad Austin)Steven Knight2003-02-101-0/+1
* Support importing Platform and Tool specifications directly.Steven Knight2003-02-081-0/+88