- 06 Oct, 2011 2 commits
-
-
Charles-François Natali authored
would be finalized after the reference to its underlying BufferedRWPair's writer got cleared by the GC.
-
Éric Araujo authored
-
- 05 Oct, 2011 5 commits
-
-
Amaury Forgeot d'Arc authored
-
Senthil Kumaran authored
-
É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 '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 authored
-
- 04 Oct, 2011 6 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
(except in the strop module, which is deprecated anyway)
-
Antoine Pitrou authored
Reported and diagnosed by Thomas Kluyver.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
metaclass is registered with copyreg. Patch by Nicolas M. Thiéry and Craig Citro.
-
Meador Inge authored
-
- 02 Oct, 2011 2 commits
-
-
Senthil Kumaran 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 2 commits
-
-
Senthil Kumaran authored
-
Meador Inge authored
Thanks to Suman Saha for finding the bug and providing a patch.
-
- 24 Sep, 2011 1 commit
-
-
Mark Dickinson authored
-
- 23 Sep, 2011 1 commit
-
-
Victor Stinner authored
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 Sep, 2011 1 commit
-
-
Victor Stinner authored
failing with a UnicodeDecodeError.
-
- 21 Sep, 2011 3 commits
-
-
Charles-François Natali authored
ready before having been set up.
-
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
-
- 19 Sep, 2011 3 commits
-
-
Mark Dickinson authored
-
Mark Dickinson authored
Issue #12973: Fix int.__pow__ overflow checks that invoked undefined behaviour, thereby producing incorrect results on Clang.
-
Jesus Cea authored
-
- 18 Sep, 2011 1 commit
-
-
Georg Brandl authored
-
- 17 Sep, 2011 1 commit
-
-
Georg Brandl authored
-
- 15 Sep, 2011 3 commits
-
-
Ned Deily authored
-
Stefan Krah authored
-
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
-
-
Stefan Krah authored
-
- 12 Sep, 2011 4 commits
-
-
Senthil Kumaran authored
-
Amaury Forgeot d'Arc authored
-
Amaury Forgeot d'Arc authored
object triggers the garbage collector.
-
Éric Araujo authored
-
- 10 Sep, 2011 1 commit
-
-
Éric Araujo authored
-