- 03 Jun, 2012 7 commits
-
-
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 13 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
-
Benjamin Peterson authored
-
- 01 Jun, 2012 16 commits
-
-
Victor Stinner authored
Use a threshold of 20 ms instead of 10 ms.
-
R David Murray authored
Initial patch by Michael Driscoll, I added the example.
-
R David Murray authored
Initial patch by Michael Driscoll, I added the example.
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Benjamin Peterson authored
-
Hynek Schlawack authored
-
Nick Coghlan authored
-
Hynek Schlawack authored
-
Stefan Krah authored
but this is more readable.
-
Eli Bendersky authored
Includes exposing a doctype handler from expat through pyexpat.
-
Eli Bendersky authored
the code are unnecessary.
-
Brian Curtin authored
-
Eli Bendersky authored
-
Eli Bendersky authored
-
- 31 May, 2012 4 commits
-
-
Hynek Schlawack authored
Obsolete 2.x method.
-
R David Murray authored
Thanks to Nick Coghlan for pointing out that I'd forgotten about class decorators.
-
Georg Brandl authored
-
Martin v. Löwis authored
-