- 04 Sep, 2014 2 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
- 03 Sep, 2014 19 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Victor Stinner authored
-
Victor Stinner authored
os.remove() with support.unlink()
-
Victor Stinner authored
support.unlink()
-
Victor Stinner authored
support.rmtree() and support.unlink() in test_zipfile & test_tarfile
-
Victor Stinner authored
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 authored
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 authored
sem_open implementation is broken (ex: skipped on FreeBSD 6.4).
-
Victor Stinner authored
implementation is broken (ex: skipped on FreeBSD 6.4).
-
Victor Stinner authored
than 8.0
-
Victor Stinner authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Original patch by Lita Cho.
-
Victor Stinner authored
the monotonic test
-
- 02 Sep, 2014 3 commits
-
-
Victor Stinner authored
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 authored
Ensure also that the tv_usec field is consistent: in range [0; 999999].
-
Victor Stinner authored
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 Sep, 2014 3 commits
-
-
Berker Peksag authored
-
Berker Peksag authored
-
Ned Deily authored
Original patch by Josh Lynn.
-
- 31 Aug, 2014 8 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Victor Stinner authored
-
- 02 Sep, 2014 2 commits
-
-
Guido van Rossum authored
-
Victor Stinner authored
Illumos. 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 Sep, 2014 3 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-