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 revisions 59843-59863 via svnmerge from
Christian Heimes
2008-01-09
2
-2/+2
*
Merged revisions 59666-59679 via svnmerge from
Christian Heimes
2008-01-03
1
-2/+2
*
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes
2007-12-19
4
-31/+31
*
Merged revisions 59541-59561 via svnmerge from
Christian Heimes
2007-12-19
2
-0/+21
*
Merged revisions 59488-59511 via svnmerge from
Christian Heimes
2007-12-15
1
-1/+1
*
Fixed problem with missing PyInt_CheckExact() macro in _ctypes.c
Christian Heimes
2007-12-05
1
-4/+9
*
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...
Christian Heimes
2007-12-02
5
-64/+64
*
Fixed bug #1505 Changes to PyMethod_New breaks ctypes on Windows
Christian Heimes
2007-11-28
1
-50/+63
*
Merged revisions 59187-59192 via svnmerge from
Christian Heimes
2007-11-27
1
-15/+0
*
The changes to PyMethod_New and the removal of unbound methods breaks ctypes'...
Christian Heimes
2007-11-27
1
-4/+5
*
Replace PyObject_Unicode with PyObject_Str everywhere, and remove the
Thomas Heller
2007-11-15
1
-1/+1
*
Fix two compiler warnings on Win64.
Thomas Heller
2007-11-15
2
-2/+2
*
Added some additional checks for sys.std?? is None, see #1440
Christian Heimes
2007-11-15
1
-1/+1
*
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum
2007-11-06
3
-37/+40
*
Merged revisions 58221-58741 via svnmerge from
Guido van Rossum
2007-11-01
8
-26/+32
*
A 'PyObject *' parameter in PyErr_Format must use %S parameter, not %s.
Thomas Heller
2007-10-24
1
-1/+1
*
Patch #1318 by Amaury Forgeot d'Arc.
Guido van Rossum
2007-10-24
4
-52/+48
*
#1316: remove redundant PyLong_Check calls when PyInt_Check was already called.
Georg Brandl
2007-10-23
2
-12/+11
*
Patch #1272, by Christian Heimes and Alexandre Vassalotti.
Guido van Rossum
2007-10-15
1
-2/+2
*
Breaking ground for PEP 3137 implementation:
Guido van Rossum
2007-10-08
1
-13/+5
*
Delete now-unused static function Array_ass_slice().
Guido van Rossum
2007-09-25
1
-42/+0
*
Change PyBuffer to Py_buffer to be consistent with other non-object structure...
Travis E. Oliphant
2007-09-23
1
-2/+2
*
Merged revisions 57778-58052 via svnmerge from
Thomas Wouters
2007-09-08
7
-3/+70
*
Remove the simple slicing API. All slicing is now done with slice objects.
Thomas Wouters
2007-08-30
1
-91/+3
*
Merged revisions 57620-57771 via svnmerge from
Thomas Wouters
2007-08-30
1
-2/+305
*
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
[prev]
[next]