- 14 Tem, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 10 Tem, 2016 1 kayıt (commit)
-
-
R David Murray yazdı
This backports the fix from #16611, per discussion with the release manager.
-
- 15 Ock, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 14 Ock, 2016 1 kayıt (commit)
-
-
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.
-
- 05 Kas, 2014 1 kayıt (commit)
-
-
Georg Brandl yazdı
The svn.python.org server recently changed root certificate, causing the test to fail. This backports revision 4985375db40f.
-
- 05 Ara, 2015 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 26 May, 2015 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 23 May, 2015 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 23 Nis, 2015 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch by Christian Heimes.
-
- 18 Şub, 2015 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 30 Ock, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 27 Ock, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
and fix by Guido Vranken.
-
- 04 Ock, 2015 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 01 Ock, 2015 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 30 Ara, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 06 Ara, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 05 Kas, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 03 Kas, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 12 Eki, 2014 3 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 04 Eki, 2014 3 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 01 Eki, 2014 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 30 Eyl, 2014 4 kayıt (commit)
-
-
Georg Brandl yazdı
executables used to find the mac address, with /sbin and /usr/sbin as fallbacks. Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with virtual interface. Original patch by Kent Frazier. Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL, if all necessary functions are already found in libuuid. Patch by Evgeny Sologubov. Issue #16102: Make uuid._netbios_getnode() work again on Python 3.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Fix-up for 0f362676460d: add missing size argument to SSLFakeFile.readline(), as in 2.6 backport 8a6def3add5b
-
- 27 Mar, 2014 1 kayıt (commit)
-
-
Ned Deily yazdı
failures when ssl is not present.
-
- 30 Eyl, 2014 1 kayıt (commit)
-
-
Georg Brandl yazdı
line length. Patch by Emil Lind.
-
- 17 Eyl, 2014 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 16 Eyl, 2014 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
with non-standard cookie handling in some Web browsers. Reported by Sergey Bobrov.
-
- 30 Eyl, 2014 4 kayıt (commit)
-
-
Georg Brandl yazdı
65536 bytes and send a 414 error code for higher lengths. Patch contributed by Devin Cook.
-
Georg Brandl yazdı
weakrefs.
-
Georg Brandl yazdı
prevent readline() calls from consuming too much memory. Patch by Jyrki Pulliainen.
-
Georg Brandl yazdı
limiting the call to readline(). Original patch by Christian Heimes.
-
- 29 Eki, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 30 Eyl, 2014 1 kayıt (commit)
-
-
Georg Brandl yazdı
limiting the call to readline(). Original patch by Michał Jastrzębski and Giampaolo Rodola.
-