120
I Use This!
High Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Jun 09, 2023 — Jun 09, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Python 1.5 compatibility: explicity import SCons.compat (again) so the zip() function is available so the unit tests can pass when run on older Python versions. More... over 15 years ago
1.5 compatibility: string methods in Tool/msvs.py. More... over 15 years ago
1.5 / 2.[01] compatibility: nested scopes in Tool/tex.py. More... over 15 years ago
1.5 / 2.[012] compatiblity: shutil.move() function. More... over 15 years ago
1.5 compatiblity: string method in Node/FSTests.py. More... over 15 years ago
Issue 2215: add a file() builtin to the compatability layer (for pre-2.2 Python versions). More... over 15 years ago
Python 2.2 portability (no .pop() method on dictionaries, ' in ' doesn't search for substrings). More... over 15 years ago
Fix for Windows that doesn't break other systems: delete the PYTHON_ROOT environment variable instead of nulling it out. (Bill Deegan) More... over 15 years ago
Fix the Latex scanner to search for graphics on the TEXINPUTS path instead of TEXPICTS. Add the LATEXSUFFIXES keyword to the DummyEnvironment calls since the scanner needs it. More... over 15 years ago
Windows portability (path names in expected output). More... over 15 years ago
Fix syntax and semantic errors preventing regression tests from running on 1.5.2 More... over 15 years ago
make references to subprocess.Popen synchronous More... over 15 years ago
Fix doc for r3436 (new delete_existing flags for Append/Prepend)
garyo
as Gary Oberbrunner
More... over 15 years ago
Windows portability: different error message for the nonexistent file. More... over 15 years ago
Windows portability: use os.sep instead of hard-coded /. More... over 15 years ago
Windows test fix: enhance the TestSCons class so an explicit python=None argument still defaults to sys.executable. Use this to reset the python value we interpolate into the expected files that we generate after resetting the os.environ['PYTHON'] value. More... over 15 years ago
Fix indentation issue
bdbaddog
as William Deegan
More... over 15 years ago
Fix broken swig tests when python being used to run tests is incompatible with system swig. Propagate to the created SConstructs the version of swig found by the test (which is used to determine whether to run or not run this test).
bdbaddog
as William Deegan
More... over 15 years ago
Fix test/VariantDir/VariantDir.py on centos5, currently failing as TestSCons.py specifies incorrect fortran library to link against for gcc's newer then 4.0 (aka 4.1.2 which ships with python)
bdbaddog
as William Deegan
More... over 15 years ago
Call str() on the string values of environment variables used by the _subproc(), so the underlying subprocess.Popen() call won't throw an exception if the value is actually a Unicode string. More... over 15 years ago
Windows portability: escape strings with file path names, which have \ separators on Windows. More... over 15 years ago
Windows portability: use os.path.join() for expected subdirectory paths. More... over 15 years ago
Make the test/MSVC/{msvc,hierarchical}.py tests work even if %INCLUDE% and %LIB% aren't set. More... over 15 years ago
Windows portability in the expected output. More... over 15 years ago
Fix issue #2091 by adding new delete_existing flags to Util.{Ap,Pre}pendPath and env.{Ap,Pre}pendENVPath.
garyo
as Gary Oberbrunner
More... over 15 years ago
Hefty update to the tex tool. It now iterates until all the warnings are gone and the auxiliary files stop changing or it hits the max retires limit. More... over 15 years ago
Make the test/TEX/LATEX*py scripts work even on systems that don't have all the right tools installed. More... over 15 years ago
Fix doc typo reported in the mailing list and another small glitch More... over 15 years ago
Make the framework library path we return on Mac OS X match the framework paths for executables and headers, so tests like test/SWIG/live.py work even if there are multiple Python versions installed with frameworks in different locations. More... over 15 years ago
Fix error reported on IRC More... over 15 years ago