- 15 Ock, 2016 12 kayıt (commit)
-
-
Ethan Furman yazdı
update Finer Points section of docs to cover boolean evaluation; add more tests for pure and mixed boolean evaluation
-
Brett Cannon yazdı
-
Brett Cannon yazdı
Previously zipimport mistakenly limited namespace support to only the top-level of the zipfile when it should have supported an arbitrary depth. Thanks to Phil Connel for the bug report and initial patch and Mike Romberg for the final patch.
-
Brett Cannon yazdı
-
Brett Cannon yazdı
Permission was validated prior to adding these markings.
-
Brett Cannon yazdı
-
Brett Cannon yazdı
While no copyright violation occurred, the license which 'Numerical Recipes' operates under is not amenable to Python, so to prevent confusion it's easier to simply remove its mention.
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
- 14 Ock, 2016 11 kayıt (commit)
-
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
Removed SSL_ERROR_SYSCALL checking from ssl_io_loop() so that the loop can terminate when unwrap() raises that error.
-
Martin Panter yazdı
-
doko@ubuntu.com yazdı
-
doko@ubuntu.com yazdı
-
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.
-
Senthil Kumaran yazdı
Patch contributed by Swati Jaiswal.
-
- 13 Ock, 2016 2 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
Patch contributed by SilentGhost.
-
- 12 Ock, 2016 9 kayıt (commit)
-
-
Senthil Kumaran yazdı
Patch contributed by Robert Zimmerman.
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
- 11 Ock, 2016 6 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-