- 20 Jul, 2011 5 commits
-
-
Antoine Pitrou authored
to get channel binding data for the current SSL session (only the "tls-unique" channel binding is implemented). This allows the implementation of certain authentication mechanisms such as SCRAM-SHA-1-PLUS. Patch by Jacek Konieczny.
-
R David Murray authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Antoine Pitrou authored
(followup to dfaa3a149a92)
-
- 19 Jul, 2011 14 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
signature. Without this, architectures where sizeof void* != sizeof int are broken. Patch given by Hallvard B Furuseth.
-
Ned Deily authored
(Patch by Robert Xiao)
-
Ned Deily authored
(Patch by Robert Xiao)
-
Barry Warsaw authored
signature. Without this, architectures where sizeof void* != sizeof int are broken. Patch given by Hallvard B Furuseth.
-
Antoine Pitrou authored
so that "import DLFCN" and other similar imports work on Linux 3.0.
-
Antoine Pitrou authored
so that "import DLFCN" and other similar imports work on Linux 3.0.
-
R David Murray authored
As far as I can tell, the try/except was ancient code, from before the email package rewrite where the philosophy of never throwing parsing errors was adopted.
-
R David Murray authored
-
R David Murray authored
The RFC doesn't say that they are allowed; apparently many mailers accept them, but not postfix. Contributions to this patch were made by Felipe Cruz and Catalin Iacob. The changeset also adds additional indirect tests for quoteaddr (null address and IDNA-encoded address).
-
Senthil Kumaran authored
merge from 3.2 - Fix closes issue12577 - clarify shutil.move documentation. Patch suggestion by Catalin Iacob
-
Senthil Kumaran authored
-
- 18 Jul, 2011 11 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Eric V. Smith authored
-
Eric V. Smith authored
Closes #12579. Positional fields with str.format_map() now raise a ValueError instead of SystemError.
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Brett Cannon authored
-
Brett Cannon authored
restricting itself to just functions and methods (which allows built-in functions to be used, etc.). Closes issue #10271. Thanks to lekma for the bug report.
-
- 17 Jul, 2011 10 commits
-
-
Alex Gaynor authored
-
Alex Gaynor authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
merge from 3.2 - Fix closes Issue12478 - HTTPErrorProcess 's methods are http_response and https_response.
-
Senthil Kumaran authored
-
Senthil Kumaran authored
merge from 3.2 - Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by Sandro Tosi
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
Fix Issue10403 - datetime documentation clarification based on review in the reitveld by Alexendar belopolsky.
-