1. 10 Jul, 2009 2 commits
  2. 09 Jul, 2009 3 commits
    • Amaury Forgeot d'Arc's avatar
      Merged revisions 73918-73919 via svnmerge from · 17b97cca
      Amaury Forgeot d'Arc authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r73918 | amaury.forgeotdarc | 2009-07-10 01:00:40 +0200 (ven., 10 juil. 2009) | 9 lines
      
        #6323: pdb doesn't deal well with SyntaxErrors.
      
        It seems necessary to keep two layers of 'exec' (one in Bdb.run, one in Pdb._runscript);
        this allows the tracing function to be active when the inner 'exec' runs
        and tries to compile the real code.
      
        This partially revert r58127, the net effet of the two changes is to replace
        "exec('%s')" with "exec(%r)".
      ........
        r73919 | amaury.forgeotdarc | 2009-07-10 01:07:52 +0200 (ven., 10 juil. 2009) | 2 lines
      
        NEWS entry for r73918.
      ........
      17b97cca
    • R. David Murray's avatar
      Merged revisions 73913 via svnmerge from · cac424af
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r73913 | r.david.murray | 2009-07-09 16:12:31 -0400 (Thu, 09 Jul 2009) | 18 lines
      
        Merged revisions 73907-73908 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r73907 | r.david.murray | 2009-07-09 12:17:30 -0400 (Thu, 09 Jul 2009) | 4 lines
      
          Temporarily ignore rmtree errors in test_getcwd_long_pathnames to see
          if the test gives useful failure info on Solaris buildbot.
        ........
          r73908 | r.david.murray | 2009-07-09 14:41:03 -0400 (Thu, 09 Jul 2009) | 6 lines
      
          Try to fix Solaris buildbot rmtree failure in test_getcwd_long_pathnames
          cleanup.  If this fix works, it means that Solaris is unique among
          our platforms in what happens when shutil.rmtree is called on the
          current working directory (ie: it doesn't work on Solaris, but
          it does everywhere else).
        ........
      ................
      cac424af
    • Tarek Ziadé's avatar
      Blocked revisions 73903 via svnmerge · 21d25839
      Tarek Ziadé authored
      ................
        r73903 | tarek.ziade | 2009-07-09 09:46:10 +0200 (Thu, 09 Jul 2009) | 9 lines
      
        Merged revisions 73901 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r73901 | tarek.ziade | 2009-07-09 09:42:42 +0200 (Thu, 09 Jul 2009) | 1 line
      
          PendingDeprecationWarning -> DeprecationWarning in build_ext
        ........
      ................
      21d25839
  3. 08 Jul, 2009 1 commit
  4. 07 Jul, 2009 3 commits
  5. 06 Jul, 2009 1 commit
    • Tarek Ziadé's avatar
      Blocked revisions 73866 via svnmerge · a90232c3
      Tarek Ziadé authored
      ................
        r73866 | tarek.ziade | 2009-07-06 15:52:17 +0200 (Mon, 06 Jul 2009) | 9 lines
      
        Merged revisions 73864 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r73864 | tarek.ziade | 2009-07-06 14:50:46 +0200 (Mon, 06 Jul 2009) | 1 line
      
          Fixed #6377: distutils compiler switch ignored (and added a deprecation warning if compiler is not used as supposed = a string option)
        ........
      ................
      a90232c3
  6. 04 Jul, 2009 3 commits
  7. 03 Jul, 2009 4 commits
  8. 02 Jul, 2009 5 commits
  9. 01 Jul, 2009 3 commits
  10. 30 Jun, 2009 1 commit
  11. 29 Jun, 2009 7 commits
  12. 28 Jun, 2009 7 commits
    • Mark Dickinson's avatar
      Merged revisions 73661 via svnmerge from · fee7a4f6
      Mark Dickinson authored
      svn+ssh://pythondev@www.python.org/python/branches/py3k
      
      ................
        r73661 | mark.dickinson | 2009-06-28 23:40:48 +0100 (Sun, 28 Jun 2009) | 9 lines
      
        Merged revisions 73660 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r73660 | mark.dickinson | 2009-06-28 23:37:13 +0100 (Sun, 28 Jun 2009) | 1 line
      
          Remove unused stdint.h includes
        ........
      ................
      fee7a4f6
    • Benjamin Peterson's avatar
    • Mark Dickinson's avatar
      Merged revisions 73642 via svnmerge from · 0e964869
      Mark Dickinson authored
      svn+ssh://pythondev@www.python.org/python/branches/py3k
      
      ........
        r73642 | mark.dickinson | 2009-06-28 22:24:42 +0100 (Sun, 28 Jun 2009) | 1 line
      
        Fix incorrect quote type on Decimal examples
      ........
      0e964869
    • Mark Dickinson's avatar
      Merged revisions 73640 via svnmerge from · 25413ec2
      Mark Dickinson authored
      svn+ssh://pythondev@www.python.org/python/branches/py3k
      
      ........
        r73640 | mark.dickinson | 2009-06-28 22:19:18 +0100 (Sun, 28 Jun 2009) | 3 lines
      
        Issue #6354 continued:  reword confusing tutorial note on the (no-longer
        existing) difference between str(8/5) and repr(8/5).
      ........
      25413ec2
    • Mark Dickinson's avatar
      Merged revisions 73636 via svnmerge from · f1b6bcc4
      Mark Dickinson authored
      svn+ssh://pythondev@www.python.org/python/branches/py3k
      
      ........
        r73636 | mark.dickinson | 2009-06-28 21:59:42 +0100 (Sun, 28 Jun 2009) | 2 lines
      
        Issue #6354: More fixes for code examples involving the repr of a float.
      ........
      f1b6bcc4
    • Mark Dickinson's avatar
      Merged revisions 73632 via svnmerge from · f554b34c
      Mark Dickinson authored
      svn+ssh://pythondev@www.python.org/python/branches/py3k
      
      ........
        r73632 | mark.dickinson | 2009-06-28 21:36:54 +0100 (Sun, 28 Jun 2009) | 3 lines
      
        Corrections to decimal flying circus:  round returns a Decimal;
        float should have a short repr.
      ........
      f554b34c
    • Benjamin Peterson's avatar
      Merged revisions 73623-73624 via svnmerge from · 0b16c503
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r73623 | benjamin.peterson | 2009-06-28 12:22:03 -0500 (Sun, 28 Jun 2009) | 58 lines
      
        Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,73605 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r73004 | jeffrey.yasskin | 2009-05-28 22:44:31 -0500 (Thu, 28 May 2009) | 5 lines
      
          Fix nearly all compilation warnings under Apple gcc-4.0.  Tested with OPT="-g
          -Wall -Wstrict-prototypes -Werror" in both --with-pydebug mode and --without.
          There's still a batch of non-prototype warnings in Xlib.h that I don't know how
          to fix.
        ........
          r73439 | benjamin.peterson | 2009-06-15 19:29:31 -0500 (Mon, 15 Jun 2009) | 1 line
      
          don't mask encoding errors when decoding a string #6289
        ........
          r73496 | vinay.sajip | 2009-06-21 12:37:27 -0500 (Sun, 21 Jun 2009) | 1 line
      
          Issue #6314: logging.basicConfig() performs extra checks on the "level" argument.
        ........
          r73509 | amaury.forgeotdarc | 2009-06-22 14:33:48 -0500 (Mon, 22 Jun 2009) | 2 lines
      
          #4490 Fix sample code run by "python -m xml.sax.xmlreader"
        ........
          r73529 | r.david.murray | 2009-06-23 13:02:46 -0500 (Tue, 23 Jun 2009) | 4 lines
      
          Fix issue 5230 by having pydoc's safeimport check to see if the import
          error was thrown from itself in order to decide if the module can't be
          found.  Thanks to Lucas Prado Melo for collaborating on the fix and tests.
        ........
          r73564 | amaury.forgeotdarc | 2009-06-25 17:29:29 -0500 (Thu, 25 Jun 2009) | 6 lines
      
          #2016 Fix a crash in function call when the **kwargs dictionary is mutated
          during the function call setup.
      
          This even gives a slight speedup, probably because tuple allocation
          is faster than PyMem_NEW.
        ........
          r73576 | benjamin.peterson | 2009-06-26 18:37:06 -0500 (Fri, 26 Jun 2009) | 1 line
      
          document is_declared_global()
        ........
          r73577 | benjamin.peterson | 2009-06-27 09:16:23 -0500 (Sat, 27 Jun 2009) | 1 line
      
          link to extensive generator docs in the reference manual
        ........
          r73595 | ezio.melotti | 2009-06-27 18:45:39 -0500 (Sat, 27 Jun 2009) | 1 line
      
          stmt and setup can contain multiple statements, see #5896
        ........
          r73596 | ezio.melotti | 2009-06-27 19:07:45 -0500 (Sat, 27 Jun 2009) | 1 line
      
          Fixed a wrong apostrophe
        ........
          r73605 | georg.brandl | 2009-06-28 07:10:18 -0500 (Sun, 28 Jun 2009) | 1 line
      
          Remove stray pychecker directive.
        ........
      ................
        r73624 | benjamin.peterson | 2009-06-28 12:32:20 -0500 (Sun, 28 Jun 2009) | 1 line
      
        document BufferedIOBase.raw and TextIOBase.buffer
      ................
      0b16c503