cpython/Lib/ctypes/test
Guido van Rossum 805365ee39 Merged revisions 55007-55179 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/p3yk

........
  r55077 | guido.van.rossum | 2007-05-02 11:54:37 -0700 (Wed, 02 May 2007) | 2 lines

  Use the new print syntax, at least.
........
  r55142 | fred.drake | 2007-05-04 21:27:30 -0700 (Fri, 04 May 2007) | 1 line

  remove old cruftiness
........
  r55143 | fred.drake | 2007-05-04 21:52:16 -0700 (Fri, 04 May 2007) | 1 line

  make this work with the new Python
........
  r55162 | neal.norwitz | 2007-05-06 22:29:18 -0700 (Sun, 06 May 2007) | 1 line

  Get asdl code gen working with Python 2.3.  Should continue to work with 3.0
........
  r55164 | neal.norwitz | 2007-05-07 00:00:38 -0700 (Mon, 07 May 2007) | 1 line

  Verify checkins to p3yk (sic) branch go to 3000 list.
........
  r55166 | neal.norwitz | 2007-05-07 00:12:35 -0700 (Mon, 07 May 2007) | 1 line

  Fix this test so it runs again by importing warnings_test properly.
........
  r55167 | neal.norwitz | 2007-05-07 01:03:22 -0700 (Mon, 07 May 2007) | 8 lines

  So long xrange.  range() now supports values that are outside
  -sys.maxint to sys.maxint.  floats raise a TypeError.

  This has been sitting for a long time.  It probably has some problems and
  needs cleanup.  Objects/rangeobject.c now uses 4-space indents since
  it is almost completely new.
........
  r55171 | guido.van.rossum | 2007-05-07 10:21:26 -0700 (Mon, 07 May 2007) | 4 lines

  Fix two tests that were previously depending on significant spaces
  at the end of a line (and before that on Python 2.x print behavior
  that has no exact equivalent in 3.0).
........
2007-05-07 22:24:25 +00:00
..
__init__.py - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; 2007-02-11 06:12:03 +00:00
runtests.py
test_anon.py Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
test_array_in_pointer.py Whitespace normalization. 2006-03-09 01:15:05 +00:00
test_arrays.py Merged revisions 55007-55179 via svnmerge from 2007-05-07 22:24:25 +00:00
test_as_parameter.py Fix various spots where int/long and str/unicode unification 2007-05-03 21:05:51 +00:00
test_bitfields.py SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00
test_buffers.py Rip out all the u"..." literals and calls to unicode(). 2007-05-02 19:09:54 +00:00
test_byteswap.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
test_callbacks.py Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
test_cast.py Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
test_cfuncs.py Merge the rest of the trunk. 2006-06-08 15:35:45 +00:00
test_checkretval.py Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 2006-05-27 19:21:47 +00:00
test_errcheck.py
test_find.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
test_funcptr.py Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 2006-05-27 19:21:47 +00:00
test_functions.py Fix various spots where int/long and str/unicode unification 2007-05-03 21:05:51 +00:00
test_incomplete.py
test_init.py
test_integers.py
test_internals.py
test_keeprefs.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
test_libc.py Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 2006-05-27 19:21:47 +00:00
test_loading.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
test_macholib.py Whitespace normalization. 2006-03-09 01:15:05 +00:00
test_memfunctions.py Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
test_numbers.py Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
test_objects.py Fix a bunch of doctests with the -d option of refactor.py. 2007-02-09 20:13:25 +00:00
test_parameters.py Rip out all the u"..." literals and calls to unicode(). 2007-05-02 19:09:54 +00:00
test_pointers.py Rip out 'long' and 'L'-suffixed integer literals. 2007-01-15 16:59:06 +00:00
test_prototypes.py Rip out all the u"..." literals and calls to unicode(). 2007-05-02 19:09:54 +00:00
test_python_api.py Merge current trunk into p3yk. This includes the PyNumber_Index API change, 2006-08-21 19:07:27 +00:00
test_random_things.py Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
test_refcounts.py Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 2006-05-27 19:21:47 +00:00
test_repr.py Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
test_returnfuncptrs.py Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 2006-05-27 19:21:47 +00:00
test_simplesubclasses.py Restructure comparison dramatically. There is no longer a default 2006-08-24 00:41:19 +00:00
test_sizes.py Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
test_slicing.py Merged revisions 55007-55179 via svnmerge from 2007-05-07 22:24:25 +00:00
test_stringptr.py Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 2006-05-27 19:21:47 +00:00
test_strings.py Rip out all the u"..." literals and calls to unicode(). 2007-05-02 19:09:54 +00:00
test_struct_fields.py
test_structures.py Rip out all the u"..." literals and calls to unicode(). 2007-05-02 19:09:54 +00:00
test_unaligned_structures.py Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
test_unicode.py Rip out all the u"..." literals and calls to unicode(). 2007-05-02 19:09:54 +00:00
test_values.py Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 2006-05-27 19:21:47 +00:00
test_varsize_struct.py Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
test_win32.py Merged revisions 53304-53433,53435-53450 via svnmerge from 2007-01-15 15:49:28 +00:00