1. 04 Aug, 2010 6 commits
  2. 03 Aug, 2010 11 commits
  3. 02 Aug, 2010 4 commits
  4. 01 Aug, 2010 19 commits
    • R. David Murray's avatar
      Merged revisions 83506 via svnmerge from · db463bc9
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83506 | r.david.murray | 2010-08-01 19:43:28 -0400 (Sun, 01 Aug 2010) | 2 lines
      
        Fix ACKS alphabetization.
      ........
      db463bc9
    • Georg Brandl's avatar
      Merged revisions 83501 via svnmerge from · 73cf4861
      Georg Brandl authored
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r83501 | georg.brandl | 2010-08-02 00:31:05 +0200 (Mo, 02 Aug 2010) | 1 line
      
        Fix style of referring to issues.
      ........
      73cf4861
    • Georg Brandl's avatar
      Merged revisions 82832,82834 via svnmerge from · a5c21b8f
      Georg Brandl authored
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r82832 | georg.brandl | 2010-07-12 11:00:29 +0200 (Mo, 12 Jul 2010) | 1 line
      
        Take care of duplicate target name warnings.
      ........
        r82834 | georg.brandl | 2010-07-12 11:06:13 +0200 (Mo, 12 Jul 2010) | 1 line
      
        Use raw string literals for regexes containing backlash.
      ........
      a5c21b8f
    • Georg Brandl's avatar
      Blocked revisions 82848,82872-82874,82951 via svnmerge · 98cb151c
      Georg Brandl authored
      ........
        r82848 | georg.brandl | 2010-07-13 08:38:10 +0200 (Di, 13 Jul 2010) | 1 line
      
        Add bytes in literal_eval doc.
      ........
        r82872 | georg.brandl | 2010-07-14 10:53:18 +0200 (Mi, 14 Jul 2010) | 1 line
      
        Remove XXX from text.
      ........
        r82873 | georg.brandl | 2010-07-14 10:53:36 +0200 (Mi, 14 Jul 2010) | 1 line
      
        Remove unused code that would raise a NameError.
      ........
        r82874 | georg.brandl | 2010-07-14 10:54:40 +0200 (Mi, 14 Jul 2010) | 1 line
      
        #9235: fix missing import of sys.
      ........
        r82951 | georg.brandl | 2010-07-18 15:43:32 +0200 (So, 18 Jul 2010) | 1 line
      
        #9110: update to ContextDecorator doc.
      ........
      98cb151c
    • Georg Brandl's avatar
      Merged revisions 82871,82960-82961 via svnmerge from · 44d59b48
      Georg Brandl authored
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r82871 | georg.brandl | 2010-07-14 10:00:22 +0200 (Mi, 14 Jul 2010) | 1 line
      
        #9258: fix copy-paste errors.
      ........
        r82960 | georg.brandl | 2010-07-19 08:52:35 +0200 (Mo, 19 Jul 2010) | 1 line
      
        Clarify.
      ........
        r82961 | georg.brandl | 2010-07-19 08:57:52 +0200 (Mo, 19 Jul 2010) | 1 line
      
        Clarify :option: description.
      ........
      44d59b48
    • Georg Brandl's avatar
      Blocked revisions 82949,82964 via svnmerge · ce8195ec
      Georg Brandl authored
      ........
        r82949 | georg.brandl | 2010-07-18 12:11:03 +0200 (So, 18 Jul 2010) | 1 line
      
        #9279: remove the pdb.doc file, put its contents in pdb.__doc__.  Also sync this and the pdb docs, introduce a new directive for pdb commands and a role to link to them.
      ........
        r82964 | georg.brandl | 2010-07-19 10:02:46 +0200 (Mo, 19 Jul 2010) | 1 line
      
        pydoc.pager does not promise to use $PAGER.
      ........
      ce8195ec
    • Georg Brandl's avatar
      Merged revisions 82965 via svnmerge from · 1a725102
      Georg Brandl authored
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r82965 | georg.brandl | 2010-07-19 13:28:05 +0200 (Mo, 19 Jul 2010) | 1 line
      
        Clarification.  Yay importlib!
      ........
      1a725102
    • Georg Brandl's avatar
      Merged revisions 83065 via svnmerge from · 79873805
      Georg Brandl authored
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r83065 | georg.brandl | 2010-07-23 10:46:35 +0200 (Fr, 23 Jul 2010) | 1 line
      
        Use augassign.
      ........
      79873805
    • Georg Brandl's avatar
      Merged revisions 83106 via svnmerge from · 417c1aa5
      Georg Brandl authored
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r83106 | georg.brandl | 2010-07-23 18:55:26 +0200 (Fr, 23 Jul 2010) | 1 line
      
        Fix some markup glitches.
      ........
      417c1aa5
    • Georg Brandl's avatar
      Blocked revisions 83107 via svnmerge · bac4836f
      Georg Brandl authored
      ........
        r83107 | georg.brandl | 2010-07-23 18:55:42 +0200 (Fr, 23 Jul 2010) | 1 line
      
        Update to 1.0.
      ........
      bac4836f
    • Georg Brandl's avatar
      Blocked revisions 83168 via svnmerge · 32b71700
      Georg Brandl authored
      ........
        r83168 | georg.brandl | 2010-07-26 19:00:20 +0200 (Mo, 26 Jul 2010) | 1 line
      
        Fix indentation in example.
      ........
      32b71700
    • Georg Brandl's avatar
      Merged revisions 83160-83161,83166,83169,83171 via svnmerge from · d16a48ef
      Georg Brandl authored
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r83160 | georg.brandl | 2010-07-26 10:51:42 +0200 (Mo, 26 Jul 2010) | 1 line
      
        #9381: fix markup.
      ........
        r83161 | georg.brandl | 2010-07-26 11:33:12 +0200 (Mo, 26 Jul 2010) | 1 line
      
        Add Brian Quinlan.
      ........
        r83166 | georg.brandl | 2010-07-26 17:11:49 +0200 (Mo, 26 Jul 2010) | 1 line
      
        Fix grammar.
      ........
        r83169 | georg.brandl | 2010-07-26 19:09:32 +0200 (Mo, 26 Jul 2010) | 1 line
      
        Add Reid.
      ........
        r83171 | georg.brandl | 2010-07-26 23:12:13 +0200 (Mo, 26 Jul 2010) | 1 line
      
        Clarify.
      ........
      d16a48ef
    • Georg Brandl's avatar
      Blocked revisions 83181 via svnmerge · 94510c6c
      Georg Brandl authored
      ........
        r83181 | georg.brandl | 2010-07-27 20:19:21 +0200 (Di, 27 Jul 2010) | 1 line
      
        Update Sphinx to 1.0.1.
      ........
      94510c6c
    • Georg Brandl's avatar
      Merged revisions 83201 via svnmerge from · 4a6c4501
      Georg Brandl authored
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r83201 | georg.brandl | 2010-07-28 10:19:35 +0200 (Mi, 28 Jul 2010) | 1 line
      
        #9354: Provide getsockopt() in asyncore file_wrapper().  Patch by Lukas Langa.
      ........
      4a6c4501
    • Georg Brandl's avatar
      Blocked revisions 83202,83213,83218-83220,83222 via svnmerge · 5a050df5
      Georg Brandl authored
      ........
        r83202 | georg.brandl | 2010-07-28 15:13:46 +0200 (Mi, 28 Jul 2010) | 1 line
      
        #1682942: add some ConfigParser features: alternate delimiters, alternate comments, empty lines in values.  Also enhance the docs with more examples and mention SafeConfigParser before ConfigParser.  Patch by Lukas Langa, review by myself, Eric and Ezio.
      ........
        r83213 | georg.brandl | 2010-07-28 19:37:27 +0200 (Mi, 28 Jul 2010) | 1 line
      
        Add missing file.
      ........
        r83218 | georg.brandl | 2010-07-29 13:49:05 +0200 (Do, 29 Jul 2010) | 1 line
      
        #6538: fix regex documentation again -- use fictional class names "regex" and "match" but do not document them as classes, remove 1.5 compat info and use new default argument syntax where possible.
      ........
        r83219 | georg.brandl | 2010-07-29 13:56:20 +0200 (Do, 29 Jul 2010) | 1 line
      
        Fix for r83202: improve the handling of empty lines.
      ........
        r83220 | georg.brandl | 2010-07-29 14:17:40 +0200 (Do, 29 Jul 2010) | 1 line
      
        #9411: allow selecting an encoding for configparser files.  Also adds a new test config file to test special cases.
      ........
        r83222 | georg.brandl | 2010-07-29 15:19:42 +0200 (Do, 29 Jul 2010) | 1 line
      
        Fix #9412: make list of messages an instance attribute instead of class attribute.
      ........
      5a050df5
    • Georg Brandl's avatar
      Merged revisions 83223 via svnmerge from · 3435bd7c
      Georg Brandl authored
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r83223 | georg.brandl | 2010-07-29 15:38:37 +0200 (Do, 29 Jul 2010) | 1 line
      
        #3874: document HTMLParser.unknown_decl().
      ........
      3435bd7c
    • Georg Brandl's avatar
      Merged revisions 83217 via svnmerge from · e6c4723b
      Georg Brandl authored
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r83217 | georg.brandl | 2010-07-29 13:15:36 +0200 (Do, 29 Jul 2010) | 1 line
      
        Remove Python 1.5 compatibility note.
      ........
      e6c4723b
    • Georg Brandl's avatar
      Blocked revisions 83236 via svnmerge · 4e0b64f6
      Georg Brandl authored
      ........
        r83236 | georg.brandl | 2010-07-29 19:16:10 +0200 (Do, 29 Jul 2010) | 1 line
      
        #6630: allow customizing flags for compiling string.Template.idpattern.
      ........
      4e0b64f6
    • Georg Brandl's avatar
      Merged revisions 83226-83227,83229-83232 via svnmerge from · 71c9786c
      Georg Brandl authored
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r83226 | georg.brandl | 2010-07-29 16:17:12 +0200 (Do, 29 Jul 2010) | 1 line
      
        #1090076: explain the behavior of *vars* in get() better.
      ........
        r83227 | georg.brandl | 2010-07-29 16:23:06 +0200 (Do, 29 Jul 2010) | 1 line
      
        Use Py_CLEAR().
      ........
        r83229 | georg.brandl | 2010-07-29 16:32:22 +0200 (Do, 29 Jul 2010) | 1 line
      
        #9407: document configparser.Error.
      ........
        r83230 | georg.brandl | 2010-07-29 16:36:11 +0200 (Do, 29 Jul 2010) | 1 line
      
        Use correct directive and name.
      ........
        r83231 | georg.brandl | 2010-07-29 16:46:07 +0200 (Do, 29 Jul 2010) | 1 line
      
        #9397: remove mention of dbm.bsd which does not exist anymore.
      ........
        r83232 | georg.brandl | 2010-07-29 16:49:08 +0200 (Do, 29 Jul 2010) | 1 line
      
        #9388: remove ERA_YEAR which is never defined in the source code.
      ........
      71c9786c