- 07 Oct, 2011 1 commit
-
-
Antoine Pitrou authored
as "The pipe is being closed") is now mapped to POSIX errno EPIPE (previously EINVAL).
-
- 06 Oct, 2011 6 commits
-
-
Ned Deily authored
-
Ned Deily authored
contents cannot be read.
-
Ned Deily authored
an unreadable directory.
-
Ned Deily authored
new test cases for importing bad packages and unreadable packages dirs.
-
Antoine Pitrou authored
This introduces a small private API for this common pattern. The issue has been discovered thanks to Martin's huge-mem buildbot.
-
Éric Araujo authored
-
- 05 Oct, 2011 4 commits
-
-
Amaury Forgeot d'Arc authored
-
Charles-François Natali authored
would be finalized after the reference to its underlying BufferedRWPair's writer got cleared by the GC.
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
- 04 Oct, 2011 14 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
- Using the file role with {placeholders} is IMO clearer than fake Python code. - The fact that sys.version[:3] gives '3.2' is a CPython detail and should not be advertised (see #9442), even if some stdlib modules currently rely on that detail.
-
Éric Araujo authored
-
Charles-François Natali authored
-
Charles-François Natali authored
root, since the semantics varies across Unix variants.
-
Charles-François Natali authored
root (directory permissions are ignored).
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Reported and diagnosed by Thomas Kluyver.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
if the underlying raw stream is unseekable, even if the seek could be satisfied using the internal buffer. Patch by John O'Connor.
-
Antoine Pitrou authored
- bigmemtest is replaced by precisionbigmemtest - add a poor man's watchdog thread to print memory consumption
-
Antoine Pitrou authored
metaclass is registered with copyreg. Patch by Nicolas M. Thiéry and Craig Citro.
-
Meador Inge authored
-
- 02 Oct, 2011 3 commits
-
-
Senthil Kumaran authored
-
Antoine Pitrou authored
-
Ezio Melotti authored
-
- 01 Oct, 2011 2 commits
-
-
R David Murray authored
Patch by Dan Kenigsberg.
-
Antoine Pitrou authored
Issue #13034: When decoding some SSL certificates, the subjectAltName extension could be unreported.
-
- 29 Sep, 2011 1 commit
-
-
Charles-François Natali authored
Jarosch.
-
- 28 Sep, 2011 1 commit
-
-
Meador Inge authored
Thanks to Suman Saha for finding the bug and providing a patch.
-
- 25 Sep, 2011 1 commit
-
-
Martin v. Löwis authored
-
- 24 Sep, 2011 1 commit
-
-
Mark Dickinson authored
-
- 23 Sep, 2011 2 commits
-
-
Benjamin Peterson authored
-
Victor Stinner authored
module. Ignore the direcotry if its name matchs the module name (e.g. "__init__.py") and raise a ImportError instead.
-
- 22 Sep, 2011 1 commit
-
-
Victor Stinner authored
-
- 21 Sep, 2011 3 commits
-
-
Charles-François Natali authored
ready before having been set up.
-
Senthil Kumaran authored
-
Charles-François Natali authored
multiprocessing.reduction, which may not be available (e.g. if the OS doesn't support FD passing over Unix domain sockets).
-