index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
ctypes
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
c_void_p.from_param accepts bytes. Fix test_prototypes.
Thomas Heller
2007-07-12
1
-1/+1
*
c_char_p.from_param accepts bytes. Fix test_parameters.
Thomas Heller
2007-07-12
1
-3/+3
*
Fix another test.
Thomas Heller
2007-07-12
1
-1/+1
*
test_slicing does not segfault under linux anymore, so we can run this
Thomas Heller
2007-07-12
1
-40/+38
*
Accept bytes as parameter to foreign functions without prototype.
Thomas Heller
2007-07-12
1
-2/+2
*
Accept bytes for c_wchar_p instances and c_wchar array instances.
Thomas Heller
2007-07-12
1
-4/+4
*
Accept bytes in c_char_p and c_wchar_p types.
Thomas Heller
2007-07-12
1
-0/+8
*
ctypes.c_char and ctypes.c_wchar now accept initialization from byte objects.
Thomas Heller
2007-07-12
1
-0/+18
*
Use a unicode string as unique_key instead of 8-bit string.
Thomas Heller
2007-07-12
1
-3/+3
*
Fix a ctypes test.
Thomas Heller
2007-07-12
1
-3/+3
*
Fix a ctypes test.
Thomas Heller
2007-07-12
1
-4/+4
*
Make this a pure-ASCII file. This used to have a Latin-1 coding and
Guido van Rossum
2007-07-12
1
-12/+11
*
Fix one more ctypes test, and disable the tests that were segfaulting.
Thomas Heller
2007-07-11
3
-63/+69
*
dict.keys() returns an iterable, convert it into a list.
Thomas Heller
2007-07-11
1
-1/+1
*
Fix some more ctypes tests.
Thomas Heller
2007-07-11
2
-6/+6
*
Fix some simple ctypes tests.
Thomas Heller
2007-07-11
3
-12/+13
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
2
-2/+5
*
Merged revisions 55325-55327 via svnmerge from
Guido van Rossum
2007-05-14
4
-4/+39
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
2
-11/+12
*
Fix various spots where int/long and str/unicode unification
Walter Dörwald
2007-05-03
2
-2/+2
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
9
-73/+73
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
4
-4/+45
*
Remove the exceptions builtin module, all the exceptions are already builtin.
Neal Norwitz
2007-02-26
1
-4/+4
*
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Guido van Rossum
2007-02-11
1
-1/+1
*
Fix a bunch of doctests with the -d option of refactor.py.
Guido van Rossum
2007-02-09
1
-3/+3
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
7
-21/+21
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
5
-12/+12
*
Merged revisions 53304-53433,53435-53450 via svnmerge from
Thomas Wouters
2007-01-15
1
-2/+22
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
3
-6/+6
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
6
-2/+72
*
Restructure comparison dramatically. There is no longer a default
Guido van Rossum
2006-08-24
1
-3/+3
*
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters
2006-08-21
5
-19/+232
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
11
-40/+310
*
Merge the rest of the trunk.
Thomas Wouters
2006-06-08
3
-5/+13
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
23
-132/+191
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
10
-40/+209
*
Plug some refcount leaks when tests are run repeatedly.
Thomas Heller
2006-03-13
2
-16/+21
*
Remove the slightly broken test_leaks.py.
Thomas Heller
2006-03-13
2
-91/+4
*
Disable the testcase that crashes solaris.
Thomas Heller
2006-03-09
1
-1/+2
*
Whitespace normalization.
Tim Peters
2006-03-09
20
-74/+73
*
Remove .cvsignore and set svn:ignore for *.pyc *.pyo.
Hye-Shik Chang
2006-03-08
1
-4/+0
*
Copy ctypes-0.9.9.4 Python modules from external into the trunk.
Thomas Heller
2006-03-08
45
-0/+4701