1. 27 Sep, 2008 4 commits
    • Benjamin Peterson's avatar
      Merged revisions 66653-66654 via svnmerge from · 2cbf6f82
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ................
        r66653 | benjamin.peterson | 2008-09-27 16:09:10 -0500 (Sat, 27 Sep 2008) | 49 lines
      
        Merged revisions 66511,66548-66549,66644,66646-66652 via svnmerge from
        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
        ........
      ................
        r66654 | benjamin.peterson | 2008-09-27 16:12:20 -0500 (Sat, 27 Sep 2008) | 1 line
      
        enable refactor tests
      ................
      2cbf6f82
    • Benjamin Peterson's avatar
      Blocked revisions 66657 via svnmerge · 9f477aa6
      Benjamin Peterson authored
      ........
        r66657 | benjamin.peterson | 2008-09-27 17:08:12 -0500 (Sat, 27 Sep 2008) | 1 line
      
        backport r66656 so people using -Qnew aren't affected
      ........
      9f477aa6
    • Benjamin Peterson's avatar
      #3911 FTP.makeport was giving bad port numbers · 468ad3a7
      Benjamin Peterson authored
      reviewed by Benjamin and Antoine
      468ad3a7
    • Benjamin Peterson's avatar
      Merged revisions 66634 via svnmerge from · e7a90310
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r66634 | benjamin.peterson | 2008-09-26 21:49:54 -0500 (Fri, 26 Sep 2008) | 7 lines
      
        give ftplib a real test suite
      
        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.)
      ........
      e7a90310
  2. 26 Sep, 2008 2 commits
  3. 25 Sep, 2008 4 commits
  4. 24 Sep, 2008 3 commits
  5. 23 Sep, 2008 5 commits
  6. 22 Sep, 2008 7 commits
    • Benjamin Peterson's avatar
      Merged revisions... · d53d8db8
      Benjamin Peterson authored
      Merged revisions 66508,66510,66512-66513,66523-66526,66529-66530,66532,66535,66538,66544,66546 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r66508 | benjamin.peterson | 2008-09-18 18:20:28 -0500 (Thu, 18 Sep 2008) | 1 line
      
        tabify
      ........
        r66510 | josiah.carlson | 2008-09-18 21:07:22 -0500 (Thu, 18 Sep 2008) | 2 lines
      
        Fix for documentation bug.  Fixes issue 3904.
      ........
        r66512 | raymond.hettinger | 2008-09-19 03:07:48 -0500 (Fri, 19 Sep 2008) | 1 line
      
        Improve docs for super().
      ........
        r66513 | lars.gustaebel | 2008-09-19 07:39:23 -0500 (Fri, 19 Sep 2008) | 2 lines
      
        Correct information about the tarfile module.
      ........
        r66523 | georg.brandl | 2008-09-21 02:14:44 -0500 (Sun, 21 Sep 2008) | 2 lines
      
        #3852: fix some select.kqueue and kevent docs.
      ........
        r66524 | georg.brandl | 2008-09-21 02:15:59 -0500 (Sun, 21 Sep 2008) | 2 lines
      
        #3912: document default for *places* arg.
      ........
        r66525 | georg.brandl | 2008-09-21 02:17:00 -0500 (Sun, 21 Sep 2008) | 2 lines
      
        #3916: fixes for docs wrt. Windows directory layout
      ........
        r66526 | georg.brandl | 2008-09-21 02:18:28 -0500 (Sun, 21 Sep 2008) | 2 lines
      
        #3914: add //= to the augmented assign operators.
      ........
        r66529 | georg.brandl | 2008-09-21 02:24:11 -0500 (Sun, 21 Sep 2008) | 2 lines
      
        #3901: bsddb fix.
      ........
        r66530 | georg.brandl | 2008-09-21 02:31:52 -0500 (Sun, 21 Sep 2008) | 2 lines
      
        #3897: _collections now has an underscore.
      ........
        r66532 | georg.brandl | 2008-09-21 02:36:22 -0500 (Sun, 21 Sep 2008) | 2 lines
      
        Update readme and Makefile (web builder doesn't exist).
      ........
        r66535 | georg.brandl | 2008-09-21 03:03:21 -0500 (Sun, 21 Sep 2008) | 2 lines
      
        #3918: note that uniform() args can be swapped.
      ........
        r66538 | georg.brandl | 2008-09-21 05:03:39 -0500 (Sun, 21 Sep 2008) | 2 lines
      
        Add "dist" target.
      ........
        r66544 | benjamin.peterson | 2008-09-21 16:27:51 -0500 (Sun, 21 Sep 2008) | 4 lines
      
        #3879 fix a regression in urllib.getproxies_environment
      
        reviewers: Benjamin, Georg
      ........
        r66546 | georg.brandl | 2008-09-21 17:31:59 -0500 (Sun, 21 Sep 2008) | 2 lines
      
        Fill out download page.
      ........
      d53d8db8
    • Benjamin Peterson's avatar
    • Benjamin Peterson's avatar
      Merged revisions 66557 via svnmerge from · e29317ad
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r66557 | benjamin.peterson | 2008-09-22 16:11:43 -0500 (Mon, 22 Sep 2008) | 1 line
      
        use the new threading properties for multiprocessing (reviewed by Jesse #3927)
      ........
      e29317ad
    • Andrew MacIntyre's avatar
      Merged revisions 66552-66553 via svnmerge from · 2215ea45
      Andrew MacIntyre authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r66552 | andrew.macintyre | 2008-09-23 00:10:54 +1000 (Tue, 23 Sep 2008) | 5 lines
      
        should use macro'ed symbols not direct
      
        Part of source_os2emx.patch in issue 3868
        Reviewed by Amaury Forgeot d'Arc
      ........
        r66553 | andrew.macintyre | 2008-09-23 00:11:41 +1000 (Tue, 23 Sep 2008) | 5 lines
      
        any platform without HAVE_LOG1P should have DBL_EPSILON in <float.h>
      
        Part of source_os2emx.patch in issue 3868
        Reviewed by Amaury Forgeot d'Arc
      ........
      2215ea45
    • Andrew MacIntyre's avatar
      Blocked revisions 66554 via svnmerge · 08906728
      Andrew MacIntyre authored
      ........
        r66554 | andrew.macintyre | 2008-09-23 00:23:45 +1000 (Tue, 23 Sep 2008) | 8 lines
      
        build_os2emx.patch in issue 3868 - update OS/2 EMX makefile and config files
      
        Part of source_os2emx.patch in issue 3868:
          Include/pystrcmp.h:  OS/2 has same C APIs as Windows
          Lib/test/test_io.py: OS/2 has same behaviour as Windows for this test
      
        Reviewed by Amaury Forgeot d'Arc
      ........
      
      Reason for block: other work needs to be done for this platform - aimacintyre
      08906728
    • Andrew MacIntyre's avatar
    • Gerhard Häring's avatar
      Issue #3659: Values of string subclasses were not handled correctly when used · 7c52b0f6
      Gerhard Häring authored
      as bind parameters.
      
      Reviewed by Bejnamin Peterson.
      7c52b0f6
  7. 21 Sep, 2008 10 commits
  8. 20 Sep, 2008 1 commit
  9. 19 Sep, 2008 3 commits
  10. 18 Sep, 2008 1 commit
    • Benjamin Peterson's avatar
      Blocked revisions 66498,66502,66504,66506 via svnmerge · 078488cf
      Benjamin Peterson authored
      ........
        r66498 | mark.hammond | 2008-09-17 21:47:35 -0500 (Wed, 17 Sep 2008) | 4 lines
      
        On Windows, temporarily disable the bsddb test referenced in bug 3892.
        We do yell to stderr and the bug is marked as a blocker.
        Reviewed by barry in #python-dev.
      ........
        r66502 | mark.hammond | 2008-09-17 22:51:46 -0500 (Wed, 17 Sep 2008) | 3 lines
      
        avoid putting unicode objects in the environment causing
        later test failures.  As discussed on #python-dev
      ........
        r66504 | barry.warsaw | 2008-09-17 23:33:43 -0500 (Wed, 17 Sep 2008) | 1 line
      
        Bumping to 2.6rc2
      ........
        r66506 | barry.warsaw | 2008-09-18 00:34:31 -0500 (Thu, 18 Sep 2008) | 1 line
      
        done with 2.6rc2
      ........
      078488cf