1. 16 Aug, 2009 4 commits
  2. 15 Aug, 2009 4 commits
  3. 14 Aug, 2009 2 commits
    • Guilherme Polo's avatar
      Merged revisions 74446-74449 via svnmerge from · 1fff0083
      Guilherme Polo authored
      svn+ssh://pythondev/python/trunk
      
      ........
        r74446 | guilherme.polo | 2009-08-14 10:53:41 -0300 (Fri, 14 Aug 2009) | 1 line
      
        Issue #3344: Replace itertools.count by enumerate.
      ........
        r74447 | guilherme.polo | 2009-08-14 11:03:07 -0300 (Fri, 14 Aug 2009) | 1 line
      
        Issue #3926: Fix the usage of the new showwarnings and formatwarning.
      ........
        r74448 | guilherme.polo | 2009-08-14 11:36:45 -0300 (Fri, 14 Aug 2009) | 3 lines
      
        Issue #1135: Add the XView and YView mix-ins to avoid duplicating
        the xview* and yview* methods.
      ........
        r74449 | guilherme.polo | 2009-08-14 11:43:43 -0300 (Fri, 14 Aug 2009) | 1 line
      
        Clarifying Entry.selection_present's docstring.
      ........
      1fff0083
    • Georg Brandl's avatar
      Recorded merge of revisions 74429 via svnmerge from · 68370835
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r74429 | brett.cannon | 2009-08-13 21:27:12 +0200 (Do, 13 Aug 2009) | 5 lines
      
        Expat could crash if given the wrong kind of input by never stopping its
        tokenizing step.
      
        Thanks to Ivan Krstić for the patch.
      ........
      68370835
  4. 13 Aug, 2009 7 commits
  5. 12 Aug, 2009 2 commits
  6. 06 Aug, 2009 5 commits
  7. 04 Aug, 2009 6 commits
  8. 03 Aug, 2009 1 commit
  9. 02 Aug, 2009 5 commits
  10. 01 Aug, 2009 1 commit
  11. 30 Jul, 2009 2 commits
  12. 29 Jul, 2009 1 commit
    • Alexandre Vassalotti's avatar
      Merged revisions 74075,74187,74197,74201,74216,74225 via svnmerge from · e223eb84
      Alexandre Vassalotti authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r74075 | georg.brandl | 2009-07-18 05:06:31 -0400 (Sat, 18 Jul 2009) | 1 line
      
        #6505: fix typos.
      ........
        r74187 | benjamin.peterson | 2009-07-23 10:19:08 -0400 (Thu, 23 Jul 2009) | 1 line
      
        use bools for autoraise
      ........
        r74197 | benjamin.peterson | 2009-07-24 22:03:48 -0400 (Fri, 24 Jul 2009) | 1 line
      
        clarify
      ........
        r74201 | amaury.forgeotdarc | 2009-07-25 12:22:06 -0400 (Sat, 25 Jul 2009) | 2 lines
      
        Better name a variable: 'buf' seems to imply a mutable buffer.
      ........
        r74216 | michael.foord | 2009-07-26 17:12:14 -0400 (Sun, 26 Jul 2009) | 1 line
      
        Issue 6581. Michael Foord
      ........
        r74225 | kurt.kaiser | 2009-07-27 12:09:28 -0400 (Mon, 27 Jul 2009) | 5 lines
      
        1. Clean workspace more thoughly before build.
        2. Add url of branch we are building to 'results' webpage.
           (url is now available in $repo_path, could be added to failure email.)
        3. Adjust permissions to improve upload reliability.
      ........
      e223eb84