]> granicus.if.org Git - python/commit
Blocked revisions 72322,72324,72326,72328,72799,72924 via svnmerge
authorGeorg Brandl <georg@python.org>
Tue, 26 May 2009 09:04:34 +0000 (09:04 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 26 May 2009 09:04:34 +0000 (09:04 +0000)
commit8017a3e680b0847797081935f97412c6231df7be
tree248c6da4090d8814eb11441a64802c58e13dca5f
parente081eef126e86e8370d7e09a212e308b29d4adbc
Blocked revisions 72322,72324,72326,72328,72799,72924 via svnmerge

........
  r72322 | georg.brandl | 2009-05-05 10:54:11 +0200 (Di, 05 Mai 2009) | 1 line

  #5142: add module skipping feature to pdb.
........
  r72324 | georg.brandl | 2009-05-05 11:06:02 +0200 (Di, 05 Mai 2009) | 1 line

  Fix overlong lines.
........
  r72326 | georg.brandl | 2009-05-05 11:19:43 +0200 (Di, 05 Mai 2009) | 1 line

  #5929: fix signedness warning.
........
  r72328 | georg.brandl | 2009-05-05 11:20:52 +0200 (Di, 05 Mai 2009) | 1 line

  Remove unused variable.
........
  r72799 | georg.brandl | 2009-05-20 20:24:08 +0200 (Mi, 20 Mai 2009) | 1 line

  Update bug tracker URL.
........
  r72924 | georg.brandl | 2009-05-25 23:02:56 +0200 (Mo, 25 Mai 2009) | 6 lines

  Allow multiple context managers in one with statement, as proposed
  in http://codereview.appspot.com/53094 and accepted by Guido.

  The construct is transformed into multiple With AST nodes so that
  there should be no problems with the semantics.
........