aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [3.9] bpo-46968: Check for 'sys/auxv.h' in the configure script (GH-31961). (...Pablo Galindo Salgado2022-03-181-0/+3
* bpo-46968: Fix faulthandler for Sapphire Rapids Xeon (GH-31789) (GH-31831)Victor Stinner2022-03-121-0/+3
* [3.9] bpo-46513: Remove AC_C_CHAR_UNSIGNED / __CHAR_UNSIGNED__ (GH-30851) (GH...Christian Heimes2022-01-261-5/+0
* [3.9] bpo-44035: Check autoconf files thoroughly (GH-29935) (GH-29938)Christian Heimes2021-12-061-1/+1
* [3.9] bpo-43158: Use configure values for building _uuid extension (GH-29353)...Miss Islington (bot)2021-11-021-0/+3
* bpo-41710: PyThread_acquire_lock_timed() uses sem_clockwait() (GH-28671) (GH-...Miss Islington (bot)2021-10-011-0/+3
* [3.9] bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (G...Jakub Kulík2021-05-211-0/+4
* [3.9] bpo-43617: Check autoconf-archive package in configure.ac (GH-25016) (G...Christian Heimes2021-03-271-3/+3
* [3.9] bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) (GH-23295)Ronald Oussoren2020-11-221-0/+3
* [3.9] bpo-40514: Remove --with-experimental-isolated-subinterpreters in 3.9 (...Victor Stinner2020-05-201-3/+0
* bpo-40637: Add option to disable builtin hashes (GH-20121)Christian Heimes2020-05-151-0/+3
* bpo-40514: Add --with-experimental-isolated-subinterpreters (GH-19926)Victor Stinner2020-05-051-0/+3
* bpo-40291: Add support for CAN_J1939 sockets (GH-19538)karl ding2020-04-291-0/+3
* bpo-25780: Expose CAN_RAW_JOIN_FILTERS in the socket module (GH-19190)Zackery Spytz2020-04-091-0/+3
* bpo-39794: Add --without-decimal-contextvar (#18702)Stefan Krah2020-02-291-0/+4
* bpo-39395: putenv() and unsetenv() always available (GH-18135)Victor Stinner2020-01-241-9/+0
* bpo-39406: Implement os.putenv() with setenv() if available (GH-18128)Victor Stinner2020-01-221-0/+3
* bpo-38021: Modify AIX platform_tag so it covers PEP 425 needs (GH-17303)Michael Felt2019-12-161-0/+4
* closes bpo-38713: Expose P_PIDFD in os if it's defined. (GH-17071)Benjamin Peterson2019-11-051-0/+3
* bpo-37415: Fix stdatomic.h header check for ICC compiler (GH-16717)Victor Stinner2019-10-221-1/+1
* bpo-38110: Use fdwalk for os.closerange() when available. (GH-15224)Jakub Kulík2019-09-111-0/+3
* bpo-38068: Clean up gettimeofday configure logic. (GH-15775)Benjamin Peterson2019-09-101-7/+0
* Remove leftovers from the times when long long wasn't required (GH-15501)Sergey Fedoseev2019-08-261-3/+3
* bpo-27961: Remove leftovers from the times when long long wasn't required (GH...Sergey Fedoseev2019-08-221-1/+1
* bpo-26826: Expose copy_file_range in the os module (GH-7255)Pablo Galindo2019-05-311-0/+3
* bpo-26836: Add os.memfd_create() (#13567)Zackery Spytz2019-05-291-3/+9
* bpo-32941: Add madvise() for mmap objects (GH-6172)Zackery Spytz2019-05-271-0/+3
* bpo-33164: update blake2 implementation (GH-6286)David Carlier2019-05-231-0/+9
* bpo-31904: Add posix module support for VxWorks (GH-12118)pxinwr2019-05-211-0/+3
* bpo-36722: Debug build loads libraries built in release mode (GH-12952)Victor Stinner2019-04-261-0/+4
* bpo-36465: Make release and debug ABI compatible (GH-12615)Victor Stinner2019-04-251-0/+3
* Run autoreconf.Benjamin Peterson2019-02-251-12/+12
* bpo-12822: use monotonic clock for condvar if possible (GH-11723)Inada Naoki2019-02-201-0/+3
* bpo-35903: Use autoconfig to probe for shm_open() and shm_unlink(). (#11765)Neil Schemenauer2019-02-081-0/+12
* bpo-35674: Add os.posix_spawnp() (GH-11554)Joannah Nanjekye2019-01-161-0/+3
* bpo-28503: Use crypt_r() when available instead of crypt() (GH-11373)Gregory P. Smith2018-12-301-0/+3
* bpo-31425: Expose AF_QIPCRTR in socket module (GH-3706)Bjorn Andersson2018-09-261-0/+3
* run autoconf (GH-9411)Benjamin Peterson2018-09-181-0/+4
* closes bpo-34640: Remove the TANH_PRESERVES_ZERO_SIGN configure check. (GH-9206)Benjamin Peterson2018-09-121-3/+0
* Remove configure check LOG1P_DROPS_ZERO_SIGN. (GH-9193)Benjamin Peterson2018-09-111-3/+0
* bpo-33625: Release GIL for grp.getgr{nam,gid} and pwd.getpw{nam,uid} (GH-7081)William Grzybowski2018-09-071-0/+12
* bpo-34412: Make signal.strsignal() work on HP-UX (GH-8786)Michael Osipov2018-08-231-0/+3
* bpo-34121: Fix detection of C11 atomic support on clang. (GH-8288)Benjamin Peterson2018-07-151-1/+1
* bpo-33648: Remove PY_WARN_ON_C_LOCALE (GH-7114)Eitan Adler2018-07-111-3/+0
* bpo-32493: Fix uuid.uuid1() on FreeBSD. (GH-7099)Serhiy Storchaka2018-05-251-0/+3
* closes bpo-33512: use standard for detecting long double (GH-6847)Eitan Adler2018-05-151-1/+1
* bpo-33332: Add signal.valid_signals() (GH-6581)Antoine Pitrou2018-05-041-0/+3
* bpo-31429: Define TLS cipher suite on build time (#3532)Christian Heimes2018-01-291-0/+7
* bpo-20104: Expose `posix_spawn` in the os module (GH-5109)Pablo Galindo2018-01-281-0/+3
* bpo-31368: Expose preadv and pwritev in the os module (#5239)Pablo Galindo2018-01-271-0/+12