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-01 18:51:43 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
21
250ad613f3
cpython
/
Lib
/
ctypes
History
Download ZIP
Download TAR.GZ
Martin v. Löwis
250ad613f3
Bug
#2565
: The repr() of type objects now calls them 'class',
...
not 'type' - whether they are builtin types or not.
2008-04-07 05:43:42 +00:00
..
macholib
Raise statement normalization in Lib/ctypes/.
2007-08-30 03:47:13 +00:00
test
Bug
#2565
: The repr() of type objects now calls them 'class',
2008-04-07 05:43:42 +00:00
__init__.py
Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from
2008-03-16 00:07:10 +00:00
_endian.py
Remove all the Python 2.3 compatibility markers (the Python 3 ctypes
2007-07-13 11:49:15 +00:00
util.py
Convert some custom sort comparison functions to equivalent key functions.
2008-01-30 02:55:10 +00:00
wintypes.py
Remove all the Python 2.3 compatibility markers (the Python 3 ctypes
2007-07-13 11:49:15 +00:00