- 05 Eyl, 2014 7 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
expressions.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
Original patch by Serhiy Storchaka.
-
- 04 Eyl, 2014 8 kayıt (commit)
-
-
Victor Stinner yazdı
with an exception set. This new assertion helps to understand if the exception was already set before calling the function or raised by the function.
-
Antoine Pitrou yazdı
-
Victor Stinner yazdı
allocation failure
-
Łukasz Langa yazdı
-
Łukasz Langa yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
- 03 Eyl, 2014 19 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
os.remove() with support.unlink()
-
Victor Stinner yazdı
support.unlink()
-
Victor Stinner yazdı
support.rmtree() and support.unlink() in test_zipfile & test_tarfile
-
Victor Stinner yazdı
call check_ssl_verifiy(), so only test_connect_using_sslcontext_verified() is skipped if smtp.gmail.com cannot be joined, not the whole file.
-
Victor Stinner yazdı
check_ssl_verifiy(), so only test_connect_using_sslcontext_verified() is skipped if smtp.gmail.com cannot be joined, not the whole file.
-
Victor Stinner yazdı
sem_open implementation is broken (ex: skipped on FreeBSD 6.4).
-
Victor Stinner yazdı
implementation is broken (ex: skipped on FreeBSD 6.4).
-
Victor Stinner yazdı
than 8.0
-
Victor Stinner yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
Original patch by Lita Cho.
-
Victor Stinner yazdı
the monotonic test
-
- 02 Eyl, 2014 3 kayıt (commit)
-
-
Victor Stinner yazdı
threading.Lock.acquire(), threading.RLock.acquire() and socket operations now use a monotonic clock, instead of the system clock, when a timeout is used.
-
Victor Stinner yazdı
Ensure also that the tv_usec field is consistent: in range [0; 999999].
-
Victor Stinner yazdı
This platform exposes the function ioctl(FIOCLEX), but calling it fails with errno is ENOTTY: "Inappropriate ioctl for device". set_inheritable() now falls back to the slower fcntl() (F_GETFD and then F_SETFD).
-
- 01 Eyl, 2014 3 kayıt (commit)
-
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Ned Deily yazdı
Original patch by Josh Lynn.
-