1. 21 Aug, 2009 1 commit
  2. 20 Aug, 2009 3 commits
  3. 18 Aug, 2009 4 commits
    • Brett Cannon's avatar
      Clean up a minor bit of wording. · 62538719
      Brett Cannon authored
      62538719
    • Guilherme Polo's avatar
      Merged revisions 74507-74511,74517 via svnmerge from · bcd03df1
      Guilherme Polo authored
      svn+ssh://pythondev/python/trunk
      
      ........
        r74507 | guilherme.polo | 2009-08-18 10:23:08 -0300 (Tue, 18 Aug 2009) | 1 line
      
        Issue #1119673: Do not override Tkinter.Text methods when creating a ScrolledText.
      ........
        r74508 | guilherme.polo | 2009-08-18 10:29:20 -0300 (Tue, 18 Aug 2009) | 1 line
      
        Issue #1250469: Fix the return value of Tix.PanedWindow.panes.
      ........
        r74509 | guilherme.polo | 2009-08-18 10:33:30 -0300 (Tue, 18 Aug 2009) | 1 line
      
        Mark the "radio" option of Tix.CheckList as static.
      ........
        r74510 | guilherme.polo | 2009-08-18 11:23:00 -0300 (Tue, 18 Aug 2009) | 1 line
      
        Issue #1522587: New constants and methods for the Tix.Grid widget.
      ........
        r74511 | guilherme.polo | 2009-08-18 11:34:44 -0300 (Tue, 18 Aug 2009) | 1 line
      
        Fixes for Tix.Grid from issue #1522587.
      ........
        r74517 | guilherme.polo | 2009-08-18 11:46:57 -0300 (Tue, 18 Aug 2009) | 1 line
      
        Issue #1356969: Add missing info methods in Tix.HList.
      ........
      bcd03df1
    • Skip Montanaro's avatar
      missing module ref (issue6723) · f290cb5b
      Skip Montanaro authored
      f290cb5b
    • Tarek Ziadé's avatar
      Merged revisions 74501 via svnmerge from · 61732853
      Tarek Ziadé authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r74501 | tarek.ziade | 2009-08-18 10:16:33 +0200 (Tue, 18 Aug 2009) | 1 line
      
        added more test coverage for distutils.filelist to prevent regressions when fnmatch or re are changed
      ........
      61732853
  4. 17 Aug, 2009 3 commits
  5. 16 Aug, 2009 6 commits
  6. 15 Aug, 2009 4 commits
  7. 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
  8. 13 Aug, 2009 7 commits
  9. 12 Aug, 2009 2 commits
  10. 06 Aug, 2009 5 commits
  11. 04 Aug, 2009 3 commits