1. 04 Jan, 2009 6 commits
  2. 03 Jan, 2009 25 commits
    • Antoine Pitrou's avatar
    • Georg Brandl's avatar
      Blocked revisions 68179,68208-68209,68238,68240 via svnmerge · 3de5a084
      Georg Brandl authored
      ........
        r68179 | raymond.hettinger | 2009-01-02 22:26:45 +0100 (Fri, 02 Jan 2009) | 1 line
      
        Issue #4615.  Document how to use itertools for de-duping.
      ........
        r68208 | raymond.hettinger | 2009-01-03 20:02:23 +0100 (Sat, 03 Jan 2009) | 1 line
      
        Issue 4796: Add from_float methods to the decimal module.
      ........
        r68209 | raymond.hettinger | 2009-01-03 20:08:10 +0100 (Sat, 03 Jan 2009) | 1 line
      
        Reapply r68191.
      ........
        r68238 | georg.brandl | 2009-01-03 23:03:11 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Manually merge r68095,68186,68187,68188,68190 from 2.6 branch.
      ........
        r68240 | georg.brandl | 2009-01-03 23:05:22 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Manually merge r67868 from 2.6 branch.
      ........
      3de5a084
    • Georg Brandl's avatar
      Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge from · 1f01debe
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68162 | ronald.oussoren | 2009-01-02 16:06:00 +0100 (Fri, 02 Jan 2009) | 3 lines
      
        Fix for issue 4472 is incompatible with Cygwin, this patch
        should fix that.
      ........
        r68166 | benjamin.peterson | 2009-01-02 19:26:23 +0100 (Fri, 02 Jan 2009) | 1 line
      
        document PyMemberDef
      ........
        r68171 | georg.brandl | 2009-01-02 21:25:14 +0100 (Fri, 02 Jan 2009) | 3 lines
      
        #4811: fix markup glitches (mostly remains of the conversion),
        found by Gabriel Genellina.
      ........
        r68176 | andrew.kuchling | 2009-01-02 22:00:35 +0100 (Fri, 02 Jan 2009) | 1 line
      
        Add various items
      ........
        r68195 | georg.brandl | 2009-01-03 14:45:15 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Remove useless string literal.
      ........
        r68196 | georg.brandl | 2009-01-03 15:29:53 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Fix indentation.
      ........
        r68210 | georg.brandl | 2009-01-03 20:10:12 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Set eol-style correctly for mp_distributing.py.
      ........
        r68232 | georg.brandl | 2009-01-03 22:52:16 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Grammar fix.
      ........
      1f01debe
    • Georg Brandl's avatar
      Blocked revisions 68150,68156,68158-68161,68163 via svnmerge · 814a2ca9
      Georg Brandl authored
      ........
        r68150 | ronald.oussoren | 2009-01-02 12:46:05 +0100 (Fri, 02 Jan 2009) | 1 line
      
        Fix for issue 3433
      ........
        r68156 | ronald.oussoren | 2009-01-02 15:10:20 +0100 (Fri, 02 Jan 2009) | 1 line
      
        Fix for issue1594
      ........
        r68158 | ronald.oussoren | 2009-01-02 15:46:19 +0100 (Fri, 02 Jan 2009) | 2 lines
      
        Fix for issue 900949
      ........
        r68159 | ronald.oussoren | 2009-01-02 15:48:17 +0100 (Fri, 02 Jan 2009) | 2 lines
      
        Fix for issue 1627952
      ........
        r68160 | ronald.oussoren | 2009-01-02 15:52:09 +0100 (Fri, 02 Jan 2009) | 2 lines
      
        Fix for issue r1737832
      ........
        r68161 | ronald.oussoren | 2009-01-02 16:00:05 +0100 (Fri, 02 Jan 2009) | 3 lines
      
        Fix for issue 1149804
      ........
        r68163 | ronald.oussoren | 2009-01-02 16:25:36 +0100 (Fri, 02 Jan 2009) | 2 lines
      
        Fix for issues #841800 and #900506
      ........
      814a2ca9
    • Georg Brandl's avatar
      Merged revisions 68112,68115,68120,68133,68141-68142,68145-68146,68148-68149 via svnmerge from · b1441c7e
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68112 | benjamin.peterson | 2009-01-01 00:48:39 +0100 (Thu, 01 Jan 2009) | 1 line
      
        #4795 inspect.isgeneratorfunction() should return False instead of None
      ........
        r68115 | benjamin.peterson | 2009-01-01 05:04:41 +0100 (Thu, 01 Jan 2009) | 1 line
      
        simplfy code
      ........
        r68120 | georg.brandl | 2009-01-01 13:15:31 +0100 (Thu, 01 Jan 2009) | 4 lines
      
        #4228: Pack negative values the same way as 2.4
        in struct's L format.
      ........
        r68133 | antoine.pitrou | 2009-01-01 16:38:03 +0100 (Thu, 01 Jan 2009) | 1 line
      
        fill in actual issue number in tests
      ........
        r68141 | benjamin.peterson | 2009-01-01 17:43:12 +0100 (Thu, 01 Jan 2009) | 1 line
      
        fix highlighting
      ........
        r68142 | benjamin.peterson | 2009-01-01 18:29:49 +0100 (Thu, 01 Jan 2009) | 2 lines
      
        welcome to 2009, Python!
      ........
        r68145 | amaury.forgeotdarc | 2009-01-02 01:03:54 +0100 (Fri, 02 Jan 2009) | 5 lines
      
        #4801 _collections module fails to build on cygwin.
      
        _PyObject_GC_TRACK is the macro version of PyObject_GC_Track,
        and according to documentation it should not be used for extension modules.
      ........
        r68146 | ronald.oussoren | 2009-01-02 11:44:46 +0100 (Fri, 02 Jan 2009) | 2 lines
      
        Fix for issue4472: "configure --enable-shared doesn't work on OSX"
      ........
        r68148 | ronald.oussoren | 2009-01-02 11:48:31 +0100 (Fri, 02 Jan 2009) | 2 lines
      
        Forgot to add a NEWS item in my previous checkin
      ........
        r68149 | ronald.oussoren | 2009-01-02 11:50:48 +0100 (Fri, 02 Jan 2009) | 2 lines
      
        Fix for issue4780
      ........
      b1441c7e
    • Guilherme Polo's avatar
      4baac0f9
    • Georg Brandl's avatar
      3a9b062f
    • Guilherme Polo's avatar
      Fix for issue #3638: Remove module level functions in _tkinter that · 3f5f8228
      Guilherme Polo authored
      depend on TkappObject
      3f5f8228
    • Guilherme Polo's avatar
      Blocked revisions 68231 via svnmerge · 92ad63f7
      Guilherme Polo authored
      ........
        r68231 | guilherme.polo | 2009-01-03 19:51:09 -0200 (Sat, 03 Jan 2009) | 4 lines
      
        The _tkinter module functions "createfilehandler", "deletefilehandler",
        "createtimerhandler", "mainloop", "dooneevent" and "quit" have been
        deprecated for removal in 3.x (part of issue #3638).
      ........
      92ad63f7
    • Georg Brandl's avatar
      06788c9f
    • Georg Brandl's avatar
      Merged revisions 68222 via svnmerge from · d509788f
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68222 | georg.brandl | 2009-01-03 22:11:58 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Disable the line length checker by default.
      ........
      d509788f
    • Georg Brandl's avatar
      Merged revisions 68221 via svnmerge from · a1c6a1ce
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68221 | georg.brandl | 2009-01-03 22:04:55 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Remove tabs from the documentation.
      ........
      a1c6a1ce
    • Georg Brandl's avatar
      Remove trailing whitespace. · 48310cd3
      Georg Brandl authored
      48310cd3
    • Georg Brandl's avatar
      Blocked revisions 68220 via svnmerge · 3d3558a4
      Georg Brandl authored
      ........
        r68220 | georg.brandl | 2009-01-03 21:55:06 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Remove trailing whitespace.
      ........
      3d3558a4
    • Georg Brandl's avatar
      Merged revisions 68219 via svnmerge from · 36ab1ef8
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68219 | georg.brandl | 2009-01-03 21:47:01 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Fix uses of the default role.
      ........
      36ab1ef8
    • Georg Brandl's avatar
      Merged revisions 68214-68215,68217-68218 via svnmerge from · 45f53370
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68214 | georg.brandl | 2009-01-03 20:44:48 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Make indentation consistent.
      ........
        r68215 | georg.brandl | 2009-01-03 21:15:14 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Fix role name.
      ........
        r68217 | georg.brandl | 2009-01-03 21:30:15 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Add rstlint, a little tool to find subtle markup problems and inconsistencies in the Doc sources.
      ........
        r68218 | georg.brandl | 2009-01-03 21:38:59 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Recognize usage of the default role.
      ........
      45f53370
    • Antoine Pitrou's avatar
      a9ecbdad
    • Antoine Pitrou's avatar
      Issue #4822: fix messy indentation in memoryobject.c/.h, before we may backport it to trunk. · 35b7e837
      Antoine Pitrou authored
      Reviewed on IRC by Georg Brandl, with assistance by Benjamin Peterson.
      35b7e837
    • Raymond Hettinger's avatar
    • Antoine Pitrou's avatar
    • Antoine Pitrou's avatar
    • Martin v. Löwis's avatar
      Merged revisions 68203 via svnmerge from · ffe431d8
      Martin v. Löwis authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68203 | martin.v.loewis | 2009-01-03 18:19:26 +0100 (Sa, 03 Jan 2009) | 2 lines
      
        Issue #4817: Remove unused function PyOS_GetLastModificationTime.
      ........
      ffe431d8
    • Antoine Pitrou's avatar
      Issue #4580: slicing of memoryviews when itemsize != 1 is wrong. · c3b39245
      Antoine Pitrou authored
      Also fix len() to return number of items rather than length in bytes.
      
      I'm sorry it was not possible for me to work on this without reindenting
      a bit some stuff around. The indentation in memoryobject.c is a mess,
      I'll open a separate bug for it.
      c3b39245
    • Benjamin Peterson's avatar
      Merged revisions 68197 via svnmerge from · 8bcddcab
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ................
        r68197 | benjamin.peterson | 2009-01-03 10:34:02 -0600 (Sat, 03 Jan 2009) | 55 lines
      
        Merged revisions 67900-67901,67919,67928,67984,67991-67993,68106-68108,68110 via svnmerge from
        svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
      
        ........
          r67900 | benjamin.peterson | 2008-12-22 14:02:45 -0600 (Mon, 22 Dec 2008) | 4 lines
      
          fix_execfile: wrap the open(fn).read() call in compile(), so the filename is preserved
      
          also add unittests for the fixer
        ........
          r67901 | benjamin.peterson | 2008-12-22 14:09:55 -0600 (Mon, 22 Dec 2008) | 1 line
      
          remove unused import
        ........
          r67919 | benjamin.peterson | 2008-12-23 13:12:22 -0600 (Tue, 23 Dec 2008) | 1 line
      
          copy permission bits from the backup to the original
        ........
          r67928 | benjamin.peterson | 2008-12-26 20:49:30 -0600 (Fri, 26 Dec 2008) | 1 line
      
          don't be so idiot about multiple local imports in fix_import; still won't handle absolute and local imports on the same line
        ........
          r67984 | benjamin.peterson | 2008-12-28 09:55:16 -0600 (Sun, 28 Dec 2008) | 1 line
      
          don't need loop
        ........
          r67991 | benjamin.peterson | 2008-12-28 14:30:26 -0600 (Sun, 28 Dec 2008) | 1 line
      
          actually call finish_tree()
        ........
          r67992 | benjamin.peterson | 2008-12-28 14:34:47 -0600 (Sun, 28 Dec 2008) | 1 line
      
          remove useless test
        ........
          r67993 | benjamin.peterson | 2008-12-28 15:04:32 -0600 (Sun, 28 Dec 2008) | 1 line
      
          update pyk3's test grammar
        ........
          r68106 | benjamin.peterson | 2008-12-31 11:53:58 -0600 (Wed, 31 Dec 2008) | 1 line
      
          #2734 don't convert every instance of long (eg if it's an attribute)
        ........
          r68107 | benjamin.peterson | 2008-12-31 11:55:10 -0600 (Wed, 31 Dec 2008) | 1 line
      
          add another test
        ........
          r68108 | benjamin.peterson | 2008-12-31 12:00:12 -0600 (Wed, 31 Dec 2008) | 1 line
      
          don't change long even if it's the only argument name
        ........
          r68110 | benjamin.peterson | 2008-12-31 14:13:26 -0600 (Wed, 31 Dec 2008) | 1 line
      
          remove unused import
        ........
      ................
      8bcddcab
    • Mark Dickinson's avatar
      Merged revisions 68191 via svnmerge from · 627cf6a9
      Mark Dickinson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68191 | mark.dickinson | 2009-01-03 12:07:20 +0000 (Sat, 03 Jan 2009) | 2 lines
      
        Issue #4812:  further renaming of internal Decimal constants, for clarity.
      ........
      627cf6a9
  3. 02 Jan, 2009 9 commits