This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
cpython
mirror of
https://github.com/python/cpython.git
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
26338d1cfd
cpython
/
Lib
/
ctypes
/
test
History
Mark Dickinson
a56c467ac3
Issue
#1717
: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from
...
the standard library and tests.
2009-01-27 18:17:45 +00:00
..
__init__.py
Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-68536,68552,68563,68570-68572,68575,68582,68596,68623-68624,68628 via svnmerge from
2009-01-16 03:54:08 +00:00
runtests.py
Merged revisions 63395-63396,63511,63522-63523 via svnmerge from
2008-05-23 17:26:46 +00:00
test_anon.py
…
test_array_in_pointer.py
…
test_arrays.py
…
test_as_parameter.py
…
test_bitfields.py
Merged revisions 66683 via svnmerge from
2008-09-29 20:03:53 +00:00
test_buffers.py
…
test_bytes.py
…
test_byteswap.py
…
test_callbacks.py
…
test_cast.py
…
test_cfuncs.py
…
test_checkretval.py
…
test_delattr.py
…
test_errcheck.py
…
test_errno.py
Ran svneol.py
2008-06-13 23:34:35 +00:00
test_find.py
…
test_frombuffer.py
Fix and enable a test that now works.
2008-08-19 06:36:52 +00:00
test_funcptr.py
…
test_functions.py
…
test_incomplete.py
…
test_init.py
…
test_integers.py
…
test_internals.py
…
test_keeprefs.py
…
test_libc.py
Issue
#1717
: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from
2009-01-27 18:17:45 +00:00
test_loading.py
Merged revisions 63395-63396,63511,63522-63523 via svnmerge from
2008-05-23 17:26:46 +00:00
test_macholib.py
…
test_memfunctions.py
Merged revisions 65681-65682,65684 via svnmerge from
2008-08-19 06:38:12 +00:00
test_numbers.py
…
test_objects.py
…
test_parameters.py
…
test_pep3118.py
Issue
#4580
: slicing of memoryviews when itemsize != 1 is wrong.
2009-01-03 16:59:18 +00:00
test_pickling.py
…
test_pointers.py
Merged revisions 65868,65870 via svnmerge from
2008-08-19 19:49:49 +00:00
test_prototypes.py
…
test_python_api.py
fix failing test from rename
2008-05-26 14:39:04 +00:00
test_random_things.py
…
test_refcounts.py
…
test_repr.py
…
test_returnfuncptrs.py
…
test_simplesubclasses.py
…
test_sizes.py
…
test_slicing.py
…
test_stringptr.py
…
test_strings.py
…
test_struct_fields.py
…
test_structures.py
Bug
#2565
: The repr() of type objects now calls them 'class',
2008-04-07 05:43:42 +00:00
test_unaligned_structures.py
…
test_unicode.py
…
test_values.py
…
test_varsize_struct.py
…
test_win32.py
…