- 25 Nis, 2019 1 kayıt (commit)
-
-
Victor Stinner yazdı
In debug build, import now also looks for C extensions compiled in release mode and for C extensions compiled in the stable ABI.
-
- 24 Nis, 2019 1 kayıt (commit)
-
-
Victor Stinner yazdı
Release build and debug build are now ABI compatible: the Py_DEBUG define no longer implies Py_TRACE_REFS define which introduces the only ABI incompatibility. A new "./configure --with-trace-refs" build option is now required to get Py_TRACE_REFS define which adds sys.getobjects() function and PYTHONDUMPREFS environment variable. Changes: * Add ./configure --with-trace-refs * Py_DEBUG no longer implies Py_TRACE_REFS
-
- 26 Şub, 2019 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 20 Şub, 2019 1 kayıt (commit)
-
-
Inada Naoki yazdı
-
- 08 Şub, 2019 1 kayıt (commit)
-
-
Neil Schemenauer yazdı
Use autoconfig to probe for shm_open() and shm_unlink(). Set SHM_NEEDS_LIBRT if we must link with librt to get the shm_* functions. Change setup.py to use the autoconfig defines. These changes should make it more likely that _multiprocessing/posixshmem.c gets built correctly on different platforms.
-
- 16 Ock, 2019 1 kayıt (commit)
-
-
Joannah Nanjekye yazdı
Add a new os.posix_spawnp() function.
-
- 30 Ara, 2018 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
Use crypt_r() when available instead of crypt() in the crypt module. As a nice side effect: This also avoids a memory sanitizer flake as clang msan doesn't know about crypt's internal libc allocated buffer.
-
- 26 Eyl, 2018 1 kayıt (commit)
-
-
Bjorn Andersson yazdı
The AF_QIPCRTR address family was introduced in Linux v4.7. Co-authored-by: Bjorn Andersson <bjorn.andersson@linaro.org>
-
- 19 Eyl, 2018 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Follow up to 2a9c3805 (bpo-34585).
-
- 12 Eyl, 2018 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 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`. -->
-
- 07 Eyl, 2018 1 kayıt (commit)
-
-
William Grzybowski yazdı
Release GIL on grp.getgrnam(), grp.getgrgid(), pwd.getpwnam() and pwd.getpwuid() if reentrant variants of these functions are available. Patch by William Grzybowski.
-
- 23 Agu, 2018 1 kayıt (commit)
-
-
Michael Osipov yazdı
Introduce a configure check for strsignal(3) which defines HAVE_STRSIGNAL for signalmodule.c. Add some common signals on HP-UX. This change applies for Windows and HP-UX.
-
- 16 Tem, 2018 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 11 Tem, 2018 1 kayıt (commit)
-
-
Eitan Adler yazdı
This code does not appear to be used anywhere in the python code base. The use was removed in eb81795d.
-
- 24 May, 2018 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Use uuid_enc_be() if available to encode UUID to bytes as big endian.
-
- 16 May, 2018 1 kayıt (commit)
-
-
Eitan Adler yazdı
-
- 04 May, 2018 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 29 Ock, 2018 2 kayıt (commit)
-
-
Christian Heimes yazdı
Until now Python used a hard coded white list of default TLS cipher suites. The old approach has multiple downsides. OpenSSL's default selection was completely overruled. Python did neither benefit from new cipher suites (ChaCha20, TLS 1.3 suites) nor blacklisted cipher suites. For example we used to re-enable 3DES. Python now defaults to OpenSSL DEFAULT cipher suite selection and black lists all unwanted ciphers. Downstream vendors can override the default cipher list with --with-ssl-default-suites. Signed-off-by: Christian Heimes <christian@python.org>
-
Pablo Galindo yazdı
Add os.posix_spawn to wrap the low level POSIX API of the same name. Contributed by Pablo Galindo.
-
- 27 Ock, 2018 1 kayıt (commit)
-
-
Pablo Galindo yazdı
-
- 23 Ock, 2018 1 kayıt (commit)
-
-
stratakis yazdı
glibc is deprecating libcrypt in favor of libxcrypt, however python assumes that crypt.h will always be included. This change makes the header inclusion explicit when libxcrypt is present on the system.
-
- 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>
-
- 09 Ock, 2018 1 kayıt (commit)
-
-
David Carlier yazdı
Allow building the _uuid extension module on FreeBSD and OpenBSD.
-
- 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.
-
- 30 Ara, 2017 1 kayıt (commit)
-
-
Michael Felt yazdı
Starting with AIX6.1 there is support in libc.a for uuid (RFC4122) This patch provides the changes needed for this integration with the OS. On AIX the base function is uuid_create() rather than uuid_generate_time() The AIX uuid_t typedef is more aligned to the UUID field based definition while the Linux typedef that is more aligned with UUID bytes (or perhaps UUID bytes_le) definitions.
-
- 19 Ara, 2017 1 kayıt (commit)
-
-
Michael Felt yazdı
Implement find_library() support in ctypes/util for AIX. Add some AIX specific tests.
-
- 23 Kas, 2017 1 kayıt (commit)
-
-
xdegaye yazdı
-
- 08 Kas, 2017 1 kayıt (commit)
-
-
Berker Peksag yazdı
-
- 01 Kas, 2017 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Masayuki Yamamoto yazdı
Modify the code to use ncurses is_pad() instead of checking WINDOW _flags field. If your platform does not provide the is_pad(), the existing way that checks the field will be enabled. Note: This change does not drop support for platforms where do not have both WINDOW _flags field and is_pad().
-
- 31 Eki, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 19 Eki, 2017 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 06 Eki, 2017 1 kayıt (commit)
-
-
Masayuki Yamamoto yazdı
See PEP 539 for details. Highlights of changes: - Add Thread Specific Storage (TSS) API - Document the Thread Local Storage (TLS) API as deprecated - Update code that used TLS API to use TSS API
-
- 05 Eki, 2017 1 kayıt (commit)
-
-
pdox yazdı
-
- 24 Eyl, 2017 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Python requires C implementations provide memmove, so we shouldn't need to check for it. The only place using this configure check was expat, where we can simply always define HAVE_MEMMOVE.
-
- 07 Eyl, 2017 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
* Remove Setup.config * Always define WITH_THREAD for compatibility.
-
- 06 Eyl, 2017 1 kayıt (commit)
-
-
caavery yazdı
* bpo-27584: New addition of vSockets to the python socket module Support for AF_VSOCK on Linux only * bpo-27584: Fixes for V2 Fixed syntax and naming problems. Fixed #ifdef AF_VSOCK checking Restored original aclocal.m4 * bpo-27584: Fixes for V3 Added checking for fcntl and thread modules. * bpo-27584: Fixes for V4 Fixed white space error * bpo-27584: Fixes for V5 Added back comma in (CID, port). * bpo-27584: Fixes for V6 Added news file. socket.rst now reflects first Linux introduction of AF_VSOCK. Fixed get_cid in test_socket.py. Replaced PyLong_FromLong with PyLong_FromUnsignedLong in socketmodule.c Got rid of extra AF_VSOCK #define. Added sockaddr_vm to sock_addr. * bpo-27584: Fixes for V7 Minor cleanup. * bpo-27584: Fixes for V8 Put back #undef AF_VSOCK as it is necessary when vm_sockets.h is not installed.
-
- 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>
-
- 04 Eyl, 2017 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
See PEP 11.
-