- 05 Oct, 2011 3 commits
-
-
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 11 commits
-
-
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 4 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).
-
Jesus Cea authored
-
- 20 Sep, 2011 3 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Barry Warsaw authored
finding the bug and providing a patch.
-
- 19 Sep, 2011 2 commits
-
-
Mark Dickinson authored
-
Jesus Cea authored
-
- 18 Sep, 2011 1 commit
-
-
Georg Brandl authored
-
- 17 Sep, 2011 2 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
- 15 Sep, 2011 1 commit
-
-
Victor Stinner authored
find_module() now raises a RuntimeError, instead of ImportError, on an error on sys.path or sys.meta_path because load_package() and import_submodule() returns None and clear the exception if a ImportError occurred.
-
- 14 Sep, 2011 1 commit
-
-
Ned Deily authored
with invalid hex escape sequences, like b'\x0'. (Original patch by Claudiu Popa.)
-