cpython/Lib/ctypes
2016-06-04 16:21:13 -07:00
..
macholib Issue #27125: Remove duplicated words from documentation and comments 2016-05-30 04:04:50 +00:00
test Issue #25548: Showing memory address of class objects in repl 2016-06-04 16:21:13 -07:00
__init__.py Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar 2016-02-10 05:44:01 +00:00
_endian.py Issue #22098: ctypes' BigEndianStructure and LittleEndianStructure now define an empty __slots__ so that subclasses don't always get an instance dict. 2014-08-30 00:37:18 +02:00
util.py Issue #24114: Fix an uninitialized variable in ctypes.util. 2016-04-30 22:17:22 -05:00
wintypes.py