- 18 Sep, 2013 3 commits
-
-
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 5 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Senthil Kumaran authored
Patch contributed by Vajrasky Kok. Addresses Issue #17324
-
Serhiy Storchaka authored
if all necessary functions are already found in libuuid. Patch by Evgeny Sologubov.
-
- 12 Sep, 2013 2 commits
-
-
-
Senthil Kumaran authored
Addresses issue #14927
-
- 11 Sep, 2013 1 commit
-
-
Serhiy Storchaka authored
-
- 10 Sep, 2013 1 commit
-
-
Senthil Kumaran authored
Patch contributed by Anoop Thomas Mathew.
-
- 09 Sep, 2013 1 commit
-
-
Mark Dickinson authored
-
- 08 Sep, 2013 5 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Senthil Kumaran authored
Addresses issue #18438
-
Michael Foord authored
unittest test discovery no longer gets confused when a function has a different __name__ than its name in the TestCase class dictionary.
-
Senthil Kumaran authored
Patch contributed by Olivier Hervieu and Dmi Baranov.
-
- 07 Sep, 2013 3 commits
-
-
Senthil Kumaran authored
Addresses issue #18553
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 06 Sep, 2013 3 commits
-
-
Eli Bendersky authored
existing directory caused mkstemp and related APIs to fail instead of retrying. Report and fix by Vlad Shcherbina.
-
Vinay Sajip authored
-
Vinay Sajip authored
-
- 05 Sep, 2013 6 commits
-
-
Vinay Sajip authored
-
Serhiy Storchaka authored
the _sre moduel.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
when input list contains duplicates.
-
Christian Heimes authored
Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMAIL/GEN_URI/GEN_DNS case
-
Christian Heimes authored
Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMAIL/GEN_URI/GEN_DNS case
-
- 04 Sep, 2013 2 commits
-
-
Victor Stinner authored
64-bit pointer to long (32 bits).
-
Antoine Pitrou authored
Issue #18876: The FileIO.mode attribute now better reflects the actual mode under which the file was opened. Patch by Erik Bray.
-