This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
cpython
mirror of
https://github.com/python/cpython
Watch
4
Star
1
Fork
You've already forked cpython
0
Code
Issues
Releases
Wiki
Activity
4802becb16
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
…
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
…