]> granicus.if.org Git - python/commit
Issue #7462: Implement the stringlib fast search algorithm for the `rfind`,
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 2 Jan 2010 21:12:58 +0000 (21:12 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 2 Jan 2010 21:12:58 +0000 (21:12 +0000)
commit5b7139aab41becad7ad736bd9ff2332960bf67f9
tree9d3d3e7da0c0073af1fd2784fa7892d3222f9e88
parentd3e323215c6d9f303bf42875f98e365e2ff1734f
Issue #7462: Implement the stringlib fast search algorithm for the `rfind`,
`rindex`, `rsplit` and `rpartition` methods.  Patch by Florent Xicluna.
Lib/test/string_tests.py
Lib/test/test_unicode.py
Misc/NEWS
Objects/bytearrayobject.c
Objects/stringlib/README.txt
Objects/stringlib/fastsearch.h
Objects/stringlib/find.h
Objects/stringlib/partition.h
Objects/stringlib/stringdefs.h
Objects/stringlib/unicodedefs.h
Objects/stringobject.c