- 17 Aug, 2012 5 commits
-
-
Brett Cannon authored
When the fromlist argument is specified for __import__() and the attribute doesn't already exist, an import is attempted. If that fails (e.g. module doesn't exist), the ImportError will now be silenced (for backwards-compatibility). This *does not* affect ``from ... import ...`` statements. Thanks to Eric Snow for the patch and Simon Feltman for reporting the regression.
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
- 16 Aug, 2012 8 commits
-
-
Antoine Pitrou authored
Update the getpeercert() example with a real-world cert showing non-trivial issuer, subject and subjectAltName.
-
Antoine Pitrou authored
Update the getpeercert() example with a real-world cert showing non-trivial issuer, subject and subjectAltName.
-
Andrew Svetlov authored
-
Richard Oudkerk authored
by sending/receiving an acknowledgment after file descriptor transfer. TestPicklingConnection has been reenabled for MacOSX.
-
Petri Lehtinen authored
-
Petri Lehtinen authored
When adding a message from a binary file, \r\n was translated to \r\r\n in the message body.
-
Nick Coghlan authored
-
Nick Coghlan authored
-
- 15 Aug, 2012 20 commits
-
-
Antoine Pitrou authored
Patch by Serhiy Storchaka.
-
Antoine Pitrou authored
Patch by Serhiy Storchaka.
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Sandro Tosi authored
-
Sandro Tosi authored
-
R David Murray authored
-
R David Murray authored
Patch by Chris Jerdonek.
-
R David Murray authored
Patch by Chris Jerdonek.
-
R David Murray authored
-
R David Murray authored
Patch by Chris Jerdonek.
-
Andrew Svetlov authored
-
Eli Bendersky authored
-
Eli Bendersky authored
-
Eli Bendersky authored
-
Petri Lehtinen authored
-
Eli Bendersky authored
Issue #15586: typo fix. This commit is accompanied by an apology for all Liechtensteiners out there, and a thanks to Eric Araujo for noticing.
-
Petri Lehtinen authored
-
R David Murray authored
Patch by Chris Jerdonek.
-
R David Murray authored
Patch by Chris Jerdonek.
-
- 14 Aug, 2012 7 commits
-
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
Issue #15592. Fix regression: subprocess.communicate() breaks on no input with universal newlines true. Patch by Chris Jerdonek.
-
Andrew Svetlov authored
Patch by Chris Jerdonek.
-