1. 06 Nov, 2010 1 commit
    • Éric Araujo's avatar
      Merged revisions 86223-86224,86226,86234 via svnmerge from · a5d23944
      Éric Araujo authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r86223 | eric.araujo | 2010-11-06 00:51:56 +0100 (sam., 06 nov. 2010) | 2 lines
      
        Always close files in distutils code and tests (#10252).
      ........
        r86224 | eric.araujo | 2010-11-06 00:58:34 +0100 (sam., 06 nov. 2010) | 2 lines
      
        Add missing entry for r86223.
      ........
        r86226 | eric.araujo | 2010-11-06 00:59:32 +0100 (sam., 06 nov. 2010) | 2 lines
      
        Of course, I forgot one file in r86223.
      ........
        r86234 | eric.araujo | 2010-11-06 03:10:32 +0100 (sam., 06 nov. 2010) | 2 lines
      
        Also close file descriptors from os.popen and subprocess.Popen
      ........
      a5d23944
  2. 22 Oct, 2010 1 commit
  3. 21 Oct, 2010 2 commits
  4. 10 Oct, 2010 1 commit
  5. 19 Sep, 2010 1 commit
  6. 18 Sep, 2010 1 commit
  7. 17 Sep, 2010 1 commit
  8. 13 Sep, 2010 2 commits
  9. 11 Sep, 2010 1 commit
  10. 10 Sep, 2010 1 commit
  11. 08 Sep, 2010 1 commit
  12. 07 Sep, 2010 2 commits
  13. 14 Aug, 2010 1 commit
  14. 02 Aug, 2010 1 commit
    • Georg Brandl's avatar
      Merged revisions... · 231e1cc9
      Georg Brandl authored
      Merged revisions 83536,83546-83548,83550,83554-83555,83558,83563,83565,83571,83574-83575 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83536 | georg.brandl | 2010-08-02 19:49:25 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #8578: mention danger of not incref'ing weak referenced object.
      ........
        r83546 | georg.brandl | 2010-08-02 21:16:34 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #7973: Fix distutils options spelling.
      ........
        r83547 | georg.brandl | 2010-08-02 21:19:26 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #7386: add example that shows that trailing path separators are stripped.
      ........
        r83548 | georg.brandl | 2010-08-02 21:23:34 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #8172: how does one use a property?
      ........
        r83550 | georg.brandl | 2010-08-02 21:32:43 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #9451: strengthen warning about __*__ special name usage.
      ........
        r83554 | georg.brandl | 2010-08-02 21:43:05 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #7280: note about nasmw.exe.
      ........
        r83555 | georg.brandl | 2010-08-02 21:44:48 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #8861: remove unused variable.
      ........
        r83558 | georg.brandl | 2010-08-02 22:05:19 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #8648: document UTF-7 codec functions.
      ........
        r83563 | georg.brandl | 2010-08-02 22:21:21 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #9037: add example how to raise custom exceptions from C code.
      ........
        r83565 | georg.brandl | 2010-08-02 22:27:20 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #9111: document that do_help() looks at docstrings.
      ........
        r83571 | georg.brandl | 2010-08-02 22:44:34 +0200 (Mo, 02 Aug 2010) | 1 line
      
        Clarify that abs() is not a namespace.
      ........
        r83574 | georg.brandl | 2010-08-02 22:47:56 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #6867: epoll.register() returns None.
      ........
        r83575 | georg.brandl | 2010-08-02 22:52:10 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #9238: zipfile does handle archive comments.
      ........
      231e1cc9
  15. 12 Jul, 2010 1 commit
  16. 11 Jul, 2010 1 commit
  17. 03 Jul, 2010 2 commits
  18. 27 Jun, 2010 1 commit
    • Ronald Oussoren's avatar
      Two small fixes for the support for SDKs on MacOSX: · 0f327d04
      Ronald Oussoren authored
      1) The code that checks if an path should be located in the SDK
         explicitly excludes /usr/local. This fixes issue9046
      
      2) The SDK variant for filtering "db_dirs_to_check" in setup.py
         was not doing anything because of a missing assignment.
      0f327d04
  19. 21 Jun, 2010 2 commits
  20. 06 Jun, 2010 1 commit
  21. 03 Jun, 2010 1 commit
  22. 17 May, 2010 2 commits
  23. 08 May, 2010 3 commits
  24. 05 May, 2010 1 commit
    • Ronald Oussoren's avatar
      In a number of places code still revers · dd745def
      Ronald Oussoren authored
      to "sys.platform == 'mac'" and that is
      dead code because it refers to a platform
      that is no longer supported (and hasn't been
      supported for several releases).
      
      Fixes issue #7908 for the trunk.
      dd745def
  25. 30 Apr, 2010 1 commit
  26. 10 Apr, 2010 1 commit
  27. 02 Apr, 2010 1 commit
  28. 01 Apr, 2010 1 commit
  29. 21 Mar, 2010 1 commit
  30. 07 Mar, 2010 1 commit
  31. 06 Mar, 2010 2 commits