- 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 4 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.
-
Jesus Cea yazdı
-
Jesus Cea yazdı
-
- 09 Eyl, 2011 4 kayıt (commit)
-
-
Jesus Cea yazdı
-
Jesus Cea yazdı
-
Éric Araujo yazdı
-
Jesus Cea yazdı
-
- 06 Eyl, 2011 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 05 Eyl, 2011 5 kayıt (commit)
-
-
Victor Stinner yazdı
Backport from Python 3.2 (e11b4c945f7e).
-
Victor Stinner yazdı
sys.platform is now always 'linux2' on Linux (even on Linux 3)
-
Senthil Kumaran yazdı
merge from 3.2. Fix closes Issue11155 - Correct the multiprocessing.Queue.put's arg (replace 'item' with 'obj') in the docs. Patch by Westley Martínez.
-
Éric Araujo yazdı
-
Lars Gustäbel yazdı
tarfile unnecessarily checked the existence of numerical user and group ids on extraction. If one of them did not exist the respective id of the current user (i.e. root) was used for the file and ownership information was lost. (Patch by Sebastien Luttringer)
-
- 02 Eyl, 2011 2 kayıt (commit)
-
-
Éric Araujo yazdı
sdist used to crash with a full traceback dump instead of printing a nice warning with the faulty line number.
-
Éric Araujo yazdı
-