- 22 Mar, 2011 1 commit
-
-
Raymond Hettinger authored
-
- 21 Mar, 2011 12 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Victor Stinner authored
-
Victor Stinner authored
doesn't have PY_SSIZE_T_CLEAN define and the size doesn't fit in an int (length bigger than 2^31-1 bytes).
-
Éric Araujo authored
-
Victor Stinner authored
-
Victor Stinner authored
for expiration year greater than 2038 on 32-bit systems.
-
Victor Stinner authored
The argument was not used in the format string.
-
Victor Stinner authored
-
- 20 Mar, 2011 18 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Éric Araujo authored
-
Victor Stinner authored
Windows if the file is a TTY to workaround a Windows bug. The Windows console returns an error (12: not enough space error) on writing into stdout if stdout mode is binary and the length is greater than 66,000 bytes (or less, depending on heap usage).
-
Victor Stinner authored
Patch written by Ray Allen.
-
Éric Araujo authored
-
Éric Araujo authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
Changeset ab27f16f707a was messed up by a rebase (as were 959f666470cc and 9d1b1a95bc8f) and the patch only got applied to default.
-
R David Murray authored
Changeset ab27f16f707a was messed up by a rebase (as were 959f666470cc and 9d1b1a95bc8f) and the patch only got applied to default.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
- 19 Mar, 2011 7 commits
-
-
Senthil Kumaran authored
-
Senthil Kumaran authored
Call unfakehttp in order to close connection while opening the connection through a fakehttp object. Address issue11609 - urllib related buildbots failure.
-
Antoine Pitrou authored
unbuffered pipes, such that select() works properly on them.
-
Antoine Pitrou authored
unbuffered pipes, such that select() works properly on them.
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Raymond Hettinger authored
-
- 17 Mar, 2011 2 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-