- 507cbb0 Issue #28762: Merge 3.6. by Xavier de Gaye · 8 years ago
- bdf0d0f Issue #28762: lockf() is available on Android API level 24, but the by Xavier de Gaye · 8 years ago
- 38f225d merge 3.6 (#28932) by Benjamin Peterson · 8 years ago
- b0eb986 merge 3.5 (#28932) by Benjamin Peterson · 8 years ago
- fb2ae15 add a specific configure check for sys/random.h (closes #28932) by Benjamin Peterson · 8 years ago
- 6a6967e Issue #21085: add configure check for siginfo_t.si_band by Zachary Ware · 8 years ago
- 0c21214 replace usage of Py_VA_COPY with the (C99) standard va_copy by Benjamin Peterson · 8 years ago
- 37098cd more granular configure checks for clock_* functions (closes #28081) by Benjamin Peterson · 8 years ago
- a785c87 DTrace support: function calls, GC activity, line execution by Łukasz Langa · 8 years ago
- 4fd64b9 remove ceval timestamp support by Benjamin Peterson · 8 years ago
- a845a81 remove unused osx10.5 sdk check by Benjamin Peterson · 8 years ago
- 47ff073 more PY_LONG_LONG to long long by Benjamin Peterson · 8 years ago
- a9296e7 require C99 bool by Benjamin Peterson · 8 years ago
- df6ff7b add back SIZEOF_UINTPTR_T by Benjamin Peterson · 8 years ago
- b9d9eed require uintptr_t to exist by Benjamin Peterson · 8 years ago
- 4fe5510 require standard int types to be defined (#17884) by Benjamin Peterson · 8 years ago
- ed4aa83 require a long long data type (closes #27961) by Benjamin Peterson · 8 years ago
- dffa394 Issue #27744: Add AF_ALG (Linux Kernel crypto) to socket module. by Christian Heimes · 8 years ago
- 95750b1 Issue #27442: Expose the Android API level in sysconfig.get_config_vars() by Xavier de Gaye · 8 years ago
- 50600a7 merge 3.5 (#24557) by Benjamin Peterson · 8 years ago
- b8a2f51 assume egd unless OPENSSL_NO_EGD is defined—remove configure check (closes #24557) by Benjamin Peterson · 8 years ago
- 9ff9cbd Merge 3.5 (os.urandom) by Victor Stinner · 8 years ago
- dddf484 os.urandom() doesn't block on Linux anymore by Victor Stinner · 8 years ago
- c2f7d87 Issue #26932: Fixed support of RTLD_* constants defined as enum values, by Serhiy Storchaka · 9 years ago
- 267b639 Issue #20306: The pw_gecos and pw_passwd fields are not required by POSIX. by Stefan Krah · 9 years ago
- 5dbbf1a Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric Price by Martin Panter · 9 years ago
- d887d1f Issue #17603: Check for st_blocks field without requiring fileblocks.o by Martin Panter · 9 years ago
- bae2d62 Issue #25003: On Solaris 11.3 or newer, os.urandom() now uses the getrandom() by Victor Stinner · 9 years ago
- a6cc551 Issue #22631: Added Linux-specific socket constant CAN_RAW_FD_FRAMES. by Larry Hastings · 10 years ago
- 9eb57c5 Issue #22181: The availability of the getrandom() is now checked in configure, by Victor Stinner · 10 years ago
- 35a97c0 Issue #22524: Fix os.scandir() for platforms which don't have a d_type field in by Victor Stinner · 10 years ago
- 923e06f Issue #22038, configure: HAVE_STD_ATOMIC now also check that "atomic_int" and by Victor Stinner · 10 years ago
- 4f5366e Issue #22038: pyatomic.h now uses stdatomic.h or GCC built-in functions for by Victor Stinner · 10 years ago
- 4d6a3d6 Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(), by Victor Stinner · 10 years ago
- beeb512 Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The by Victor Stinner · 10 years ago
- d1e22ba only support append_history if readline has it by Benjamin Peterson · 10 years ago
- 8bdeb16 support setting fpu precision on m68k (closes #20904) by Benjamin Peterson · 11 years ago
- 647cd87 Issue #19922: define _INCLUDE__STDC_A1_SOURCE in HP-UX to include mbstate_t by Christian Heimes · 11 years ago
- 985ecdc ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. by Christian Heimes · 11 years ago
- b7bd5df Issue #16595: Add prlimit() to resource module by Christian Heimes · 11 years ago
- daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 11 years ago
- 3a7dffa remove support for compiling on systems without getcwd() by Benjamin Peterson · 11 years ago
- 6acbe2a Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork. by Christian Heimes · 11 years ago
- f77b4b2 Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork. by Christian Heimes · 11 years ago
- 360b89c Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if it's available by Christian Heimes · 11 years ago
- f0400ba Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if it's available by Christian Heimes · 11 years ago
- f6b687f remove support GCC PyArg_ParseTuple format patch, last seen in 2006 by Benjamin Peterson · 11 years ago
- feb5149 -Wformat is needed by gcc 4.8 (closes #17547) by Benjamin Peterson · 11 years ago
- cd777ea Issue #17615: Comparing two Unicode strings now uses wmemcmp() when possible by Victor Stinner · 12 years ago
- 773e42d Issue #15359: Add CAN_BCM protocol support to the socket module. Patch by Brian by Charles-François Natali · 12 years ago
- 6e61d18 Issue 10052: merge fix from 3.2. by Mark Dickinson · 12 years ago
- ce31f66 Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on some platforms. by Mark Dickinson · 12 years ago
- 983bc16 Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on some platforms. by Mark Dickinson · 12 years ago
- b457b9b - Issue #3754: Fix /dev/ptmx, /dev/ptc file checks for cross builds, by doko@ubuntu.com · 12 years ago
- 1919b7e Issue #7652: Integrate the decimal floating point libmpdec library to speed by Stefan Krah · 13 years ago
- 5ce31cc merge 3.2 by Matthias Klose · 13 years ago
- d83be23 merge 3.1 by Matthias Klose · 13 years ago
- 0f4c16e - rename configure.in to configure.ac by Matthias Klose · 13 years ago
- bcf2b59 Issue #13609: Add two functions to query the terminal size: by Antoine Pitrou · 13 years ago
- 9d6c669 Issue #13777: Add PF_SYSTEM sockets on OS X. Patch by Michael Goderbauer. by Martin v. Löwis · 13 years ago
- 1577cf7 Improve the test for dirfd(). Some systems #define it rather than by Gregory P. Smith · 13 years ago
- df300d5 Improve the test for dirfd(), some systems #define it rather than have by Gregory P. Smith · 13 years ago
- d635af5 Fixes issue #8052: The posix subprocess module's close_fds behavior was by Gregory P. Smith · 13 years ago
- 8facece Fixes issue #8052: The posix subprocess module's close_fds behavior was by Gregory P. Smith · 13 years ago
- 30c8a11 Add a test for the dirfd library function (to be used in an upcoming by Gregory P. Smith · 13 years ago
- 4188441 Test for the dirfd library function (for use in some upcoming changes). by Gregory P. Smith · 13 years ago
- 95c1662 fix for old kernels which don't have epoll_create1 by Benjamin Peterson · 13 years ago
- f0effe6 Better resolution for issue #11849: Ensure that free()d memory arenas are really released by Antoine Pitrou · 13 years ago
- 984890f Close #13415: Test in configure if unsetenv() has a return value or not. by Victor Stinner · 13 years ago
- d8b9ae6 Issue #6397: Support '/dev/poll' polling objects in select module, under Solaris & derivatives. by Jesus Cea · 13 years ago
- e0be423 Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants to by Victor Stinner · 13 years ago
- 2c3b230 Issue #13134: optimize finding single-character strings using memchr by Antoine Pitrou · 13 years ago
- 47413c1 Issue #10141: socket: add SocketCAN (PF_CAN) support. Initial patch by Matthias by Charles-François Natali · 13 years ago
- d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
- b77fe17 Use xattr functions from sys/xattr.h instead of attr/xattr.h (closes #12720) by Benjamin Peterson · 13 years ago
- ea0d5fc Issue #12871: sched_get_priority_(min|max) might not be defined even though by Charles-François Natali · 13 years ago
- 799bd80 expose linux extended file system attributes (closes #12720) by Benjamin Peterson · 13 years ago
- c5fce4d check individually for some for sched_ functions by Benjamin Peterson · 13 years ago
- 2740af8 sched.h can exist without sched affinity support by Benjamin Peterson · 13 years ago
- 94b580d expose sched.h functions (closes #12655) by Benjamin Peterson · 13 years ago
- 6613c18 Issue #13415: Test in configure if unsetenv() has a return value or not. by Charles-François Natali · 13 years ago
- 3700920 Issue #11863: Remove support for legacy systems deprecated in Python 3.2 by Antoine Pitrou · 13 years ago
- 8b56c4b Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 13 years ago
- 3eb67d5 Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 13 years ago
- bc80822 Issue #12303: Add sigwaitinfo() and sigtimedwait() to the signal module. by Ross Lagerwall · 13 years ago
- b0ae53d Issue #9344: Add os.getgrouplist(). by Ross Lagerwall · 13 years ago
- daafdd5 Issue #12196: Add pipe2() to the os module. by Charles-François Natali · 13 years ago
- d74b593 Fix _socket compilation failures on non-Linux buildbots (cf. issue #1746656). by Nadeem Vawda · 13 years ago
- 5ed2e77 Issue #1746656: Add if_nameindex, if_nametoindex, if_indextoname by Gregory P. Smith · 13 years ago
- 316e02b run autoreconf by Benjamin Peterson · 13 years ago
- 8f9f8d6 Issue #11888: Use system log2() when available by Victor Stinner · 13 years ago
- b3e7219 Issue #8407: Add pthread_kill(), sigpending() and sigwait() functions to the by Victor Stinner · 14 years ago
- 6f26be0 Issue #11849: Make it more likely for the system allocator to release by Antoine Pitrou · 14 years ago
- 024e37a Issue #11393: Add the new faulthandler module by Victor Stinner · 14 years ago
- 7807c35 Issue #10812: Add some extra posix functions to the os module. by Ross Lagerwall · 14 years ago
- 736e7fc Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2 by Jesus Cea · 14 years ago
- 061cfb5 Issue #10866: Add socket.sethostname(). Initial patch by Ross Lagerwall. by Antoine Pitrou · 14 years ago
- 5c2f464 Fix compilation warning in Modules/posixmodule.c. by Antoine Pitrou · 14 years ago
- 8250e23 Issue #10755: Add the posix.fdlistdir() function. Patch by Ross Lagerwall. by Antoine Pitrou · 14 years ago
- f65132d Issue #4761: Add the *at() family of functions (openat(), etc.) to the posix by Antoine Pitrou · 14 years ago