1. 30 Oct, 2009 3 commits
  2. 29 Oct, 2009 4 commits
    • Mark Dickinson's avatar
      Merged revisions 75943-75945 via svnmerge from · 3f1d6d74
      Mark Dickinson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75943 | mark.dickinson | 2009-10-29 11:09:09 +0000 (Thu, 29 Oct 2009) | 1 line
      
        Fix duplicate test numbers in extra.decTest
      ........
        r75944 | mark.dickinson | 2009-10-29 12:04:00 +0000 (Thu, 29 Oct 2009) | 3 lines
      
        Issue #7233:  A number of two-argument Decimal methods were failing to
        accept ints and longs for the second argument.
      ........
        r75945 | mark.dickinson | 2009-10-29 12:11:18 +0000 (Thu, 29 Oct 2009) | 4 lines
      
        Issue #7233:  Fix Decimal.shift and Decimal.rotate methods for
        arguments with more digits than the current context precision.
        Bug reported by Stefan Krah.
      ........
      3f1d6d74
    • Mark Dickinson's avatar
      Merged revisions 75939 via svnmerge from · 5caca3bc
      Mark Dickinson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75939 | mark.dickinson | 2009-10-29 09:46:04 +0000 (Thu, 29 Oct 2009) | 5 lines
      
        Roll back ill-considered attempts to fix printf specifier mismatch for off_t.
        The sensible solution seems to be to implement %lld for PyString_FromFormat(V)
        and PyErr_Format.  See issue #7228.
      ........
      5caca3bc
    • Lars Gustäbel's avatar
      Merged revisions 75935 via svnmerge from · 724bfa3e
      Lars Gustäbel authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75935 | lars.gustaebel | 2009-10-29 10:15:00 +0100 (Thu, 29 Oct 2009) | 3 lines
      
        Issue #4750: Store the basename of the original filename in
        the gzip FNAME header as required by RFC 1952.
      ........
      724bfa3e
    • Benjamin Peterson's avatar
      Blocked revisions 75931 via svnmerge · 274e9874
      Benjamin Peterson authored
      ........
        r75931 | benjamin.peterson | 2009-10-28 20:49:07 -0500 (Wed, 28 Oct 2009) | 5 lines
      
        do a backport of r75928
      
        The added test does not fail without the patch, but we still fix the issue of
        surrogates being used in wide builds where they should not be.
      ........
      274e9874
  3. 28 Oct, 2009 7 commits
  4. 27 Oct, 2009 24 commits
    • Tarek Ziadé's avatar
      Merged revisions 75893 via svnmerge from · fce348e8
      Tarek Ziadé authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75893 | tarek.ziade | 2009-10-28 00:06:10 +0100 (Wed, 28 Oct 2009) | 1 line
      
        Fixed #1180: Option to ignore ~/.pydistutils.cfg in Distutils
      ........
      fce348e8
    • Mark Dickinson's avatar
    • Georg Brandl's avatar
      Merged revisions 75887 via svnmerge from · 0a1faac2
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75887 | georg.brandl | 2009-10-27 23:56:09 +0100 (Di, 27 Okt 2009) | 1 line
      
        Make sure every run of test_intern() interns a new string, otherwise that test fails e.g. when some other test in test_builtin fails and it is rerun in verbose mode.
      ........
      0a1faac2
    • Mark Dickinson's avatar
      Merged revisions 75883 via svnmerge from · 2aa934ce
      Mark Dickinson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75883 | mark.dickinson | 2009-10-27 22:09:33 +0000 (Tue, 27 Oct 2009) | 1 line
      
        Test long inputs to float
      ........
      2aa934ce
    • Mark Dickinson's avatar
      Merged revisions 75879 via svnmerge from · a0724ddd
      Mark Dickinson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75879 | mark.dickinson | 2009-10-27 21:48:20 +0000 (Tue, 27 Oct 2009) | 3 lines
      
        Silence gcc warnings when trying to print an off_t using "lld", on platforms
        where off_t has type long (e.g., 64-bit Linux).
      ........
      a0724ddd
    • Georg Brandl's avatar
      Only declare variable when it's used. · 112b7bdb
      Georg Brandl authored
      112b7bdb
    • Antoine Pitrou's avatar
      Merged revisions 75874 via svnmerge from · 1de36063
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75874 | antoine.pitrou | 2009-10-27 22:27:24 +0100 (mar., 27 oct. 2009) | 4 lines
      
        Reduce the probability of refleaks in test_socketserver.
        Not completely suppressed though, see issue #7222.
      ........
      1de36063
    • Tarek Ziadé's avatar
      Merged revisions 75871 via svnmerge from · 9e1b812d
      Tarek Ziadé authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75871 | tarek.ziade | 2009-10-27 22:20:27 +0100 (Tue, 27 Oct 2009) | 1 line
      
        Issue #7218: Fix test_site for win32
      ........
      9e1b812d
    • Benjamin Peterson's avatar
      remove shadowing declartion · f41bdc97
      Benjamin Peterson authored
      f41bdc97
    • Georg Brandl's avatar
      Merged revisions 75866-75867 via svnmerge from · 38f99cc6
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75866 | georg.brandl | 2009-10-27 21:52:02 +0100 (Di, 27 Okt 2009) | 1 line
      
        Add a regrtest option to re-run in verbose mode immediately after a test fails, and use that option on the buildbots.
      ........
        r75867 | georg.brandl | 2009-10-27 21:55:44 +0100 (Di, 27 Okt 2009) | 1 line
      
        Reformat the regrtest command-line option help and group the options into sections.
      ........
      38f99cc6
    • Antoine Pitrou's avatar
      Merged revisions 75860 via svnmerge from · 15c13fd1
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75860 | antoine.pitrou | 2009-10-27 21:20:41 +0100 (mar., 27 oct. 2009) | 3 lines
      
        Try to fix transient refleaks in test_distutils.
      ........
      15c13fd1
    • Antoine Pitrou's avatar
      Merged revisions 75855 via svnmerge from · d4880d5b
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75855 | antoine.pitrou | 2009-10-27 21:14:04 +0100 (mar., 27 oct. 2009) | 3 lines
      
        Fix transient refleaks in test_urllib2_localnet.
      ........
      d4880d5b
    • Antoine Pitrou's avatar
      Merged revisions 75851 via svnmerge from · abead73f
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75851 | antoine.pitrou | 2009-10-27 21:02:23 +0100 (mar., 27 oct. 2009) | 3 lines
      
        Suppress transient refleaks in test_threading.
      ........
      abead73f
    • Antoine Pitrou's avatar
      Merged revisions 75849 via svnmerge from · d7ce90f2
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75849 | antoine.pitrou | 2009-10-27 20:47:30 +0100 (mar., 27 oct. 2009) | 3 lines
      
        Suppress transient refleaks in test_smtplib.
      ........
      d7ce90f2
    • Eric Smith's avatar
      Blocked revisions 75846 via svnmerge · 6a303e33
      Eric Smith authored
      ........
        r75846 | eric.smith | 2009-10-27 15:42:57 -0400 (Tue, 27 Oct 2009) | 1 line
      
        Removed PyOS_ascii_atof from marshal.c, as mentioned in issue 7117. Also brings it more in line with py3k.
      ........
      6a303e33
    • Antoine Pitrou's avatar
      Blocked revisions 75844 via svnmerge · 9ca4f1b0
      Antoine Pitrou authored
      ........
        r75844 | antoine.pitrou | 2009-10-27 20:36:44 +0100 (mar., 27 oct. 2009) | 3 lines
      
        Suppress transient refleaks in test_file2k.
      ........
      9ca4f1b0
    • Antoine Pitrou's avatar
      Merged revisions 75842 via svnmerge from · c07cec15
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75842 | antoine.pitrou | 2009-10-27 20:23:56 +0100 (mar., 27 oct. 2009) | 3 lines
      
        Fix transient refleak in test_sys.
      ........
      c07cec15
    • Antoine Pitrou's avatar
      Merged revisions 75838 via svnmerge from · f6627b46
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75838 | antoine.pitrou | 2009-10-27 19:50:52 +0100 (mar., 27 oct. 2009) | 3 lines
      
        (Hopefully) suppress transient refleaks in test_httpservers.
      ........
      f6627b46
    • Antoine Pitrou's avatar
      Merged revisions 75826 via svnmerge from · 46114048
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75826 | antoine.pitrou | 2009-10-27 19:36:47 +0100 (mar., 27 oct. 2009) | 3 lines
      
        Suppress transient refleaks in test_asyncore
      ........
      46114048
    • Eric Smith's avatar
      Blocked revisions 75824 via svnmerge · 3d64ae24
      Eric Smith authored
      ........
        r75824 | eric.smith | 2009-10-27 14:33:14 -0400 (Tue, 27 Oct 2009) | 1 line
      
        Removed PyOS_ascii_atof from ast.c, as mentioned in issue 7117.
      ........
      3d64ae24
    • Antoine Pitrou's avatar
      Merged revisions 75818 via svnmerge from · 6fa5b522
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75818 | antoine.pitrou | 2009-10-27 18:41:58 +0100 (mar., 27 oct. 2009) | 3 lines
      
        Issue #7205: Fix a possible deadlock when using a BZ2File object from several threads at once.
      ........
      6fa5b522
    • Georg Brandl's avatar
      Merged revisions... · 40811947
      Georg Brandl authored
      Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75365 | georg.brandl | 2009-10-11 22:16:16 +0200 (So, 11 Okt 2009) | 1 line
      
        Fix broken links found by "make linkcheck".  scipy.org seems to be done right now, so I could not verify links going there.
      ........
        r75394 | georg.brandl | 2009-10-13 20:10:59 +0200 (Di, 13 Okt 2009) | 1 line
      
        Fix markup.
      ........
        r75402 | georg.brandl | 2009-10-14 17:51:48 +0200 (Mi, 14 Okt 2009) | 1 line
      
        #7125: fix typo.
      ........
        r75403 | georg.brandl | 2009-10-14 17:57:46 +0200 (Mi, 14 Okt 2009) | 1 line
      
        #7126: os.environ changes *do* take effect in subprocesses started with os.system().
      ........
        r75418 | georg.brandl | 2009-10-14 20:48:32 +0200 (Mi, 14 Okt 2009) | 1 line
      
        #7116: str.join() takes an iterable.
      ........
        r75459 | georg.brandl | 2009-10-17 10:57:43 +0200 (Sa, 17 Okt 2009) | 1 line
      
        Fix refleaks in _ctypes PyCSimpleType_New, which fixes the refleak seen in test___all__.
      ........
        r75484 | georg.brandl | 2009-10-18 09:58:12 +0200 (So, 18 Okt 2009) | 1 line
      
        Fix missing word.
      ........
        r75592 | georg.brandl | 2009-10-22 09:05:48 +0200 (Do, 22 Okt 2009) | 1 line
      
        Fix punctuation.
      ........
        r75593 | georg.brandl | 2009-10-22 09:06:49 +0200 (Do, 22 Okt 2009) | 1 line
      
        Revert unintended change.
      ........
        r75594 | georg.brandl | 2009-10-22 09:56:02 +0200 (Do, 22 Okt 2009) | 1 line
      
        Fix markup.
      ........
        r75595 | georg.brandl | 2009-10-22 09:56:56 +0200 (Do, 22 Okt 2009) | 1 line
      
        Fix duplicate target.
      ........
        r75596 | georg.brandl | 2009-10-22 10:05:04 +0200 (Do, 22 Okt 2009) | 1 line
      
        Add a new directive marking up implementation details and start using it.
      ........
        r75600 | georg.brandl | 2009-10-22 13:01:46 +0200 (Do, 22 Okt 2009) | 1 line
      
        Make it more robust.
      ........
        r75602 | georg.brandl | 2009-10-22 13:28:06 +0200 (Do, 22 Okt 2009) | 1 line
      
        Document new directive.
      ........
        r75603 | georg.brandl | 2009-10-22 13:28:23 +0200 (Do, 22 Okt 2009) | 1 line
      
        Allow short form with text as argument.
      ........
        r75604 | georg.brandl | 2009-10-22 13:36:50 +0200 (Do, 22 Okt 2009) | 1 line
      
        Fix stylesheet for multi-paragraph impl-details.
      ........
        r75605 | georg.brandl | 2009-10-22 13:48:10 +0200 (Do, 22 Okt 2009) | 1 line
      
        Use "impl-detail" directive where applicable.
      ........
        r75606 | georg.brandl | 2009-10-22 17:00:06 +0200 (Do, 22 Okt 2009) | 1 line
      
        #6324: membership test tries iteration via __iter__.
      ........
        r75607 | georg.brandl | 2009-10-22 17:04:09 +0200 (Do, 22 Okt 2009) | 1 line
      
        #7088: document new functions in signal as Unix-only.
      ........
        r75610 | georg.brandl | 2009-10-22 17:27:24 +0200 (Do, 22 Okt 2009) | 1 line
      
        Reorder __slots__ fine print and add a clarification.
      ........
        r75611 | georg.brandl | 2009-10-22 17:42:32 +0200 (Do, 22 Okt 2009) | 1 line
      
        #7035: improve docs of the various <method>_errors() functions, and give them docstrings.
      ........
        r75612 | georg.brandl | 2009-10-22 17:52:15 +0200 (Do, 22 Okt 2009) | 1 line
      
        #7156: document curses as Unix-only.
      ........
        r75613 | georg.brandl | 2009-10-22 17:54:35 +0200 (Do, 22 Okt 2009) | 1 line
      
        #6977: getopt does not support optional option arguments.
      ........
        r75616 | georg.brandl | 2009-10-22 18:17:05 +0200 (Do, 22 Okt 2009) | 1 line
      
        Add proper references.
      ........
        r75617 | georg.brandl | 2009-10-22 18:20:55 +0200 (Do, 22 Okt 2009) | 1 line
      
        Make printout margin important.
      ........
        r75623 | georg.brandl | 2009-10-23 10:14:44 +0200 (Fr, 23 Okt 2009) | 1 line
      
        #7188: fix optionxform() docs.
      ........
        r75627 | fred.drake | 2009-10-23 15:04:51 +0200 (Fr, 23 Okt 2009) | 2 lines
      
        add further note about what's passed to optionxform
      ........
        r75640 | neil.schemenauer | 2009-10-23 21:58:17 +0200 (Fr, 23 Okt 2009) | 2 lines
      
        Improve some docstrings in the 'warnings' module.
      ........
        r75647 | georg.brandl | 2009-10-24 12:04:19 +0200 (Sa, 24 Okt 2009) | 1 line
      
        Fix markup.
      ........
        r75696 | georg.brandl | 2009-10-25 21:25:43 +0100 (So, 25 Okt 2009) | 1 line
      
        Fix a demo.
      ........
        r75795 | georg.brandl | 2009-10-27 16:10:22 +0100 (Di, 27 Okt 2009) | 1 line
      
        Fix a strange mis-edit.
      ........
      40811947
    • Eric Smith's avatar
      Blocked revisions 75745 via svnmerge · 40aed036
      Eric Smith authored
      ........
        r75745 | eric.smith | 2009-10-27 08:12:44 -0400 (Tue, 27 Oct 2009) | 1 line
      
        Issue 7117: Replace PyOS_ascii_strtod with PyOS_string_to_double in stropmodule as part of short float repr.
      ........
      40aed036
    • Eric Smith's avatar
      Blocked revisions 75743 via svnmerge · 9aef1359
      Eric Smith authored
      ........
        r75743 | eric.smith | 2009-10-27 07:32:11 -0400 (Tue, 27 Oct 2009) | 1 line
      
        Issue 7117: Replace PyOS_ascii_strtod with PyOS_string_to_double in cPickle as part of short float repr.
      ........
      9aef1359
  5. 26 Oct, 2009 2 commits