- 26 Şub, 2019 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 16 Ock, 2019 1 kayıt (commit)
-
-
Joannah Nanjekye yazdı
Add a new os.posix_spawnp() function.
-
- 24 Eki, 2018 1 kayıt (commit)
-
-
serge-sans-paille yazdı
.o generated by clang in LTO mode actually are LLVM bitcode files, which leads to a few errors during configure/build step: - add lto flags to the BASECFLAGS instead of CFLAGS, as CFLAGS are used to build autoconf test case, and some are not compatible with clang LTO (they assume binary in the .o, not bitcode) - force llvm-ar instead of ar, as ar is not aware of .o files generated by clang -flto
-
- 19 Eyl, 2018 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Follow up to 2a9c3805 (bpo-34585).
-
- 11 Eyl, 2018 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
It is unused. <!-- Thanks for your contribution! Please read this comment in its entirety. It's quite important. # Pull Request title It should be in the following format: ``` bpo-NNNN: Summary of the changes made ``` Where: bpo-NNNN refers to the issue number in the https://bugs.python.org. Most PRs will require an issue number. Trivial changes, like fixing a typo, do not need an issue. # Backport Pull Request title If this is a backport PR (PR made against branches other than `master`), please ensure that the PR title is in the following format: ``` [X.Y] <title from the original PR> (GH-NNNN) ``` Where: [X.Y] is the branch name, e.g. [3.6]. GH-NNNN refers to the PR number from `master`. -->
-
- 16 Tem, 2018 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
bpo-32430: Rename Modules/Setup.dist to Modules/Setup Remove the necessity to copy the former manually to the latter when updating the local source tree.
-
Benjamin Peterson yazdı
-
- 24 May, 2018 1 kayıt (commit)
-
-
Chih-Hsuan Yen yazdı
-
- 15 May, 2018 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 04 May, 2018 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 27 Ock, 2018 1 kayıt (commit)
-
-
Pablo Galindo yazdı
-
- 20 Ock, 2018 1 kayıt (commit)
-
-
Christian Heimes yazdı
Add https://www.gnu.org/software/autoconf-archive/ax_check_openssl.html to auto-detect compiler flags, linker flags and libraries to compile OpenSSL extensions. The M4 macro uses pkg-config and falls back to manual detection. Add autoconf magic to detect usable X509_VERIFY_PARAM_set1_host() and related functions. Refactor setup.py to use new config vars to compile _ssl and _hashlib modules. Signed-off-by: Christian Heimes <christian@python.org>
-
- 06 Ock, 2018 1 kayıt (commit)
-
-
Nathaniel J. Smith yazdı
This module has never been enabled by default, never worked correctly on x86-64, and caused ABI problems that caused C extension compatibility. See bpo-29137 for details/discussion.
-
- 14 Eyl, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 07 Eyl, 2017 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
* Remove Setup.config * Always define WITH_THREAD for compatibility.
-
- 05 Eyl, 2017 1 kayıt (commit)
-
-
Christian Heimes yazdı
Include sys/sysmacros.h for major(), minor(), and makedev(). GNU C libray plans to remove the functions from sys/types.h. Signed-off-by: Christian Heimes <christian@python.org>
-
- 14 Nis, 2017 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Replace the deprecated AC_TRY_RUN with AC_RUN_IFELSE. Also, standardize the variable name and allow for caching of the result.
-
- 24 Eyl, 2016 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 08 Eyl, 2016 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Christian Heimes yazdı
-
- 07 Tem, 2016 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 08 Mar, 2016 1 kayıt (commit)
-
-
Ned Deily yazdı
gcc as the option does not work correctly in older versions of gcc and has been silently removed as of gcc-4.5.
-
- 13 Nis, 2015 1 kayıt (commit)
-
-
doko@ubuntu.com yazdı
party sources. Run aclocal to import it to aclocal.m4 and add aclocal.m4 to the archive.
-
- 29 Ock, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
#811160 in a different way.
-
- 27 Eyl, 2003 1 kayıt (commit)
-
-
Anthony Baxter yazdı
also applied to release23-maint. Note that aclocal.m4 can go away when autoconf 2.58 is out.
-