1. 18 Dec, 2011 1 commit
  2. 28 Sep, 2011 1 commit
  3. 30 Jun, 2011 1 commit
  4. 16 Mar, 2011 1 commit
  5. 21 Feb, 2011 1 commit
    • Brett Cannon's avatar
      Issue #10990: Prevent tests from clobbering a set trace function. · 31f5929c
      Brett Cannon authored
      Many tests simply didn't care if they unset a pre-existing trace function. This
      made test coverage impossible. This patch fixes various tests to put back any
      pre-existing trace function. It also introduces test.support.no_tracing as a
      decorator which will temporarily unset the trace function for tests which
      simply fail otherwise.
      
      Thanks to Kristian Vlaardingerbroek for helping to find the cause of various
      trace function unsets.
      31f5929c
  6. 04 Dec, 2010 1 commit
  7. 14 Oct, 2010 3 commits
  8. 16 Aug, 2010 2 commits
  9. 01 Aug, 2010 1 commit
    • Georg Brandl's avatar
      Merged revisions 83259,83261,83264-83265,83268-83269,83271-83272,83281 via svnmerge from · 469d3e78
      Georg Brandl authored
      svn+ssh://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.
      ........
      469d3e78
  10. 30 Jul, 2010 2 commits
  11. 12 Jun, 2010 1 commit
  12. 11 Apr, 2010 2 commits
    • Benjamin Peterson's avatar
    • Benjamin Peterson's avatar
      Merged revisions... · 08bf91c0
      Benjamin Peterson authored
      Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-79608,79622,79717,79820,79822,79828,79862,79875,79923-79924,79941-79943,79945,79947,79951-79952 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79307 | florent.xicluna | 2010-03-22 17:45:50 -0500 (Mon, 22 Mar 2010) | 2 lines
      
        #7667: Fix doctest failures with non-ASCII paths.
      ........
        r79408 | victor.stinner | 2010-03-24 20:18:38 -0500 (Wed, 24 Mar 2010) | 2 lines
      
        Fix a gcc warning introduced by r79397.
      ........
        r79430 | brian.curtin | 2010-03-25 18:48:54 -0500 (Thu, 25 Mar 2010) | 2 lines
      
        Fix #6538. Markup RegexObject and MatchObject as classes. Patch by Ryan Arana.
      ........
        r79533 | barry.warsaw | 2010-03-31 16:07:16 -0500 (Wed, 31 Mar 2010) | 6 lines
      
        - Issue #8233: When run as a script, py_compile.py optionally takes a single
          argument `-` which tells it to read files to compile from stdin.  Each line
          is read on demand and the named file is compiled immediately.  (Original
          patch by Piotr O?\197?\188arowski).
      ........
        r79542 | r.david.murray | 2010-03-31 20:28:39 -0500 (Wed, 31 Mar 2010) | 3 lines
      
        A couple small grammar fixes in test.rst, and rewrite the
        check_warnings docs to be clearer.
      ........
        r79579 | georg.brandl | 2010-04-02 03:34:41 -0500 (Fri, 02 Apr 2010) | 1 line
      
        Add 2.6.5.
      ........
        r79580 | georg.brandl | 2010-04-02 03:39:09 -0500 (Fri, 02 Apr 2010) | 1 line
      
        #2768: add a note on how to get a file descriptor.
      ........
        r79585 | georg.brandl | 2010-04-02 04:03:18 -0500 (Fri, 02 Apr 2010) | 1 line
      
        Remove col-spanning cells in logging docs.
      ........
        r79586 | georg.brandl | 2010-04-02 04:07:42 -0500 (Fri, 02 Apr 2010) | 1 line
      
        Document PyImport_ExecCodeModuleEx().
      ........
        r79587 | georg.brandl | 2010-04-02 04:11:49 -0500 (Fri, 02 Apr 2010) | 1 line
      
        #8012: clarification in generator glossary entry.
      ........
        r79607 | andrew.kuchling | 2010-04-02 12:48:23 -0500 (Fri, 02 Apr 2010) | 1 line
      
        #6647: document that catch_warnings is not thread-safe
      ........
        r79608 | andrew.kuchling | 2010-04-02 12:54:26 -0500 (Fri, 02 Apr 2010) | 1 line
      
        #6647: add note to two examples
      ........
        r79622 | tarek.ziade | 2010-04-02 16:34:19 -0500 (Fri, 02 Apr 2010) | 1 line
      
        removed documentation on code that was reverted and pushed into distutils2
      ........
        r79717 | antoine.pitrou | 2010-04-03 16:22:38 -0500 (Sat, 03 Apr 2010) | 4 lines
      
        Fix wording / typography, and a slightly misleading statement
        (memoryviews don't support complex structures right now)
      ........
        r79820 | benjamin.peterson | 2010-04-05 22:34:09 -0500 (Mon, 05 Apr 2010) | 1 line
      
        ready _sre types
      ........
        r79822 | georg.brandl | 2010-04-06 03:18:15 -0500 (Tue, 06 Apr 2010) | 1 line
      
        #8320: document return value of recv_into().
      ........
        r79828 | georg.brandl | 2010-04-06 09:33:44 -0500 (Tue, 06 Apr 2010) | 1 line
      
        Add JP.
      ........
        r79862 | georg.brandl | 2010-04-06 15:27:59 -0500 (Tue, 06 Apr 2010) | 1 line
      
        Fix syntax.
      ........
        r79875 | mark.dickinson | 2010-04-06 17:18:23 -0500 (Tue, 06 Apr 2010) | 1 line
      
        More NaN consistency doc fixes.
      ........
        r79923 | georg.brandl | 2010-04-10 06:15:24 -0500 (Sat, 10 Apr 2010) | 1 line
      
        #8360: skipTest was added in 2.7.
      ........
        r79924 | georg.brandl | 2010-04-10 06:16:59 -0500 (Sat, 10 Apr 2010) | 1 line
      
        #8346: update version.
      ........
        r79941 | andrew.kuchling | 2010-04-10 20:39:36 -0500 (Sat, 10 Apr 2010) | 1 line
      
        Two grammar fixes
      ........
        r79942 | andrew.kuchling | 2010-04-10 20:40:06 -0500 (Sat, 10 Apr 2010) | 1 line
      
        Punctuation fix
      ........
        r79943 | andrew.kuchling | 2010-04-10 20:40:30 -0500 (Sat, 10 Apr 2010) | 1 line
      
        Add various items
      ........
        r79945 | andrew.kuchling | 2010-04-10 20:40:49 -0500 (Sat, 10 Apr 2010) | 1 line
      
        name correct
      ........
        r79947 | andrew.kuchling | 2010-04-10 20:44:13 -0500 (Sat, 10 Apr 2010) | 1 line
      
        Remove distutils section
      ........
        r79951 | andrew.kuchling | 2010-04-11 07:48:08 -0500 (Sun, 11 Apr 2010) | 1 line
      
        Two typo fixes
      ........
        r79952 | andrew.kuchling | 2010-04-11 07:49:37 -0500 (Sun, 11 Apr 2010) | 1 line
      
        Add two items
      ........
      08bf91c0
  13. 27 Feb, 2010 2 commits
  14. 24 Feb, 2010 1 commit
  15. 31 Jan, 2010 2 commits
  16. 21 Dec, 2009 2 commits
  17. 20 Dec, 2009 2 commits
    • R. David Murray's avatar
      Merged revisions 76937 via svnmerge from · 14520958
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      r76934 does not apply and was deleted in the merge.
      
      ................
        r76937 | r.david.murray | 2009-12-20 12:28:31 -0500 (Sun, 20 Dec 2009) | 20 lines
      
        Merged revisions 76934-76935 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r76934 | r.david.murray | 2009-12-20 11:24:46 -0500 (Sun, 20 Dec 2009) | 2 lines
      
          Fix comment typo.
        ........
          r76935 | r.david.murray | 2009-12-20 11:46:06 -0500 (Sun, 20 Dec 2009) | 10 lines
      
          Issue #7376: When called with no arguments doctest was running a
          self-test.  Because of a change to the way tracebacks are printed,
          this self-test was failing.  The test is run (and passes) during normal
          regression testing.  So instead of running the failing self-test this
          patch makes doctest emit a usage message.  This is better behavior anyway
          since passing in arguments is the real reason to run doctest as a command.
      
          Bug discovery and initial patch by Florent Xicluna.
        ........
      ................
      14520958
    • R. David Murray's avatar
      Merged revisions 76934-76935 via svnmerge from · 445448ca
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r76934 | r.david.murray | 2009-12-20 11:24:46 -0500 (Sun, 20 Dec 2009) | 2 lines
      
        Fix comment typo.
      ........
        r76935 | r.david.murray | 2009-12-20 11:46:06 -0500 (Sun, 20 Dec 2009) | 10 lines
      
        Issue #7376: When called with no arguments doctest was running a
        self-test.  Because of a change to the way tracebacks are printed,
        this self-test was failing.  The test is run (and passes) during normal
        regression testing.  So instead of running the failing self-test this
        patch makes doctest emit a usage message.  This is better behavior anyway
        since passing in arguments is the real reason to run doctest as a command.
      
        Bug discovery and initial patch by Florent Xicluna.
      ........
      445448ca
  18. 13 Aug, 2009 1 commit
    • Georg Brandl's avatar
      Merged revisions 74010,74034,74054 via svnmerge from · c3c6fed6
      Georg Brandl authored
      svn+ssh://svn.python.org/python/branches/py3k
      
      ................
        r74010 | r.david.murray | 2009-07-15 16:16:54 +0200 (Mi, 15 Jul 2009) | 2 lines
      
        PEP-8-ify r73389.
      ................
        r74034 | alexandre.vassalotti | 2009-07-17 07:35:59 +0200 (Fr, 17 Jul 2009) | 2 lines
      
        The output() function takes only one string argument.
      ................
        r74054 | alexandre.vassalotti | 2009-07-17 10:31:44 +0200 (Fr, 17 Jul 2009) | 14 lines
      
        Merged revisions 74051-74052 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r74051 | alexandre.vassalotti | 2009-07-17 03:54:23 -0400 (Fri, 17 Jul 2009) | 2 lines
      
          Initialize variables in PyCurses_getsyx() to avoid compiler warnings.
        ........
          r74052 | alexandre.vassalotti | 2009-07-17 04:09:04 -0400 (Fri, 17 Jul 2009) | 3 lines
      
          Fix GCC warning about fprintf used without a string literal and
          without format arguments.
        ........
      ................
      c3c6fed6
  19. 15 Jul, 2009 1 commit
  20. 12 Jun, 2009 1 commit
  21. 27 Jan, 2009 1 commit
  22. 15 Dec, 2008 1 commit
  23. 19 Nov, 2008 1 commit
    • Benjamin Peterson's avatar
      Merged revisions 67243,67245,67277-67278,67289 via svnmerge from · 6cadba71
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r67243 | benjamin.peterson | 2008-11-17 15:39:05 -0600 (Mon, 17 Nov 2008) | 1 line
      
        a few fixes on the download page
      ........
        r67245 | benjamin.peterson | 2008-11-17 16:05:19 -0600 (Mon, 17 Nov 2008) | 1 line
      
        improve __hash__ docs
      ........
        r67277 | skip.montanaro | 2008-11-18 21:35:41 -0600 (Tue, 18 Nov 2008) | 1 line
      
        patch from issue 1108
      ........
        r67278 | georg.brandl | 2008-11-19 01:59:09 -0600 (Wed, 19 Nov 2008) | 2 lines
      
        Try to fix problems with verbatim.
      ........
        r67289 | brett.cannon | 2008-11-19 14:29:39 -0600 (Wed, 19 Nov 2008) | 2 lines
      
        Ignore .pyc and .pyo files.
      ........
      6cadba71
  24. 29 Jul, 2008 3 commits
  25. 11 Jun, 2008 2 commits
  26. 04 Jun, 2008 2 commits
  27. 16 May, 2008 1 commit
    • Alexandre Vassalotti's avatar
      Merged revisions... · eca20b61
      Alexandre Vassalotti authored
      Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-63152,63155-63165,63167-63176,63181-63186,63188-63189 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r63119 | benjamin.peterson | 2008-05-11 20:41:23 -0400 (Sun, 11 May 2008) | 2 lines
      
        #2196 hasattr now allows SystemExit and KeyboardInterrupt to propagate
      ........
        r63122 | benjamin.peterson | 2008-05-11 20:46:49 -0400 (Sun, 11 May 2008) | 2 lines
      
        make message slightly more informative, so there's no chance of misunderstanding it
      ........
        r63158 | ronald.oussoren | 2008-05-12 07:24:33 -0400 (Mon, 12 May 2008) | 5 lines
      
        Remove references to platform 'mac'
      
        The 'mac' platform (that is, os.name == 'mac') was used for the MacOS 9 port,
        which is no longer supported (as of Python 2.4 IIRC).
      ........
        r63159 | ronald.oussoren | 2008-05-12 07:31:05 -0400 (Mon, 12 May 2008) | 8 lines
      
        MacOSX: remove dependency on Carbon package for urllib
      
        This patch removes the dependency on the Carbon package from urllib.
        The mac-specific code for getting proxy configuration is now writting in
        Python using ctypes and uses the SystemConfiguration framework instead of
        InternetConfig. Also provides a mac-specific implementation of proxy_bypass.
      ........
        r63162 | eric.smith | 2008-05-12 10:00:01 -0400 (Mon, 12 May 2008) | 1 line
      
        Added 'n' presentation type for integers.
      ........
        r63164 | georg.brandl | 2008-05-12 12:26:52 -0400 (Mon, 12 May 2008) | 2 lines
      
        #1713041: fix pprint's handling of maximum depth.
      ........
        r63170 | georg.brandl | 2008-05-12 12:53:42 -0400 (Mon, 12 May 2008) | 2 lines
      
        Fix parameter name for enumerate().
      ........
        r63173 | georg.brandl | 2008-05-12 13:01:58 -0400 (Mon, 12 May 2008) | 2 lines
      
        #2766: remove code without effect.
      ........
        r63174 | georg.brandl | 2008-05-12 13:04:10 -0400 (Mon, 12 May 2008) | 3 lines
      
        #2767: don't clear globs in run() call, since they could be needed in tearDown,
        which clears them at the end.
      ........
        r63175 | georg.brandl | 2008-05-12 13:14:51 -0400 (Mon, 12 May 2008) | 2 lines
      
        #1760: try-except-finally is one statement since PEP 341.
      ........
        r63186 | amaury.forgeotdarc | 2008-05-12 17:30:24 -0400 (Mon, 12 May 2008) | 2 lines
      
        Sync code with documentation, and remove Win95 support in winsound module.
      ........
        r63189 | amaury.forgeotdarc | 2008-05-12 18:21:39 -0400 (Mon, 12 May 2008) | 3 lines
      
        Adapt test_pyclbr to the new version of urllib.py:
        The new mac-specific functions must be ignored.
      ........
      eca20b61