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 #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
*
|
|
#11565: Merge with 3.2.
Ezio Melotti
2011-03-16
4
-4/+4
|
\
\
\
|
|
/
/
|
*
|
#11565: Merge with 3.1.
Ezio Melotti
2011-03-16
4
-4/+4
|
|
\
\
|
|
|
/
|
|
*
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-16
4
-4/+4
*
|
|
#11515: Merge with 3.2.
Ezio Melotti
2011-03-15
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
#11515: Merge with 3.1.
Ezio Melotti
2011-03-15
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
#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
|
|
*
Merged revisions 84836 via svnmerge from
Matthias Klose
2010-09-15
1
-1/+1
|
|
*
Merged revisions 83212,83829,83833,83838-83839,83878,84019,84025,84028,84032,...
Florent Xicluna
2010-08-14
1
-1/+1
|
|
*
Merged revisions 78980 via svnmerge from
Matthias Klose
2010-03-15
1
-1/+1
|
|
*
Merged revisions 78382 via svnmerge from
Thomas Heller
2010-02-23
1
-0/+16
|
|
*
Merged revisions 75064 via svnmerge from
Ezio Melotti
2009-09-25
1
-1/+1
[next]