- 30 Sep, 2013 4 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
prevent readline() calls from consuming too much member. Patch by Jyrki Pulliainen.
-
Martin v. Löwis authored
-
Senthil Kumaran authored
-
- 29 Sep, 2013 8 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
than 100 headers are read. Adapted from patch by Jyrki Pulliainen.
-
Antoine Pitrou authored
-
Richard Oudkerk authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 28 Sep, 2013 3 commits
-
-
Antoine Pitrou authored
-
Benjamin Peterson authored
Patch by Xavier de Gaye.
-
Serhiy Storchaka authored
Au_read.readframes() now updates current file position and reads correct number of frames from multichannel stream. Au_write.writeframesraw() now correctly updates current file position. Au_read and Au_write now correctly work with file object if start file position is not a zero.
-
- 25 Sep, 2013 2 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
limiting the call to readline(). Original patch by Michał Jastrzębski and Giampaolo Rodola. with test fixes by Serhiy Storchaka.
-
- 22 Sep, 2013 5 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
limit line length. Patch by Emil Lind.
-
Georg Brandl authored
Since all versions since 2.2 are under the same licensing terms, this saves the release manager from touching the two files for every new minor release.
-
Georg Brandl authored
-
Nick Coghlan authored
-
- 20 Sep, 2013 1 commit
-
-
Serhiy Storchaka authored
and older binaries.
-
- 18 Sep, 2013 5 commits
-
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
This avoids race conditions when other programs are monitoring the maildir directory. Patch by janzert.
-
R David Murray authored
-
R David Murray authored
-
- 17 Sep, 2013 1 commit
-
-
Serhiy Storchaka authored
(fixes a regression in 3d46ef0c62c5, issue #18873)
-
- 16 Sep, 2013 3 commits
-
-
Serhiy Storchaka authored
source code encoding only in comment lines.
-
R David Murray authored
-
R David Murray authored
Initial patch by Bruno Piguet. This is implemented as if a useful .netrc file could exist without passwords, which is possible in the general case; but in fact our netrc implementation does not support it. Fixing that issue will be an enhancement.
-
- 15 Sep, 2013 4 commits
-
-
Eli Bendersky authored
Patch by Vlad Shcherbina
-
Andrew Kuchling authored
-
Andrew Kuchling authored
The SSLFakeFile.readline() method needs to support limiting readline() as well. It's not a full emulation of readline()'s signature, but this class is only used by smtplib's code, so it doesn't have to be. Modified version of original patch by Christian Heimes.
-
Raymond Hettinger authored
-
- 13 Sep, 2013 4 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Senthil Kumaran authored
Patch contributed by Vajrasky Kok. Addresses Issue #17324
-