- 14 Jul, 2016 1 commit
-
-
Martin Panter authored
-
- 10 Jul, 2016 1 commit
-
-
R David Murray authored
This backports the fix from #16611, per discussion with the release manager.
-
- 15 Jan, 2016 1 commit
-
-
Martin Panter authored
-
- 14 Jan, 2016 1 commit
-
-
Martin Panter authored
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 Nov, 2014 1 commit
-
-
Georg Brandl authored
The svn.python.org server recently changed root certificate, causing the test to fail. This backports revision 4985375db40f.
-
- 05 Dec, 2015 1 commit
-
-
Benjamin Peterson authored
-
- 26 May, 2015 1 commit
-
-
Benjamin Peterson authored
-
- 23 May, 2015 1 commit
-
-
Benjamin Peterson authored
-
- 23 Apr, 2015 1 commit
-
-
Benjamin Peterson authored
Patch by Christian Heimes.
-
- 18 Feb, 2015 1 commit
-
-
Benjamin Peterson authored
-
- 30 Jan, 2015 1 commit
-
-
Serhiy Storchaka authored
-
- 27 Jan, 2015 1 commit
-
-
Serhiy Storchaka authored
and fix by Guido Vranken.
-
- 04 Jan, 2015 1 commit
-
-
Benjamin Peterson authored
-
- 01 Jan, 2015 1 commit
-
-
Benjamin Peterson authored
-
- 30 Dec, 2014 1 commit
-
-
Benjamin Peterson authored
-
- 06 Dec, 2014 1 commit
-
-
Benjamin Peterson authored
-
- 05 Nov, 2014 1 commit
-
-
Benjamin Peterson authored
-
- 03 Nov, 2014 1 commit
-
-
Benjamin Peterson authored
-
- 12 Oct, 2014 3 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 04 Oct, 2014 3 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 01 Oct, 2014 2 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
- 30 Sep, 2014 4 commits
-
-
Georg Brandl authored
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 authored
-
Georg Brandl authored
-
Georg Brandl authored
Fix-up for 0f362676460d: add missing size argument to SSLFakeFile.readline(), as in 2.6 backport 8a6def3add5b
-
- 27 Mar, 2014 1 commit
-
-
Ned Deily authored
failures when ssl is not present.
-
- 30 Sep, 2014 1 commit
-
-
Georg Brandl authored
line length. Patch by Emil Lind.
-
- 17 Sep, 2014 1 commit
-
-
Georg Brandl authored
-
- 16 Sep, 2014 1 commit
-
-
Antoine Pitrou authored
with non-standard cookie handling in some Web browsers. Reported by Sergey Bobrov.
-
- 30 Sep, 2014 4 commits
-
-
Georg Brandl authored
65536 bytes and send a 414 error code for higher lengths. Patch contributed by Devin Cook.
-
Georg Brandl authored
weakrefs.
-
Georg Brandl authored
prevent readline() calls from consuming too much memory. Patch by Jyrki Pulliainen.
-
Georg Brandl authored
limiting the call to readline(). Original patch by Christian Heimes.
-
- 29 Oct, 2013 1 commit
-
-
Christian Heimes authored
-
- 30 Sep, 2014 1 commit
-
-
Georg Brandl authored
limiting the call to readline(). Original patch by Michał Jastrzębski and Giampaolo Rodola.
-