1. 01 Feb, 2009 7 commits
  2. 31 Jan, 2009 6 commits
  3. 30 Jan, 2009 7 commits
  4. 29 Jan, 2009 12 commits
  5. 28 Jan, 2009 5 commits
  6. 27 Jan, 2009 3 commits
    • Mark Hammond's avatar
      Merged revisions 69038 via svnmerge from · 0b157477
      Mark Hammond authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r69038 | mark.hammond | 2009-01-28 10:12:23 +1100 (Wed, 28 Jan 2009) | 3 lines
      
        On Windows, use the Python 'Activation Context' when loading extensions
        to avoid problems loading the CRT from a private assembly.  Via bug 4566.
      ........
      0b157477
    • Benjamin Peterson's avatar
      Blocked revisions 69001,69010,69012,69014,69018,69023 via svnmerge · 4087a545
      Benjamin Peterson authored
      ........
        r69001 | raymond.hettinger | 2009-01-26 20:58:49 -0600 (Mon, 26 Jan 2009) | 1 line
      
        Promote combinations_with_replacement() from a recipe to a regular itertool.
      ........
        r69010 | raymond.hettinger | 2009-01-27 03:33:06 -0600 (Tue, 27 Jan 2009) | 1 line
      
        Add tests to verify combinatoric relationships.
      ........
        r69012 | raymond.hettinger | 2009-01-27 03:52:35 -0600 (Tue, 27 Jan 2009) | 1 line
      
        Stronger tests for combinatoric relationships.
      ........
        r69014 | raymond.hettinger | 2009-01-27 04:03:04 -0600 (Tue, 27 Jan 2009) | 1 line
      
        Issue 5021: doctest.testfile should set __name__
      ........
        r69018 | raymond.hettinger | 2009-01-27 04:36:14 -0600 (Tue, 27 Jan 2009) | 1 line
      
        More exhaustive combinatoric checks.
      ........
        r69023 | raymond.hettinger | 2009-01-27 07:26:35 -0600 (Tue, 27 Jan 2009) | 1 line
      
        Add more tests for the powerset() recipe.
      ........
      4087a545
    • Mark Dickinson's avatar
      ac9e9d03