- 23 May, 2009 10 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
the dedicated C type `pid_t` instead of a C `int`. Some platforms have a process identifier type wider than the standard C integer type.
-
Eric Smith authored
-
R. David Murray authored
-
R. David Murray authored
are added later, and skip the existing test if SSL is not available.
-
R. David Murray authored
the socket. Patch by Farhan Ahmad, test by Marcin Bachry.
-
- 22 May, 2009 11 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Tarek Ziadé authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Philip Jenvey authored
deadlock. add a warning to subprocess docs about this, similar to Popen.wait's. refs http://bugs.jython.org/issue1351
-
Raymond Hettinger authored
-
- 21 May, 2009 1 commit
-
-
Michael Foord authored
Rename TestCase._result to _resultForDoCleanups to avoid potential clashes in TestCase subclasses. Issue 6072.
-
- 20 May, 2009 7 commits
-
-
Mark Dickinson authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Jeffrey Yasskin authored
a code object.
-
Mark Dickinson authored
-
Collin Winter authored
-
- 19 May, 2009 5 commits
-
-
Ronald Oussoren authored
-
Ronald Oussoren authored
-
Ronald Oussoren authored
to make it possible to use pydoc to get access to the language reference. That is, without this patch the folllowing won't work: >>> help('if')
-
Raymond Hettinger authored
-
Tarek Ziadé authored
-
- 18 May, 2009 6 commits
-
-
Collin Winter authored
-
Jeffrey Yasskin authored
made it try to set the line number from the trace callback for a 'call' event. This patch makes the error message a little more helpful in that case, and makes it a little less likely that a future editor will make the same mistake in test_trace.
-
Raymond Hettinger authored
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-