1. 14 Nis, 2012 1 kayıt (commit)
  2. 17 Mar, 2010 1 kayıt (commit)
    • Florent Xicluna's avatar
      Merged revisions 79030-79032 via svnmerge from · 8fbddf15
      Florent Xicluna yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79030 | florent.xicluna | 2010-03-17 20:05:04 +0100 (mer, 17 mar 2010) | 2 lines
      
        Cleanup in test_import and test_coding.
      ........
        r79031 | florent.xicluna | 2010-03-17 20:15:56 +0100 (mer, 17 mar 2010) | 2 lines
      
        Cleanup some test cases using check_warnings and check_py3k_warnings.
      ........
        r79032 | florent.xicluna | 2010-03-17 21:05:11 +0100 (mer, 17 mar 2010) | 2 lines
      
        Fix and check cgi module deprecation warnings.  Revert an unwanted rename in test_import.
      ........
      8fbddf15
  3. 28 Haz, 2009 2 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 73623-73624 via svnmerge from · d76c8da0
      Benjamin Peterson yazdı
      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
      ................
      d76c8da0
    • Benjamin Peterson's avatar
      Merged revisions… · 0289b158
      Benjamin Peterson yazdı
      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.
      ........
      0289b158
  4. 02 Mar, 2009 1 kayıt (commit)
  5. 20 May, 2008 1 kayıt (commit)
  6. 17 Nis, 2008 1 kayıt (commit)
  7. 16 Kas, 2007 1 kayıt (commit)
  8. 15 Kas, 2007 1 kayıt (commit)
  9. 13 Agu, 2007 1 kayıt (commit)
  10. 11 Agu, 2007 1 kayıt (commit)
  11. 18 Ara, 2005 1 kayıt (commit)
  12. 02 Eki, 2005 1 kayıt (commit)
    • Neal Norwitz's avatar
      - Fix segfault with invalid coding. · 40d37814
      Neal Norwitz yazdı
      - SF Bug #772896, unknown encoding results in MemoryError, which is not helpful
      
      I will only backport the segfault fix.  I'll let Anthony decide if he wants
      the other changes backported.  I will do the backport if asked.
      40d37814