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
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Issue #17754: Make ctypes.util.find_library() independent of the locale.
doko@ubuntu.com
2013-05-15
1
-1/+1
*
#7855: Add tests for ctypes/winreg for issues found in IronPython. Initial p...
Ezio Melotti
2013-05-04
2
-1/+44
*
Fix test_from_dll* in test_returnfuncptrs.py.
Serhiy Storchaka
2013-02-07
1
-5/+4
|
\
|
*
Fix test_from_dll* in test_returnfuncptrs.py.
Serhiy Storchaka
2013-02-07
1
-5/+4
*
|
Temporarily disable test_from_dll in test_returnfuncptrs.py for Windows.
Serhiy Storchaka
2013-02-04
1
-1/+4
|
\
\
|
|
/
|
*
Temporarily disable test_from_dll in test_returnfuncptrs.py for Windows.
Serhiy Storchaka
2013-02-04
1
-1/+4
*
|
Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
Serhiy Storchaka
2013-02-04
1
-0/+28
|
\
\
|
|
/
|
*
Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
Serhiy Storchaka
2013-02-04
1
-0/+28
*
|
fix find_library on Solaris (closes #5289)
Benjamin Peterson
2013-02-04
1
-0/+29
*
|
Issue #17041: Fix testing when Python is configured with the
Serhiy Storchaka
2013-01-27
1
-1/+4
|
\
\
|
|
/
|
*
Issue #17041: Fix testing when Python is configured with the
Serhiy Storchaka
2013-01-27
1
-1/+4
*
|
Issue #15989: Fix several occurrences of integer overflow
Serhiy Storchaka
2013-01-19
1
-0/+9
|
\
\
|
|
/
|
*
Issue #15989: Fix several occurrences of integer overflow
Serhiy Storchaka
2013-01-19
1
-0/+9
*
|
Issue #16169: Fix ctypes.WinError()'s confusion between errno and winerror
Richard Oudkerk
2012-10-09
2
-1/+23
*
|
Issue #15406: Fix deprecation warning in ctypes test_bitfields.py
Meador Inge
2012-07-20
1
-4/+4
|
\
\
|
|
/
|
*
Issue #15406: Fix deprecation warning in ctypes test_bitfields.py
Meador Inge
2012-07-20
1
-4/+4
*
|
Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows.
Meador Inge
2012-07-19
1
-0/+20
|
\
\
|
|
/
|
*
Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows.
Meador Inge
2012-07-19
1
-0/+20
*
|
Issue #15118: Change return value of os.uname() and os.times() from
Larry Hastings
2012-06-24
2
-3/+3
*
|
Issue #9041: raised exception is misleading
Meador Inge
2012-05-28
1
-0/+10
|
\
\
|
|
/
|
*
Issue #9041: raised exception is misleading
Meador Inge
2012-05-28
1
-0/+10
|
*
Issue #13979: Fix ctypes.util.find_library ldconfig regex
Meador Inge
2012-02-14
1
-18/+1
*
|
Issue #13959: Deprecate imp.get_suffixes() for new attributes on
Brett Cannon
2012-05-11
1
-2/+2
*
|
- Issue #10181: New memoryview implementation fixes multiple ownership
Stefan Krah
2012-02-25
1
-36/+40
*
|
Issue #12142: Fixed reference cycle when importing ctypes
Meador Inge
2012-02-05
1
-1/+1
|
\
\
|
|
/
|
*
Issue #12142: Fixed reference cycle when importing ctypes
Meador Inge
2012-02-05
1
-1/+1
*
|
Issue #13380: add an internal function for resetting the ctypes caches
Meador Inge
2011-11-26
3
-9/+18
|
\
\
|
|
/
|
*
Issue #13380: add an internal function for resetting the ctypes caches
Meador Inge
2011-11-26
3
-9/+18
*
|
Issue #12881: ctypes: Fix segfault with large structure field names.
Meador Inge
2011-10-04
1
-0/+12
|
\
\
|
|
/
|
*
Issue #12881: ctypes: Fix segfault with large structure field names.
Meador Inge
2011-10-04
1
-0/+12
*
|
test_ctypes: Windows is no more a special case
Victor Stinner
2011-09-28
1
-6/+3
*
|
Remove trailing spaces
Amaury Forgeot d'Arc
2011-09-12
1
-1/+1
*
|
Merge 3.2: Issue #12483: ctypes: Fix a crash when the destruction of a callback
Amaury Forgeot d'Arc
2011-09-12
1
-0/+8
|
\
\
|
|
/
|
*
Issue #12483: ctypes: Fix a crash when the destruction of a callback
Amaury Forgeot d'Arc
2011-09-12
1
-0/+8
*
|
Merge from 3.2: Issue #12764: Fix a crash in ctypes when the name of a
Amaury Forgeot d'Arc
2011-09-02
1
-0/+8
|
\
\
|
|
/
|
*
Issue #12764: Fix a crash in ctypes when the name of a Structure field is not
Amaury Forgeot d'Arc
2011-09-02
1
-0/+8
*
|
Merge from 3.2:
Amaury Forgeot d'Arc
2011-08-30
2
-0/+56
|
\
\
|
|
/
|
*
Issue #11241: subclasses of ctypes.Array can now be subclassed.
Amaury Forgeot d'Arc
2011-08-30
1
-0/+52
|
*
Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to
Amaury Forgeot d'Arc
2011-08-30
1
-0/+4
*
|
Issue #12326: refactor usage of sys.platform
Victor Stinner
2011-08-20
1
-3/+1
*
|
merge 3.2
Benjamin Peterson
2011-07-14
1
-12/+12
|
\
\
|
|
/
|
*
carefully cleanup pointer cache after creating struct pointers
Benjamin Peterson
2011-07-14
1
-12/+12
*
|
(merge 3.2) Close #4376: ctypes now supports nested structures in a endian
Victor Stinner
2011-07-13
2
-18/+36
|
\
\
|
|
/
|
*
Close #4376: ctypes now supports nested structures in a endian different than
Victor Stinner
2011-07-13
2
-18/+36
*
|
Issue #12045: Avoid duplicate execution of command in ctypes.util._get_soname().
Antoine Pitrou
2011-05-25
1
-3/+1
*
|
Remove unused private function
Antoine Pitrou
2011-04-23
1
-16/+0
*
|
Issue #11258: Speed up ctypes.util.find_library() under Linux by a factor
Antoine Pitrou
2011-04-23
1
-8/+14
*
|
merge 3.2
Benjamin Peterson
2011-03-26
1
-0/+12
|
\
\
|
|
/
|
*
merge 3.1
Benjamin Peterson
2011-03-26
1
-0/+12
|
|
\
|
|
*
check possible recursive _as_parameter_ to prevent segfault (closes #1838)
Benjamin Peterson
2011-03-26
1
-0/+12
[next]