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-10-28 17:13:08 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
11
20badb31b4
cpython
/
Lib
/
ctypes
History
Download ZIP
Download TAR.GZ
Walter Dörwald
aa97f04964
Fix various spots where int/long and str/unicode unification
...
lead to type checks like isinstance(foo, (str, str)) or isinstance(foo, (int, int)).
2007-05-03 21:05:51 +00:00
..
macholib
Rip out all the u"..." literals and calls to unicode().
2007-05-02 19:09:54 +00:00
test
Fix various spots where int/long and str/unicode unification
2007-05-03 21:05:51 +00:00
__init__.py
Fix various spots where int/long and str/unicode unification
2007-05-03 21:05:51 +00:00
_endian.py
Implement PEP 3115 -- new metaclass syntax and semantics.
2007-03-18 15:41:51 +00:00
util.py
Fix most trivially-findable print statements.
2007-02-09 05:37:30 +00:00
wintypes.py
Merged revisions 53304-53433,53435-53450 via svnmerge from
2007-01-15 15:49:28 +00:00