1. 30 Eyl, 2008 1 kayıt (commit)
  2. 29 Eyl, 2008 1 kayıt (commit)
  3. 09 Haz, 2008 1 kayıt (commit)
  4. 26 May, 2008 1 kayıt (commit)
  5. 19 Ara, 2007 1 kayıt (commit)
  6. 06 Eyl, 2007 1 kayıt (commit)
    • Armin Rigo's avatar
      Patch #1733973 by peaker: · bddc3416
      Armin Rigo yazdı
      ptrace_enter_call() assumes no exception is currently set.
      This assumption is broken when throwing into a generator.
      bddc3416
  7. 21 Tem, 2007 1 kayıt (commit)
  8. 16 Nis, 2006 1 kayıt (commit)
  9. 07 Mar, 2006 1 kayıt (commit)
  10. 27 Şub, 2006 1 kayıt (commit)
  11. 10 Şub, 2006 1 kayıt (commit)
  12. 08 Şub, 2006 1 kayıt (commit)
    • Armin Rigo's avatar
      Added the cProfile module. · a871ef2b
      Armin Rigo yazdı
      Based on lsprof (patch #1212837) by Brett Rosen and Ted Czotter.
      With further editing by Michael Hudson and myself.
      History in svn repo: http://codespeak.net/svn/user/arigo/hack/misc/lsprof
      
      * Module/_lsprof.c is the internal C module, Lib/cProfile.py a wrapper.
      * pstats.py updated to display cProfile's caller/callee timings if available.
      * setup.py and NEWS updated.
      * documentation updates in the profiler section:
         - explain the differences between the three profilers that we have now
         - profile and cProfile can use a unified documentation, like (c)Pickle
         - mention that hotshot is "for specialized usage" now
         - removed references to the "old profiler" that no longer exists
      * test updates:
         - extended test_profile to cover delicate cases like recursion
         - added tests for the caller/callee displays
         - added test_cProfile, performing the same tests for cProfile
      * TO-DO:
         - cProfile gives a nicer name to built-in, particularly built-in methods,
           which could be backported to profile.
         - not tested on Windows recently!
      a871ef2b