1. 30 Eyl, 2002 1 kayıt (commit)
  2. 19 Eyl, 2002 1 kayıt (commit)
  3. 11 Eyl, 2002 2 kayıt (commit)
  4. 15 Agu, 2002 1 kayıt (commit)
    • Michael W. Hudson's avatar
      This is my patch · dd32a91c
      Michael W. Hudson yazdı
      [ 587993 ] SET_LINENO killer
      
      Remove SET_LINENO.  Tracing is now supported by inspecting co_lnotab.
      
      Many sundry changes to document and adapt to this change.
      dd32a91c
  5. 08 Agu, 2002 1 kayıt (commit)
  6. 20 Tem, 2002 1 kayıt (commit)
  7. 18 Tem, 2002 1 kayıt (commit)
    • Fred Drake's avatar
      - When the log reader detects end-of-file, close the file. · 666bf52a
      Fred Drake yazdı
      - The log reader now provides a "closed" attribute similar to the
        profiler.
      - Both the profiler and log reader now provide a fileno() method.
      - Use METH_NOARGS where possible, allowing simpler code in the method
        implementations.
      666bf52a
  8. 17 Tem, 2002 3 kayıt (commit)
  9. 30 Haz, 2002 1 kayıt (commit)
  10. 13 Haz, 2002 1 kayıt (commit)
  11. 29 May, 2002 1 kayıt (commit)
  12. 20 Mar, 2002 1 kayıt (commit)
  13. 03 Mar, 2002 1 kayıt (commit)
  14. 12 Şub, 2002 1 kayıt (commit)
  15. 08 Şub, 2002 1 kayıt (commit)
  16. 12 Ock, 2002 1 kayıt (commit)
  17. 04 Ara, 2001 1 kayıt (commit)
  18. 28 Kas, 2001 1 kayıt (commit)
  19. 09 Kas, 2001 1 kayıt (commit)
  20. 29 Eki, 2001 1 kayıt (commit)
    • Fred Drake's avatar
      Make the low-level log-reader object export a dictionary mapping keys · 4c2e1af8
      Fred Drake yazdı
      to lists of values, giving the contents of all the ADD_INFO records
      seen so far.  This is initialized agressively when the log file is
      opened, so that whoever is looking at the log reader can always see
      the initial data loaded into the data stream.  ADD_INFO events later
      in the log file continue to be reported to the application layer as
      before.
      
      Add a new method, addinfo(), to the profiler.  This can be used to
      insert additional ADD_INFO records into the profiler log.
      
      Fix the tp_flags and tp_name slots on the type objects.
      4c2e1af8
  21. 23 Eki, 2001 1 kayıt (commit)
  22. 15 Eki, 2001 1 kayıt (commit)
    • Fred Drake's avatar
      Removed useless code to count the number of calls into the profiler. · 30d1c75d
      Fred Drake yazdı
      Added support for saving the names of the functions observed into the
      profile log.
      Added support for using the profiler to measure coverage without collecting
      timing information (which is the slow part).  Coverage logs can also be
      substantially smaller than profiling logs where per-line information is
      being collected.
      Updated comments on the log format; corrected record type values in some
      of the record descriptions.
      30d1c75d
  23. 13 Eki, 2001 3 kayıt (commit)
  24. 12 Eki, 2001 2 kayıt (commit)