- 14 Oct, 2011 1 commit
-
-
Éric Araujo authored
-
- 13 Oct, 2011 1 commit
-
-
Nadeem Vawda authored
Also fix the builtin file class and the bz2 module, which used the same algorithm.
-
- 12 Oct, 2011 3 commits
-
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Charles-François Natali authored
TLS implementations, and fails with the ad-hoc TLS implementation when a thread doesn't have an auto thread state (e.g. a thread created outside of Python calling into a subinterpreter).
-
- 09 Oct, 2011 6 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Raymond Hettinger authored
-
Larry Hastings authored
to howto/cporting.rst.
-
É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.
-