Antoine Pitrou
|
10042922d9
|
Sanitize bloom filter macros
|
2010-01-13 14:01:26 +00:00 |
Antoine Pitrou
|
a913a20c91
|
Test commit to try to diagnose failures of the IA-64 buildbot
|
2010-01-13 13:43:37 +00:00 |
Antoine Pitrou
|
6467213bfd
|
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.
|
2010-01-13 07:55:48 +00:00 |
Antoine Pitrou
|
5b7139aab4
|
Issue #7462: Implement the stringlib fast search algorithm for the `rfind`,
`rindex`, `rsplit` and `rpartition` methods. Patch by Florent Xicluna.
|
2010-01-02 21:12:58 +00:00 |
Benjamin Peterson
|
e548d2487d
|
fix url
|
2009-01-20 18:58:27 +00:00 |
Fredrik Lundh
|
c2d29c5a6d
|
needforspeed: replace improvements, changed to Py_LOCAL_INLINE
where appropriate
|
2006-05-27 14:58:20 +00:00 |
Fredrik Lundh
|
b3167cbcd7
|
needforspeed: added rpartition implementation
|
2006-05-26 18:15:38 +00:00 |
Fredrik Lundh
|
a50d201bd9
|
needforspeed: stringlib refactoring (in progress)
|
2006-05-26 17:04:58 +00:00 |