This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-11-25 21:11:09 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
10
4e59af7abd
cpython
/
Lib
/
ctypes
History
Download ZIP
Download TAR.GZ
Ezio Melotti
4e59af7abd
#7855
: merge with 3.3.
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