- 12 Apr, 2010 3 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Antoine Pitrou authored
When such extra options include "-x testname", subsequent arguments are all taken as test names to ignore. Therefore, standard options must be passed before *TESTOPTS. (witnessed on the ARM buildbots)
-
- 11 Apr, 2010 15 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
to cover recent locale changes and additions.
-
Andrew M. Kuchling authored
-
Raymond Hettinger authored
-
Stefan Krah authored
1. The assumptions in check_node() were too restrictive: - Hardware addresses with universal_local_bit=1 are valid (locally administered). - Many of the tested functions (including uuid.getnode()) may return valid RFC 4122 random node IDs. These are pretty much random 48-bit values with the multicast bit set to 1. 2. _unixdll_getnode() calls _uuid_generate_time(), which may be None on some platforms. The resulting TypeError is now caught.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Raymond Hettinger authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Benjamin Peterson authored
-
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 4 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.
-