1. 03 Eyl, 2008 1 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 66174-66175,66177 via svnmerge from · 8951b617
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ................
        r66174 | benjamin.peterson | 2008-09-02 19:21:32 -0500 (Tue, 02 Sep 2008) | 15 lines
      
        Merged revisions 66173 via svnmerge from
        svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
      
        ........
          r66173 | benjamin.peterson | 2008-09-02 18:57:48 -0500 (Tue, 02 Sep 2008) | 8 lines
      
          A little 2to3 refactoring #3637
      
          This moves command line logic from refactor.py to a new file called
          main.py.  RefactoringTool now merely deals with the actual fixers and
          refactoring; options processing for example is abstracted out.
      
          This patch was reviewed by Gregory P. Smith.
        ........
      ................
        r66175 | benjamin.peterson | 2008-09-02 20:53:28 -0500 (Tue, 02 Sep 2008) | 1 line
      
        update 2to3 script from 2to3 trunk
      ................
        r66177 | benjamin.peterson | 2008-09-02 21:14:03 -0500 (Tue, 02 Sep 2008) | 9 lines
      
        Merged revisions 66176 via svnmerge from
        svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
      
        ........
          r66176 | benjamin.peterson | 2008-09-02 21:04:06 -0500 (Tue, 02 Sep 2008) | 1 line
      
          fix typo
        ........
      ................
      8951b617
  2. 02 Eyl, 2008 14 kayıt (commit)
    • Amaury Forgeot d'Arc's avatar
      Merged revisions 66171 via svnmerge from · d8976f12
      Amaury Forgeot d'Arc yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r66171 | amaury.forgeotdarc | 2008-09-03 01:19:56 +0200 (mer., 03 sept. 2008) | 9 lines
      
        Issue 2975: when compiling multiple extension modules with visual studio 2008
        from the same python instance, some environment variables (LIB, INCLUDE)
        would grow without limit.
      
        Tested with these statements:
            distutils.ccompiler.new_compiler().initialize()
            print os.environ['LIB']
        But I don't know how to turn them into reliable unit tests.
      ........
      d8976f12
    • Amaury Forgeot d'Arc's avatar
      Merged revisions 66167 via svnmerge from · ebad7f0d
      Amaury Forgeot d'Arc yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r66167 | amaury.forgeotdarc | 2008-09-02 23:50:47 +0200 (mar., 02 sept. 2008) | 5 lines
      
        Attempt to correct the build files for the Microsoft VS7.1 compiler.
      
        I don't have a working VS7.1, but VS2005 can automatically convert
        the project and build a working python interpreter.
      ........
      ebad7f0d
    • Amaury Forgeot d'Arc's avatar
      Merged revisions 66166 via svnmerge from · cb87f82f
      Amaury Forgeot d'Arc yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      Note: The Windows projects still use bsddb 4.4.20 on the py3k branch
      
      ........
        r66166 | amaury.forgeotdarc | 2008-09-02 23:17:05 +0200 (mar., 02 sept. 2008) | 2 lines
      
        Use vs9to8.py to refresh the Visual Studio 2005 build files.
      ........
      cb87f82f
    • Hirokazu Yamamoto's avatar
      Merged revisions 66162 via svnmerge from · 7aa42ea1
      Hirokazu Yamamoto yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r66162 | hirokazu.yamamoto | 2008-09-03 05:36:44 +0900 | 2 lines
      
        Issue #3759: test_asyncore.py leaked handle.
        Reviewed by Amaury Forgeot d'Arc
      ........
      7aa42ea1
    • Jesse Noller's avatar
      824f4f3c
    • Jesse Noller's avatar
      unblock 66115 from merging · 9f76e4f1
      Jesse Noller yazdı
      9f76e4f1
    • Marc-André Lemburg's avatar
      Add news item for #3719. · 7b2b1f9b
      Marc-André Lemburg yazdı
      7b2b1f9b
    • Nick Coghlan's avatar
      Merged revisions 66144 via svnmerge from · 33794a7b
      Nick Coghlan yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r66144 | nick.coghlan | 2008-09-02 20:14:47 +1000 (Tue, 02 Sep 2008) | 1 line
      
        Issue 3747: Fix caching in ABCMeta.__subclasscheck__ (R: Georg Brandl)
      ........
      33794a7b
    • Marc-André Lemburg's avatar
      Add quotes around the file name to avoid issues with spaces. · 40779859
      Marc-André Lemburg yazdı
      Closes #3719.
      
      Ported to 3.0 from r66145.
      40779859
    • Brett Cannon's avatar
      The _warnings module did not properly handle cases where strings were not being · 54bd41d8
      Brett Cannon yazdı
      passed in as the message to use for a warning. Fixed along with making the code
      more robust against other errors where return values were not checked.
      
      Closes issue 3639.
      Code review by Benjamin Peterson.
      54bd41d8
    • Brett Cannon's avatar
      Merge in r66135. Doing also required removing a stale DeprecationWarning along · ec92e181
      Brett Cannon yazdı
      with moving warnings.catch_warnings() over to keyword-only parameters for its
      constructor (as documented in the 2.6 docs).
      ec92e181
    • Jesus Cea's avatar
      3a2bd7d5
    • Benjamin Peterson's avatar
      Merged revisions… · 3e4f0556
      Benjamin Peterson yazdı
      Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-66074,66080,66082-66083,66090-66093,66097-66099,66103,66105,66110,66118 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r66045 | andrew.kuchling | 2008-08-26 19:27:18 -0500 (Tue, 26 Aug 2008) | 1 line
      
        Trim whitespace; add a few updates
      ........
        r66048 | andrew.kuchling | 2008-08-26 19:45:02 -0500 (Tue, 26 Aug 2008) | 1 line
      
        Add an item and a note
      ........
        r66049 | andrew.kuchling | 2008-08-26 21:12:18 -0500 (Tue, 26 Aug 2008) | 1 line
      
        Add various items
      ........
        r66053 | georg.brandl | 2008-08-28 04:40:18 -0500 (Thu, 28 Aug 2008) | 2 lines
      
        #3711: .dll isn't a valid Python extension anymore.
      ........
        r66060 | armin.rigo | 2008-08-29 16:21:52 -0500 (Fri, 29 Aug 2008) | 3 lines
      
        A collection of crashers, all variants of the idea
        of issue #3720.
      ........
        r66062 | georg.brandl | 2008-08-30 04:49:36 -0500 (Sat, 30 Aug 2008) | 2 lines
      
        #3730: mention "server" attribute explicitly.
      ........
        r66063 | georg.brandl | 2008-08-30 04:52:44 -0500 (Sat, 30 Aug 2008) | 2 lines
      
        #3716: fix typo.
      ........
        r66065 | georg.brandl | 2008-08-30 05:03:09 -0500 (Sat, 30 Aug 2008) | 2 lines
      
        #3569: eval() also accepts "exec"able code objects.
      ........
        r66067 | georg.brandl | 2008-08-30 08:17:39 -0500 (Sat, 30 Aug 2008) | 2 lines
      
        super() actually returns a super object.
      ........
        r66071 | andrew.kuchling | 2008-08-30 10:19:57 -0500 (Sat, 30 Aug 2008) | 1 line
      
        Partial edits from revision and tidying pass
      ........
        r66072 | andrew.kuchling | 2008-08-30 10:21:23 -0500 (Sat, 30 Aug 2008) | 1 line
      
        Tidy up some sentences
      ........
        r66073 | andrew.kuchling | 2008-08-30 10:25:47 -0500 (Sat, 30 Aug 2008) | 1 line
      
        Correction from Antoine Pitrou: BufferedWriter and Reader support seek()
      ........
        r66074 | andrew.kuchling | 2008-08-30 11:44:54 -0500 (Sat, 30 Aug 2008) | 1 line
      
        Edit four more sections
      ........
        r66080 | georg.brandl | 2008-08-30 17:00:28 -0500 (Sat, 30 Aug 2008) | 2 lines
      
        Fix markup.
      ........
        r66082 | andrew.kuchling | 2008-08-30 17:56:54 -0500 (Sat, 30 Aug 2008) | 1 line
      
        More edits; markup fixes
      ........
        r66083 | andrew.kuchling | 2008-08-30 21:24:08 -0500 (Sat, 30 Aug 2008) | 1 line
      
        More edits
      ........
        r66090 | andrew.kuchling | 2008-08-31 09:29:31 -0500 (Sun, 31 Aug 2008) | 1 line
      
        Edit the library section, rearranging items to flow better and making lots of edits
      ........
        r66091 | andrew.kuchling | 2008-08-31 10:41:48 -0500 (Sun, 31 Aug 2008) | 1 line
      
        Last batch of edits; remove the 'other changes' section
      ........
        r66092 | andrew.kuchling | 2008-08-31 10:48:44 -0500 (Sun, 31 Aug 2008) | 1 line
      
        Update patch/bug count
      ........
        r66093 | gregory.p.smith | 2008-08-31 11:34:18 -0500 (Sun, 31 Aug 2008) | 3 lines
      
        issue3715: docstring representation of hex escaped string needs to be double
        escaped.
      ........
        r66097 | benjamin.peterson | 2008-09-01 09:13:43 -0500 (Mon, 01 Sep 2008) | 4 lines
      
        #3703 unhelpful _fileio.FileIO error message when trying to open a directory
      
        Reviewer: Gregory P. Smith
      ........
        r66098 | georg.brandl | 2008-09-01 09:15:55 -0500 (Mon, 01 Sep 2008) | 2 lines
      
        #3749: fix c'n'p errors.
      ........
        r66099 | benjamin.peterson | 2008-09-01 09:18:30 -0500 (Mon, 01 Sep 2008) | 4 lines
      
        Fix compilation when --without-threads is given #3683
      
        Reviewer: Georg Brandl, Benjamin Peterson
      ........
        r66103 | vinay.sajip | 2008-09-01 09:30:10 -0500 (Mon, 01 Sep 2008) | 1 line
      
        logging: fixed lack of use of encoding attribute specified on a stream.
      ........
        r66105 | vinay.sajip | 2008-09-01 09:33:59 -0500 (Mon, 01 Sep 2008) | 1 line
      
        logging: fixed lack of use of encoding attribute specified on a stream.
      ........
        r66110 | vinay.sajip | 2008-09-01 10:08:07 -0500 (Mon, 01 Sep 2008) | 1 line
      
        Added section about configuring logging in a library. Thanks to Thomas Heller for the idea.
      ........
        r66118 | vinay.sajip | 2008-09-01 12:44:14 -0500 (Mon, 01 Sep 2008) | 1 line
      
        Bug #3738: Documentation is now more accurate in describing handler close methods.
      ........
      3e4f0556
    • Jesus Cea's avatar
      d098ff23
  3. 01 Eyl, 2008 11 kayıt (commit)
  4. 31 Agu, 2008 4 kayıt (commit)
  5. 30 Agu, 2008 3 kayıt (commit)
  6. 29 Agu, 2008 3 kayıt (commit)
  7. 28 Agu, 2008 3 kayıt (commit)
  8. 27 Agu, 2008 1 kayıt (commit)