1. 27 Eyl, 2008 4 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 66653-66654 via svnmerge from · d61de7f1
      Benjamin Peterson yazdı
      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
      ................
      d61de7f1
    • Benjamin Peterson's avatar
      Blocked revisions 66657 via svnmerge · 027951f1
      Benjamin Peterson yazdı
      ........
        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
      ........
      027951f1
    • Benjamin Peterson's avatar
      #3911 FTP.makeport was giving bad port numbers · 3a53fbbf
      Benjamin Peterson yazdı
      reviewed by Benjamin and Antoine
      3a53fbbf
    • Benjamin Peterson's avatar
      Merged revisions 66634 via svnmerge from · be17a117
      Benjamin Peterson yazdı
      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.)
      ........
      be17a117
  2. 26 Eyl, 2008 2 kayıt (commit)
  3. 25 Eyl, 2008 4 kayıt (commit)
  4. 24 Eyl, 2008 3 kayıt (commit)
  5. 23 Eyl, 2008 5 kayıt (commit)
  6. 22 Eyl, 2008 7 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions… · 9bc9351c
      Benjamin Peterson yazdı
      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.
      ........
      9bc9351c
    • Benjamin Peterson's avatar
    • Benjamin Peterson's avatar
      Merged revisions 66557 via svnmerge from · 07317b12
      Benjamin Peterson yazdı
      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)
      ........
      07317b12
    • Andrew MacIntyre's avatar
      Merged revisions 66552-66553 via svnmerge from · 4561257c
      Andrew MacIntyre yazdı
      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
      ........
      4561257c
    • Andrew MacIntyre's avatar
      Blocked revisions 66554 via svnmerge · a74e4bf4
      Andrew MacIntyre yazdı
      ........
        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
      a74e4bf4
    • Andrew MacIntyre's avatar
    • Gerhard Häring's avatar
      Issue #3659: Values of string subclasses were not handled correctly when used · 6117f423
      Gerhard Häring yazdı
      as bind parameters.
      
      Reviewed by Bejnamin Peterson.
      6117f423
  7. 21 Eyl, 2008 10 kayıt (commit)
  8. 20 Eyl, 2008 1 kayıt (commit)
  9. 19 Eyl, 2008 3 kayıt (commit)
  10. 18 Eyl, 2008 1 kayıt (commit)
    • Benjamin Peterson's avatar
      Blocked revisions 66498,66502,66504,66506 via svnmerge · b68828cf
      Benjamin Peterson yazdı
      ........
        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
      ........
      b68828cf