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
*
bpo-28129: fix ctypes crashes (#386) (#3800)
Victor Stinner
2017-09-28
5
-0/+53
*
[2.7] bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ at...
Miss Islington (bot)
2017-09-27
1
-0/+13
*
[2.7] bpo-31311: Fix a SystemError and a crash in ctypes._CData.__setstate__(...
Serhiy Storchaka
2017-09-27
1
-0/+21
*
[2.7] bpo-10746: Fix ctypes PEP 3118 type codes for c_long, c_bool, c_int (GH...
Pauli Virtanen
2017-09-02
1
-28/+55
*
[2.7] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2086)
Zachary Ware
2017-06-11
1
-1/+1
*
Issue #29219: Fixed infinite recursion in the repr of uninitialized
Serhiy Storchaka
2017-01-13
1
-0/+4
*
Issue #29082: Fixed loading libraries in ctypes by unicode names on Windows.
Serhiy Storchaka
2017-01-12
1
-0/+7
*
Issue #25659: Change assert to TypeError in from_buffer/_copy()
Martin Panter
2016-11-20
1
-0/+8
*
Remove disabled ctypes test
Martin Panter
2016-09-29
1
-24/+1
*
Issue #20160: Handled passing of large structs to callbacks correctly.
Vinay Sajip
2016-08-05
1
-0/+35
*
Issue #27626: Spelling fixes in docs, comments and internal names
Martin Panter
2016-07-28
2
-2/+2
*
Issue #22636: Avoid using a shell in the ctypes.util module
Victor Stinner
2014-10-16
2
-46/+89
*
Issue #7356: ctypes.util: Make parsing of ldconfig output locale independent.
Matthias Klose
2010-03-15
1
-1/+1
*
Issue #27125: Remove duplicated words from documentation and comments
Martin Panter
2016-05-30
1
-1/+1
*
Remove PEP 291 compatibility requirements for ctypes and modulefinder
Martin Panter
2016-05-14
9
-25/+1
*
Issue #12045: Avoid duplicate execution of command in ctypes.util._get_soname().
Antoine Pitrou
2011-05-25
1
-8/+5
*
Issue #24114: Fix an uninitialized variable in `ctypes.util`.
Meador Inge
2016-05-01
1
-0/+1
*
Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar
Martin Panter
2016-02-10
1
-2/+2
*
Issue #19023: Document ctypes array and pointer classes
Martin Panter
2016-01-29
2
-6/+15
*
Issue #25622: Rename to PythonValuesTestCase and enable for non-Windows
Martin Panter
2015-11-26
1
-2/+1
*
Issue #25582: Fixed 100 MB memory leak in test_ctypes.
Serhiy Storchaka
2015-11-09
2
-1/+15
*
Issue #25523: Backported a-to-an corrections.
Serhiy Storchaka
2015-11-02
1
-1/+1
*
Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch
Victor Stinner
2015-07-29
1
-0/+28
*
Issue #17202: Add .bat to .hgeol to force them to CRLF.
Zachary Ware
2015-04-13
1
-1/+1
*
Make some tests more frienly to MemoryError.
Serhiy Storchaka
2015-03-28
2
-4/+13
*
Avoid deprecation warnings.
Serhiy Storchaka
2015-01-31
1
-1/+1
*
Issue #22777: Test pickling with all protocols.
Serhiy Storchaka
2014-12-15
1
-11/+9
*
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
[next]