- 27 May, 2006 22 kayıt (commit)
-
-
Fredrik Lundh yazdı
where appropriate
-
Georg Brandl yazdı
-
Andrew Dalke yazdı
-
Tim Peters yazdı
-
Georg Brandl yazdı
-
Richard Jones yazdı
-
Andrew M. Kuchling yazdı
-
Tim Peters yazdı
Windows failures. Who's keeping a bz2 file open?
-
Georg Brandl yazdı
-
Richard Jones yazdı
-
Bob Ippolito yazdı
-
Bob Ippolito yazdı
-
Andrew M. Kuchling yazdı
-
Martin v. Löwis yazdı
-
Andrew Dalke yazdı
-
Fredrik Lundh yazdı
lining killed performance on certain Intel boxes, and the "aggressive" macro itself gives most of the benefits on others.
-
Fredrik Lundh yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Neal Norwitz yazdı
- Check the correct variable (str_obj, not str) for NULL - sep_len was already verified it wasn't 0
-
Neal Norwitz yazdı
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 yazdı
-
- 26 May, 2006 18 kayıt (commit)
-
-
Tim Peters yazdı
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 yazdı
-
Steve Holden yazdı
-
Steve Holden yazdı
-
Steve Holden yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Bob Ippolito yazdı
-
Andrew Dalke yazdı
patterns in a string, only the number needed by the max limit.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Andrew M. Kuchling yazdı
-
Fredrik Lundh yazdı
-
Thomas Heller yazdı
-
Fredrik Lundh yazdı
-
Fredrik Lundh yazdı
find
-
Fredrik Lundh yazdı
find helpers; updated unicodeobject to use stringlib_count
-