1. 15 Mar, 2011 1 commit
  2. 02 Feb, 2011 1 commit
    • Éric Araujo's avatar
      Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from · 23a12ce1
      Éric Araujo authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      The missing NEWS entries correspond to changes that were made before 3.1.3, but
      I think it’s not usual to edit entries of released versions, so I put them at
      the top.
      
      ........
        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
      ........
      23a12ce1
  3. 15 Dec, 2010 2 commits
  4. 27 Nov, 2010 1 commit
  5. 21 Nov, 2010 1 commit
  6. 20 Nov, 2010 1 commit
  7. 13 Nov, 2010 1 commit
  8. 12 Nov, 2010 2 commits
  9. 06 Nov, 2010 2 commits
  10. 22 Oct, 2010 1 commit
  11. 21 Oct, 2010 1 commit
  12. 06 Oct, 2010 1 commit
    • Georg Brandl's avatar
      Merged revisions... · aa258286
      Georg Brandl authored
      Merged revisions 82805-82806,83523-83527,83536,83538,83542,83546-83548,83550-83555,83558,83560 via svnmerge from
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r82805 | georg.brandl | 2010-07-11 11:42:10 +0200 (So, 11 Jul 2010) | 1 line
      
        #7935: cross-reference to ast.literal_eval() from eval() docs.
      ........
        r82806 | georg.brandl | 2010-07-11 12:22:44 +0200 (So, 11 Jul 2010) | 1 line
      
        #9223: link to Command class reference, and move Command interface docs nearer to class docs.
      ........
        r83523 | georg.brandl | 2010-08-02 14:06:18 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #9209 and #7781: fix two crashes in pstats interactive browser.
      ........
        r83524 | georg.brandl | 2010-08-02 14:20:23 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #9428: fix running scripts from profile/cProfile with their own name and the right namespace.  Same fix as for trace.py in #1690103.
      ........
        r83525 | georg.brandl | 2010-08-02 14:36:24 +0200 (Mo, 02 Aug 2010) | 1 line
      
        Get rid of spurious "threading" entries in trace output.
      ........
        r83526 | georg.brandl | 2010-08-02 14:40:22 +0200 (Mo, 02 Aug 2010) | 1 line
      
        Fix softspace relic.
      ........
        r83527 | georg.brandl | 2010-08-02 14:48:46 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #3821: beginnings of a trace.py unittest.
      ........
        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.
      ........
        r83538 | georg.brandl | 2010-08-02 20:10:13 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #6928: fix class docs w.r.t. new metaclasses.
      ........
        r83542 | georg.brandl | 2010-08-02 20:56:54 +0200 (Mo, 02 Aug 2010) | 1 line
      
        Move test_SimpleHTTPServer into test_httpservers.
      ........
        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.
      ........
        r83551 | georg.brandl | 2010-08-02 21:35:06 +0200 (Mo, 02 Aug 2010) | 1 line
      
        Remove XXX comment that was displayed.
      ........
        r83552 | georg.brandl | 2010-08-02 21:36:36 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #9438: clarify that constant names also cannot be assigned as attributes.
      ........
        r83553 | georg.brandl | 2010-08-02 21:39:17 +0200 (Mo, 02 Aug 2010) | 1 line
      
        Remove redundant information.
      ........
        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.
      ........
        r83560 | georg.brandl | 2010-08-02 22:16:18 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #9087: update json docstrings -- unicode and long do not exist anymore.
      ........
      aa258286
  13. 03 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. 14 Aug, 2010 1 commit
  23. 03 Aug, 2010 1 commit
  24. 01 Aug, 2010 1 commit
  25. 12 Jul, 2010 2 commits
  26. 11 Jul, 2010 1 commit
  27. 27 Jun, 2010 1 commit
  28. 21 Jun, 2010 1 commit
  29. 03 Jun, 2010 1 commit
  30. 19 May, 2010 1 commit
    • Victor Stinner's avatar
      Merged revisions 81359-81361 via svnmerge from · 6cf4f073
      Victor Stinner authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r81359 | victor.stinner | 2010-05-19 19:00:07 +0200 (mer., 19 mai 2010) | 4 lines
      
        Issue #8663: distutils.log emulates backslashreplace error handler. Fix
        compilation in a non-ASCII directory if stdout encoding is ASCII (eg. if stdout
        is not a TTY).
      ........
        r81360 | victor.stinner | 2010-05-19 19:11:19 +0200 (mer., 19 mai 2010) | 5 lines
      
        regrtest.py: call replace_stdout() before the first call to print()
      
        print("==  ", os.getcwd()) fails if the current working directory is not ASCII
        whereas sys.stdout encoding is ASCII.
      ........
        r81361 | victor.stinner | 2010-05-19 19:15:50 +0200 (mer., 19 mai 2010) | 2 lines
      
        Oops, add the new test_log.py for distutils test suite (missing part of r81359)
      ........
      6cf4f073
  31. 17 May, 2010 2 commits
  32. 20 Mar, 2010 1 commit
  33. 19 Mar, 2010 1 commit