• Florent Xicluna's avatar
    Merged revisions… · b4efb3d8
    Florent Xicluna yazdı
    Merged revisions 83212,83829,83833,83838-83839,83878,84019,84025,84028,84032,84036 via svnmerge from
    svn+ssh://pythondev@svn.python.org/python/branches/py3k
    
    ........
      r83212 | florent.xicluna | 2010-07-28 18:39:41 +0200 (mer., 28 juil. 2010) | 2 lines
    
      Syntax cleanup.
    ........
      r83829 | florent.xicluna | 2010-08-08 18:16:07 +0200 (dim., 08 août 2010) | 2 lines
    
      Use unittest specific methods for some urllib test cases.  And replace urllib2 with urllib.request in comments.
    ........
      r83833 | florent.xicluna | 2010-08-08 18:25:27 +0200 (dim., 08 août 2010) | 2 lines
    
      Add test case for the HTTPResponse being an iterable.  Follow-up of issue #4608.
    ........
      r83838 | florent.xicluna | 2010-08-08 20:03:44 +0200 (dim., 08 août 2010) | 2 lines
    
      Typo.
    ........
      r83839 | florent.xicluna | 2010-08-08 20:06:13 +0200 (dim., 08 août 2010) | 2 lines
    
      Issue #7564: Skip test_ioctl if another process is attached to /dev/tty.
    ........
      r83878 | florent.xicluna | 2010-08-09 10:29:08 +0200 (lun., 09 août 2010) | 1 line
    
      Merge the 2to3 script from /sandbox/trunk/2to3/2to3, revision 72867 (latest).
    ........
      r84019 | florent.xicluna | 2010-08-14 17:56:42 +0200 (sam., 14 août 2010) | 11 lines
    
      Merged manually from 2.7 branch to 3.x trunk.
    
        ------------------------------------------------------------------------
        r79925 | nick.coghlan | 2010-04-10 16:24:36 +0200 (sam. 10 avril 2010)
    
        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)
        ------------------------------------------------------------------------
    ........
      r84025 | florent.xicluna | 2010-08-14 18:56:27 +0200 (sam., 14 août 2010) | 1 line
    
      List Misc/python-config.in in Misc/README.  Fix few typos.
    ........
      r84028 | florent.xicluna | 2010-08-14 19:02:49 +0200 (sam., 14 août 2010) | 1 line
    
      Fix order.
    ........
      r84032 | florent.xicluna | 2010-08-14 19:15:31 +0200 (sam., 14 août 2010) | 1 line
    
      Convert to spaces.
    ........
      r84036 | florent.xicluna | 2010-08-14 20:03:19 +0200 (sam., 14 août 2010) | 1 line
    
      Remove bad merge (from svnmerge r82301)
    ........
    b4efb3d8
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_errno.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...