- 27 Mar, 2014 15 commits
-
-
Yury Selivanov authored
Patch by Jeremiah Lowin. Closes #20817.
-
Yury Selivanov authored
... for missing keyword-only arguments. Patch by Jeremiah Lowin. Closes #20816.
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
Patch by Antony Lee.
-
Giampaolo Rodola' authored
- <distutils.extension.Extension at 0x2b2088b79b00> + <distutils.extension.Extension('_struct') at 0x2b2088b79b00>
-
Ned Deily authored
-
Ned Deily authored
test_urllibnet.test_fileno intermittent failures with www.example.com.
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
failures when ssl is not present.
-
Ned Deily authored
68335b8afb1f 3.4 ad0c75b7bd7d default
-
- 26 Mar, 2014 1 commit
-
-
Raymond Hettinger authored
-
- 25 Mar, 2014 19 commits
-
-
R David Murray authored
-
R David Murray authored
Previously a non-string, non-regex second argument and missing callable argument could cause the test to appear to always pass. Initial patch by Kamilla Holanda.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
Remove useless test and unused variables. Initial patch by Andreas Schwab.
-
Victor Stinner authored
Éric Araujo.
-
Victor Stinner authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Georg Brandl authored
-
Georg Brandl authored
Closes #18456: Doc fix: PyDict_Update only works with dict-like objects, not key-value sequences. Patch by priyapappachan.
-
Victor Stinner authored
tempfile.NamedTemporaryFile(), close the file descriptor if io.open() fails
-
Victor Stinner authored
close the file descriptor if io.open() fails
-
- 24 Mar, 2014 5 commits
-
-
Victor Stinner authored
-
Donald Stufft authored
-
Donald Stufft authored
Closes #21043 by updating the documentation to remove specific CA organizations and update the text to no longer need to tell you to download root certificates, but instead use the OS certificates avaialble through SSLContext.load_default_certs.
-
Charles-François Natali authored
-
Victor Stinner authored
_PY_HASHTABLE_ENTRY_DATA => _Py_HASHTABLE_ENTRY_DATA
-