- 15 Jan, 2016 4 commits
-
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
- 14 Jan, 2016 7 commits
-
-
Martin Panter authored
Removed SSL_ERROR_SYSCALL checking from ssl_io_loop() so that the loop can terminate when unwrap() raises that error.
-
Martin Panter authored
-
doko@ubuntu.com authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
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.
-
- 12 Jan, 2016 4 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Zachary Ware authored
-
Yury Selivanov authored
-
- 11 Jan, 2016 17 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Barry Warsaw authored
-
doko@ubuntu.com authored
appearing before $() vars.
-
Barry Warsaw authored
picklability regression. Also, as per further discussion, remove the regressing code.
-
Barry Warsaw authored
_PyObject_GetState() due to regressions observed in Cython-based projects.
-
Yury Selivanov authored
-
Yury Selivanov authored
Patch by Марк Коренберг.
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Mark Hammond authored
-
- 10 Jan, 2016 3 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Senthil Kumaran authored
-
- 09 Jan, 2016 4 commits
-
-
Terry Jan Reedy authored
-
Ezio Melotti authored
-
Terry Jan Reedy authored
-
Senthil Kumaran authored
original values after patching. Patch contributed by Sean McCully.
-
- 08 Jan, 2016 1 commit
-
-
Senthil Kumaran authored
-