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 #20160: broken ctypes calling convention on MSVC / 64-bit Windows (larg...
Steve Dower
2014-11-06
1
-3/+23
*
#13096: Fix segfault in CTypes POINTER handling of large values.
R David Murray
2014-10-12
1
-0/+8
*
Issue #19493: Fix two uses of ctypes.test.requires (it's not a decorator)
Zachary Ware
2014-07-23
2
-2/+5
*
Issue #19493: Backport 6f63fff5c120
Zachary Ware
2014-06-13
31
-775/+742
*
support pep 3118 format strings for ctypes objects with nontrivial shapes (cl...
Benjamin Peterson
2014-05-17
1
-4/+11
*
Issue #21093: Prevent failures of ctypes test_macholib on OS X if a
Ned Deily
2014-03-29
1
-2/+5
*
fix ctypes test alignment assumptions (closes #20946)
Benjamin Peterson
2014-03-16
2
-9/+9
*
Issue #19591: Use specific asserts in ctype tests.
Serhiy Storchaka
2013-11-16
16
-85/+84
*
#18981: fix a typo in a comment (noticed by Anoop Thomas Mathew).
Ezio Melotti
2013-09-13
1
-1/+1
*
#18741: fix more typos. Patch by FĂ©vry Thibault.
Ezio Melotti
2013-08-17
5
-7/+7
*
- 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
*
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
*
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 #15989: Fix several occurrences of integer overflow
Serhiy Storchaka
2013-01-19
1
-0/+9
*
Issue #16793. Replace deprecated unittest asserts with modern counterparts.
Serhiy Storchaka
2012-12-27
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 #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
-24/+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
-11/+19
*
Issue #12881: ctypes: Fix segfault with large structure field names.
Meador Inge
2011-10-04
1
-0/+12
*
Remove trailing spaces
Amaury Forgeot d'Arc
2011-09-12
1
-1/+1
*
Issue #12483: ctypes: Fix a crash when the destruction of a callback
Amaury Forgeot d'Arc
2011-09-12
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
*
Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to
Amaury Forgeot d'Arc
2011-08-30
1
-0/+4
*
carefully cleanup pointer cache after creating struct pointers
Benjamin Peterson
2011-07-14
1
-12/+12
*
Close #4376: ctypes now supports nested structures in a endian different than
Victor Stinner
2011-07-13
2
-18/+36
*
check possible recursive _as_parameter_ to prevent segfault (closes #1838)
Benjamin Peterson
2011-03-26
1
-0/+12
*
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-16
4
-4/+4
*
#11515: fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-15
1
-1/+1
*
Merged revisions 88284 via svnmerge from
Antoine Pitrou
2011-01-31
1
-0/+36
*
Merged revisions 86596 via svnmerge from
Ezio Melotti
2010-11-21
1
-18/+18
*
Try harder on issue #7356: ctypes.util: Make parsing of ldconfig output
Matthias Klose
2010-09-15
1
-1/+1
*
#9055: remove assertion at the end of test_8959_b since the test is about cra...
Tim Golden
2010-08-12
1
-1/+0
*
Add tests for problems reported in issue 8959.
Thomas Heller
2010-06-21
1
-0/+35
*
Fix #8959 by reverting revision 80761.
Thomas Heller
2010-06-21
1
-0/+26
*
On Windows, ctypes does no longer check the stack before and after
Thomas Heller
2010-05-04
1
-26/+0
*
Partial revert of r80556 (Issue #7449, part 5, fix ctypes test)
Victor Stinner
2010-04-27
1
-23/+19
*
Issue #7449, part 5: split Test.test_open() of ctypes/test/test_errno.py
Victor Stinner
2010-04-27
1
-49/+57
*
Use some more interesting test values for (unsigned) long long ctypes tests,
Mark Dickinson
2010-04-07
1
-0/+6
*
Revert rev. 79509; ctypes doesn't build on linux.
Thomas Heller
2010-03-30
1
-0/+26
*
Merged revisions 79115,79424,79491 via svnmerge from
Thomas Heller
2010-03-30
1
-26/+0
*
Issue #7703: ctypes supports both buffer() and memoryview(). The former is d...
Florent Xicluna
2010-03-22
1
-2/+9
*
Get rid of buffer() in test_ctypes: backport the 3.x tests.
Florent Xicluna
2010-03-22
6
-40/+25
*
Avoid hardcoding refcounts in tests.
Collin Winter
2010-03-17
1
-4/+4
*
#7092: silence some more py3k warnings.
Ezio Melotti
2010-03-17
1
-1/+1
[next]