- 06 Eki, 2011 1 kayıt (commit)
-
-
É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 3 kayıt (commit)
-
-
Ned Deily yazdı
-
Stefan Krah yazdı
-
Victor Stinner yazdı
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 Eyl, 2011 1 kayıt (commit)
-
-
Stefan Krah yazdı
-
- 12 Eyl, 2011 4 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
Amaury Forgeot d'Arc yazdı
-
Amaury Forgeot d'Arc yazdı
object triggers the garbage collector.
-
Éric Araujo yazdı
-
- 10 Eyl, 2011 2 kayıt (commit)
-
-
Éric Araujo yazdı
-
Éric Araujo yazdı
I have tests to add in this file and it’s always nice to start from a clean base. I’ve also changed a test that used to write an invalid config file ('[global]command_packages = etc.' on one line), but the test passes before and after this change, so either it magically works or the test is poorly written. Sigh.
-