1. 29 May, 2009 4 commits
  2. 28 May, 2009 7 commits
  3. 27 May, 2009 4 commits
  4. 26 May, 2009 4 commits
  5. 25 May, 2009 8 commits
  6. 24 May, 2009 9 commits
  7. 23 May, 2009 4 commits
    • Jeffrey Yasskin's avatar
      Issue #6042: · 655d8354
      Jeffrey Yasskin authored
      lnotab-based tracing is very complicated and isn't documented very well.  There
      were at least 3 comment blocks purporting to document co_lnotab, and none did a
      very good job. This patch unifies them into Objects/lnotab_notes.txt which
      tries to completely capture the current state of affairs.
      
      I also discovered that we've attached 2 layers of patches to the basic tracing
      scheme. The first layer avoids jumping to instructions that don't start a line,
      to avoid problems in if statements and while loops.  The second layer
      discovered that jumps backward do need to trace at instructions that don't
      start a line, so it added extra lnotab entries for 'while' and 'for' loops, and
      added a special case for backward jumps within the same line. I replaced these
      patches by just treating forward and backward jumps differently.
      655d8354
    • R. David Murray's avatar
      Add smtplib test from issue 5259. · 3724d6c3
      R. David Murray authored
      3724d6c3
    • Benjamin Peterson's avatar
      remove mention of old ctypes version · 91d517c5
      Benjamin Peterson authored
      91d517c5
    • Benjamin Peterson's avatar
      reorder name · 40748f36
      Benjamin Peterson authored
      40748f36