1. 03 Aug, 2010 3 commits
  2. 02 Aug, 2010 12 commits
    • Georg Brandl's avatar
      Merged revisions 83599 via svnmerge from · 38edf745
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83599 | georg.brandl | 2010-08-02 23:51:18 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #9061: warn that single quotes are never escaped.
      ........
      38edf745
    • Georg Brandl's avatar
      Merged revisions 83551,83553 via svnmerge from · 88432f6e
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83551 | georg.brandl | 2010-08-02 21:35:06 +0200 (Mo, 02 Aug 2010) | 1 line
      
        Remove XXX comment that was displayed.
      ........
        r83553 | georg.brandl | 2010-08-02 21:39:17 +0200 (Mo, 02 Aug 2010) | 1 line
      
        Remove redundant information.
      ........
      88432f6e
    • Georg Brandl's avatar
      Blocked revisions 83538,83542,83560-83561,83569,83580,83584 via svnmerge · e5a92ca5
      Georg Brandl authored
      ........
        r83538 | georg.brandl | 2010-08-02 20:10:13 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #6928: fix class docs w.r.t. new metaclasses.
      ........
        r83542 | georg.brandl | 2010-08-02 20:56:54 +0200 (Mo, 02 Aug 2010) | 1 line
      
        Move test_SimpleHTTPServer into test_httpservers.
      ........
        r83560 | georg.brandl | 2010-08-02 22:16:18 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #9087: update json docstrings -- unicode and long do not exist anymore.
      ........
        r83561 | georg.brandl | 2010-08-02 22:17:50 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #4280: remove outdated "versionchecker" tool.
      ........
        r83569 | georg.brandl | 2010-08-02 22:39:35 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #7797: be explicit about bytes-oriented interface of base64 functions.
      ........
        r83580 | georg.brandl | 2010-08-02 23:02:36 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #8119: fix copy-paste error.
      ........
        r83584 | georg.brandl | 2010-08-02 23:07:14 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #9457: fix documentation links for 3.2.
      ........
      e5a92ca5
    • Georg Brandl's avatar
      Merged revisions... · 651b3709
      Georg Brandl authored
      Merged revisions 83536,83546-83548,83550,83554-83555,83558,83563,83565,83571,83574-83575 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83536 | georg.brandl | 2010-08-02 19:49:25 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #8578: mention danger of not incref'ing weak referenced object.
      ........
        r83546 | georg.brandl | 2010-08-02 21:16:34 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #7973: Fix distutils options spelling.
      ........
        r83547 | georg.brandl | 2010-08-02 21:19:26 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #7386: add example that shows that trailing path separators are stripped.
      ........
        r83548 | georg.brandl | 2010-08-02 21:23:34 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #8172: how does one use a property?
      ........
        r83550 | georg.brandl | 2010-08-02 21:32:43 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #9451: strengthen warning about __*__ special name usage.
      ........
        r83554 | georg.brandl | 2010-08-02 21:43:05 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #7280: note about nasmw.exe.
      ........
        r83555 | georg.brandl | 2010-08-02 21:44:48 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #8861: remove unused variable.
      ........
        r83558 | georg.brandl | 2010-08-02 22:05:19 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #8648: document UTF-7 codec functions.
      ........
        r83563 | georg.brandl | 2010-08-02 22:21:21 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #9037: add example how to raise custom exceptions from C code.
      ........
        r83565 | georg.brandl | 2010-08-02 22:27:20 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #9111: document that do_help() looks at docstrings.
      ........
        r83571 | georg.brandl | 2010-08-02 22:44:34 +0200 (Mo, 02 Aug 2010) | 1 line
      
        Clarify that abs() is not a namespace.
      ........
        r83574 | georg.brandl | 2010-08-02 22:47:56 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #6867: epoll.register() returns None.
      ........
        r83575 | georg.brandl | 2010-08-02 22:52:10 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #9238: zipfile does handle archive comments.
      ........
      651b3709
    • Georg Brandl's avatar
      Blocked revisions 83524,83526-83528 via svnmerge · d32b6de5
      Georg Brandl authored
      ........
        r83524 | georg.brandl | 2010-08-02 14:20:23 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #9428: fix running scripts from profile/cProfile with their own name and the right namespace.  Same fix as for trace.py in #1690103.
      ........
        r83526 | georg.brandl | 2010-08-02 14:40:22 +0200 (Mo, 02 Aug 2010) | 1 line
      
        Fix softspace relic.
      ........
        r83527 | georg.brandl | 2010-08-02 14:48:46 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #3821: beginnings of a trace.py unittest.
      ........
        r83528 | georg.brandl | 2010-08-02 14:54:24 +0200 (Mo, 02 Aug 2010) | 1 line
      
        Document how to refer to decorators and decorator methods.
      ........
      d32b6de5
    • Georg Brandl's avatar
      Merged revisions 83525 via svnmerge from · 66dd9530
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83525 | georg.brandl | 2010-08-02 14:36:24 +0200 (Mo, 02 Aug 2010) | 1 line
      
        Get rid of spurious "threading" entries in trace output.
      ........
      66dd9530
    • Georg Brandl's avatar
      Fix merging glitches. · 2575f872
      Georg Brandl authored
      2575f872
    • Georg Brandl's avatar
      Merged revisions 83523 via svnmerge from · e9cf336c
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83523 | georg.brandl | 2010-08-02 14:06:18 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #9209 and #7781: fix two crashes in pstats interactive browser.
      ........
      e9cf336c
    • Georg Brandl's avatar
      Blocked revisions 83566 via svnmerge · 14cc8520
      Georg Brandl authored
      ........
        r83566 | georg.brandl | 2010-08-02 22:30:57 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #9019: remove false (in 3k) claim about Headers updates.
      ........
      14cc8520
    • Georg Brandl's avatar
      Merged revisions 83552 via svnmerge from · bdd66adf
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83552 | georg.brandl | 2010-08-02 21:36:36 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #9438: clarify that constant names also cannot be assigned as attributes.
      ........
      bdd66adf
    • Georg Brandl's avatar
      Blocked revisions 83543 via svnmerge · f46d327b
      Georg Brandl authored
      ........
        r83543 | georg.brandl | 2010-08-02 20:59:52 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #8560: add progress indicator to regrtest.
      ........
      f46d327b
    • Georg Brandl's avatar
      Merged revisions 83531 via svnmerge from · c0088444
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83531 | georg.brandl | 2010-08-02 19:24:49 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #7372: fix regression in pstats: a previous fix to handle cProfile data in add_callers broke handling of profile data.
      ........
      c0088444
  3. 01 Aug, 2010 25 commits
    • R. David Murray's avatar
      Fix the alphabetization fix (bad merge). · 885c6aa2
      R. David Murray authored
      885c6aa2
    • R. David Murray's avatar
      Merged revisions 83506 via svnmerge from · ab6a83d9
      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.
      ........
      ab6a83d9
    • Georg Brandl's avatar
      Blocked revisions 83501 via svnmerge · 2a6aff8e
      Georg Brandl authored
      ........
        r83501 | georg.brandl | 2010-08-02 00:31:05 +0200 (Mo, 02 Aug 2010) | 1 line
      
        Fix style of referring to issues.
      ........
      2a6aff8e
    • Georg Brandl's avatar
      Fix style of referring to issues. · 6c820c6d
      Georg Brandl authored
      6c820c6d
    • Georg Brandl's avatar
      Merged revisions 82832,82834 via svnmerge from · 1320e2b5
      Georg Brandl authored
      svn+ssh://pythondev@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.
      ........
      1320e2b5
    • Mark Dickinson's avatar
      Merged revisions 83479 via svnmerge from · eeca9543
      Mark Dickinson authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83479 | mark.dickinson | 2010-08-01 22:33:01 +0100 (Sun, 01 Aug 2010) | 1 line
      
        Don't delete Lib/test/data/README when doing 'make distclean'
      ........
      eeca9543
    • Georg Brandl's avatar
      Blocked revisions 82848,82951 via svnmerge · 836c46d6
      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.
      ........
        r82951 | georg.brandl | 2010-07-18 15:43:32 +0200 (So, 18 Jul 2010) | 1 line
      
        #9110: update to ContextDecorator doc.
      ........
      836c46d6
    • Georg Brandl's avatar
      Merged revisions 82871,82960-82961 via svnmerge from · 9d00ddf1
      Georg Brandl authored
      svn+ssh://pythondev@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.
      ........
      9d00ddf1
    • Georg Brandl's avatar
      Blocked revisions 82949,82964 via svnmerge · 913f7793
      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.
      ........
      913f7793
    • Georg Brandl's avatar
      Merged revisions 82965 via svnmerge from · 2eae43e6
      Georg Brandl authored
      svn+ssh://pythondev@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!
      ........
      2eae43e6
    • Georg Brandl's avatar
      Blocked revisions 83065 via svnmerge · e393fc66
      Georg Brandl authored
      ........
        r83065 | georg.brandl | 2010-07-23 10:46:35 +0200 (Fr, 23 Jul 2010) | 1 line
      
        Use augassign.
      ........
      e393fc66
    • Georg Brandl's avatar
      Merged revisions 83106 via svnmerge from · 7b40b943
      Georg Brandl authored
      svn+ssh://pythondev@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.
      ........
      7b40b943
    • Georg Brandl's avatar
      Blocked revisions 83107 via svnmerge · ffe10fa1
      Georg Brandl authored
      ........
        r83107 | georg.brandl | 2010-07-23 18:55:42 +0200 (Fr, 23 Jul 2010) | 1 line
      
        Update to 1.0.
      ........
      ffe10fa1
    • Georg Brandl's avatar
      Merged revisions 83160-83161,83166,83168-83169,83171 via svnmerge from · 09cd8e17
      Georg Brandl authored
      svn+ssh://pythondev@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.
      ........
        r83168 | georg.brandl | 2010-07-26 19:00:20 +0200 (Mo, 26 Jul 2010) | 1 line
      
        Fix indentation in example.
      ........
        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.
      ........
      09cd8e17
    • Georg Brandl's avatar
      Blocked revisions 83181 via svnmerge · 9dfd7dda
      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.
      ........
      9dfd7dda
    • Georg Brandl's avatar
      Merged revisions 83201 via svnmerge from · 6eeae7f6
      Georg Brandl authored
      svn+ssh://pythondev@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.
      ........
      6eeae7f6
    • Georg Brandl's avatar
      Blocked revisions 83202,83213,83217-83220,83222 via svnmerge · 6b950738
      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.
      ........
        r83217 | georg.brandl | 2010-07-29 13:15:36 +0200 (Do, 29 Jul 2010) | 1 line
      
        Remove Python 1.5 compatibility note.
      ........
        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.
      ........
      6b950738
    • Georg Brandl's avatar
      Merged revisions 83223 via svnmerge from · 9601a777
      Georg Brandl authored
      svn+ssh://pythondev@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().
      ........
      9601a777
    • Georg Brandl's avatar
      Merged revisions 83226-83227,83229-83230,83232 via svnmerge from · 7413764a
      Georg Brandl authored
      svn+ssh://pythondev@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.
      ........
        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.
      ........
      7413764a
    • Georg Brandl's avatar
      Blocked revisions 83231,83236 via svnmerge · 5b5e70ab
      Georg Brandl authored
      ........
        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.
      ........
        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.
      ........
      5b5e70ab
    • Georg Brandl's avatar
      Merged revisions 83238 via svnmerge from · 3b888082
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83238 | georg.brandl | 2010-07-29 19:55:01 +0200 (Do, 29 Jul 2010) | 1 line
      
        #4108: the first default entry (User-agent: *) wins.
      ........
      3b888082
    • Georg Brandl's avatar
      Recorded merge of revisions 83444 via svnmerge from · 8892d9db
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83444 | georg.brandl | 2010-08-01 22:51:02 +0200 (So, 01 Aug 2010) | 1 line
      
        Revert r83395, it introduces test failures and is not necessary anyway since we now have to nul-terminate the string anyway.
      ........
      8892d9db
    • Antoine Pitrou's avatar
      Merged revisions 83440 via svnmerge from · cc778bb7
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83440 | antoine.pitrou | 2010-08-01 22:08:46 +0200 (dim., 01 août 2010) | 4 lines
      
        Issue #8397: Raise an error when attempting to mix iteration and regular
        reads on a BZ2File object, rather than returning incorrect results.
      ........
      cc778bb7
    • Georg Brandl's avatar
      Blocked revisions... · 8840fd53
      Georg Brandl authored
      Blocked revisions 83260,83262-83263,83266,83270,83274-83275,83283-83287,83291-83293,83308,83315-83318 via svnmerge
      
      ........
        r83260 | georg.brandl | 2010-07-30 09:14:01 +0200 (Fr, 30 Jul 2010) | 1 line
      
        #4179: In pdb, allow "list ." as a command to return to the currently debugged line.
      ........
        r83262 | georg.brandl | 2010-07-30 10:29:39 +0200 (Fr, 30 Jul 2010) | 1 line
      
        #1437051: allow "continue"/"next"/etc. in .pdbrc, also add pdb -c option to give these commands.  This allows to run a script until an exception occurs.
      ........
        r83263 | georg.brandl | 2010-07-30 10:43:32 +0200 (Fr, 30 Jul 2010) | 1 line
      
        Allow giving an explicit line number to "until".
      ........
        r83266 | georg.brandl | 2010-07-30 11:14:20 +0200 (Fr, 30 Jul 2010) | 1 line
      
        #1472251: remove addition of "\n" to code given to pdb.run[eval](), the bug in exec() that made this necessary has been fixed.  Also document that you can give code objects to run() and runeval(), and add some tests to test_pdb.
      ........
        r83270 | georg.brandl | 2010-07-30 11:54:44 +0200 (Fr, 30 Jul 2010) | 1 line
      
        Remove redundant import.
      ........
        r83274 | georg.brandl | 2010-07-30 13:31:03 +0200 (Fr, 30 Jul 2010) | 1 line
      
        #3143: enable "collapsible sidebar" feature of new Sphinx version.
      ........
        r83275 | georg.brandl | 2010-07-30 14:01:20 +0200 (Fr, 30 Jul 2010) | 1 line
      
        #809887: improve pdb feedback for breakpoint-related actions.  Also add a functional test for these commands.
      ........
        r83283 | georg.brandl | 2010-07-30 16:16:43 +0200 (Fr, 30 Jul 2010) | 1 line
      
        #7964 followup: add test case to ensure issue remains fixed.
      ........
        r83284 | georg.brandl | 2010-07-30 17:01:23 +0200 (Fr, 30 Jul 2010) | 1 line
      
        Add Breakpoint.bpformat(), which returns the info usually printed by bpprint().  Necessary for major refactoring of pdb output handling.
      ........
        r83285 | georg.brandl | 2010-07-30 17:33:52 +0200 (Fr, 30 Jul 2010) | 1 line
      
        pdb now has its own tests.
      ........
        r83286 | georg.brandl | 2010-07-30 18:00:46 +0200 (Fr, 30 Jul 2010) | 7 lines
      
        Several enhancements to pdb and its test suite.
      
        * added basic test for basic commands
        * removed duplication of command docs, and moved them to their implementation
        * unified and useful display of exceptions
        * output messages and errors using overridable methods (also fixes #1503502)
      ........
        r83287 | georg.brandl | 2010-07-30 19:04:28 +0200 (Fr, 30 Jul 2010) | 1 line
      
        Add "longlist" and "source" commands, ideas borrowed from pdb++ by Antonio Cuni.
      ........
        r83291 | georg.brandl | 2010-07-30 20:08:12 +0200 (Fr, 30 Jul 2010) | 1 line
      
        Fix source finding if the given frame is a module-level frame.
      ........
        r83292 | georg.brandl | 2010-07-30 20:15:16 +0200 (Fr, 30 Jul 2010) | 1 line
      
        Test that "source" with nonexisting things works as expected.
      ........
        r83293 | georg.brandl | 2010-07-30 20:46:38 +0200 (Fr, 30 Jul 2010) | 1 line
      
        Show the traceback line numbers as well as the current line numbers if an exception is being debugged.  Courtesy of pdb++ by Antonio Cuni.  Also document -> and >> markers for "list".
      ........
        r83308 | georg.brandl | 2010-07-31 00:20:16 +0200 (Sa, 31 Jul 2010) | 1 line
      
        Part of #7245: when KeyboardInterrupt is raised while defining commands, restore the old commands instead of producing a traceback.
      ........
        r83315 | georg.brandl | 2010-07-31 10:14:16 +0200 (Sa, 31 Jul 2010) | 1 line
      
        Fix pdb test failures on the buildbots.
      ........
        r83316 | georg.brandl | 2010-07-31 10:20:02 +0200 (Sa, 31 Jul 2010) | 1 line
      
        Make urllib tests pass for now.  Will figure out what the correct semantics should be after release.
      ........
        r83317 | georg.brandl | 2010-07-31 10:27:46 +0200 (Sa, 31 Jul 2010) | 1 line
      
        Update pydoc topics and adapt Topics builder to Sphinx 1.0.
      ........
        r83318 | georg.brandl | 2010-07-31 10:56:11 +0200 (Sa, 31 Jul 2010) | 1 line
      
        Bump versions and review NEWS file.
      ........
      8840fd53
    • Georg Brandl's avatar
      Merged revisions 83259,83261,83264-83265,83268-83269,83271-83272,83281 via svnmerge from · b98b508c
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83259 | georg.brandl | 2010-07-30 09:03:39 +0200 (Fr, 30 Jul 2010) | 1 line
      
        Clarification.
      ........
        r83261 | georg.brandl | 2010-07-30 09:21:26 +0200 (Fr, 30 Jul 2010) | 1 line
      
        #9230: allow Pdb.checkline() to be called without a current frame, for setting breakpoints before starting debugging.
      ........
        r83264 | georg.brandl | 2010-07-30 10:45:26 +0200 (Fr, 30 Jul 2010) | 1 line
      
        Document the "jump" command in pdb.__doc__, and add a version tag for "until X".
      ........
        r83265 | georg.brandl | 2010-07-30 10:54:49 +0200 (Fr, 30 Jul 2010) | 1 line
      
        #8015: fix crash when entering an empty line for breakpoint commands.  Also restore environment properly when an exception occurs during the definition of commands.
      ........
        r83268 | georg.brandl | 2010-07-30 11:23:23 +0200 (Fr, 30 Jul 2010) | 2 lines
      
        Issue #8048: Prevent doctests from failing when sys.displayhook has
        been reassigned.
      ........
        r83269 | georg.brandl | 2010-07-30 11:43:00 +0200 (Fr, 30 Jul 2010) | 1 line
      
        #6719: In pdb, do not stop somewhere in the encodings machinery if the source file to be debugged is in a non-builtin encoding.
      ........
        r83271 | georg.brandl | 2010-07-30 11:59:28 +0200 (Fr, 30 Jul 2010) | 1 line
      
        #5727: Restore the ability to use readline when calling into pdb in doctests.
      ........
        r83272 | georg.brandl | 2010-07-30 12:29:19 +0200 (Fr, 30 Jul 2010) | 1 line
      
        #5294: Fix the behavior of pdb "continue" command when called in the top-level debugged frame.
      ........
        r83281 | georg.brandl | 2010-07-30 15:36:43 +0200 (Fr, 30 Jul 2010) | 1 line
      
        Add myself for pdb.
      ........
      b98b508c