1. 09 Ock, 2009 3 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 67985 via svnmerge from · 1467ac8e
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r67985 | antoine.pitrou | 2008-12-28 10:01:11 -0600 (Sun, 28 Dec 2008) | 4 lines
      
        Issue #2153: modernize coding style of unittest.py, remove obsolete compatibility stuff.
        Patch by Virgil Dupras.
      ........
      1467ac8e
    • Benjamin Peterson's avatar
      Merged revisions 68288-68291,68325-68326,68338,68388,68393,68423 via svnmerge from · 28d88b48
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ................
        r68288 | benjamin.peterson | 2009-01-03 18:39:07 -0600 (Sat, 03 Jan 2009) | 1 line
      
        only check the actual compile() call for a SyntaxError
      ................
        r68289 | georg.brandl | 2009-01-04 02:26:10 -0600 (Sun, 04 Jan 2009) | 2 lines
      
        Test commit.
      ................
        r68290 | georg.brandl | 2009-01-04 04:23:49 -0600 (Sun, 04 Jan 2009) | 4 lines
      
        Add "suspicious" builder which finds leftover markup in the HTML files.
      
        Patch by Gabriel Genellina.
      ................
        r68291 | georg.brandl | 2009-01-04 04:24:09 -0600 (Sun, 04 Jan 2009) | 2 lines
      
        Fix two issues found by the suspicious builder.
      ................
        r68325 | benjamin.peterson | 2009-01-04 16:00:18 -0600 (Sun, 04 Jan 2009) | 1 line
      
        use Jinja 2.1.1
      ................
        r68326 | georg.brandl | 2009-01-04 16:03:10 -0600 (Sun, 04 Jan 2009) | 2 lines
      
        Update make.bat.
      ................
        r68338 | neal.norwitz | 2009-01-04 21:57:25 -0600 (Sun, 04 Jan 2009) | 1 line
      
        Make sure to checkout any new packages
      ................
        r68388 | benjamin.peterson | 2009-01-07 21:39:46 -0600 (Wed, 07 Jan 2009) | 1 line
      
        string exceptions are gone
      ................
        r68393 | benjamin.peterson | 2009-01-07 22:01:00 -0600 (Wed, 07 Jan 2009) | 1 line
      
        use new sphinx modules
      ................
        r68423 | benjamin.peterson | 2009-01-08 20:13:34 -0600 (Thu, 08 Jan 2009) | 29 lines
      
        Merged revisions 68306-68308,68340,68368,68422 via svnmerge from
        svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
      
        ........
          r68306 | benjamin.peterson | 2009-01-04 12:27:19 -0600 (Sun, 04 Jan 2009) | 1 line
      
          fix_urllib: add mappings for the url parsing functions
        ........
          r68307 | benjamin.peterson | 2009-01-04 12:30:01 -0600 (Sun, 04 Jan 2009) | 1 line
      
          remove duplicated function
        ........
          r68308 | benjamin.peterson | 2009-01-04 12:50:34 -0600 (Sun, 04 Jan 2009) | 1 line
      
          turtle is no longer renamed
        ........
          r68340 | georg.brandl | 2009-01-05 02:11:39 -0600 (Mon, 05 Jan 2009) | 2 lines
      
          Fix undefined locals in parse_tokens().
        ........
          r68368 | benjamin.peterson | 2009-01-06 17:56:10 -0600 (Tue, 06 Jan 2009) | 1 line
      
          fix typo (thanks to Robert Lehmann)
        ........
          r68422 | benjamin.peterson | 2009-01-08 20:01:03 -0600 (Thu, 08 Jan 2009) | 1 line
      
          run the imports fixers after fix_import, so fix_import doesn't try to make stdlib renames into relative imports #4876
        ........
      ................
      28d88b48
    • Tarek Ziadé's avatar
      Merged revisions 68415 via svnmerge from · 13f7c3b6
      Tarek Ziadé yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68415 | tarek.ziade | 2009-01-09 00:56:31 +0100 (Fri, 09 Jan 2009) | 1 line
      
        fixed #4394 make the storage of the password optional in .pypirc
      ........
      13f7c3b6
  2. 08 Ock, 2009 2 kayıt (commit)
  3. 07 Ock, 2009 2 kayıt (commit)
  4. 06 Ock, 2009 1 kayıt (commit)
    • Antoine Pitrou's avatar
      Merged revisions 68360-68361 via svnmerge from · d35cbf6e
      Antoine Pitrou yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68360 | antoine.pitrou | 2009-01-06 19:10:47 +0100 (mar., 06 janv. 2009) | 7 lines
      
        Issue #1180193: When importing a module from a .pyc (or .pyo) file with
        an existing .py counterpart, override the co_filename attributes of all
        code objects if the original filename is obsolete (which can happen if the
        file has been renamed, moved, or if it is accessed through different paths).
        Patch by Ziga Seilnacht and Jean-Paul Calderone.
      ........
        r68361 | antoine.pitrou | 2009-01-06 19:34:08 +0100 (mar., 06 janv. 2009) | 3 lines
      
        Use shutil.rmtree rather than os.rmdir.
      ........
      d35cbf6e
  5. 04 Ock, 2009 4 kayıt (commit)
  6. 03 Ock, 2009 11 kayıt (commit)
    • Antoine Pitrou's avatar
    • Georg Brandl's avatar
      Merged revisions 68112,68115,68120,68133,68141-68142,68145-68146,68148-68149 via svnmerge from · b1441c7e
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68112 | benjamin.peterson | 2009-01-01 00:48:39 +0100 (Thu, 01 Jan 2009) | 1 line
      
        #4795 inspect.isgeneratorfunction() should return False instead of None
      ........
        r68115 | benjamin.peterson | 2009-01-01 05:04:41 +0100 (Thu, 01 Jan 2009) | 1 line
      
        simplfy code
      ........
        r68120 | georg.brandl | 2009-01-01 13:15:31 +0100 (Thu, 01 Jan 2009) | 4 lines
      
        #4228: Pack negative values the same way as 2.4
        in struct's L format.
      ........
        r68133 | antoine.pitrou | 2009-01-01 16:38:03 +0100 (Thu, 01 Jan 2009) | 1 line
      
        fill in actual issue number in tests
      ........
        r68141 | benjamin.peterson | 2009-01-01 17:43:12 +0100 (Thu, 01 Jan 2009) | 1 line
      
        fix highlighting
      ........
        r68142 | benjamin.peterson | 2009-01-01 18:29:49 +0100 (Thu, 01 Jan 2009) | 2 lines
      
        welcome to 2009, Python!
      ........
        r68145 | amaury.forgeotdarc | 2009-01-02 01:03:54 +0100 (Fri, 02 Jan 2009) | 5 lines
      
        #4801 _collections module fails to build on cygwin.
      
        _PyObject_GC_TRACK is the macro version of PyObject_GC_Track,
        and according to documentation it should not be used for extension modules.
      ........
        r68146 | ronald.oussoren | 2009-01-02 11:44:46 +0100 (Fri, 02 Jan 2009) | 2 lines
      
        Fix for issue4472: "configure --enable-shared doesn't work on OSX"
      ........
        r68148 | ronald.oussoren | 2009-01-02 11:48:31 +0100 (Fri, 02 Jan 2009) | 2 lines
      
        Forgot to add a NEWS item in my previous checkin
      ........
        r68149 | ronald.oussoren | 2009-01-02 11:50:48 +0100 (Fri, 02 Jan 2009) | 2 lines
      
        Fix for issue4780
      ........
      b1441c7e
    • Guilherme Polo's avatar
      4baac0f9
    • Georg Brandl's avatar
      3a9b062f
    • Antoine Pitrou's avatar
    • Raymond Hettinger's avatar
    • Antoine Pitrou's avatar
    • Antoine Pitrou's avatar
    • Antoine Pitrou's avatar
      Issue #4580: slicing of memoryviews when itemsize != 1 is wrong. · c3b39245
      Antoine Pitrou yazdı
      Also fix len() to return number of items rather than length in bytes.
      
      I'm sorry it was not possible for me to work on this without reindenting
      a bit some stuff around. The indentation in memoryobject.c is a mess,
      I'll open a separate bug for it.
      c3b39245
    • Benjamin Peterson's avatar
      Merged revisions 68197 via svnmerge from · 8bcddcab
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ................
        r68197 | benjamin.peterson | 2009-01-03 10:34:02 -0600 (Sat, 03 Jan 2009) | 55 lines
      
        Merged revisions 67900-67901,67919,67928,67984,67991-67993,68106-68108,68110 via svnmerge from
        svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
      
        ........
          r67900 | benjamin.peterson | 2008-12-22 14:02:45 -0600 (Mon, 22 Dec 2008) | 4 lines
      
          fix_execfile: wrap the open(fn).read() call in compile(), so the filename is preserved
      
          also add unittests for the fixer
        ........
          r67901 | benjamin.peterson | 2008-12-22 14:09:55 -0600 (Mon, 22 Dec 2008) | 1 line
      
          remove unused import
        ........
          r67919 | benjamin.peterson | 2008-12-23 13:12:22 -0600 (Tue, 23 Dec 2008) | 1 line
      
          copy permission bits from the backup to the original
        ........
          r67928 | benjamin.peterson | 2008-12-26 20:49:30 -0600 (Fri, 26 Dec 2008) | 1 line
      
          don't be so idiot about multiple local imports in fix_import; still won't handle absolute and local imports on the same line
        ........
          r67984 | benjamin.peterson | 2008-12-28 09:55:16 -0600 (Sun, 28 Dec 2008) | 1 line
      
          don't need loop
        ........
          r67991 | benjamin.peterson | 2008-12-28 14:30:26 -0600 (Sun, 28 Dec 2008) | 1 line
      
          actually call finish_tree()
        ........
          r67992 | benjamin.peterson | 2008-12-28 14:34:47 -0600 (Sun, 28 Dec 2008) | 1 line
      
          remove useless test
        ........
          r67993 | benjamin.peterson | 2008-12-28 15:04:32 -0600 (Sun, 28 Dec 2008) | 1 line
      
          update pyk3's test grammar
        ........
          r68106 | benjamin.peterson | 2008-12-31 11:53:58 -0600 (Wed, 31 Dec 2008) | 1 line
      
          #2734 don't convert every instance of long (eg if it's an attribute)
        ........
          r68107 | benjamin.peterson | 2008-12-31 11:55:10 -0600 (Wed, 31 Dec 2008) | 1 line
      
          add another test
        ........
          r68108 | benjamin.peterson | 2008-12-31 12:00:12 -0600 (Wed, 31 Dec 2008) | 1 line
      
          don't change long even if it's the only argument name
        ........
          r68110 | benjamin.peterson | 2008-12-31 14:13:26 -0600 (Wed, 31 Dec 2008) | 1 line
      
          remove unused import
        ........
      ................
      8bcddcab
    • Mark Dickinson's avatar
      Merged revisions 68191 via svnmerge from · 627cf6a9
      Mark Dickinson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68191 | mark.dickinson | 2009-01-03 12:07:20 +0000 (Sat, 03 Jan 2009) | 2 lines
      
        Issue #4812:  further renaming of internal Decimal constants, for clarity.
      ........
      627cf6a9
  7. 02 Ock, 2009 3 kayıt (commit)
  8. 01 Ock, 2009 3 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions 67953 via svnmerge from · db7b6b95
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r67953 | georg.brandl | 2008-12-27 19:20:04 +0100 (Sat, 27 Dec 2008) | 3 lines
      
        Patch #4739 by David Laban: add symbols to pydoc help topics,
        so that ``help('@')`` works as expected.
      ........
      db7b6b95
    • Antoine Pitrou's avatar
      Merged revisions 68128 via svnmerge from · 7ddda783
      Antoine Pitrou yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68128 | antoine.pitrou | 2009-01-01 15:11:22 +0100 (jeu., 01 janv. 2009) | 3 lines
      
        Issue #3680: Reference cycles created through a dict, set or deque iterator did not get collected.
      ........
      7ddda783
    • Benjamin Peterson's avatar
      Merged revisions 68116-68119,68121,68123-68127 via svnmerge from · 75edad05
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68116 | georg.brandl | 2009-01-01 05:46:51 -0600 (Thu, 01 Jan 2009) | 2 lines
      
        #4100: note that element children are not necessarily present on "start" events.
      ........
        r68117 | georg.brandl | 2009-01-01 05:53:55 -0600 (Thu, 01 Jan 2009) | 2 lines
      
        #4156: make clear that "protocol" is to be replaced with the protocol name.
      ........
        r68118 | georg.brandl | 2009-01-01 06:00:19 -0600 (Thu, 01 Jan 2009) | 2 lines
      
        #4185: clarify escape behavior of replacement strings.
      ........
        r68119 | georg.brandl | 2009-01-01 06:09:40 -0600 (Thu, 01 Jan 2009) | 3 lines
      
        #4222: document dis.findlabels() and dis.findlinestarts() and
        put them into dis.__all__.
      ........
        r68121 | georg.brandl | 2009-01-01 06:43:33 -0600 (Thu, 01 Jan 2009) | 2 lines
      
        Point to types module in new module deprecation notice.
      ........
        r68123 | georg.brandl | 2009-01-01 06:52:29 -0600 (Thu, 01 Jan 2009) | 2 lines
      
        #4784: ... on three counts ...
      ........
        r68124 | georg.brandl | 2009-01-01 06:53:19 -0600 (Thu, 01 Jan 2009) | 2 lines
      
        #4782: Fix markup error that hid load() and loads().
      ........
        r68125 | georg.brandl | 2009-01-01 07:02:09 -0600 (Thu, 01 Jan 2009) | 2 lines
      
        #4776: add data_files and package_dir arguments.
      ........
        r68126 | georg.brandl | 2009-01-01 07:05:13 -0600 (Thu, 01 Jan 2009) | 2 lines
      
        Handlers are in the `logging.handlers` module.
      ........
        r68127 | georg.brandl | 2009-01-01 07:14:49 -0600 (Thu, 01 Jan 2009) | 2 lines
      
        #4767: Use correct submodules for all MIME classes.
      ........
      75edad05
  9. 31 Ara, 2008 3 kayıt (commit)
  10. 30 Ara, 2008 3 kayıt (commit)
  11. 29 Ara, 2008 5 kayıt (commit)