777 Commits (cfed46e00a00380f05917c533a259fe45697a5ec)

Author SHA1 Message Date
Jesus Cea d8b9ae6e8f Issue #6397: Support '/dev/poll' polling objects in select module, under Solaris & derivatives. 15 years ago
Victor Stinner e0be423297 Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants to 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 7ddbf10589 disable unused result warnings when possible 15 years ago
Stefan Krah 962055d3c6 Issue #11149: recent versions of clang require the -fwrapv flag. 15 years ago
Benjamin Peterson b77fe17320 Use xattr functions from sys/xattr.h instead of attr/xattr.h (closes #12720) 15 years ago
Victor Stinner d169fdcb63 Issue #12852: Set _POSIX_C_SOURCE to 200809 to get POSIX 2008 15 years ago
Victor Stinner 14d098d3ac Issue #12852: Set _XOPEN_SOURCE to 700 to get POSIX 2008 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
Victor Stinner 7209ff2b31 Issue #12326: woops, I really mean 'linux', not 'linux2' 15 years ago
Victor Stinner ff3d9399fc Close #12326: sys.platform is now always 'linux' on Linux 15 years ago
Victor Stinner 0c17d0d96e Issue #12326: sys.platform is now always 'linux2' on Linux 15 years ago
Victor Stinner 4cf6604b82 Issue #12326: sys.platform is now always 'linux2' on Linux 15 years ago
Benjamin Peterson c5fce4ded2 check individually for some for sched_ functions 15 years ago
Benjamin Peterson 2740af8cc4 sched.h can exist without sched affinity support 15 years ago
Benjamin Peterson 94b580d423 expose sched.h functions (closes #12655) 15 years ago
Antoine Pitrou d3b2aefbfe Actually port ecfe9bf0117b to default 15 years ago
Antoine Pitrou 5cd3e305e3 When testing for an hg repo, use a file that always exists, even with the "shared" extension 15 years ago
Charles-François Natali 749400a94d Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling. 15 years ago
Charles-François Natali 54ef40b000 Merge - Issue #12592: Make Python build on OpenBSD 5 (and future major 15 years ago
Charles-François Natali beed47ec0e Issue #12592: Make Python build on OpenBSD 5 (and future major releases). 15 years ago
Charles-François Natali 996f606787 Issue #12372: POSIX semaphores are broken on AIX: don't use them. 15 years ago
Antoine Pitrou 370092071b Issue #11863: Remove support for legacy systems deprecated in Python 3.2 15 years ago
Georg Brandl 187c111a55 Regenerate configure. 15 years ago
Ned Deily 3eb67d58d6 Issue #8746: Correct faulty configure checks so that os.chflags() and 15 years ago
Ross Lagerwall bc808224b6 Issue #12303: Add sigwaitinfo() and sigtimedwait() to the signal module. 15 years ago
Ross Lagerwall b0ae53d8a0 Issue #9344: Add os.getgrouplist(). 15 years ago
Benjamin Peterson dd5be06e6b run autoconf 15 years ago
Benjamin Peterson 8c6f88efa2 remove __version__s dependent on subversion keyword expansion (closes #12221) 15 years ago
Benjamin Peterson 87cdb81646 run autoreconf 15 years ago
Charles-François Natali daafdd5bea Issue #12196: Add pipe2() to the os module. 15 years ago
Gregory P. Smith 3b1f2c35f4 issue #1746656: Fix for OS X. configure and #include changes so that the socket 15 years ago
Nadeem Vawda d74b5936a1 Fix _socket compilation failures on non-Linux buildbots (cf. issue #1746656). 15 years ago
Gregory P. Smith 5ed2e779f1 Issue #1746656: Add if_nameindex, if_nametoindex, if_indextoname 15 years ago
Benjamin Peterson 316e02be83 run autoreconf 15 years ago
Victor Stinner 8f9f8d612a Issue #11888: Use system log2() when available 15 years ago
Martin v. Löwis 48e14d3fda Use --as-needed when linking libpython3.so. Closes #11347. 15 years ago
Victor Stinner b3e7219abf Issue #8407: Add pthread_kill(), sigpending() and sigwait() functions to the 15 years ago
Antoine Pitrou 6f26be09e0 Issue #11849: Make it more likely for the system allocator to release 15 years ago
Victor Stinner 024e37adcc Issue #11393: Add the new faulthandler module 16 years ago
Jesus Cea d3b7a55f54 Close Issue 11570: Lib/test/test_distutils.py tries to mix 32 and 64 bits object files, doesn't obey LDFLAGS 16 years ago
Ross Lagerwall 7807c3545d Issue #10812: Add some extra posix functions to the os module. 16 years ago
Jesus Cea 736e7fc0f6 Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2 16 years ago
Georg Brandl 776e586114 Remove sys.subversion and svn build identification leftovers. 16 years ago
Georg Brandl 1ca2e7965c Commit the hg build identification patch from the pymigr repo. 16 years ago
Antoine Pitrou 061cfb5258 Issue #10866: Add socket.sethostname(). Initial patch by Ross Lagerwall. 16 years ago
Antoine Pitrou 8250e23abd Issue #10755: Add the posix.fdlistdir() function. Patch by Ross Lagerwall. 16 years ago
Antoine Pitrou f65132de3d Issue #4761: Add the *at() family of functions (openat(), etc.) to the posix 16 years ago