- 27 May, 2006 20 commits
-
-
Andrew Dalke authored
-
Tim Peters authored
-
Georg Brandl authored
-
Richard Jones authored
-
Andrew M. Kuchling authored
-
Tim Peters authored
Windows failures. Who's keeping a bz2 file open?
-
Georg Brandl authored
-
Richard Jones authored
-
Bob Ippolito authored
-
Bob Ippolito authored
-
Andrew M. Kuchling authored
-
Martin v. Löwis authored
-
Andrew Dalke authored
-
Fredrik Lundh authored
lining killed performance on certain Intel boxes, and the "aggressive" macro itself gives most of the benefits on others.
-
Fredrik Lundh authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Neal Norwitz authored
- Check the correct variable (str_obj, not str) for NULL - sep_len was already verified it wasn't 0
-
Neal Norwitz authored
Fix compiler warning (and whitespace) on Mac OS 10.4. (A lot of this code looked duplicated, I wonder if a utility function could help reduce the duplication here.)
-
Steve Holden authored
-
- 26 May, 2006 20 commits
-
-
Tim Peters authored
set_exc_info(), reset_exc_info(): By exploiting the likely (who knows?) invariant that when an exception's `type` is NULL, its `value` and `traceback` are also NULL, save some cycles in heavily-executed code. This is a "a kronar saved is a kronar earned" patch: the speedup isn't reliably measurable, but it obviously does reduce the operation count in the normal (no exception raised) path through PyEval_EvalFrameEx(). The tim-exc_sanity branch tries to push this harder, but is still blowing up (at least in part due to pre-existing subtle bugs that appear to have no other visible consequences!). Not a bugfix candidate.
-
Andrew Dalke authored
-
Steve Holden authored
-
Steve Holden authored
-
Steve Holden authored
-
Tim Peters authored
-
Tim Peters authored
-
Bob Ippolito authored
-
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
-