- 06 Dec, 2011 1 commit
-
-
Lars Gustäbel authored
-
- 04 Dec, 2011 1 commit
-
-
Antoine Pitrou authored
from the doc. These two projects appear dead.
-
- 03 Dec, 2011 1 commit
-
-
Meador Inge authored
-
- 07 Nov, 2011 1 commit
-
-
Jason R. Coombs authored
-
- 02 Dec, 2011 4 commits
-
-
Petri Lehtinen authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 28 Nov, 2011 1 commit
-
-
Victor Stinner authored
_testcapimodule.c is not "ssize_t" safe in Python 2.7: the length argument type is int, not Py_ssize_t.
-
- 27 Nov, 2011 2 commits
-
-
Charles-François Natali authored
-
Charles-François Natali authored
-
- 26 Nov, 2011 3 commits
-
-
Meador Inge authored
-
Meador Inge authored
-
Meador Inge authored
-
- 25 Nov, 2011 1 commit
-
-
Antoine Pitrou authored
Issue #12856: Ensure child processes do not inherit the parent's random seed for filename generation in the tempfile module. Patch by Brian Harring.
-
- 23 Nov, 2011 5 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
Issue #13458: Fix a memory leak in the ssl module when decoding a certificate with a subjectAltName. Patch by Robert Xiao.
-
- 22 Nov, 2011 4 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Charles-François Natali authored
POSIX semaphores (among which FreeBSD < 8).
-
Victor Stinner authored
Add tests for PyUnicode_EncodeDecimal()
-
- 21 Nov, 2011 1 commit
-
-
Antoine Pitrou authored
raised when the wrapped raw file is non-blocking and the write would block. Previous code assumed that the raw write() would raise BlockingIOError, but RawIOBase.write() is defined to returned None when the call would block. Patch by sbt.
-
- 20 Nov, 2011 3 commits
-
-
Victor Stinner authored
Patch written by Arfrever Frehtes Taifersar Arahesis.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 19 Nov, 2011 1 commit
-
-
Mark Dickinson authored
-
- 18 Nov, 2011 5 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
#4147: minidom's toprettyxml no longer adds whitespace around a text node when it is the only child of an element. Initial patch by Dan Kenigsberg.
-
Ezio Melotti authored
-
- 17 Nov, 2011 1 commit
-
-
Jason R. Coombs authored
-
- 16 Nov, 2011 3 commits
-
-
Eli Bendersky authored
-
Eli Bendersky authored
-
Ned Deily authored
invalid hex escape sequences.
-
- 15 Nov, 2011 1 commit
-
-
Antoine Pitrou authored
(the encoder already accepts them).
-
- 14 Nov, 2011 1 commit
-
-
Victor Stinner authored
It doesn't matter if imp.find_module() fails with ImportError or IOError, but it should not crash.
-