- 04 Jun, 2012 4 commits
-
-
Hynek Schlawack authored
ipaddress._BaseV4.is_unspecified() compared IP addresses using "in" which fails.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Benjamin Peterson authored
-
- 03 Jun, 2012 24 commits
-
-
Gregory P. Smith authored
-
Gregory P. Smith authored
break someone's over specified test that depends on the exact error message.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
when the path existed and had the S_ISGID mode bit set when it was not explicitly asked for. This is no longer an exception as mkdir cannot control if the OS sets that bit for it or not.
-
Gregory P. Smith authored
when the path existed and had the S_ISGID mode bit set when it was not explicitly asked for. This is no longer an exception as mkdir cannot control if the OS sets that bit for it or not.
-
R David Murray authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Eli Bendersky authored
-
Eli Bendersky authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
'name' to 'expression' as the latter is what the string actually represents. The bug in this issue was only catching NameError and AttributeError when evaluating an expression that was not necessarily a name.
-
Eli Bendersky authored
-
Eli Bendersky authored
-
Brett Cannon authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Code patch by Roger Serwy.
-
- 02 Jun, 2012 12 commits
-
-
R David Murray authored
This is a behavior change: before this leading and trailing spaces were stripped from ASCII parts, now they are preserved. Without this fix we didn't parse the examples in the RFC correctly, so I think breaking backward compatibility here is justified. Patch by Ralf Schlatterbeck.
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Sandro Tosi authored
-
R David Murray authored
-
R David Murray authored
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Benjamin Peterson authored
-