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
/
Modules
/
_ctypes
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged in py3k-buffer branch to main line. All objects now use the buffer pr...
Travis E. Oliphant
2007-08-18
1
-21/+18
*
PyErr_Warn is deprecated in 2.5 - goes away for 3.0
Skip Montanaro
2007-08-12
1
-2/+3
*
Fix the ctypes tests. Patch from Victor Stinner. He writes:
Thomas Heller
2007-08-08
1
-1/+1
*
Fix merge breakage.
Martin v. Löwis
2007-07-21
1
-1/+1
*
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis
2007-07-21
4
-61/+45
*
Merged revisions 56301-56442 via svnmerge from
Guido van Rossum
2007-07-18
4
-11/+15
*
For easier merging, revert ths change; it will be brought back in when
Thomas Heller
2007-07-13
1
-0/+2
*
c_char, c_char_p objects and c_char array structure fields return
Thomas Heller
2007-07-13
1
-31/+16
*
Do not accept str8 type in function calls any longer.
Thomas Heller
2007-07-13
2
-10/+1
*
Remove all the Python 2.3 compatibility markers (the Python 3 ctypes
Thomas Heller
2007-07-13
1
-46/+0
*
Remove all the Python 2.3 compatibility markers (the Python 3 ctypes
Thomas Heller
2007-07-13
7
-152/+0
*
Structure fields of type c_char array or c_wchar array accept bytes or
Thomas Heller
2007-07-13
1
-2/+21
*
c_void_p.from_param accepts bytes. Fix test_prototypes.
Thomas Heller
2007-07-12
1
-0/+18
*
c_char_p.from_param accepts bytes. Fix test_parameters.
Thomas Heller
2007-07-12
1
-1/+1
*
Accept bytes as parameter to foreign functions without prototype.
Thomas Heller
2007-07-12
1
-0/+9
*
Accept bytes for c_wchar_p instances and c_wchar array instances.
Thomas Heller
2007-07-12
1
-2/+2
*
Change the StgDictObject's proto member to a PyUnicode_Object (was a
Thomas Heller
2007-07-12
1
-17/+9
*
Accept bytes in c_char_p and c_wchar_p types.
Thomas Heller
2007-07-12
1
-9/+10
*
ctypes.c_char and ctypes.c_wchar now accept initialization from byte objects.
Thomas Heller
2007-07-12
1
-2/+23
*
Use a unicode string as unique_key instead of 8-bit string.
Thomas Heller
2007-07-12
1
-1/+1
*
Py_USING_UNICODE is no longer defined on Windows (on posix it is still
Thomas Heller
2007-07-12
2
-80/+1
*
Must create heaptypes with unicode names.
Thomas Heller
2007-07-11
1
-5/+1
*
PyUnicode_AsEncodedString() returns a bytes object.
Thomas Heller
2007-07-11
1
-1/+2
*
Repair ctypes Structures.
Thomas Heller
2007-07-11
1
-5/+5
*
Avoid compiler warnings about 'const char*'.
Thomas Heller
2007-07-11
2
-2/+2
*
PyType_stgdict() returns a borrowed reference which must not be Py_DECREF'd.
Thomas Heller
2007-07-11
1
-2/+0
*
Make _ctypes_test.c compile on Windows.
Thomas Heller
2007-07-11
1
-2/+2
*
Forgot to submit this earlier; it's needed to make test_threading pass.
Guido van Rossum
2007-07-09
1
-4/+4
*
Changes to ctypes and Mac toolbox glue that fix test_threading and test_platf...
Guido van Rossum
2007-07-09
1
-17/+48
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
8
-174/+207
*
Merged revisions 55631-55794 via svnmerge from
Guido van Rossum
2007-06-06
1
-2/+2
*
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
Walter Dörwald
2007-05-18
3
-9/+9
*
Merged revisions 55325-55327 via svnmerge from
Guido van Rossum
2007-05-14
6
-21/+70
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
6
-94/+655
*
Merged revisions 53538-53622 via svnmerge from
Thomas Wouters
2007-02-05
1
-8/+21
*
Merged revisions 53451-53537 via svnmerge from
Thomas Wouters
2007-02-01
1
-8/+12
*
Merged revisions 53304-53433,53435-53450 via svnmerge from
Thomas Wouters
2007-01-15
2
-2/+3
*
Merged the int/long unification branch, by very crude means (sorry Thomas!).
Guido van Rossum
2007-01-14
2
-7/+1
*
Cruft removal:
Neal Norwitz
2006-12-28
1
-3/+3
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
12
-61/+361
*
- patch #1600346 submitted by Tomer Filiba
Jack Diederich
2006-11-28
1
-4/+4
*
Jiwon Seo's PEP 3102 implementation.
Guido van Rossum
2006-10-27
1
-0/+1
*
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters
2006-08-21
10
-200/+276
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
17
-511/+609
*
Get rid of most of the flags (in tp_flags) that keep track of various
Guido van Rossum
2006-07-27
1
-2/+0
*
Merge the rest of the trunk.
Thomas Wouters
2006-06-08
3
-48/+41
*
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters
2006-06-08
1
-1/+1
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
21
-118/+1271
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
11
-307/+419
*
Merge part of the trunk changes into the p3yk branch. This merges from 43030
Thomas Wouters
2006-04-21
3
-4/+35
[next]