1. 03 Dec, 2009 7 commits
  2. 02 Dec, 2009 3 commits
  3. 01 Dec, 2009 2 commits
  4. 30 Nov, 2009 4 commits
  5. 29 Nov, 2009 3 commits
  6. 28 Nov, 2009 7 commits
  7. 27 Nov, 2009 5 commits
  8. 26 Nov, 2009 1 commit
  9. 25 Nov, 2009 8 commits
    • Antoine Pitrou's avatar
      Blocked revisions 76531 via svnmerge · 3b713b01
      Antoine Pitrou authored
      ........
        r76531 | antoine.pitrou | 2009-11-26 00:03:22 +0100 (jeu., 26 nov. 2009) | 3 lines
      
        Forgot to add a `versionadded` tag
      ........
      3b713b01
    • Antoine Pitrou's avatar
      Merged revisions 76529 via svnmerge from · be6859d8
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r76529 | antoine.pitrou | 2009-11-25 23:59:36 +0100 (mer., 25 nov. 2009) | 4 lines
      
        Issue #5788: `datetime.timedelta` objects get a new `total_seconds()` method returning
        the total number of seconds in the duration.  Patch by Brian Quinlan.
      ........
      be6859d8
    • Antoine Pitrou's avatar
      Merged revisions 75529 via svnmerge from · 7d7aede5
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75529 | antoine.pitrou | 2009-10-19 19:59:07 +0200 (lun., 19 oct. 2009) | 5 lines
      
        Issue #7133: SSL objects now support the new buffer API.
      
        This fixes the test_ssl failure.
      ........
      7d7aede5
    • Barry Warsaw's avatar
    • Benjamin Peterson's avatar
      fix test checking for error message · e360795d
      Benjamin Peterson authored
      e360795d
    • Benjamin Peterson's avatar
      Merged revisions 76259,76326,76376-76377,76430,76471,76517 via svnmerge from · 2021100d
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ................
        r76259 | georg.brandl | 2009-11-14 05:50:51 -0600 (Sat, 14 Nov 2009) | 1 line
      
        Fix terminology.
      ................
        r76326 | georg.brandl | 2009-11-16 10:44:05 -0600 (Mon, 16 Nov 2009) | 1 line
      
        #7302: fix link.
      ................
        r76376 | georg.brandl | 2009-11-18 13:39:14 -0600 (Wed, 18 Nov 2009) | 1 line
      
        upcase Python
      ................
        r76377 | georg.brandl | 2009-11-18 14:05:15 -0600 (Wed, 18 Nov 2009) | 1 line
      
        Fix markup.
      ................
        r76430 | r.david.murray | 2009-11-20 07:29:43 -0600 (Fri, 20 Nov 2009) | 2 lines
      
        Issue 7363: fix indentation in socketserver udpserver example.
      ................
        r76471 | georg.brandl | 2009-11-23 13:53:19 -0600 (Mon, 23 Nov 2009) | 1 line
      
        #7345: fix arguments of formatyear().
      ................
        r76517 | benjamin.peterson | 2009-11-25 12:16:46 -0600 (Wed, 25 Nov 2009) | 29 lines
      
        Merged revisions 76160-76161,76250,76252,76447,76506 via svnmerge from
        svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
      
        ........
          r76160 | benjamin.peterson | 2009-11-08 18:53:48 -0600 (Sun, 08 Nov 2009) | 1 line
      
          undeprecate the -p option; it's useful for converting python3 sources
        ........
          r76161 | benjamin.peterson | 2009-11-08 19:05:37 -0600 (Sun, 08 Nov 2009) | 1 line
      
          simplify condition
        ........
          r76250 | benjamin.peterson | 2009-11-13 16:56:48 -0600 (Fri, 13 Nov 2009) | 1 line
      
          fix handling of a utf-8 bom #7313
        ........
          r76252 | benjamin.peterson | 2009-11-13 16:58:36 -0600 (Fri, 13 Nov 2009) | 1 line
      
          remove pdb turd
        ........
          r76447 | benjamin.peterson | 2009-11-22 18:17:40 -0600 (Sun, 22 Nov 2009) | 1 line
      
          #7375 fix nested transformations in fix_urllib
        ........
          r76506 | benjamin.peterson | 2009-11-24 18:34:31 -0600 (Tue, 24 Nov 2009) | 1 line
      
          use generator expressions in any()
        ........
      ................
      2021100d
    • Benjamin Peterson's avatar
      Blocked revisions... · a591cde3
      Benjamin Peterson authored
      Blocked revisions 74523,74715,74721,74733-74734,74798,74825,74832,74845,74849,74873,74936-74937,74962,74964,74981,75017,75022,76053 via svnmerge
      
      ........
        r74523 | gregory.p.smith | 2009-08-20 04:38:43 -0500 (Thu, 20 Aug 2009) | 2 lines
      
        comment typo fix
      ........
        r74715 | ronald.oussoren | 2009-09-08 02:17:10 -0500 (Tue, 08 Sep 2009) | 5 lines
      
        This is an update to r74701. How hard can it be to get a configure test right.
      
        This patch has already been backported as part of the backport of r74701,
        which is how I found this problem.
      ........
        r74721 | thomas.heller | 2009-09-08 14:24:36 -0500 (Tue, 08 Sep 2009) | 1 line
      
        Make ctypes compile again with older Python versions.
      ........
        r74733 | benjamin.peterson | 2009-09-09 06:40:54 -0500 (Wed, 09 Sep 2009) | 1 line
      
        tabbify
      ........
        r74734 | benjamin.peterson | 2009-09-09 06:42:57 -0500 (Wed, 09 Sep 2009) | 1 line
      
        revert unintended changes
      ........
        r74798 | ronald.oussoren | 2009-09-15 13:33:33 -0500 (Tue, 15 Sep 2009) | 8 lines
      
        MacOSX: detect the architectures supported by
        Tk.framework and build _tkinter only for those
        architectures.
      
        This replaces the hardcoded solution that is no
        longer valid now that 64-bit capable versions of
        Tk are available on OSX.
      ........
        r74825 | ezio.melotti | 2009-09-16 08:14:05 -0500 (Wed, 16 Sep 2009) | 1 line
      
        #6879 - fix misstatement about exceptions
      ........
        r74832 | georg.brandl | 2009-09-16 10:57:46 -0500 (Wed, 16 Sep 2009) | 1 line
      
        Rewrap long lines.
      ........
        r74845 | georg.brandl | 2009-09-16 15:30:09 -0500 (Wed, 16 Sep 2009) | 5 lines
      
        #6844: do not emit DeprecationWarnings on access if Exception.message has been set by the user.
      
        This works by always setting it in __dict__, except when it's implicitly set in __init__.
      ........
        r74849 | thomas.wouters | 2009-09-16 15:36:34 -0500 (Wed, 16 Sep 2009) | 4 lines
      
      
        Add news entry for r74841.
      ........
        r74873 | georg.brandl | 2009-09-17 06:48:31 -0500 (Thu, 17 Sep 2009) | 1 line
      
        #6844 followup: the warning when setting Exception.message was removed, do not test for it.
      ........
        r74936 | benjamin.peterson | 2009-09-18 16:46:21 -0500 (Fri, 18 Sep 2009) | 1 line
      
        backport keyword argument support for bytearray.decode
      ........
        r74937 | benjamin.peterson | 2009-09-18 16:47:27 -0500 (Fri, 18 Sep 2009) | 1 line
      
        typo
      ........
        r74962 | ronald.oussoren | 2009-09-20 05:31:22 -0500 (Sun, 20 Sep 2009) | 2 lines
      
        Fix for issue 6851: urllib.urlopen crashes in a thread on OSX 10.6
      ........
        r74964 | ronald.oussoren | 2009-09-20 05:54:07 -0500 (Sun, 20 Sep 2009) | 2 lines
      
        Followup for r74962
      ........
        r74981 | ronald.oussoren | 2009-09-20 15:16:11 -0500 (Sun, 20 Sep 2009) | 3 lines
      
        * Make it easier to build custom installers (such as a 3-way universal build)
        * Upgrade bzip dependency to 1.0.5
      ........
        r75017 | ronald.oussoren | 2009-09-22 09:24:57 -0500 (Tue, 22 Sep 2009) | 4 lines
      
        The 'Navigation Toolbox' is not available at all for 64-bit
        code, make this explicit in the C code to avoid confusing
        error messages during the build.
      ........
        r75022 | ronald.oussoren | 2009-09-22 14:27:44 -0500 (Tue, 22 Sep 2009) | 8 lines
      
        Half of the fix for issue 6957: ensure that distutils
        ignores the '-isysroot' option on OSX when the
        corresponding SDK is not installed.
      
        This ensures that the user can compile extensions
        on OSX 10.6 using the Python.org installer and a
        default installation of Xcode.
      ........
        r76053 | gregory.p.smith | 2009-11-01 20:03:16 -0600 (Sun, 01 Nov 2009) | 2 lines
      
        regenerated from r76052
      ........
      a591cde3
    • Benjamin Peterson's avatar
      Merged revisions... · f6489f94
      Benjamin Peterson authored
      Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,76058,76140-76141,76231,76380,76428-76429 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75264 | andrew.kuchling | 2009-10-05 17:30:22 -0500 (Mon, 05 Oct 2009) | 1 line
      
        Add various items
      ........
        r75268 | andrew.kuchling | 2009-10-05 17:45:39 -0500 (Mon, 05 Oct 2009) | 1 line
      
        Remove two notes
      ........
        r75293 | kristjan.jonsson | 2009-10-09 09:32:19 -0500 (Fri, 09 Oct 2009) | 2 lines
      
        http://bugs.python.org/issue7029
        a non-default timer wasn't actually used by the individual Tests.
      ........
        r75318 | benjamin.peterson | 2009-10-10 16:15:58 -0500 (Sat, 10 Oct 2009) | 1 line
      
        remove script which uses long gone module
      ........
        r75391 | andrew.kuchling | 2009-10-13 10:49:33 -0500 (Tue, 13 Oct 2009) | 1 line
      
        Link to PEP
      ........
        r75392 | andrew.kuchling | 2009-10-13 11:11:49 -0500 (Tue, 13 Oct 2009) | 1 line
      
        Various link, textual, and markup fixes
      ........
        r75436 | benjamin.peterson | 2009-10-15 10:39:15 -0500 (Thu, 15 Oct 2009) | 1 line
      
        don't need to mess up sys.path
      ........
        r75478 | senthil.kumaran | 2009-10-17 20:58:45 -0500 (Sat, 17 Oct 2009) | 3 lines
      
        Fix a typo.
      ........
        r75971 | benjamin.peterson | 2009-10-30 22:56:15 -0500 (Fri, 30 Oct 2009) | 1 line
      
        add some checks for evaluation order with parenthesis #7210
      ........
        r76003 | antoine.pitrou | 2009-10-31 19:30:13 -0500 (Sat, 31 Oct 2009) | 6 lines
      
        Hopefully fix the buildbot problems on test_mailbox, by computing
        the maildir toc cache refresh date before actually refreshing the cache.
      
        (see #6896)
      ........
        r76058 | benjamin.peterson | 2009-11-02 10:14:19 -0600 (Mon, 02 Nov 2009) | 1 line
      
        grant list.index() a more informative error message #7252
      ........
        r76140 | nick.coghlan | 2009-11-07 02:13:55 -0600 (Sat, 07 Nov 2009) | 1 line
      
        Add test for runpy.run_module package execution and use something other than logging as the example of a non-executable package
      ........
        r76141 | nick.coghlan | 2009-11-07 02:15:01 -0600 (Sat, 07 Nov 2009) | 1 line
      
        Some minor cleanups to private runpy code and docstrings
      ........
        r76231 | benjamin.peterson | 2009-11-12 17:42:23 -0600 (Thu, 12 Nov 2009) | 1 line
      
        this main is much more useful
      ........
        r76380 | antoine.pitrou | 2009-11-18 14:20:46 -0600 (Wed, 18 Nov 2009) | 3 lines
      
        Mention Giampolo R's new FTP TLS support in the what's new file
      ........
        r76428 | benjamin.peterson | 2009-11-19 20:15:50 -0600 (Thu, 19 Nov 2009) | 1 line
      
        turn goto into do while loop
      ........
        r76429 | benjamin.peterson | 2009-11-19 20:56:43 -0600 (Thu, 19 Nov 2009) | 2 lines
      
        avoid doing an uneeded import in a function
      ........
      f6489f94