264 Commits (cb39d1f466eeecbec969f50a5df609eb0a863084)

Author SHA1 Message Date
Larry Hastings a6cc551502 Issue #22631: Added Linux-specific socket constant CAN_RAW_FD_FRAMES. 11 years ago
Victor Stinner 9eb57c5fa5 Issue #22181: The availability of the getrandom() is now checked in configure, 11 years ago
Victor Stinner 35a97c0bed Issue #22524: Fix os.scandir() for platforms which don't have a d_type field in 11 years ago
Victor Stinner 923e06f77d Issue #22038, configure: HAVE_STD_ATOMIC now also check that "atomic_int" and 11 years ago
Victor Stinner 4f5366e65a Issue #22038: pyatomic.h now uses stdatomic.h or GCC built-in functions for 11 years ago
Victor Stinner fcfed19913 Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The 11 years ago
Victor Stinner fe02e39029 Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(), 11 years ago
Victor Stinner 4d6a3d6c01 Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(), 11 years ago
Victor Stinner beeb512fe1 Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The 11 years ago
Benjamin Peterson d1e22ba7db only support append_history if readline has it 11 years ago
Benjamin Peterson 8bdeb1672c support setting fpu precision on m68k (closes #20904) 12 years ago
Christian Heimes 647cd87169 Issue #19922: define _INCLUDE__STDC_A1_SOURCE in HP-UX to include mbstate_t 12 years ago
Christian Heimes 985ecdcfc2 ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. 12 years ago
Christian Heimes b7bd5df809 Issue #16595: Add prlimit() to resource module 13 years ago
Victor Stinner daf455554b Issue #18571: Implementation of the PEP 446: file descriptors and file handles 13 years ago
Benjamin Peterson 3a7dffa4ce remove support for compiling on systems without getcwd() 13 years ago
Christian Heimes f77b4b20e9 Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork. 13 years ago
Christian Heimes f0400baba8 Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if it's available 13 years ago
Benjamin Peterson f6b687fcd4 remove support GCC PyArg_ParseTuple format patch, last seen in 2006 13 years ago
Benjamin Peterson feb5149244 -Wformat is needed by gcc 4.8 (closes #17547) 13 years ago
Victor Stinner cd777eaf53 Issue #17615: Comparing two Unicode strings now uses wmemcmp() when possible 13 years ago
doko@ubuntu.com d5537d071c - Issue #16754: Fix the incorrect shared library extension on linux. Introduce 13 years ago
Charles-François Natali 773e42dff8 Issue #15359: Add CAN_BCM protocol support to the socket module. Patch by Brian 13 years ago
doko@python.org d65e2bab3b - Issue #17086: Backport the patches from the 3.3 branch to cross-build 13 years ago
Mark Dickinson ce31f66a6d Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on some platforms. 13 years ago
Mark Dickinson 17c50cdac2 Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on some platforms. 13 years ago
Mark Dickinson 983bc16c15 Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on some platforms. 13 years ago
doko@ubuntu.com b457b9be4d - Issue #3754: Fix /dev/ptmx, /dev/ptc file checks for cross builds, 14 years ago
Stefan Krah 1919b7e72b Issue #7652: Integrate the decimal floating point libmpdec library to speed 14 years ago
Matthias Klose 3cef2a931c - rename configure.in to configure.ac 14 years ago
Matthias Klose 0f4c16e29c - rename configure.in to configure.ac 14 years ago
Antoine Pitrou bcf2b59fb5 Issue #13609: Add two functions to query the terminal size: 14 years ago
Martin v. Löwis 9d6c66933a Issue #13777: Add PF_SYSTEM sockets on OS X. 14 years ago
Gregory P. Smith df300d5062 Improve the test for dirfd(), some systems #define it rather than have 14 years ago
Gregory P. Smith 8facece99a Fixes issue #8052: The posix subprocess module's close_fds behavior was 14 years ago
Gregory P. Smith 4188441f96 Test for the dirfd library function (for use in some upcoming 14 years ago
Benjamin Peterson 95c16629d3 fix for old kernels which don't have epoll_create1 14 years ago
Charles-François Natali 6613c18ea2 Issue #13415: Test in configure if unsetenv() has a return value or not. 15 years ago
Antoine Pitrou f0effe6379 Better resolution for issue #11849: Ensure that free()d memory arenas are really released 15 years ago
Victor Stinner 984890fcbb Close #13415: Test in configure if unsetenv() has a return value or not. 15 years ago
Jesus Cea d8b9ae6e8f Issue #6397: Support '/dev/poll' polling objects in select module, under Solaris & derivatives. 15 years ago
Charles-François Natali 93a1175bac Issue #13415: Test in configure if unsetenv() has a return value or not. 15 years ago
Victor Stinner e0be423297 Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants to 15 years ago
Antoine Pitrou 2c3b2302ad Issue #13134: optimize finding single-character strings using memchr 15 years ago
Charles-François Natali 47413c1171 Issue #10141: socket: add SocketCAN (PF_CAN) support. Initial patch by Matthias 15 years ago
Martin v. Löwis d63a3b8beb Implement PEP 393. 15 years ago
Benjamin Peterson b77fe17320 Use xattr functions from sys/xattr.h instead of attr/xattr.h (closes #12720) 15 years ago
Charles-François Natali ea0d5fcb4a Issue #12871: sched_get_priority_(min|max) might not be defined even though 15 years ago
Benjamin Peterson 799bd80d8a expose linux extended file system attributes (closes #12720) 15 years ago
Benjamin Peterson c5fce4ded2 check individually for some for sched_ functions 15 years ago