- 14 Kas, 2011 1 kayıt (commit)
-
-
Jesus Cea yazdı
-
- 25 Eki, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
the time module. time.clock_gettime(time.CLOCK_MONOTONIC) provides a monotonic clock
-
- 06 Eki, 2011 1 kayıt (commit)
-
-
Charles-François Natali yazdı
Fuchs, updated by Tiago Gonçalves.
-
- 28 Eyl, 2011 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 23 Eyl, 2011 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 14 Eyl, 2011 1 kayıt (commit)
-
-
Stefan Krah yazdı
-
- 13 Eyl, 2011 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
sys/xattr.h is glibc while attr/xattr.h is a separate library.
-
- 07 Eyl, 2011 2 kayıt (commit)
-
-
Victor Stinner yazdı
configure.in: Set _POSIX_C_SOURCE to 200809L, instead of 200112L, to activate features from IEEE Stds 1003.1-2008.
-
Victor Stinner yazdı
configure: Set _XOPEN_SOURCE to 700, instead of 600, to get POSIX 2008 functions on OpenBSD (e.g. fdopendir).
-
- 06 Eyl, 2011 1 kayıt (commit)
-
-
Charles-François Natali yazdı
<sched.h> is available (most notably on OpenBSD when built without pthread): add an explicit configure check.
-
- 01 Eyl, 2011 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 20 Agu, 2011 4 kayıt (commit)
-
-
Victor Stinner yazdı
Copy/paste (from Python 3.2) failure
-
Victor Stinner yazdı
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.
-
Victor Stinner yazdı
Even if Python is compiled on Linux 3.
-
Victor Stinner yazdı
Even if Python is compiled on Linux 3.
-
- 02 Agu, 2011 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 26 Tem, 2011 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
(I had the wrong impression that the problem didn't exist here)
-
Antoine Pitrou yazdı
-
- 24 Tem, 2011 1 kayıt (commit)
-
-
Charles-François Natali yazdı
-
- 22 Tem, 2011 2 kayıt (commit)
-
-
Charles-François Natali yazdı
releases).
-
Charles-François Natali yazdı
-
- 21 Tem, 2011 1 kayıt (commit)
-
-
Charles-François Natali yazdı
-
- 08 Tem, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
(following PEP 11). These systems are systems using Mach C Threads, SunOS lightweight processes, GNU pth threads and IRIX threads.
-
- 03 Tem, 2011 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 28 Haz, 2011 1 kayıt (commit)
-
-
Ned Deily yazdı
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)
-
- 25 Haz, 2011 1 kayıt (commit)
-
-
Ross Lagerwall yazdı
-
- 10 Haz, 2011 1 kayıt (commit)
-
-
Ross Lagerwall yazdı
-
- 03 Haz, 2011 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 01 Haz, 2011 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 31 May, 2011 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 29 May, 2011 1 kayıt (commit)
-
-
Charles-François Natali yazdı
-
- 15 May, 2011 3 kayıt (commit)
-
-
Gregory P. Smith yazdı
module compiles again on OS X with its more annoying #include requirements.
-
Nadeem Vawda yazdı
-
Gregory P. Smith yazdı
methods to the socket module.
-
- 10 May, 2011 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 09 May, 2011 2 kayıt (commit)
-
-
Victor Stinner yazdı
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.
-
Martin v. Löwis yazdı
Patch by Arfrever Frehtes Taifersar Arahesis.
-
- 07 May, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
signal module.
-