| Commit message (Expand) | Author | Age | Files | Lines |
* | closes bpo-38713: Expose P_PIDFD in os if it's defined. (GH-17071) | Benjamin Peterson | 2019-11-06 | 1 | -2/+14 |
|
|
* | bpo-37415: Fix stdatomic.h header check for ICC compiler (GH-16717) | Victor Stinner | 2019-10-22 | 1 | -15/+6 |
|
|
* | bpo-11410: Standardize and use symbol visibility attributes across POSIX and ... | Vinay Sajip | 2019-10-15 | 1 | -0/+41 |
|
|
* | bpo-38301: In Solaris family, we must be sure to use '-D_REENTRANT' (#16446) | Jesús Cea | 2019-09-28 | 1 | -0/+3 |
|
|
* | Run autoreconf. (GH-16106) | Benjamin Peterson | 2019-09-13 | 1 | -60/+30 |
|
|
* | bpo-38110: Use fdwalk for os.closerange() when available. (GH-15224) | Jakub Kulík | 2019-09-11 | 1 | -1/+1 |
|
|
* | bpo-38068: Clean up gettimeofday configure logic. (GH-15775) | Benjamin Peterson | 2019-09-10 | 1 | -31/+0 |
|
|
* | bpo-34652 again: Remove lchmod from the default AC_CHECK_FUNCS list. (GH-15758) | Benjamin Peterson | 2019-09-09 | 1 | -2/+14 |
|
|
* | bpo-18049: Sync thread stack size to main thread size on macOS (GH-14748) | Ronald Oussoren | 2019-08-01 | 1 | -0/+2 |
|
|
* | bpo-36044: Reduce number of unit tests run for PGO build (GH-14702) | Neil Schemenauer | 2019-07-22 | 1 | -0/+14 |
|
|
* | bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546) | Ned Deily | 2019-07-02 | 1 | -0/+6 |
|
|
* | Bump to 3.9.0a0 | Łukasz Langa | 2019-06-04 | 1 | -10/+10 |
|
|
* | bpo-26826: Expose copy_file_range in the os module (GH-7255) | Pablo Galindo | 2019-05-31 | 1 | -14/+3 |
|
|
* | autoreconf (GH-13651) | Inada Naoki | 2019-05-30 | 1 | -2/+2 |
|
|
* | bpo-26836: Add os.memfd_create() (#13567) | Zackery Spytz | 2019-05-29 | 1 | -2/+47 |
|
|
* | bpo-32941: Add madvise() for mmap objects (GH-6172) | Zackery Spytz | 2019-05-27 | 1 | -1/+1 |
|
|
* | bpo-21536: Fix configure.ac for LIBPYTHON on Android/Cygwin (GH-13552) | E. M. Bray | 2019-05-24 | 1 | -3/+5 |
|
|
* | bpo-21536: On Cygwin, C extensions must be linked with libpython (GH-13549) | E. M. Bray | 2019-05-24 | 1 | -2/+2 |
|
|
* | bpo-33164: update blake2 implementation (GH-6286) | David Carlier | 2019-05-23 | 1 | -2/+2 |
|
|
* | bpo-36721: Add --embed option to python-config (GH-13500) | Victor Stinner | 2019-05-23 | 1 | -1/+2 |
|
|
* | bpo-31904: Add posix module support for VxWorks (GH-12118) | pxinwr | 2019-05-21 | 1 | -1/+1 |
|
|
* | bpo-36618: Don't add -fmax-type-align=8 flag for clang (GH-13320) | Victor Stinner | 2019-05-14 | 1 | -20/+0 |
|
|
* | bpo-34602: Avoid failures setting macOS stack resource limit (GH-13011) | Ned Deily | 2019-04-29 | 1 | -6/+0 |
|
|
* | bpo-21536: On Android, C extensions are linked to libpython (GH-12989) | xdegaye | 2019-04-29 | 1 | -0/+9 |
|
|
* | bpo-36722: Don't define ALT_SOABI for Py_TRACE_REFS build (GH-12973) | Victor Stinner | 2019-04-26 | 1 | -1/+2 |
|
|
* | bpo-36722: Debug build loads libraries built in release mode (GH-12952) | Victor Stinner | 2019-04-25 | 1 | -0/+12 |
|
|
* | bpo-36465: Make release and debug ABI compatible (GH-12615) | Victor Stinner | 2019-04-24 | 1 | -2/+26 |
|
|
* | bpo-36707: Remove the "m" flag (pymalloc) from SOABI (GH-12931) | Victor Stinner | 2019-04-24 | 1 | -3/+3 |
|
|
* | bpo-36618: Don't add -fmax-type-align flag to old clang (GH-12811) | Victor Stinner | 2019-04-12 | 1 | -2/+7 |
|
|
* | bpo-36618: Add -fmax-type-align=8 flag for clang (GH-12809) | Victor Stinner | 2019-04-12 | 1 | -13/+29 |
|
|
* | bpo-36588: On AIX, remove major version from sys.platform (GH-12787) | Michael Felt | 2019-04-12 | 1 | -1/+1 |
|
|
* | bpo-36605: make tags: parse Modules/_io directory (GH-12789) | Victor Stinner | 2019-04-11 | 1 | -14/+2 |
|
|
* | bpo-31904: Add cross-build support for VxWorks RTOS (GH-11968) | pxinwr | 2019-02-27 | 1 | -2/+19 |
|
|
* | Run autoreconf. | Benjamin Peterson | 2019-02-26 | 1 | -0/+2 |
|
|
* | bpo-12822: use monotonic clock for condvar if possible (GH-11723) | Inada Naoki | 2019-02-20 | 1 | -1/+2 |
|
|
* | bpo-35903: Use autoconfig to probe for shm_open() and shm_unlink(). (#11765) | Neil Schemenauer | 2019-02-08 | 1 | -0/+102 |
|
|
* | bpo-35520: Fix build with dtrace support on certain systems. (#11194) | Jakub Kulík | 2019-01-24 | 1 | -1/+1 |
|
|
* | bpo-35674: Add os.posix_spawnp() (GH-11554) | Joannah Nanjekye | 2019-01-16 | 1 | -1/+1 |
|
|
* | bpo-28503: Use crypt_r() when available instead of crypt() (GH-11373) | Gregory P. Smith | 2018-12-30 | 1 | -0/+144 |
|
|
* | bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) | stratakis | 2018-12-19 | 1 | -1/+3 |
|
|
* | bpo-35351: Pass link time optimization flags to CFLAGS_NODIST (GH-10797) | stratakis | 2018-12-04 | 1 | -1/+1 |
|
|
* | bpo-35214: Initial clang MemorySanitizer support (GH-10479) | Gregory P. Smith | 2018-11-12 | 1 | -1/+44 |
|
|
* | bpo-28015: Support LTO build with clang (GH-9908) | serge-sans-paille | 2018-10-24 | 1 | -62/+184 |
|
|
* | closes bpo-34869: Remove LDLAST. (GH-9667) | Benjamin Peterson | 2018-10-04 | 1 | -3/+0 |
|
|
* | bpo-31425: Expose AF_QIPCRTR in socket module (GH-3706) | Bjorn Andersson | 2018-09-26 | 1 | -0/+22 |
|
|
* | run autoconf (GH-9411) | Benjamin Peterson | 2018-09-19 | 1 | -100/+46 |
|
|
* | Don't run AC_STRUCT_TIMEZONE twice. (GH-9305) | Benjamin Peterson | 2018-09-14 | 1 | -71/+0 |
|
|
* | bpo-34674: Assume unistd.h exists on Unix. (GH-9290) | Benjamin Peterson | 2018-09-14 | 1 | -1/+1 |
|
|
* | bpo-34652: Remove lchmod from the big func checking block. (GH-9247) | Benjamin Peterson | 2018-09-13 | 1 | -1/+7 |
|
|
* | closes bpo-34652: Always disable lchmod on Linux. (GH-9234) | Benjamin Peterson | 2018-09-12 | 1 | -0/+11 |
|
|