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
the time module. time.clock_gettime(time.CLOCK_MONOTONIC) provides a monotonic
clock
15 years ago
Charles-François Natali
47413c1171
Issue #10141 : socket: add SocketCAN (PF_CAN) support. Initial patch by Matthias
Fuchs, updated by Tiago Gonçalves.
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 )
sys/xattr.h is glibc while attr/xattr.h is a separate library.
15 years ago
Victor Stinner
d169fdcb63
Issue #12852 : Set _POSIX_C_SOURCE to 200809 to get POSIX 2008
configure.in: Set _POSIX_C_SOURCE to 200809L, instead of 200112L, to activate
features from IEEE Stds 1003.1-2008.
15 years ago
Victor Stinner
14d098d3ac
Issue #12852 : Set _XOPEN_SOURCE to 700 to get POSIX 2008
configure: Set _XOPEN_SOURCE to 700, instead of 600, to get POSIX 2008
functions on OpenBSD (e.g. fdopendir).
15 years ago
Charles-François Natali
ea0d5fcb4a
Issue #12871 : sched_get_priority_(min|max) might not be defined even though
<sched.h> is available (most notably on OpenBSD when built without pthread):
add an explicit configure check.
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'
Copy/paste (from Python 3.2) failure
15 years ago
Victor Stinner
ff3d9399fc
Close #12326 : sys.platform is now always 'linux' on Linux
On Linux, sys.platform doesn't contain the major version anymore. It is now
always 'linux', instead of 'linux2' or 'linux3' depending on the Linux version
used to build Python.
15 years ago
Victor Stinner
0c17d0d96e
Issue #12326 : sys.platform is now always 'linux2' on Linux
Even if Python is compiled on Linux 3.
15 years ago
Victor Stinner
4cf6604b82
Issue #12326 : sys.platform is now always 'linux2' on Linux
Even if Python is compiled on Linux 3.
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
(I had the wrong impression that the problem didn't exist here)
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
releases).
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
(following PEP 11). These systems are systems using Mach C Threads,
SunOS lightweight processes, GNU pth threads and IRIX threads.
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
os.lchflags() are once again built on systems that support these
functions (*BSD and OS X). Also add new stat file flags for OS X
(UF_HIDDEN and UF_COMPRESSED). Also add additional tests for
os.chflags() and os.lchflags(). (Tests by Garrett Cooper)
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
module compiles again on OS X with its more annoying #include requirements.
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
methods to the socket module.
15 years ago
Benjamin Peterson
316e02be83
run autoreconf
15 years ago
Victor Stinner
8f9f8d612a
Issue #11888 : Use system log2() when available
I expect the system libc to use more accurate functions than Python. The GNU
libc uses for example FYL2X and FYL2XP1 hardware instructions on Intel FPU.
15 years ago
Martin v. Löwis
48e14d3fda
Use --as-needed when linking libpython3.so. Closes #11347 .
Patch by Arfrever Frehtes Taifersar Arahesis.
15 years ago
Victor Stinner
b3e7219abf
Issue #8407 : Add pthread_kill(), sigpending() and sigwait() functions to the
signal module.
15 years ago
Antoine Pitrou
6f26be09e0
Issue #11849 : Make it more likely for the system allocator to release
free()d memory arenas on glibc-based systems. Patch by Charles-François
Natali.
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
module. Patch by Ross Lagerwall.
16 years ago