]> granicus.if.org Git - python/commit
Merged revisions 77461 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 13 Jan 2010 08:07:53 +0000 (08:07 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 13 Jan 2010 08:07:53 +0000 (08:07 +0000)
commitf2c5484f9ee9c964454b2d4a176170042e3beea5
tree56796a9587d43c252560bddc60ad864cbad0fa7a
parent5efea0430caf2c6e066ae2f32e4c28f65d42d69a
Merged revisions 77461 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r77461 | antoine.pitrou | 2010-01-13 08:55:48 +0100 (mer., 13 janv. 2010) | 5 lines

  Issue #7622: Improve the split(), rsplit(), splitlines() and replace()
  methods of bytes, bytearray and unicode objects by using a common
  implementation based on stringlib's fast search.  Patch by Florent Xicluna.
........
16 files changed:
Makefile.pre.in
Misc/NEWS
Objects/bytearrayobject.c
Objects/bytesobject.c
Objects/stringlib/count.h
Objects/stringlib/ctype.h
Objects/stringlib/fastsearch.h
Objects/stringlib/find.h
Objects/stringlib/partition.h
Objects/stringlib/split.h [new file with mode: 0644]
Objects/stringlib/stringdefs.h
Objects/stringlib/transmogrify.h
Objects/stringlib/unicodedefs.h
Objects/unicodeobject.c
PC/VS8.0/pythoncore.vcproj
PCbuild/pythoncore.vcproj