- 11 Apr, 2010 4 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Raymond Hettinger authored
-
- 10 Apr, 2010 15 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Philip Jenvey authored
its tests
-
Jean-Paul Calderone authored
The test_classify_oldstyle and test_classify_newstyle methods of test.test_inspect.TestClassesAndFunctions were previously almost identical (aside from irrelevant whitespace and one semantic difference). They now share a single helper. Fixes issue #8363.
-
Philip Jenvey authored
-
Benjamin Peterson authored
-
Raymond Hettinger authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Nick Coghlan authored
-
Nick Coghlan authored
Try to turn some buildbots green by allowing test_multiprocessing to pass even if it hits the sys.exc_clear code in the threading module, and improve the test coverage by making the ctypes dependencies a bit more granular (two of the cited ctypes objects don't exist on my system)
-
Georg Brandl authored
-
Georg Brandl authored
-
Raymond Hettinger authored
-
- 09 Apr, 2010 3 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
with earlier versions.
-
- 08 Apr, 2010 6 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Ronald Oussoren authored
1) A non-critical off-by-one error in pythonw 2) A problem in the configure script that caused builds with '--enable-framework --enable-universalsdk=/' to fail on OSX 10.6.
-
Michael Foord authored
-
Michael Foord authored
Switch regrtest to use StringIO instead of cStringIO for test_multiprocessing on Windows. Issue 8333.
-
- 07 Apr, 2010 8 commits
-
-
Michael Foord authored
unittest.result.TestResult does not create its buffers until they're used. It uses StringIO not cStringIO. Issue 8333.
-
Martin v. Löwis authored
-
Jeroen Ruigrok van der Werven authored
-
Jeroen Ruigrok van der Werven authored
also the case in FreeBSD's port of libffi). Reviewed by: dickinsm
-
Martin v. Löwis authored
-
Mark Dickinson authored
in the hope of getting more information about the test_ctypes failures on Sparc (see issue #8314).
-
Vinay Sajip authored
-
Stefan Krah authored
-
- 06 Apr, 2010 4 commits
-
-
Philip Jenvey authored
-
Benjamin Peterson authored
-
Philip Jenvey authored
command line option patch from Brian Curtin
-
Michael Foord authored
-