1. 21 Sep, 2009 2 commits
  2. 20 Sep, 2009 4 commits
  3. 19 Sep, 2009 2 commits
    • R. David Murray's avatar
      Merged revisions... · ae16b896
      R. David Murray authored
      Merged revisions 74881-74885,74888,74891-74895,74900,74905-74906,74931-74932,74934,74941-74942,74944,74956 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r74881 | r.david.murray | 2009-09-17 15:12:49 -0400 (Thu, 17 Sep 2009) | 2 lines
      
        Check in first draft of maintainers.rst.
      ........
        r74882 | eric.smith | 2009-09-17 15:22:30 -0400 (Thu, 17 Sep 2009) | 1 line
      
        Typo.
      ........
        r74883 | mark.dickinson | 2009-09-17 15:37:28 -0400 (Thu, 17 Sep 2009) | 1 line
      
        Add some more module maintainers.
      ........
        r74884 | mark.dickinson | 2009-09-17 15:39:12 -0400 (Thu, 17 Sep 2009) | 1 line
      
        Revert accidental changes to Objects/longobject.c
      ........
        r74885 | mark.dickinson | 2009-09-17 16:20:01 -0400 (Thu, 17 Sep 2009) | 1 line
      
        Add decimal maintainers
      ........
        r74888 | r.david.murray | 2009-09-17 18:10:48 -0400 (Thu, 17 Sep 2009) | 2 lines
      
        Maintainer additions from MAL.
      ........
        r74891 | georg.brandl | 2009-09-17 18:18:01 -0400 (Thu, 17 Sep 2009) | 1 line
      
        Some more maintainers.
      ........
        r74892 | r.david.murray | 2009-09-17 19:23:56 -0400 (Thu, 17 Sep 2009) | 2 lines
      
        Add a couple interest areas for Nick per his request.
      ........
        r74893 | r.david.murray | 2009-09-17 19:43:20 -0400 (Thu, 17 Sep 2009) | 2 lines
      
        Benajmin is also compiler-knowledgeable.
      ........
        r74894 | alexandre.vassalotti | 2009-09-17 20:59:05 -0400 (Thu, 17 Sep 2009) | 2 lines
      
        Added myself to my areas of interest.
      ........
        r74895 | brett.cannon | 2009-09-17 21:03:35 -0400 (Thu, 17 Sep 2009) | 1 line
      
        Add myself to a couple places as maintainer.
      ........
        r74900 | georg.brandl | 2009-09-18 05:06:37 -0400 (Fri, 18 Sep 2009) | 1 line
      
        Add myself in interest areas.
      ........
        r74905 | ezio.melotti | 2009-09-18 05:58:43 -0400 (Fri, 18 Sep 2009) | 1 line
      
        Add myself in interest areas and mark effbot as inactive in winsound
      ........
        r74906 | antoine.pitrou | 2009-09-18 09:15:23 -0400 (Fri, 18 Sep 2009) | 3 lines
      
        Add myself in a couple of places
      ........
        r74931 | r.david.murray | 2009-09-18 17:25:36 -0400 (Fri, 18 Sep 2009) | 5 lines
      
        Add some names gleaned from the "Tracker Archeology" thread
        on python-dev from back in February.  Also consolidate
        the autoconf and makefiles topics into one, and add tracker
        and svn/hg topics.
      ........
        r74932 | r.david.murray | 2009-09-18 17:32:16 -0400 (Fri, 18 Sep 2009) | 2 lines
      
        Remove non-committer mistakenly added.
      ........
        r74934 | r.david.murray | 2009-09-18 17:40:30 -0400 (Fri, 18 Sep 2009) | 2 lines
      
        More descriptive/generic name for the svn/hg entry (version control)
      ........
        r74941 | benjamin.peterson | 2009-09-18 18:45:59 -0400 (Fri, 18 Sep 2009) | 1 line
      
        add a new category for myself
      ........
        r74942 | benjamin.peterson | 2009-09-18 18:50:55 -0400 (Fri, 18 Sep 2009) | 1 line
      
        add myself for symtable
      ........
        r74944 | georg.brandl | 2009-09-19 03:39:05 -0400 (Sat, 19 Sep 2009) | 1 line
      
        I would like to maintain the token module!
      ........
        r74956 | r.david.murray | 2009-09-19 14:40:08 -0400 (Sat, 19 Sep 2009) | 3 lines
      
        Add everyone who we know has been a release manager
        as a resource for the 'release management' topic.
      ........
      ae16b896
    • Thomas Heller's avatar
      Merged revisions 74949 via svnmerge from · c351a5b3
      Thomas Heller authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r74949 | thomas.heller | 2009-09-19 12:12:45 +0200 (Sa, 19 Sep 2009) | 9 lines
      
        Merged revisions 74948 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r74948 | thomas.heller | 2009-09-19 12:04:54 +0200 (Sa, 19 Sep 2009) | 1 line
      
          Remove unused variable and static function to fix compiler warnings.
        ........
      ................
      c351a5b3
  4. 18 Sep, 2009 8 commits
  5. 17 Sep, 2009 5 commits
  6. 16 Sep, 2009 6 commits
    • Mark Dickinson's avatar
      Blocked revisions 74851 via svnmerge · 14f7979d
      Mark Dickinson authored
      ........
        r74851 | mark.dickinson | 2009-09-16 22:23:34 +0100 (Wed, 16 Sep 2009) | 5 lines
      
        Issue #6713:  Improve performance of str(n) and repr(n) for integers n
        (up to 3.1 times faster in tests), by special-casing base 10 in
        _PyLong_Format.
      ........
      14f7979d
    • Mark Dickinson's avatar
      Merged revisions 74846 via svnmerge from · 4fcbfd49
      Mark Dickinson authored
      svn+ssh://pythondev@www.python.org/python/branches/py3k
      
      ................
        r74846 | mark.dickinson | 2009-09-16 21:32:35 +0100 (Wed, 16 Sep 2009) | 11 lines
      
        Merged revisions 74843 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r74843 | mark.dickinson | 2009-09-16 21:26:31 +0100 (Wed, 16 Sep 2009) | 4 lines
      
          Remove outdated include; this include was breaking OS X builds using
          non-Apple gcc4.3 and gcc4.4 (because CoreFoundation/CoreFoundation.h
          won't compile under non-Apple gcc).
        ........
      ................
      4fcbfd49
    • Georg Brandl's avatar
      Merged revisions 74792,74810 via svnmerge from · 7fd28bef
      Georg Brandl authored
      svn+ssh://svn.python.org/python/branches/py3k
      
      ................
        r74792 | georg.brandl | 2009-09-14 16:49:30 +0200 (Mo, 14 Sep 2009) | 9 lines
      
        Recorded merge of revisions 74791 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r74791 | georg.brandl | 2009-09-14 16:08:54 +0200 (Mo, 14 Sep 2009) | 1 line
      
          #6574: list the future features in a table.
        ........
      ................
        r74810 | georg.brandl | 2009-09-15 21:55:15 +0200 (Di, 15 Sep 2009) | 1 line
      
        Do not document the most important (at least for Guido) future import.
      ................
      7fd28bef
    • Georg Brandl's avatar
      Merged revisions 74821,74828-74831,74833,74835 via svnmerge from · 888c8ed0
      Georg Brandl authored
      svn+ssh://svn.python.org/python/branches/py3k
      
      ................
        r74821 | georg.brandl | 2009-09-16 11:42:19 +0200 (Mi, 16 Sep 2009) | 1 line
      
        #6885: run python 3 as python3.
      ................
        r74828 | georg.brandl | 2009-09-16 16:23:20 +0200 (Mi, 16 Sep 2009) | 1 line
      
        Use true booleans.
      ................
        r74829 | georg.brandl | 2009-09-16 16:24:29 +0200 (Mi, 16 Sep 2009) | 1 line
      
        Small PEP8 correction.
      ................
        r74830 | georg.brandl | 2009-09-16 16:36:22 +0200 (Mi, 16 Sep 2009) | 1 line
      
        Use true booleans.
      ................
        r74831 | georg.brandl | 2009-09-16 17:54:04 +0200 (Mi, 16 Sep 2009) | 1 line
      
        Use true booleans and PEP8 for argdefaults.
      ................
        r74833 | georg.brandl | 2009-09-16 17:58:14 +0200 (Mi, 16 Sep 2009) | 1 line
      
        Last round of adapting style of documenting argument default values.
      ................
        r74835 | georg.brandl | 2009-09-16 18:00:31 +0200 (Mi, 16 Sep 2009) | 33 lines
      
        Merged revisions 74817-74820,74822-74824 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r74817 | georg.brandl | 2009-09-16 11:05:11 +0200 (Mi, 16 Sep 2009) | 1 line
      
          Make deprecation notices as visible as warnings are right now.
        ........
          r74818 | georg.brandl | 2009-09-16 11:23:04 +0200 (Mi, 16 Sep 2009) | 1 line
      
          #6880: add reference to classes section in exceptions section, which comes earlier.
        ........
          r74819 | georg.brandl | 2009-09-16 11:24:57 +0200 (Mi, 16 Sep 2009) | 1 line
      
          #6876: fix base class constructor invocation in example.
        ........
          r74820 | georg.brandl | 2009-09-16 11:30:48 +0200 (Mi, 16 Sep 2009) | 1 line
      
          #6891: comment out dead link to Unicode article.
        ........
          r74822 | georg.brandl | 2009-09-16 12:12:06 +0200 (Mi, 16 Sep 2009) | 1 line
      
          #5621: refactor description of how class/instance attributes interact on a.x=a.x+1 or augassign.
        ........
          r74823 | georg.brandl | 2009-09-16 15:06:22 +0200 (Mi, 16 Sep 2009) | 1 line
      
          Remove strange trailing commas.
        ........
          r74824 | georg.brandl | 2009-09-16 15:11:06 +0200 (Mi, 16 Sep 2009) | 1 line
      
          #6892: fix optparse example involving help option.
        ........
      ................
      888c8ed0
    • Ezio Melotti's avatar
      Merged revisions 74815 via svnmerge from · ef123acb
      Ezio Melotti authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r74815 | ezio.melotti | 2009-09-16 04:18:27 +0300 (Wed, 16 Sep 2009) | 1 line
      
        #6910 - for->or typo
      ........
      ef123acb
    • Ezio Melotti's avatar
      Merged revisions 74813 via svnmerge from · 0851b559
      Ezio Melotti authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r74813 | ezio.melotti | 2009-09-16 03:49:03 +0300 (Wed, 16 Sep 2009) | 1 line
      
        updated the doc to match the module docstring, fixed a couple of errors in the doc markup and in the module
      ........
      0851b559
  7. 15 Sep, 2009 4 commits
  8. 14 Sep, 2009 1 commit
  9. 13 Sep, 2009 7 commits
  10. 12 Sep, 2009 1 commit