]> granicus.if.org Git - python/commit
Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should...
authorEric Smith <eric@trueblade.com>
Mon, 27 Apr 2009 19:04:37 +0000 (19:04 +0000)
committerEric Smith <eric@trueblade.com>
Mon, 27 Apr 2009 19:04:37 +0000 (19:04 +0000)
commitcac7af6863a997376bffe00ecf07a62c5618a5d9
tree625ae6ebde4f6027d49bb3d40b6955888527fb05
parentec047e0725cf31f24eb5ed3c43e6da843deea83a
Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors.
15 files changed:
Include/Python.h
Include/bytes_methods.h
Include/pyctype.h [new file with mode: 0644]
Makefile.pre.in
Misc/NEWS
Objects/bytearrayobject.c
Objects/bytes_methods.c
Objects/stringlib/stringdefs.h
PC/VC6/pythoncore.dsp
PC/VS7.1/pythoncore.vcproj
PC/VS8.0/pythoncore.vcproj
PC/os2emx/Makefile
PCbuild/pythoncore.vcproj
Python/pyctype.c [new file with mode: 0644]
Python/pystrtod.c