This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
5efee58014
cpython
/
Lib
/
ctypes
History
Giampaolo Rodola'
0166a283f6
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
..
macholib
…
test
Fix test_from_dll* in test_returnfuncptrs.py.
2013-02-07 15:00:02 +02:00
__init__.py
Issue
#16719
: Get rid of WindowsError. Use OSError instead
2012-12-19 14:33:35 +02:00
_endian.py
Issue
#12142
: Fixed reference cycle when importing ctypes
2012-02-04 20:36:48 -06:00
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
Issue
#3612
: Added new types to ctypes.wintypes. (CHAR and pointers)
2010-09-28 21:08:38 +00:00