- 26 Jun, 2012 3 commits
-
-
Larry Hastings authored
behind.
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
- 25 Jun, 2012 24 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Brett Cannon authored
free the copy of the command-line. Found using Clang's static analyzer.
-
Brett Cannon authored
Found by Clang's static analyzer.
-
David Malcolm authored
python executable The __os_install_macro defines some post-processing activities during an rpm build; one of the scripts it calls is brp-python-bytecompile, which can take an argument: the python executable with which to byte-compile .py files in the package payload. In some older versions of rpm (e.g. in RHEL 6), this invocation doesn't pass in an argument, and brp-python-bytecompile defaults to using /usr/bin/python, which can lead to the .py files being byte-compiled for the wrong version of python. This has been fixed in later versions of rpm by passing in %{__python} as an argument to brp-python-bytecompile. Workaround this by detecting if __os_install_post has a 0-argument invocation of brp-python-bytecompile, and if so generating an equivalent macro that has the argument, and explicitly provide the new definition within the specfile.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
This fixes a compiler warning with suncc.
-
Stefan Krah authored
-
Stefan Krah authored
-
Stefan Krah authored
-
Ned Deily authored
Fix ./configure to provide a more sensible default for MACOSX_DEPLOYMENT_TARGET. Currently the default is the minimum OS X level that supports the universal arch option, typically 10.4, even when no universalsdk is selected. This causes various desirable features that depend on later OS X versions, like libedit readline support, to be omitted from the build. A more complete solution would take into account the SDK that is being used and better tailor the universal arch options. For now, change the existing tests to only apply to build systems of 10.5 and earlier; for 10.6 and later, use the build system version as the default deployment target if the MACOSX_DEPLOYMENT_TARGET environment variable is not provided.
-
Larry Hastings authored
-
Larry Hastings authored
-
Jesus Cea authored
Skip test in freebsd entirely - Kernel bug in freebsd7/8/9 - #10142: Support for SEEK_HOLE/SEEK_DATA
-
Larry Hastings authored
of os.listdir().
-
Hynek Schlawack authored
-
Larry Hastings authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
to using signal.alarm(1) instead of signal.setitimer(signal.ITIMER_REAL, 0.1). This is an attempt to see if this change is what caused the ubuntu arm buildbot to hang in test_io's test_interrupted_write_retry_text. Discussion in Issue #12268.
-
Gregory P. Smith authored
to using signal.alarm(1) instead of signal.setitimer(signal.ITIMER_REAL, 0.1). This is an attempt to see if this change is what caused the ubuntu arm buildbot to hang in test_io's test_interrupted_write_retry_text. Discussion in Issue #12268.
-
Larry Hastings authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 24 Jun, 2012 13 commits
-
-
Eric V. Smith authored
-
Vinay Sajip authored
-
Eric V. Smith authored
Fixes issue 15039: namespace packages are no longer imported in preference to modules of the same name.
-
Larry Hastings authored
-
Larry Hastings authored
plain tuple to a collections.namedtuple.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Georg Brandl authored
-
Antoine Pitrou authored
-