1. 13 Feb, 2006 2 commits
  2. 12 Feb, 2006 1 commit
    • Thomas Wouters's avatar
      SF patch #1397960: When mixing file-iteration and · c45251a4
      Thomas Wouters authored
      readline/readlines/read/readinto, loudly break by raising ValueError, rather
      than silently deliver data out of order or hitting EOF prematurely.
      
      Probably not a bugfix candidate, even though it affects no 'working' code.
      c45251a4
  3. 11 Feb, 2006 6 commits
  4. 10 Feb, 2006 5 commits
  5. 09 Feb, 2006 6 commits
  6. 08 Feb, 2006 3 commits
    • Barry Warsaw's avatar
      Port relevant patches for SF 1409455 to the trunk for email 3.0/Python 2.5. · e58df829
      Barry Warsaw authored
      Will port to Python 2.4.
      e58df829
    • Armin Rigo's avatar
      Added the cProfile module. · a871ef2b
      Armin Rigo authored
      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
    • Andrew M. Kuchling's avatar
      Update projected release date · 5eefdca6
      Andrew M. Kuchling authored
      5eefdca6
  7. 07 Feb, 2006 7 commits
  8. 05 Feb, 2006 5 commits
  9. 04 Feb, 2006 4 commits
  10. 03 Feb, 2006 1 commit