1. 27 Sep, 2010 1 commit
  2. 26 Sep, 2010 4 commits
  3. 25 Sep, 2010 7 commits
  4. 24 Sep, 2010 2 commits
  5. 23 Sep, 2010 3 commits
  6. 22 Sep, 2010 1 commit
  7. 21 Sep, 2010 8 commits
  8. 20 Sep, 2010 1 commit
    • Antoine Pitrou's avatar
      Merged revisions 84909-84913 via svnmerge from · a6166dac
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r84909 | antoine.pitrou | 2010-09-20 00:46:05 +0200 (lun., 20 sept. 2010) | 3 lines
      
        Try to fix test_subprocess on "x86 debian parallel 3.x" buildbot
      ........
        r84910 | antoine.pitrou | 2010-09-20 01:06:53 +0200 (lun., 20 sept. 2010) | 3 lines
      
        Try to make signal-sending tests in test_subprocess more robust on slow machines
      ........
        r84911 | antoine.pitrou | 2010-09-20 01:28:30 +0200 (lun., 20 sept. 2010) | 3 lines
      
        Make error more explicit in test_finalize_with_trace
      ........
        r84912 | antoine.pitrou | 2010-09-20 02:12:19 +0200 (lun., 20 sept. 2010) | 3 lines
      
        Try to fix buildbot failure (#9902)
      ........
        r84913 | antoine.pitrou | 2010-09-20 03:33:21 +0200 (lun., 20 sept. 2010) | 3 lines
      
        Try a more robust implementation of _kill_process
      ........
      a6166dac
  9. 19 Sep, 2010 5 commits
  10. 18 Sep, 2010 5 commits
  11. 17 Sep, 2010 3 commits
    • Victor Stinner's avatar
      Merged revisions 84866 via svnmerge from · 8fc843b3
      Victor Stinner authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r84866 | victor.stinner | 2010-09-18 01:34:26 +0200 (sam., 18 sept. 2010) | 4 lines
      
        Issue #767645: Set os.path.supports_unicode_filenames to True in posixpath
      
        Previous commit changed macpath but macpath is not used anymore as os.path
      ........
      8fc843b3
    • Senthil Kumaran's avatar
      Merged revisions 84861 via svnmerge from · 9c379bba
      Senthil Kumaran authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r84861 | senthil.kumaran | 2010-09-17 22:05:37 +0530 (Fri, 17 Sep 2010) | 3 lines
      
        Fix Issue2236: Distutils' mkpath implementation ignoring the "mode" parameter
      ........
      9c379bba
    • Hirokazu Yamamoto's avatar
      Blocked revisions 84643-84645,84741 via svnmerge · d12df5e2
      Hirokazu Yamamoto authored
      ........
        r84643 | hirokazu.yamamoto | 2010-09-09 15:08:36 +0900 | 4 lines
      
        Updated VC6 files.
        * pythoncore.dsp: updated project file
        * readme.txt: removed dead link
        * tcl852.patch: fixed patch. it was doubled.
      ........
        r84644 | hirokazu.yamamoto | 2010-09-09 15:14:23 +0900 | 1 line
      
        Updated VS7.1 project file. (I cannot test this file because I don't have VS7.1)
      ........
        r84645 | hirokazu.yamamoto | 2010-09-09 15:24:43 +0900 | 5 lines
      
        PCBuild cosmetic fixes.
        * pythoncore.vcproj: Fixed indentation
        * _multiprocessing.vcproj: Converted ProjectGUID to uppercase. Otherwise,
          VS8 _multiprocessing.vcproj created by vs9to8.py was modified every time
          loads it in VS8 IDE.
      ........
        r84741 | hirokazu.yamamoto | 2010-09-13 01:06:18 +0900 | 2 lines
      
        Fixed refcount bug. I placed Py_INCREF in create_comerror() for compatibility
        with Python2.7.
      ........
      d12df5e2