1. 05 Mar, 2011 2 commits
  2. 03 Feb, 2011 1 commit
    • Éric Araujo's avatar
      Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from · b33ff8df
      Éric Araujo authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      To comply with the 2.x doc style, the methods in trace.rst use brackets around
      optional arguments.  The rest is a mostly straight merge, modulo support changed
      to test_support and use of the old super call style in test_tuple.
      
      ........
        r86236 | eric.araujo | 2010-11-06 03:44:43 +0100 (sam., 06 nov. 2010) | 2 lines
      
        Make sure each test can be run standalone (./python Lib/distutils/tests/x.py)
      ........
        r86240 | eric.araujo | 2010-11-06 05:11:59 +0100 (sam., 06 nov. 2010) | 2 lines
      
        Prevent ResourceWarnings in test_gettext
      ........
        r86332 | eric.araujo | 2010-11-08 19:15:17 +0100 (lun., 08 nov. 2010) | 4 lines
      
        Add missing NEWS entry for a fix committed by Senthil.
      
        All recent modifications to distutils should now be covered in NEWS.
      ........
        r86340 | eric.araujo | 2010-11-08 22:48:23 +0100 (lun., 08 nov. 2010) | 2 lines
      
        This was actually fixed for the previous alpha.
      ........
        r87271 | eric.araujo | 2010-12-15 20:09:58 +0100 (mer., 15 déc. 2010) | 2 lines
      
        Improve trace documentation (#9264).  Patch by Eli Bendersky.
      ........
        r87273 | eric.araujo | 2010-12-15 20:30:15 +0100 (mer., 15 déc. 2010) | 2 lines
      
        Use nested method directives, rewrap long lines, fix whitespace.
      ........
        r87447 | eric.araujo | 2010-12-23 20:13:05 +0100 (jeu., 23 déc. 2010) | 2 lines
      
        Fix typo in superclass method name
      ........
      b33ff8df
  3. 15 Dec, 2010 2 commits
  4. 03 Dec, 2010 1 commit
  5. 27 Nov, 2010 1 commit
  6. 21 Nov, 2010 1 commit
  7. 20 Nov, 2010 1 commit
  8. 13 Nov, 2010 1 commit
  9. 12 Nov, 2010 2 commits
  10. 06 Nov, 2010 3 commits
  11. 22 Oct, 2010 1 commit
  12. 21 Oct, 2010 2 commits
  13. 10 Oct, 2010 1 commit
  14. 19 Sep, 2010 1 commit
  15. 18 Sep, 2010 1 commit
  16. 17 Sep, 2010 1 commit
  17. 13 Sep, 2010 2 commits
  18. 11 Sep, 2010 1 commit
  19. 10 Sep, 2010 1 commit
  20. 08 Sep, 2010 1 commit
  21. 07 Sep, 2010 2 commits
  22. 23 Aug, 2010 1 commit
  23. 16 Aug, 2010 1 commit
  24. 14 Aug, 2010 2 commits
  25. 03 Aug, 2010 3 commits
  26. 02 Aug, 2010 4 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
    • 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
    • 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