- 26 May, 2006 40 commits
-
-
Andrew Dalke authored
patterns in a string, only the number needed by the max limit.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Andrew M. Kuchling authored
-
Fredrik Lundh authored
-
Thomas Heller authored
-
Fredrik Lundh authored
-
Fredrik Lundh authored
find
-
Fredrik Lundh authored
find helpers; updated unicodeobject to use stringlib_count
-
Fredrik Lundh authored
-
Georg Brandl authored
-
Brett Cannon authored
-
Andrew Dalke authored
(If compiled without FAST search support, changed the pre-memcmp test to check the last character as well as the first. This gave a 25% speedup for my test case.) Rewrote the split algorithms so they stop when maxsplit gets to 0. Previously they did a string match first then checked if the maxsplit was reached. The new way prevents a needless string search.
-
Andrew M. Kuchling authored
-
Steve Holden authored
from long ago and far away. Stop calling this pybench 1.4 because it isn't. Remove the empty test, which was a bad idea.
-
Fredrik Lundh authored
feel free to add more tests and improve the documentation.
-
Fredrik Lundh authored
-
Fredrik Lundh authored
-
Georg Brandl authored
invalid file paths for the built-in import machinery which leads to fewer open calls on startup. Also fix issue with PEP 302 style import hooks which lead to more open() calls than necessary.
-
Thomas Heller authored
-
Steve Holden authored
the illusion of negative run times. Halt with an error if run times go below 10 ms, indicating that results will be unreliable.
-
Fredrik Lundh authored
broken, someone would have noticed by now ;-)
-
Fredrik Lundh authored
-
Fredrik Lundh authored
-
Thomas Heller authored
-
Fredrik Lundh authored
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
signed and unsigned integral types in comparisons.
-
Thomas Heller authored
so I'm writing this in latex now. Skeleton for the ctypes reference.
-
Fredrik Lundh authored
-
Steve Holden authored
Action verbose option correctly. Tweak operation counts. Add empty and new instances tests. Enable comparisons across different warp factors. Change version.
-
Bob Ippolito authored
-
Andrew Dalke authored
even with strip(..., 0)
-
Andrew Dalke authored
-
Bob Ippolito authored
-
Bob Ippolito authored
-
Bob Ippolito authored
-
Andrew M. Kuchling authored
-