1. 20 Sep, 2009 1 commit
  2. 19 Sep, 2009 2 commits
    • R. David Murray's avatar
      Merged revisions... · 1ffc352d
      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.
      ........
      1ffc352d
    • Thomas Heller's avatar
      Merged revisions 74949 via svnmerge from · 313935ca
      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.
        ........
      ................
      313935ca
  3. 18 Sep, 2009 8 commits
  4. 17 Sep, 2009 5 commits
  5. 16 Sep, 2009 6 commits
    • Mark Dickinson's avatar
      Blocked revisions 74851 via svnmerge · 6e03eb97
      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.
      ........
      6e03eb97
    • Mark Dickinson's avatar
      Merged revisions 74846 via svnmerge from · 4b444f01
      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).
        ........
      ................
      4b444f01
    • Georg Brandl's avatar
      Merged revisions 74792,74810 via svnmerge from · 70177e9b
      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.
      ................
      70177e9b
    • Georg Brandl's avatar
      Merged revisions 74821,74828-74831,74833,74835 via svnmerge from · b044b2a7
      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.
        ........
      ................
      b044b2a7
    • Ezio Melotti's avatar
      Merged revisions 74815 via svnmerge from · f4b4623a
      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
      ........
      f4b4623a
    • Ezio Melotti's avatar
      Merged revisions 74813 via svnmerge from · 1e112baf
      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
      ........
      1e112baf
  6. 15 Sep, 2009 4 commits
  7. 14 Sep, 2009 1 commit
  8. 13 Sep, 2009 7 commits
  9. 12 Sep, 2009 2 commits
    • Ezio Melotti's avatar
      Merged revisions 74748 via svnmerge from · 306afd30
      Ezio Melotti authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r74748 | ezio.melotti | 2009-09-12 04:52:05 +0300 (Sat, 12 Sep 2009) | 1 line
      
        d.items() -> list(d.items()) in the examples
      ........
      306afd30
    • Lars Gustäbel's avatar
      Blocked revisions 74751 via svnmerge · c32640de
      Lars Gustäbel authored
      ................
        r74751 | lars.gustaebel | 2009-09-12 12:44:00 +0200 (Sat, 12 Sep 2009) | 16 lines
      
        Merged revisions 74750 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r74750 | lars.gustaebel | 2009-09-12 12:28:15 +0200 (Sat, 12 Sep 2009) | 9 lines
      
          Issue #6856: Add a filter keyword argument to TarFile.add().
      
          The filter argument must be a function that takes a TarInfo
          object argument, changes it and returns it again. If the
          function returns None the TarInfo object will be excluded
          from the archive.
          The exclude argument is deprecated from now on, because it
          does something similar but is not as flexible.
        ........
      ................
      c32640de
  10. 11 Sep, 2009 2 commits
    • Benjamin Peterson's avatar
      Merged revisions 74745 via svnmerge from · a833206d
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r74745 | benjamin.peterson | 2009-09-11 17:24:02 -0500 (Fri, 11 Sep 2009) | 98 lines
      
        Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,74531,74549,74553,74625,74632,74643-74644,74647,74652,74666,74671,74727,74739 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r74277 | sean.reifschneider | 2009-08-01 18:54:55 -0500 (Sat, 01 Aug 2009) | 3 lines
      
          - Issue #6624: yArg_ParseTuple with "s" format when parsing argument with
            NUL: Bogus TypeError detail string.
        ........
          r74321 | guilherme.polo | 2009-08-05 11:51:41 -0500 (Wed, 05 Aug 2009) | 1 line
      
          Easier reference to find (at least while svn continues being used).
        ........
          r74323 | guilherme.polo | 2009-08-05 18:48:26 -0500 (Wed, 05 Aug 2009) | 1 line
      
          Typo.
        ........
          r74326 | jesse.noller | 2009-08-05 21:05:56 -0500 (Wed, 05 Aug 2009) | 1 line
      
          Fix issue 4660: spurious task_done errors in multiprocessing, remove doc note for from_address
        ........
          r74355 | gregory.p.smith | 2009-08-12 12:02:37 -0500 (Wed, 12 Aug 2009) | 2 lines
      
          comment typo fix
        ........
          r74465 | vinay.sajip | 2009-08-15 18:23:12 -0500 (Sat, 15 Aug 2009) | 1 line
      
          Added section on logging to one file from multiple processes.
        ........
          r74467 | vinay.sajip | 2009-08-15 18:34:47 -0500 (Sat, 15 Aug 2009) | 1 line
      
          Refined section on logging to one file from multiple processes.
        ........
          r74488 | vinay.sajip | 2009-08-17 08:14:37 -0500 (Mon, 17 Aug 2009) | 1 line
      
          Further refined section on logging to one file from multiple processes.
        ........
          r74492 | r.david.murray | 2009-08-17 14:26:49 -0500 (Mon, 17 Aug 2009) | 2 lines
      
          Issue 6685: 'toupper' -> 'upper' in cgi doc example explanation.
        ........
          r74513 | skip.montanaro | 2009-08-18 09:37:52 -0500 (Tue, 18 Aug 2009) | 1 line
      
          missing module ref (issue6723)
        ........
          r74531 | vinay.sajip | 2009-08-20 17:04:32 -0500 (Thu, 20 Aug 2009) | 1 line
      
          Added section on exceptions raised during logging.
        ........
          r74549 | benjamin.peterson | 2009-08-24 12:42:36 -0500 (Mon, 24 Aug 2009) | 1 line
      
          fix pdf building by teaching latex the right encoding package
        ........
          r74553 | r.david.murray | 2009-08-26 20:04:59 -0500 (Wed, 26 Aug 2009) | 2 lines
      
          Remove leftover text from end of sentence.
        ........
          r74625 | benjamin.peterson | 2009-09-01 17:27:57 -0500 (Tue, 01 Sep 2009) | 1 line
      
          remove the check that classmethod's argument is a callable
        ........
          r74632 | georg.brandl | 2009-09-03 02:27:26 -0500 (Thu, 03 Sep 2009) | 1 line
      
          #6828: fix wrongly highlighted blocks.
        ........
          r74643 | georg.brandl | 2009-09-04 01:59:20 -0500 (Fri, 04 Sep 2009) | 2 lines
      
          Issue #2666: Handle BROWSER environment variable properly for unknown browser names in the webbrowser module.
        ........
          r74644 | georg.brandl | 2009-09-04 02:55:14 -0500 (Fri, 04 Sep 2009) | 1 line
      
          #5047: remove Monterey support from configure.
        ........
          r74647 | georg.brandl | 2009-09-04 03:17:04 -0500 (Fri, 04 Sep 2009) | 2 lines
      
          Issue #5275: In Cookie's Cookie.load(), properly handle non-string arguments as documented.
        ........
          r74652 | georg.brandl | 2009-09-04 06:25:37 -0500 (Fri, 04 Sep 2009) | 1 line
      
          #6756: add some info about the "acct" parameter.
        ........
          r74666 | georg.brandl | 2009-09-05 04:04:09 -0500 (Sat, 05 Sep 2009) | 1 line
      
          #6841: remove duplicated word.
        ........
          r74671 | georg.brandl | 2009-09-05 11:47:17 -0500 (Sat, 05 Sep 2009) | 1 line
      
          #6843: add link from filterwarnings to where the meaning of the arguments is covered.
        ........
          r74727 | benjamin.peterson | 2009-09-08 18:04:22 -0500 (Tue, 08 Sep 2009) | 1 line
      
          #6865 fix ref counting in initialization of pwd module
        ........
          r74739 | georg.brandl | 2009-09-11 02:55:20 -0500 (Fri, 11 Sep 2009) | 1 line
      
          Move function back to its section.
        ........
      ................
      a833206d
    • Benjamin Peterson's avatar
      Merged revisions 74741 via svnmerge from · 14f9f7df
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r74741 | benjamin.peterson | 2009-09-11 16:17:13 -0500 (Fri, 11 Sep 2009) | 1 line
      
        #6888 fix the alias command with no arguments
      ........
      14f9f7df
  11. 09 Sep, 2009 1 commit
  12. 08 Sep, 2009 1 commit
    • Mark Dickinson's avatar
      Blocked revisions 74725 via svnmerge · 9739b05a
      Mark Dickinson authored
      ................
        r74725 | mark.dickinson | 2009-09-08 21:22:46 +0100 (Tue, 08 Sep 2009) | 10 lines
      
        Merged revisions 74723 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r74723 | mark.dickinson | 2009-09-08 21:20:19 +0100 (Tue, 08 Sep 2009) | 3 lines
      
          Issue #6857: Fix Decimal formatting to be consistent with existing float
          formatting:  both are now right-aligned by default.
        ........
      ................
      9739b05a