]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 72040 via svnmerge from
authorEric Smith <eric@trueblade.com>
Mon, 27 Apr 2009 20:39:49 +0000 (20:39 +0000)
committerEric Smith <eric@trueblade.com>
Mon, 27 Apr 2009 20:39:49 +0000 (20:39 +0000)
commit6dc46f5eaa14c8aa33b8ae5b41642a00a1b25807
treefc063968e5d131487c7418647e2cf4abf942cdff
parent249b898ec7839cc022d5d0b7638284663a6edfb7
Merged revisions 72040 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72040 | eric.smith | 2009-04-27 15:04:37 -0400 (Mon, 27 Apr 2009) | 1 line

  Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors.
........
13 files changed:
Include/Python.h
Include/bytes_methods.h
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/pystrtod.c