1. 05 Tem, 2001 5 kayıt (commit)
  2. 04 Tem, 2001 12 kayıt (commit)
  3. 03 Tem, 2001 3 kayıt (commit)
    • Fred Drake's avatar
      This change adjusts the profiling/tracing support so that the common · 9e3ad784
      Fred Drake yazdı
      path (with no profile/trace function) through eval_code2() and
      eval_frame() avoids several checks.
      
      In the common cases of calls, returns, and exception propogation,
      eval_code2() and eval_frame() used to test two values in the
      thread-state: the profiling function and the tracing function.  With
      this change, a flag is set in the thread-state if either of these is
      active, allowing a single check to suffice when both are NULL.  This
      also simplifies the code needed when either function is in use but is
      already active (to avoid profiling/tracing the profiler/tracer); the
      flag is set to 0 when the profile/trace code is entered, allowing the
      same check to suffice for "already in the tracer" for call/return/
      exception events.
      9e3ad784
    • Fredrik Lundh's avatar
      bug #416670 · d89a2e77
      Fredrik Lundh yazdı
      added copy/deepcopy support to SRE (still not enabled, since it's not
      covered by the test suite)
      d89a2e77
    • Fredrik Lundh's avatar
      bug #232815 · ee2f18d0
      Fredrik Lundh yazdı
      ch is unsigned, so testing for negative values doesn't make
      sense (as noticed by the OpenVMS compiler)
      ee2f18d0
  4. 02 Tem, 2001 12 kayıt (commit)
  5. 01 Tem, 2001 2 kayıt (commit)
  6. 30 Haz, 2001 1 kayıt (commit)
  7. 29 Haz, 2001 5 kayıt (commit)