summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Platform/win32.py
Commit message (Expand)AuthorAgeFilesLines
* Get rid of remaining mktemp callsMats Wichmann2019-12-301-50/+57
* Convert our file replacement to be a classAdam Gross2019-12-091-3/+6
* Fix multithreaded Windows builds when a thread has a file open for writeAdam Gross2019-12-061-25/+34
* [PY 3.8] test fixes for file closings, rawstringsMats Wichmann2019-04-251-5/+7
* add win_flex as option for windows, add choco default path, and add flag for ...Daniel2019-02-201-0/+4
* Fix GH issue #3136 No need to explicitly set file handles to non-sharable. Py...William Deegan2018-11-281-10/+2
* corrections after bdbaddog's code reviewPaweł Tomulik2018-11-101-2/+2
* initial support for virtualenvPaweł Tomulik2018-11-101-1/+6
* Convert one more e[0] to e.errno for OSError usageMats Wichmann2018-08-311-1/+1
* win32 handle exception object correctlyMats Wichmann2018-08-291-2/+2
* Change bug references from tigris -> githubMats Wichmann2018-04-241-1/+1
* PY2/3 Ensure system root is not unicode on py2William Deegan2017-05-311-0/+4
* PY2/3 fix error message strings for py3 on win32William Deegan2017-05-161-5/+5
* disable experimental win32 native CopyFile usageWilliam Deegan2017-03-191-17/+17
* try using win32 native CopyFileWilliam Deegan2017-01-151-0/+31
* Merged in mbyt/scons/python3win32 (pull request #369)William Deegan2016-12-201-9/+21
|\
| * fixing typo, it must be _scons_filepython3win32mbyt2016-11-291-1/+1
| * the file builtin does not exist in python3mbyt2016-10-191-9/+21
* | Fix some minor formatting issues flagged by pycharmsWilliam Deegan2016-10-251-7/+16
|/
* Restore deleted function _scons_file() in win32.py.William Deegan2016-05-131-0/+7
* Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-23/+11
|\
| * removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-101-6/+4
* | fix some minor 2to3 issues on windowsRocco Matano2014-03-071-9/+13
* | 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-271-22/+32
* Added a comment for recent spawnve change.Gary Oberbrunner2012-08-291-0/+6
* Slightly modified patch from http://scons.tigris.org/issues/show_bug.cgi?id=2...evgeny2012-08-261-2/+17
* Fix issue 2857.Joshua Hughes2012-07-161-7/+6
* Convert an old-style class in Platform/win32.py to a new-style class.Steven Knight2010-05-181-1/+1
* Issue 2336: Forward compatibility for use of the "builtins" moduleSteven Knight2010-04-121-5/+5
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-12/+11
* Make the default SystemRoot a Windows-like "C:\\WINDOWS" instead ofSteven Knight2010-01-141-1/+1
* Fix execution of test/MSV[CS]/*.py tests on non-Windows systems bySteven Knight2009-07-211-2/+2
* In addition to changed merged below, commented out for platform os2 use of ms...William Deegan2009-07-211-3/+52
* Issue 2401: Fix usage of comparison with None, patch from Jared GrubbGreg Noel2009-05-031-3/+3
* Merged revisions 3088-3319,3321-3322,3324-3349,3351-3481,3483-3484,3486-3520,...Steven Knight2009-02-211-9/+16
* Spell the Windows environment variables consistently "SystemDrive"Steven Knight2009-02-191-6/+6
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Merged revisions 2454-2525 via svnmerge fromSteven Knight2007-12-131-4/+44
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-111-1/+0
* Merged revisions 1582-1665 via svnmerge fromSteven Knight2006-11-021-6/+27
* Add %SYSTEMDRIVE% to the list of Windows variables preserved. (Chris Prince)Steven Knight2005-08-131-3/+5
* Parameterize the '@' prefix when calling TempFileMunge(). (Bjorn Eriksson)Steven Knight2005-08-061-0/+1
* Windows portability in tests. Replace overlooked importSteven Knight2005-03-171-0/+1
* Add TempFileMunge support to AIX, Cygwin, HP-UX, Linux/UNIX and SunOS. (Lean...Steven Knight2005-03-101-70/+2
* Refactor to separate shell processing from command execution.Steven Knight2004-10-241-8/+9
* Lots of Configure() enhancements. (Christoph Wiedemann)Steven Knight2004-09-051-1/+1
* Remove the shared library prefix/suffix from {PREFIXES,SUFFIXES} on Win32, si...Steven Knight2004-05-221-2/+2
* Better detection of KeyboardInterrupts. (Christoph Wiedemann)Steven Knight2003-10-211-4/+8
* Don't remove temporary files on win32 with rm when cygwin is not in use. (An...Steven Knight2003-10-071-6/+10