- 10 Jan, 2011 9 commits
-
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
Terry Reedy authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Alexander Belopolsky authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 09 Jan, 2011 8 commits
-
-
Antoine Pitrou authored
if available. (at Georg's request)
-
Martin v. Löwis authored
-
Łukasz Langa authored
Patch by Adreas Stührk.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
R. David Murray authored
This makes Header.encode throw a HeaderParseError if it winds up formatting a header such that a continuation line has no leading whitespace and looks like a header. Since Header accepts values containing newlines and preserves them (and this is by design), without this fix any program that took user input (say, a subject in a web form) and passed it to the email package as a header was vulnerable to header injection attacks. (As far as we know this has never been exploited.) Thanks to Jakub Wilk for reporting this vulnerability.
-
- 08 Jan, 2011 22 commits
-
-
Raymond Hettinger authored
-
Georg Brandl authored
-
Alexander Belopolsky authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Raymond Hettinger authored
-
Antoine Pitrou authored
-
Raymond Hettinger authored
in the operator module.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
private by renaming it to `_GeneratorContextManager`.
-
Georg Brandl authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
comparisons that could lead to infinite recursion.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
The buildbots will tell us which platform does support or not negative years.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
* With Visual Studio, year have to be in [1; 9999] * Add more tests on the year field
-
Alexander Belopolsky authored
Victor Stinner for pointing this out.
-
Alexander Belopolsky authored
-
- 07 Jan, 2011 1 commit
-
-
R. David Murray authored
This applies only when generating strings from non-RFC compliant binary input; it makes the existing recoding behavior more consistent (ie: now no data is lost when recoding).
-