- 16 Dec, 2014 1 commit
-
-
Terry Jan Reedy authored
configuration dialog. Patch by Tal Einat.
-
- 15 Dec, 2014 5 commits
-
-
Victor Stinner authored
by Martin Panter.
-
Benjamin Peterson authored
Patch from Jan Matejek.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Benjamin Peterson authored
-
- 14 Dec, 2014 1 commit
-
-
Serhiy Storchaka authored
-
- 13 Dec, 2014 5 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
-
Berker Peksag authored
Patch by Chaitanya agrawal.
-
Ned Deily authored
Among other issues, the Apple-supplied 0.9.7 libs for the 10.5 ABI cannot verify newer SHA-256 certs as now used by python.org services. Document in the installer ReadMe some of the certificate management issues that users now need to be more concerned with due to PEP 476's enabling cert verification by default. For now, continue to use the Apple-supplied 0.9.8 libs for the 10.6+ installer since they use Apple private APIs to verify certificates using the system- and user-managed CA keychain stores.
-
- 12 Dec, 2014 8 commits
-
-
Brett Cannon authored
-
Benjamin Peterson authored
-
Victor Stinner authored
when Python is configure with --with-tsc. Patch written by Christian Heimes.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Raymond Hettinger authored
-
Serhiy Storchaka authored
value in the host header was set to "None". Patch by Demian Brecht.
-
- 11 Dec, 2014 4 commits
-
-
Victor Stinner authored
Mark the write end of the stdin pipe as non-inheritable.
-
Victor Stinner authored
socket transport
-
Terry Jan Reedy authored
-
Serhiy Storchaka authored
-
- 10 Dec, 2014 7 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Add an entry in the language datamodel special methods section. Revise and index its discussion in the stdtypes mapping/dict section.
-
Serhiy Storchaka authored
is run with pythonw.exe.
-
Benjamin Peterson authored
-
R David Murray authored
Patch by Chaitanya Agrawal.
-
Berker Peksag authored
An exception handler assumed that that OSError objects always have a 'winerror' attribute. That is not the case, so the exception handler itself raised AttributeError when run on Linux (and, presumably, any other non-Windows OS). Patch by Greg Ward.
-
- 09 Dec, 2014 1 commit
-
-
Berker Peksag authored
Patch by Éric Araujo.
-
- 08 Dec, 2014 5 commits
-
-
Yury Selivanov authored
Issue #1218234. Initial patch by Berker Peksag.
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
Closes issue #23009.
-
- 07 Dec, 2014 3 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
HTTPSConnection: prefer the context's check_hostname attribute over the constructor parameter (#22959)
-