1. 01 Oct, 2008 1 commit
    • Andrew MacIntyre's avatar
      fix for issue 3862: test_array fails FreeBSD 7 amd64 · bf24401a
      Andrew MacIntyre authored
      FreeBSD 7's underlying malloc() is behaves differently to earlier versions
      and seriously overcommits available memory on amd64.  This may affect
      other 64bit platforms in some circumstances, so the scale of the
      problematic test is wound back.
      
      Patch by Mark Dickinson, reviewed by Martin von Loewis.
      bf24401a
  2. 30 Sep, 2008 9 commits
  3. 29 Sep, 2008 5 commits
  4. 28 Sep, 2008 8 commits
  5. 27 Sep, 2008 8 commits
    • Benjamin Peterson's avatar
      clarify a few things · 4008ef0f
      Benjamin Peterson authored
      4008ef0f
    • Andrew M. Kuchling's avatar
      #3510: future-proof text · e6896050
      Andrew M. Kuchling authored
      e6896050
    • Benjamin Peterson's avatar
    • Benjamin Peterson's avatar
      enable refactor tests · 003d7463
      Benjamin Peterson authored
      003d7463
    • Benjamin Peterson's avatar
      Merged revisions 66511,66548-66549,66644,66646-66652 via svnmerge from · 08be2919
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
      
      ........
        r66511 | benjamin.peterson | 2008-09-18 21:49:27 -0500 (Thu, 18 Sep 2008) | 1 line
      
        remove a  useless if __name__ == '__main__'
      ........
        r66548 | benjamin.peterson | 2008-09-21 21:14:14 -0500 (Sun, 21 Sep 2008) | 1 line
      
        avoid the perils of mutable default arguments
      ........
        r66549 | benjamin.peterson | 2008-09-21 21:26:11 -0500 (Sun, 21 Sep 2008) | 1 line
      
        some places in RefactoringTool should raise an error instead of logging it
      ........
        r66644 | benjamin.peterson | 2008-09-27 10:45:10 -0500 (Sat, 27 Sep 2008) | 1 line
      
        fix doctest refactoring
      ........
        r66646 | benjamin.peterson | 2008-09-27 11:40:13 -0500 (Sat, 27 Sep 2008) | 1 line
      
        don't print to stdout when 2to3 is used as a library
      ........
        r66647 | benjamin.peterson | 2008-09-27 12:28:28 -0500 (Sat, 27 Sep 2008) | 1 line
      
        let fixer modules and classes have different prefixes
      ........
        r66648 | benjamin.peterson | 2008-09-27 14:02:13 -0500 (Sat, 27 Sep 2008) | 1 line
      
        raise errors when 2to3 is used as a library
      ........
        r66649 | benjamin.peterson | 2008-09-27 14:03:38 -0500 (Sat, 27 Sep 2008) | 1 line
      
        fix docstring
      ........
        r66650 | benjamin.peterson | 2008-09-27 14:22:21 -0500 (Sat, 27 Sep 2008) | 1 line
      
        make use of enumerate
      ........
        r66651 | benjamin.peterson | 2008-09-27 14:24:13 -0500 (Sat, 27 Sep 2008) | 1 line
      
        revert last revision; it breaks things
      ........
        r66652 | benjamin.peterson | 2008-09-27 16:03:06 -0500 (Sat, 27 Sep 2008) | 1 line
      
        add tests for lib2to3.refactor
      ........
      08be2919
    • Benjamin Peterson's avatar
      7f8f6605
    • Andrew M. Kuchling's avatar
      Add a last bunch of items · f609cf22
      Andrew M. Kuchling authored
      f609cf22
    • Benjamin Peterson's avatar
      give ftplib a real test suite · 3c0c483a
      Benjamin Peterson authored
      A asyncore based mock ftp server is used to test the protocol.
      This is all thanks to Giampaolo Rodola #3939
      
      (Barry gave me permission to do this before final on IRC.)
      3c0c483a
  6. 26 Sep, 2008 4 commits
  7. 25 Sep, 2008 4 commits
  8. 24 Sep, 2008 1 commit