cpython/Lib/ctypes
2013-05-04 17:47:54 +03:00
..
macholib
test #7855: merge with 3.3. 2013-05-04 17:47:54 +03:00
__init__.py Issue #17516: use comment syntax for comments, instead of multiline string 2013-03-26 01:11:54 +01:00
_endian.py
util.py modernize some modules' code by replacing OSError->ENOENT/ENOTDIR/EPERM/EEXIST occurrences with the corresponding pep-3151 exceptions (FileNotFoundError, NotADirectoryError, etc.) 2013-02-12 15:14:17 +01:00
wintypes.py