- 26 Haz, 2012 13 kayıt (commit)
-
-
Georg Brandl yazdı
3.3 whatsnew: Comment out the section about new POSIX *at functions etc.; has to be rewritten later.
-
Petri Lehtinen yazdı
-
Georg Brandl yazdı
-
Petri Lehtinen yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Larry Hastings yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Larry Hastings yazdı
behind.
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
- 25 Haz, 2012 24 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Brett Cannon yazdı
free the copy of the command-line. Found using Clang's static analyzer.
-
Brett Cannon yazdı
Found by Clang's static analyzer.
-
David Malcolm yazdı
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 yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
This fixes a compiler warning with suncc.
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
Ned Deily yazdı
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 yazdı
-
Larry Hastings yazdı
-
Jesus Cea yazdı
Skip test in freebsd entirely - Kernel bug in freebsd7/8/9 - #10142: Support for SEEK_HOLE/SEEK_DATA
-
Larry Hastings yazdı
of os.listdir().
-
Hynek Schlawack yazdı
-
Larry Hastings yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
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 yazdı
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 yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 24 Haz, 2012 3 kayıt (commit)
-
-
Eric V. Smith yazdı
-
Vinay Sajip yazdı
-
Eric V. Smith yazdı
Fixes issue 15039: namespace packages are no longer imported in preference to modules of the same name.
-