1. 14 Apr, 2010 5 commits
  2. 13 Apr, 2010 6 commits
  3. 12 Apr, 2010 14 commits
  4. 11 Apr, 2010 15 commits
    • Benjamin Peterson's avatar
      compare with empty bytes · 9faa7ec0
      Benjamin Peterson authored
      9faa7ec0
    • Antoine Pitrou's avatar
      Blocked revisions 79979 via svnmerge · 6a45e9df
      Antoine Pitrou authored
      ........
        r79979 | antoine.pitrou | 2010-04-12 00:45:47 +0200 (lun., 12 avril 2010) | 3 lines
      
        Fix misplaced items and incorrect title.
      ........
      6a45e9df
    • Antoine Pitrou's avatar
      Merged revisions 79977 via svnmerge from · 0c70d2d1
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79977 | antoine.pitrou | 2010-04-12 00:32:39 +0200 (lun., 12 avril 2010) | 4 lines
      
        Issue #8374: Update the internal alias table in the :mod:`locale` module
        to cover recent locale changes and additions.
      ........
      0c70d2d1
    • Benjamin Peterson's avatar
      regen configure · 99f0376a
      Benjamin Peterson authored
      99f0376a
    • Benjamin Peterson's avatar
      Merged revisions 79902 via svnmerge from · 051858e8
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79902 | ronald.oussoren | 2010-04-08 03:13:31 -0500 (Thu, 08 Apr 2010) | 9 lines
      
        This check-in fixes two problems:
      
        1) A non-critical off-by-one error in pythonw
      
        2) A problem in the configure script that caused
           builds with '--enable-framework --enable-universalsdk=/'
           to fail on OSX 10.6.
      ........
      051858e8
    • Benjamin Peterson's avatar
      Merged revisions 79903,79907 via svnmerge from · a0820897
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79903 | martin.v.loewis | 2010-04-08 04:47:40 -0500 (Thu, 08 Apr 2010) | 2 lines
      
        Issue #8344: Fix test_ttk bug on FreeBSD.
      ........
        r79907 | martin.v.loewis | 2010-04-08 12:38:32 -0500 (Thu, 08 Apr 2010) | 2 lines
      
        Issue #8204: Fix test_ttk notebook test by forcing focus.
      ........
      a0820897
    • Benjamin Peterson's avatar
      Merged revisions 79908 via svnmerge from · 87cb7876
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79908 | martin.v.loewis | 2010-04-08 12:40:54 -0500 (Thu, 08 Apr 2010) | 2 lines
      
        Issue #8348: Fix test ftp url in test_urllib2net.
      ........
      87cb7876
    • Benjamin Peterson's avatar
      Blocked revisions 79307 via svnmerge · 7f1fddc4
      Benjamin Peterson authored
      ........
        r79307 | florent.xicluna | 2010-03-22 17:45:50 -0500 (Mon, 22 Mar 2010) | 2 lines
      
        #7667: Fix doctest failures with non-ASCII paths.
      ........
      7f1fddc4
    • Benjamin Peterson's avatar
      Merged revisions 79548,79557,79616-79617,79716,79778,79795,79803,79896 via svnmerge from · 6a6666ab
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79548 | martin.v.loewis | 2010-04-01 02:40:51 -0500 (Thu, 01 Apr 2010) | 3 lines
      
        Issue #8032: For gdb7, a python-gdb.py file is added to the build,
        allowing to use advanced gdb features when debugging Python.
      ........
        r79557 | antoine.pitrou | 2010-04-01 12:56:57 -0500 (Thu, 01 Apr 2010) | 5 lines
      
        Issue #8281: rename test_gdb_sample.py to gdb_sample.py, otherwise it gets picked
        as a regular test by regrtest.py, and fails.
      ........
        r79616 | mark.dickinson | 2010-04-02 15:22:21 -0500 (Fri, 02 Apr 2010) | 1 line
      
        Add python.exe-gdb.py to svn:ignore, for the benefit of OS X developers.
      ........
        r79617 | mark.dickinson | 2010-04-02 15:34:26 -0500 (Fri, 02 Apr 2010) | 1 line
      
        Add python-gdb.py and python.exe-gdb.py to distclean target in Makefile.
      ........
        r79716 | martin.v.loewis | 2010-04-03 13:54:07 -0500 (Sat, 03 Apr 2010) | 2 lines
      
        Don't install python-gdb.py as an executable.
      ........
        r79778 | r.david.murray | 2010-04-04 20:34:50 -0500 (Sun, 04 Apr 2010) | 3 lines
      
        Issue 8287: try to fix the gdb-python install errors on Solaris
        and FreeBSD.  Patch by Dave Malcolm.
      ........
        r79795 | ronald.oussoren | 2010-04-05 06:21:21 -0500 (Mon, 05 Apr 2010) | 7 lines
      
        Ensure that the gdb hooks can be installed when
        srcdir != builddir.
      
        Without this patch it is no longer possible to
        build python when you don't run configure from
        the root of the source tree.
      ........
        r79803 | r.david.murray | 2010-04-05 11:28:49 -0500 (Mon, 05 Apr 2010) | 3 lines
      
        Issue 8316: make test_gdb robust in the face of differing terminal
        widths.  Patch by Dave Malcolm.
      ........
        r79896 | martin.v.loewis | 2010-04-07 14:11:32 -0500 (Wed, 07 Apr 2010) | 2 lines
      
        Issue #8337: Disable the remaining test also for now.
      ........
      6a6666ab
    • Benjamin Peterson's avatar
    • Benjamin Peterson's avatar
      Merged revisions 79934 via svnmerge from · a6590e84
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79934 | philip.jenvey | 2010-04-10 14:39:07 -0500 (Sat, 10 Apr 2010) | 1 line
      
        adjust gc_collect for Jython
      ........
      a6590e84
    • Benjamin Peterson's avatar
      Merged revisions 79936 via svnmerge from · ad6139ac
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79936 | philip.jenvey | 2010-04-10 15:27:15 -0500 (Sat, 10 Apr 2010) | 3 lines
      
        fix PYTHONWARNINGS handling to not modify the original env value and improve
        its tests
      ........
      ad6139ac
    • Benjamin Peterson's avatar
      Blocked revisions 79935 via svnmerge · 75825a7a
      Benjamin Peterson authored
      ........
        r79935 | jean-paul.calderone | 2010-04-10 14:59:28 -0500 (Sat, 10 Apr 2010) | 9 lines
      
        Refactor a couple inspect module tests to remove duplicate code
      
        The test_classify_oldstyle and test_classify_newstyle methods of
        test.test_inspect.TestClassesAndFunctions were previously almost
        identical (aside from irrelevant whitespace and one semantic
        difference).  They now share a single helper.
      
        Fixes issue #8363.
      ........
      75825a7a
    • Benjamin Peterson's avatar
      Blocked revisions 79962 via svnmerge · 5d52fdcf
      Benjamin Peterson authored
      ........
        r79962 | raymond.hettinger | 2010-04-11 15:39:28 -0500 (Sun, 11 Apr 2010) | 1 line
      
        Minor factoring
      ........
      5d52fdcf
    • Benjamin Peterson's avatar
      Merged revisions... · b48af54f
      Benjamin Peterson authored
      Merged revisions 79464,79471,79623,79626,79630,79632,79643,79648-79649,79679,79685,79711,79761,79774,79777,79792-79794,79877,79898-79900 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79464 | michael.foord | 2010-03-27 07:55:19 -0500 (Sat, 27 Mar 2010) | 1 line
      
        A fix for running unittest tests on platforms without the audioop module (e.g. jython and IronPython)
      ........
        r79471 | michael.foord | 2010-03-27 14:10:11 -0500 (Sat, 27 Mar 2010) | 4 lines
      
        Addition of delta keyword argument to unittest.TestCase.assertAlmostEquals and assertNotAlmostEquals
      
        This allows the comparison of objects by specifying a maximum difference; this includes the comparing of non-numeric objects that don't support rounding.
      ........
        r79623 | michael.foord | 2010-04-02 16:42:47 -0500 (Fri, 02 Apr 2010) | 1 line
      
        Addition of -b command line option to unittest for buffering stdout and stderr during test runs.
      ........
        r79626 | michael.foord | 2010-04-02 17:08:29 -0500 (Fri, 02 Apr 2010) | 1 line
      
        TestResult stores original sys.stdout and tests no longer use sys.__stdout__ (etc) in tests for unittest -b command line option
      ........
        r79630 | michael.foord | 2010-04-02 17:30:56 -0500 (Fri, 02 Apr 2010) | 1 line
      
        unittest tests no longer replace the sys.stdout put in place by regrtest
      ........
        r79632 | michael.foord | 2010-04-02 17:55:59 -0500 (Fri, 02 Apr 2010) | 1 line
      
        Issue #8038: Addition of unittest.TestCase.assertNotRegexpMatches
      ........
        r79643 | michael.foord | 2010-04-02 20:15:21 -0500 (Fri, 02 Apr 2010) | 1 line
      
        Support dotted module names for test discovery paths in unittest. Issue 8038.
      ........
        r79648 | michael.foord | 2010-04-02 21:21:39 -0500 (Fri, 02 Apr 2010) | 1 line
      
        Cross platform unittest.TestResult newline handling when buffering stdout / stderr.
      ........
        r79649 | michael.foord | 2010-04-02 21:33:55 -0500 (Fri, 02 Apr 2010) | 1 line
      
        Another attempt at a fix for unittest.test.test_result for windows line endings
      ........
        r79679 | michael.foord | 2010-04-03 09:52:18 -0500 (Sat, 03 Apr 2010) | 1 line
      
        Adding -b command line option to the unittest usage message.
      ........
        r79685 | michael.foord | 2010-04-03 10:20:00 -0500 (Sat, 03 Apr 2010) | 1 line
      
        Minor tweak to unittest command line usage message
      ........
        r79711 | michael.foord | 2010-04-03 12:03:11 -0500 (Sat, 03 Apr 2010) | 1 line
      
        Documenting new features in unittest
      ........
        r79761 | michael.foord | 2010-04-04 17:41:54 -0500 (Sun, 04 Apr 2010) | 1 line
      
        unittest documentation formatting changes
      ........
        r79774 | michael.foord | 2010-04-04 18:28:44 -0500 (Sun, 04 Apr 2010) | 1 line
      
        Adding documentation for new unittest.main() parameters
      ........
        r79777 | michael.foord | 2010-04-04 19:39:50 -0500 (Sun, 04 Apr 2010) | 1 line
      
        Document signal handling functions in unittest.rst
      ........
        r79792 | michael.foord | 2010-04-05 05:26:26 -0500 (Mon, 05 Apr 2010) | 1 line
      
        Documentation fixes for unittest
      ........
        r79793 | michael.foord | 2010-04-05 05:28:27 -0500 (Mon, 05 Apr 2010) | 1 line
      
        Furterh documentation fix for unittest.rst
      ........
        r79794 | michael.foord | 2010-04-05 05:30:14 -0500 (Mon, 05 Apr 2010) | 1 line
      
        Further documentation fix for unittest.rst
      ........
        r79877 | michael.foord | 2010-04-06 18:18:16 -0500 (Tue, 06 Apr 2010) | 1 line
      
        Fix module directory finding logic for dotted paths in unittest test discovery.
      ........
        r79898 | michael.foord | 2010-04-07 18:04:22 -0500 (Wed, 07 Apr 2010) | 1 line
      
        unittest.result.TestResult does not create its buffers until they're used. It uses StringIO not cStringIO. Issue 8333.
      ........
        r79899 | michael.foord | 2010-04-07 19:04:24 -0500 (Wed, 07 Apr 2010) | 1 line
      
        Switch regrtest to use StringIO instead of cStringIO for test_multiprocessing on Windows. Issue 8333.
      ........
        r79900 | michael.foord | 2010-04-07 23:33:20 -0500 (Wed, 07 Apr 2010) | 1 line
      
        Correction of unittest documentation typos and omissions
      ........
      b48af54f