- 06 Tem, 2016 1 kayıt (commit)
-
-
Donald Stufft yazdı
-
- 27 Haz, 2016 2 kayıt (commit)
-
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
- 25 Haz, 2016 3 kayıt (commit)
-
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
- 15 Haz, 2016 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 14 Haz, 2016 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 13 Haz, 2016 1 kayıt (commit)
-
-
Matthias Klose yazdı
-
- 12 Haz, 2016 3 kayıt (commit)
-
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
- 11 Haz, 2016 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 19 May, 2016 1 kayıt (commit)
-
-
Guido van Rossum yazdı
These added a path attribute to pathlib.Path objects, and docs. Instead, we're going to use PEP 519. (Starting in the 3.4 branch and merging forward from there since that's what I did originally.)
-
- 02 May, 2016 1 kayıt (commit)
-
-
Donald Stufft yazdı
-
- 14 Nis, 2016 1 kayıt (commit)
-
-
Ethan Furman yazdı
-
- 22 Mar, 2016 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 17 Mar, 2016 1 kayıt (commit)
-
-
Donald Stufft yazdı
-
- 08 Mar, 2016 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
On Windows a symlink can has the FILE_ATTRIBUTE_DIRECTORY flag.
-
- 04 Mar, 2016 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 02 Mar, 2016 2 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Liang-Bo Wang.
-
Yury Selivanov yazdı
-
- 27 Şub, 2016 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 18 Şub, 2016 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch from Chi Hsuan Yen.
-
- 22 Ock, 2016 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Donald Stufft yazdı
-
- 21 Ock, 2016 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 20 Ock, 2016 1 kayıt (commit)
-
-
Donald Stufft yazdı
-
- 16 Ock, 2016 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
"certificate verify failed " and "CERTIFICATE_VERIFY_FAILED " as some SSL libraries use different text than OpenSSL.
-
- 15 Ock, 2016 3 kayıt (commit)
-
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
- 14 Ock, 2016 4 kayıt (commit)
-
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
This is instead of svn.python.org, whose certificate recently expired, and whose new certificate uses a different root certificate. The certificate used at the pythontest server was modifed to set the "basic constraints" CA flag. This flag seems to be required for test_get_ca_certs_ capath() to work (in Python 3.4+). Added the new self-signed certificate to capath with the following commands: cp Lib/test/{selfsigned_pythontestdotnet.pem,capath/} c_rehash -v Lib/test/capath/ c_rehash -v -old Lib/test/capath/ # Note the generated file names cp Lib/test/capath/{selfsigned_pythontestdotnet.pem,0e4015b9.0} mv Lib/test/capath/{selfsigned_pythontestdotnet.pem,ce7b8643.0} The new server responds with "No route to host" when connecting to port 444.
-