This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c8c82333c69c09d596bcfbd55a02fbfcb8dd4ed3
cpython
/
Lib
/
ctypes
History
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