This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
45,875
Commits
9
Branches
456
Tags
1.7
GiB
a7d1d2401d
Commit Graph
2 Commits
Author
SHA1
Message
Date
Stefan Krah
3db4161011
Issue
#9020
: The Py_IS* macros from pyctype.h should generally only be
...
used with signed/unsigned char arguments. For integer arguments, EOF has to be handled separately.
2010-06-24 09:33:05 +00:00
Eric Smith
cac7af6863
Issue
#5793
: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors.
2009-04-27 19:04:37 +00:00