• Thomas Heller's avatar
    Merged revisions 63395-63396,63511,63522-63523 via svnmerge from · 3eaaeb43
    Thomas Heller yazdı
    svn+ssh://pythondev@svn.python.org/python/trunk
    
    ........
      r63395 | thomas.heller | 2008-05-16 22:06:31 +0200 (Fr, 16 Mai 2008) | 4 lines
    
      Issue 1793: Add ctypes.util.find_msvcrt() function (on Windows).
    ........
      r63396 | thomas.heller | 2008-05-16 22:19:07 +0200 (Fr, 16 Mai 2008) | 4 lines
    
      Very simple test for ctypes.util.find_library on Windows.
    ........
      r63511 | thomas.heller | 2008-05-20 21:53:47 +0200 (Di, 20 Mai 2008) | 6 lines
    
      On HPUX, -fPIC must be used for linking.  _ctypes now builds on HP-UX
      IA64 and PA machines.
    
      The ctypes unittests work fine on the IA64, but dump core in
      test_qsort on the PA.
    ........
      r63522 | thomas.heller | 2008-05-21 20:47:02 +0200 (Mi, 21 Mai 2008) | 2 lines
    
      The -x <test1[,test2...]> flag allows to exclude tests.
    ........
      r63523 | thomas.heller | 2008-05-21 21:47:44 +0200 (Mi, 21 Mai 2008) | 2 lines
    
      Oops, get_tests may be called with 3 arguments.
    ........
    3eaaeb43
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
runtests.py Loading commit data...
test_anon.py Loading commit data...
test_array_in_pointer.py Loading commit data...
test_arrays.py Loading commit data...
test_as_parameter.py Loading commit data...
test_bitfields.py Loading commit data...
test_buffers.py Loading commit data...
test_bytes.py Loading commit data...
test_byteswap.py Loading commit data...
test_callbacks.py Loading commit data...
test_cast.py Loading commit data...
test_cfuncs.py Loading commit data...
test_checkretval.py Loading commit data...
test_delattr.py Loading commit data...
test_errcheck.py Loading commit data...
test_find.py Loading commit data...
test_frombuffer.py Loading commit data...
test_funcptr.py Loading commit data...
test_functions.py Loading commit data...
test_incomplete.py Loading commit data...
test_init.py Loading commit data...
test_integers.py Loading commit data...
test_internals.py Loading commit data...
test_keeprefs.py Loading commit data...
test_libc.py Loading commit data...
test_loading.py Loading commit data...
test_macholib.py Loading commit data...
test_memfunctions.py Loading commit data...
test_numbers.py Loading commit data...
test_objects.py Loading commit data...
test_parameters.py Loading commit data...
test_pep3118.py Loading commit data...
test_pickling.py Loading commit data...
test_pointers.py Loading commit data...
test_prototypes.py Loading commit data...
test_python_api.py Loading commit data...
test_random_things.py Loading commit data...
test_refcounts.py Loading commit data...
test_repr.py Loading commit data...
test_returnfuncptrs.py Loading commit data...
test_simplesubclasses.py Loading commit data...
test_sizes.py Loading commit data...
test_slicing.py Loading commit data...
test_stringptr.py Loading commit data...
test_strings.py Loading commit data...
test_struct_fields.py Loading commit data...
test_structures.py Loading commit data...
test_unaligned_structures.py Loading commit data...
test_unicode.py Loading commit data...
test_values.py Loading commit data...
test_varsize_struct.py Loading commit data...
test_win32.py Loading commit data...