- 20 Mar, 2011 29 commits
-
-
Victor Stinner authored
imp.find_module() returns None as module path for builtin and frozen builtins.
-
Éric Araujo authored
Original patch by Dwayne Bailey.
-
Georg Brandl authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Ross Lagerwall authored
-
R David Murray authored
-
R David Murray authored
Also corrected the indentation of one of the examples.
-
Reid Kleckner authored
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
-
Skip Montanaro 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.
-
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
-
Ezio Melotti authored
-
Victor Stinner authored
-
Victor Stinner authored
Invert name and namelen arguments.
-
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 4 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Issue #10914: fix bogus memory management in Modules/getpath.c, leading to a possible crash when calling Py_SetPath()
-
Antoine Pitrou authored
-