| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of remaining mktemp calls | Mats Wichmann | 2019-12-30 | 1 | -50/+57 |
|
|
* | Convert our file replacement to be a class | Adam Gross | 2019-12-09 | 1 | -3/+6 |
|
|
* | Fix multithreaded Windows builds when a thread has a file open for write | Adam Gross | 2019-12-06 | 1 | -25/+34 |
|
|
* | [PY 3.8] test fixes for file closings, rawstrings | Mats Wichmann | 2019-04-25 | 1 | -5/+7 |
|
|
* | add win_flex as option for windows, add choco default path, and add flag for ... | Daniel | 2019-02-20 | 1 | -0/+4 |
|
|
* | Fix GH issue #3136 No need to explicitly set file handles to non-sharable. Py... | William Deegan | 2018-11-28 | 1 | -10/+2 |
|
|
* | corrections after bdbaddog's code review | Paweł Tomulik | 2018-11-10 | 1 | -2/+2 |
|
|
* | initial support for virtualenv | Paweł Tomulik | 2018-11-10 | 1 | -1/+6 |
|
|
* | Convert one more e[0] to e.errno for OSError usage | Mats Wichmann | 2018-08-31 | 1 | -1/+1 |
|
|
* | win32 handle exception object correctly | Mats Wichmann | 2018-08-29 | 1 | -2/+2 |
|
|
* | Change bug references from tigris -> github | Mats Wichmann | 2018-04-24 | 1 | -1/+1 |
|
|
* | PY2/3 Ensure system root is not unicode on py2 | William Deegan | 2017-05-31 | 1 | -0/+4 |
|
|
* | PY2/3 fix error message strings for py3 on win32 | William Deegan | 2017-05-16 | 1 | -5/+5 |
|
|
* | disable experimental win32 native CopyFile usage | William Deegan | 2017-03-19 | 1 | -17/+17 |
|
|
* | try using win32 native CopyFile | William Deegan | 2017-01-15 | 1 | -0/+31 |
|
|
* | Merged in mbyt/scons/python3win32 (pull request #369) | William Deegan | 2016-12-20 | 1 | -9/+21 |
|\ |
|
| * | fixing typo, it must be _scons_filepython3win32 | mbyt | 2016-11-29 | 1 | -1/+1 |
|
|
| * | the file builtin does not exist in python3 | mbyt | 2016-10-19 | 1 | -9/+21 |
|
|
* | | Fix some minor formatting issues flagged by pycharms | William Deegan | 2016-10-25 | 1 | -7/+16 |
|/ |
|
* | Restore deleted function _scons_file() in win32.py. | William Deegan | 2016-05-13 | 1 | -0/+7 |
|
|
* | Post merge commit for safety. Building Fortran code works, but tests fail. | Russel Winder | 2015-12-24 | 1 | -23/+11 |
|\ |
|
| * | removed several pre-2.7 methods and imports, including some basic refactorings | Dirk Baechle | 2015-12-10 | 1 | -6/+4 |
|
|
* | | fix some minor 2to3 issues on windows | Rocco Matano | 2014-03-07 | 1 | -9/+13 |
|
|
* | | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion. | Gary Oberbrunner | 2013-09-22 | 1 | -2/+2 |
|/ |
|
* | - several smaller fixes to get all tests running under Buildbot again | dirkbaechle | 2012-09-27 | 1 | -22/+32 |
|
|
* | Added a comment for recent spawnve change. | Gary Oberbrunner | 2012-08-29 | 1 | -0/+6 |
|
|
* | Slightly modified patch from http://scons.tigris.org/issues/show_bug.cgi?id=2... | evgeny | 2012-08-26 | 1 | -2/+17 |
|
|
* | Fix issue 2857. | Joshua Hughes | 2012-07-16 | 1 | -7/+6 |
|
|
* | Convert an old-style class in Platform/win32.py to a new-style class. | Steven Knight | 2010-05-18 | 1 | -1/+1 |
|
|
* | Issue 2336: Forward compatibility for use of the "builtins" module | Steven Knight | 2010-04-12 | 1 | -5/+5 |
|
|
* | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 1 | -12/+11 |
|
|
* | Make the default SystemRoot a Windows-like "C:\\WINDOWS" instead of | Steven Knight | 2010-01-14 | 1 | -1/+1 |
|
|
* | Fix execution of test/MSV[CS]/*.py tests on non-Windows systems by | Steven Knight | 2009-07-21 | 1 | -2/+2 |
|
|
* | In addition to changed merged below, commented out for platform os2 use of ms... | William Deegan | 2009-07-21 | 1 | -3/+52 |
|
|
* | Issue 2401: Fix usage of comparison with None, patch from Jared Grubb | Greg Noel | 2009-05-03 | 1 | -3/+3 |
|
|
* | Merged revisions 3088-3319,3321-3322,3324-3349,3351-3481,3483-3484,3486-3520,... | Steven Knight | 2009-02-21 | 1 | -9/+16 |
|
|
* | Spell the Windows environment variables consistently "SystemDrive" | Steven Knight | 2009-02-19 | 1 | -6/+6 |
|
|
* | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 1 | -0/+6 |
|
|
* | Merged revisions 2454-2525 via svnmerge from | Steven Knight | 2007-12-13 | 1 | -4/+44 |
|
|
* | Merged revisions 1784-1824 via svnmerge from | Steven Knight | 2007-02-11 | 1 | -1/+0 |
|
|
* | Merged revisions 1582-1665 via svnmerge from | Steven Knight | 2006-11-02 | 1 | -6/+27 |
|
|
* | Add %SYSTEMDRIVE% to the list of Windows variables preserved. (Chris Prince) | Steven Knight | 2005-08-13 | 1 | -3/+5 |
|
|
* | Parameterize the '@' prefix when calling TempFileMunge(). (Bjorn Eriksson) | Steven Knight | 2005-08-06 | 1 | -0/+1 |
|
|
* | Windows portability in tests. Replace overlooked import | Steven Knight | 2005-03-17 | 1 | -0/+1 |
|
|
* | Add TempFileMunge support to AIX, Cygwin, HP-UX, Linux/UNIX and SunOS. (Lean... | Steven Knight | 2005-03-10 | 1 | -70/+2 |
|
|
* | Refactor to separate shell processing from command execution. | Steven Knight | 2004-10-24 | 1 | -8/+9 |
|
|
* | Lots of Configure() enhancements. (Christoph Wiedemann) | Steven Knight | 2004-09-05 | 1 | -1/+1 |
|
|
* | Remove the shared library prefix/suffix from {PREFIXES,SUFFIXES} on Win32, si... | Steven Knight | 2004-05-22 | 1 | -2/+2 |
|
|
* | Better detection of KeyboardInterrupts. (Christoph Wiedemann) | Steven Knight | 2003-10-21 | 1 | -4/+8 |
|
|
* | Don't remove temporary files on win32 with rm when cygwin is not in use. (An... | Steven Knight | 2003-10-07 | 1 | -6/+10 |
|
|