- 09 Oct, 2011 2 commits
-
-
Éric Araujo authored
The check command was fixed by Kirill Kuzminykh. The register command was using StringIO.getvalue, which uses “''.join” and thus coerces to str using the default encoding (ASCII), so I changed the code to use one extra intermediary list and correctly encode to UTF-8.
-
Éric Araujo authored
-
- 08 Oct, 2011 4 commits
-
-
Antoine Pitrou authored
(found by Georg)
-
Éric Araujo authored
Reported by Zsolt Cserna.
-
Éric Araujo authored
Patch by Hallvard B Furuseth.
-
Éric Araujo authored
Found by Franz Glasner in #2504.
-
- 07 Oct, 2011 2 commits
-
-
Ned Deily authored
-
Antoine Pitrou authored
-
- 06 Oct, 2011 7 commits
-
-
Ned Deily authored
-
Ned Deily authored
contents cannot be read.
-
Ned Deily authored
(Backport to 2.7 of existing 3.x fix)
-
Ned Deily authored
an unreadable directory.
-
Ned Deily authored
new test cases for importing bad packages and unreadable packages dirs.
-
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 1 commit
-
-
Mark Dickinson authored
-