- 08 Eki, 2011 2 kayıt (commit)
-
-
Éric Araujo yazdı
Patch by Hallvard B Furuseth.
-
Éric Araujo yazdı
Found by Franz Glasner in #2504.
-
- 07 Eki, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 06 Eki, 2011 7 kayıt (commit)
-
-
Ned Deily yazdı
-
Ned Deily yazdı
contents cannot be read.
-
Ned Deily yazdı
(Backport to 2.7 of existing 3.x fix)
-
Ned Deily yazdı
an unreadable directory.
-
Ned Deily yazdı
new test cases for importing bad packages and unreadable packages dirs.
-
Charles-François Natali yazdı
would be finalized after the reference to its underlying BufferedRWPair's writer got cleared by the GC.
-
Éric Araujo yazdı
-
- 05 Eki, 2011 5 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
-
Senthil Kumaran yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
- Using the file role with {placeholders} is IMO clearer than fake Python code. - The fact that sys.version[:3] gives '2.7' is a CPython detail and should not be advertised (see #9442), even if some stdlib modules currently rely on that detail.
-
Éric Araujo yazdı
-
- 04 Eki, 2011 6 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
(except in the strop module, which is deprecated anyway)
-
Antoine Pitrou yazdı
Reported and diagnosed by Thomas Kluyver.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
metaclass is registered with copyreg. Patch by Nicolas M. Thiéry and Craig Citro.
-
Meador Inge yazdı
-
- 02 Eki, 2011 2 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
Ezio Melotti yazdı
-
- 01 Eki, 2011 2 kayıt (commit)
-
-
R David Murray yazdı
Patch by Dan Kenigsberg.
-
Antoine Pitrou yazdı
Issue #13034: When decoding some SSL certificates, the subjectAltName extension could be unreported.
-
- 29 Eyl, 2011 1 kayıt (commit)
-
-
Charles-François Natali yazdı
Jarosch.
-
- 28 Eyl, 2011 2 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
Meador Inge yazdı
Thanks to Suman Saha for finding the bug and providing a patch.
-
- 24 Eyl, 2011 1 kayıt (commit)
-
-
Mark Dickinson yazdı
-
- 23 Eyl, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
than a Python module (e.g. "__init__.py"): don't close the file twice. PyFile_FromFile() does also close the file if PyString_FromString() failed. It did already close the file on fill_file_fields() error (e.g. if the file is a directory).
-
- 22 Eyl, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
failing with a UnicodeDecodeError.
-
- 21 Eyl, 2011 3 kayıt (commit)
-
-
Charles-François Natali yazdı
ready before having been set up.
-
Charles-François Natali yazdı
multiprocessing.reduction, which may not be available (e.g. if the OS doesn't support FD passing over Unix domain sockets).
-
Jesus Cea yazdı
-
- 19 Eyl, 2011 3 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
Issue #12973: Fix int.__pow__ overflow checks that invoked undefined behaviour, thereby producing incorrect results on Clang.
-
Jesus Cea yazdı
-
- 18 Eyl, 2011 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 17 Eyl, 2011 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 15 Eyl, 2011 1 kayıt (commit)
-
-
Ned Deily yazdı
-