1. 10 Ock, 2009 2 kayıt (commit)
  2. 09 Ock, 2009 14 kayıt (commit)
    • Antoine Pitrou's avatar
      Merged revisions 68462 via svnmerge from · 14b78f5f
      Antoine Pitrou yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68462 | antoine.pitrou | 2009-01-09 22:40:55 +0100 (ven., 09 janv. 2009) | 6 lines
      
        Issue #4074: Change the criteria for doing a full garbage collection (i.e.
        collecting the oldest generation) so that allocating lots of objects without
        destroying them does not show quadratic performance. Based on a proposal by
        Martin von Löwis at http://mail.python.org/pipermail/python-dev/2008-June/080579.html.
      ........
      14b78f5f
    • Antoine Pitrou's avatar
      9169641b
    • Antoine Pitrou's avatar
      Issue #4604: Some objects of the I/O library could still be used after · 8043cf86
      Antoine Pitrou yazdı
      having been closed (for instance, a read() call could return some
      previously buffered data). Patch by Dmitry Vasiliev.
      8043cf86
    • Antoine Pitrou's avatar
      Buglet: fix unittest.main() · e7bd8684
      Antoine Pitrou yazdı
      e7bd8684
    • Antoine Pitrou's avatar
      Issue #4705: Fix the -u ("unbuffered binary stdout and stderr") command-line · 0560843b
      Antoine Pitrou yazdı
      flag to work properly. Furthermore, when specifying -u, the text stdout
      and stderr streams have line-by-line buffering enabled (the default being
      to buffer arbitrary chunks of data). Patch by Victor Stinner, test by me.
      0560843b
    • Hirokazu Yamamoto's avatar
      Blocked revisions 68439 via svnmerge · 14831407
      Hirokazu Yamamoto yazdı
      ........
        r68439 | hirokazu.yamamoto | 2009-01-09 13:10:40 +0900 | 1 line
      
        Bump up bsddb version on VC6. (db-4.4.20 -> db-4.7.25)
      ........
      14831407
    • Hirokazu Yamamoto's avatar
      Merged revisions 68435 via svnmerge from · 0f0932cd
      Hirokazu Yamamoto yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68435 | hirokazu.yamamoto | 2009-01-09 12:32:46 +0900 | 1 line
      
        Bump up bzip2 version on VC6. (bzip2-1.0.3 -> bzip2-1.0.5)
      ........
      0f0932cd
    • Benjamin Peterson's avatar
      Merged revisions 68167,68276,68292-68293,68344 via svnmerge from · 960cf0fd
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68167 | vinay.sajip | 2009-01-02 12:53:04 -0600 (Fri, 02 Jan 2009) | 1 line
      
        Minor documentation changes relating to NullHandler, the module used for handlers and references to ConfigParser.
      ........
        r68276 | tarek.ziade | 2009-01-03 18:04:49 -0600 (Sat, 03 Jan 2009) | 1 line
      
        fixed #1702551: distutils sdist was not pruning VCS directories under win32
      ........
        r68292 | skip.montanaro | 2009-01-04 04:36:58 -0600 (Sun, 04 Jan 2009) | 3 lines
      
        If user configures --without-gcc give preference to $CC instead of blindly
        assuming the compiler will be "cc".
      ........
        r68293 | tarek.ziade | 2009-01-04 04:37:52 -0600 (Sun, 04 Jan 2009) | 1 line
      
        using clearer syntax
      ........
        r68344 | marc-andre.lemburg | 2009-01-05 13:43:35 -0600 (Mon, 05 Jan 2009) | 7 lines
      
        Fix #4846 (Py_UNICODE_ISSPACE causes linker error) by moving the declaration
        into the extern "C" section.
      
        Add a few more comments and apply some minor edits to make the file contents
        fit the original structure again.
      ........
      960cf0fd
    • Raymond Hettinger's avatar
      35631537
    • 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
      Blocked revisions 68243,68395,68432 via svnmerge · 60e9e615
      Benjamin Peterson yazdı
      ........
        r68243 | georg.brandl | 2009-01-03 16:15:42 -0600 (Sat, 03 Jan 2009) | 2 lines
      
        Add temporary code to fix the automatic doc build failure.
      ........
        r68395 | raymond.hettinger | 2009-01-08 00:39:04 -0600 (Thu, 08 Jan 2009) | 1 line
      
        Forward port r68394 for issue 4816.
      ........
        r68432 | benjamin.peterson | 2009-01-08 21:15:00 -0600 (Thu, 08 Jan 2009) | 1 line
      
        remove temporary code now
      ........
      60e9e615
    • Benjamin Peterson's avatar
      Blocked revisions 68424-68426,68429-68430 via svnmerge · bb21a55e
      Benjamin Peterson yazdı
      ........
        r68424 | benjamin.peterson | 2009-01-08 20:53:35 -0600 (Thu, 08 Jan 2009) | 1 line
      
        specify what -3 warnings are about
      ........
        r68425 | benjamin.peterson | 2009-01-08 20:56:32 -0600 (Thu, 08 Jan 2009) | 1 line
      
        fix markup
      ........
        r68426 | benjamin.peterson | 2009-01-08 21:03:05 -0600 (Thu, 08 Jan 2009) | 1 line
      
        fix spelling
      ........
        r68429 | benjamin.peterson | 2009-01-08 21:05:14 -0600 (Thu, 08 Jan 2009) | 1 line
      
        add -3 to manpage
      ........
        r68430 | benjamin.peterson | 2009-01-08 21:07:27 -0600 (Thu, 08 Jan 2009) | 1 line
      
        be more specific in -3 option help
      ........
      bb21a55e
    • 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
  3. 08 Ock, 2009 3 kayıt (commit)
  4. 07 Ock, 2009 2 kayıt (commit)
  5. 06 Ock, 2009 2 kayıt (commit)
  6. 05 Ock, 2009 2 kayıt (commit)
  7. 04 Ock, 2009 11 kayıt (commit)
  8. 03 Ock, 2009 4 kayıt (commit)
    • Antoine Pitrou's avatar
    • Georg Brandl's avatar
      Blocked revisions 68179,68208-68209,68238,68240 via svnmerge · 3de5a084
      Georg Brandl yazdı
      ........
        r68179 | raymond.hettinger | 2009-01-02 22:26:45 +0100 (Fri, 02 Jan 2009) | 1 line
      
        Issue #4615.  Document how to use itertools for de-duping.
      ........
        r68208 | raymond.hettinger | 2009-01-03 20:02:23 +0100 (Sat, 03 Jan 2009) | 1 line
      
        Issue 4796: Add from_float methods to the decimal module.
      ........
        r68209 | raymond.hettinger | 2009-01-03 20:08:10 +0100 (Sat, 03 Jan 2009) | 1 line
      
        Reapply r68191.
      ........
        r68238 | georg.brandl | 2009-01-03 23:03:11 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Manually merge r68095,68186,68187,68188,68190 from 2.6 branch.
      ........
        r68240 | georg.brandl | 2009-01-03 23:05:22 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Manually merge r67868 from 2.6 branch.
      ........
      3de5a084
    • Georg Brandl's avatar
      Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge from · 1f01debe
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68162 | ronald.oussoren | 2009-01-02 16:06:00 +0100 (Fri, 02 Jan 2009) | 3 lines
      
        Fix for issue 4472 is incompatible with Cygwin, this patch
        should fix that.
      ........
        r68166 | benjamin.peterson | 2009-01-02 19:26:23 +0100 (Fri, 02 Jan 2009) | 1 line
      
        document PyMemberDef
      ........
        r68171 | georg.brandl | 2009-01-02 21:25:14 +0100 (Fri, 02 Jan 2009) | 3 lines
      
        #4811: fix markup glitches (mostly remains of the conversion),
        found by Gabriel Genellina.
      ........
        r68176 | andrew.kuchling | 2009-01-02 22:00:35 +0100 (Fri, 02 Jan 2009) | 1 line
      
        Add various items
      ........
        r68195 | georg.brandl | 2009-01-03 14:45:15 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Remove useless string literal.
      ........
        r68196 | georg.brandl | 2009-01-03 15:29:53 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Fix indentation.
      ........
        r68210 | georg.brandl | 2009-01-03 20:10:12 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Set eol-style correctly for mp_distributing.py.
      ........
        r68232 | georg.brandl | 2009-01-03 22:52:16 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Grammar fix.
      ........
      1f01debe
    • Georg Brandl's avatar
      Blocked revisions 68150,68156,68158-68161,68163 via svnmerge · 814a2ca9
      Georg Brandl yazdı
      ........
        r68150 | ronald.oussoren | 2009-01-02 12:46:05 +0100 (Fri, 02 Jan 2009) | 1 line
      
        Fix for issue 3433
      ........
        r68156 | ronald.oussoren | 2009-01-02 15:10:20 +0100 (Fri, 02 Jan 2009) | 1 line
      
        Fix for issue1594
      ........
        r68158 | ronald.oussoren | 2009-01-02 15:46:19 +0100 (Fri, 02 Jan 2009) | 2 lines
      
        Fix for issue 900949
      ........
        r68159 | ronald.oussoren | 2009-01-02 15:48:17 +0100 (Fri, 02 Jan 2009) | 2 lines
      
        Fix for issue 1627952
      ........
        r68160 | ronald.oussoren | 2009-01-02 15:52:09 +0100 (Fri, 02 Jan 2009) | 2 lines
      
        Fix for issue r1737832
      ........
        r68161 | ronald.oussoren | 2009-01-02 16:00:05 +0100 (Fri, 02 Jan 2009) | 3 lines
      
        Fix for issue 1149804
      ........
        r68163 | ronald.oussoren | 2009-01-02 16:25:36 +0100 (Fri, 02 Jan 2009) | 2 lines
      
        Fix for issues #841800 and #900506
      ........
      814a2ca9