1. 23 May, 2011 2 commits
  2. 05 Mar, 2011 1 commit
  3. 23 Aug, 2010 1 commit
  4. 16 Aug, 2010 1 commit
  5. 14 Aug, 2010 1 commit
  6. 03 Aug, 2010 3 commits
  7. 02 Aug, 2010 3 commits
    • Georg Brandl's avatar
      Merged revisions 83593 via svnmerge from · 59c26754
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/branches/release27-maint
      
      ................
        r83593 | georg.brandl | 2010-08-02 23:44:25 +0200 (Mo, 02 Aug 2010) | 57 lines
      
        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.
        ........
      ................
      59c26754
    • Ezio Melotti's avatar
      Merged revisions 78757 via svnmerge from · 5a5a41af
      Ezio Melotti authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78757 | florent.xicluna | 2010-03-07 14:14:25 +0200 (Sun, 07 Mar 2010) | 2 lines
      
        Fix some py3k warnings in the standard library.
      ........
      5a5a41af
    • Ezio Melotti's avatar
      Merged revisions 79558 via svnmerge from · df831fea
      Ezio Melotti authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79558 | florent.xicluna | 2010-04-01 21:17:09 +0300 (Thu, 01 Apr 2010) | 2 lines
      
        #7092: Fix some -3 warnings, and fix Lib/platform.py when the path contains a double-quote.
      ........
      df831fea
  8. 01 Aug, 2010 1 commit
  9. 11 Jul, 2010 1 commit
  10. 27 Jun, 2010 1 commit
    • Ronald Oussoren's avatar
      Merged revisions 82272 via svnmerge from · 5d756882
      Ronald Oussoren authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r82272 | ronald.oussoren | 2010-06-27 14:36:16 +0200 (Sun, 27 Jun 2010) | 8 lines
      
        Two small fixes for the support for SDKs on MacOSX:
      
        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.
      ........
      5d756882
  11. 21 Jun, 2010 1 commit
  12. 03 Jun, 2010 1 commit
    • Ronald Oussoren's avatar
      Merged revisions 81662 via svnmerge from · cd778292
      Ronald Oussoren authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r81662 | ronald.oussoren | 2010-06-03 11:47:21 +0200 (Thu, 03 Jun 2010) | 9 lines
      
        Fix for issue #7724: ensure that distutils and python's own setup.py
        honor the MacOSX SDK when one is specified.
      
        This is needed to be able to build using the 10.4u SDK while running
        on OSX 10.6.
      
        This is a fixed version of the patch in r80963, I've tested this patch
        on OSX and Linux.
      ........
      cd778292
  13. 18 May, 2010 1 commit
    • Georg Brandl's avatar
      Merged revisions 68750,68811,68945,69157 via svnmerge from · 8ea633f8
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68750 | benjamin.peterson | 2009-01-18 22:47:04 +0000 (So, 18 Jan 2009) | 1 line
      
        fix encoding cookie case
      ........
        r68811 | benjamin.peterson | 2009-01-20 18:58:27 +0000 (Di, 20 Jan 2009) | 1 line
      
        fix url
      ........
        r68945 | tarek.ziade | 2009-01-25 22:11:04 +0000 (So, 25 Jan 2009) | 1 line
      
        added missing module docstring
      ........
        r69157 | benjamin.peterson | 2009-01-31 23:43:25 +0000 (Sa, 31 Jan 2009) | 1 line
      
        add explanatory comment
      ........
      8ea633f8
  14. 17 May, 2010 2 commits
  15. 30 Apr, 2010 1 commit
  16. 18 Mar, 2010 1 commit
  17. 13 Mar, 2010 1 commit
  18. 12 Mar, 2010 1 commit
  19. 09 Mar, 2010 1 commit
  20. 01 Mar, 2010 1 commit
  21. 03 Feb, 2010 1 commit
  22. 24 Jan, 2010 1 commit
  23. 11 Jan, 2010 1 commit
  24. 08 Jan, 2010 3 commits
  25. 24 Dec, 2009 1 commit
    • Ronald Oussoren's avatar
      Merged revisions 77026 via svnmerge from · 40baf326
      Ronald Oussoren authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r77026 | ronald.oussoren | 2009-12-24 14:06:39 +0100 (Thu, 24 Dec 2009) | 8 lines
      
        On OSX the output of "uname -m" always reflects the 32-bit architecture
        for the machine ("i386" or "ppc"), even if the executable is
        64-bit.
      
        This patchs ensures that the distutils platform architecture
        represents the architecture for the executable when running a
        64-bit only executable on OSX.
      ........
      40baf326
  26. 20 Dec, 2009 1 commit
  27. 10 Dec, 2009 1 commit
  28. 06 Dec, 2009 1 commit
  29. 03 Dec, 2009 1 commit
  30. 01 Nov, 2009 2 commits
  31. 26 Oct, 2009 1 commit