- 11 Jan, 2011 7 commits
-
-
Nick Coghlan authored
Issue 10556: test_zipimport_support implicitly imports too many modules (including _ssl) to safely clobber sys.modules after each test
-
Raymond Hettinger authored
-
Nick Coghlan authored
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
second before epoch. Original patch by Peter Wang, reported by Martin Blais.
-
Victor Stinner authored
-
- 10 Jan, 2011 16 commits
-
-
Raymond Hettinger authored
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
Terry Reedy authored
-
Victor Stinner authored
Fix readinst() if file.read(n) returns a bytes object longer than n: return -1 instead of the the buffer size to raise an exception. Simplify also the function code.
-
Alexander Belopolsky authored
-
Ned Deily authored
scripts (implemented in #10679).
-
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 9 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
-