1. 08 Agu, 2010 3 kayıt (commit)
  2. 07 Agu, 2010 4 kayıt (commit)
  3. 06 Agu, 2010 6 kayıt (commit)
  4. 05 Agu, 2010 2 kayıt (commit)
  5. 04 Agu, 2010 9 kayıt (commit)
  6. 03 Agu, 2010 10 kayıt (commit)
  7. 02 Agu, 2010 6 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions 83599 via svnmerge from · 29014268
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83599 | georg.brandl | 2010-08-02 23:51:18 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #9061: warn that single quotes are never escaped.
      ........
      29014268
    • Georg Brandl's avatar
      Merged revisions 83551,83553 via svnmerge from · 3db92e94
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83551 | georg.brandl | 2010-08-02 21:35:06 +0200 (Mo, 02 Aug 2010) | 1 line
      
        Remove XXX comment that was displayed.
      ........
        r83553 | georg.brandl | 2010-08-02 21:39:17 +0200 (Mo, 02 Aug 2010) | 1 line
      
        Remove redundant information.
      ........
      3db92e94
    • Georg Brandl's avatar
      Blocked revisions 83538,83542,83560-83561,83569,83580,83584 via svnmerge · a0007af1
      Georg Brandl yazdı
      ........
        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.
      ........
        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.
      ........
        r83561 | georg.brandl | 2010-08-02 22:17:50 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #4280: remove outdated "versionchecker" tool.
      ........
        r83569 | georg.brandl | 2010-08-02 22:39:35 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #7797: be explicit about bytes-oriented interface of base64 functions.
      ........
        r83580 | georg.brandl | 2010-08-02 23:02:36 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #8119: fix copy-paste error.
      ........
        r83584 | georg.brandl | 2010-08-02 23:07:14 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #9457: fix documentation links for 3.2.
      ........
      a0007af1
    • Georg Brandl's avatar
      Merged revisions… · 7d4bfb33
      Georg Brandl yazdı
      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.
      ........
      7d4bfb33
    • Georg Brandl's avatar
      Blocked revisions 83524,83526-83528 via svnmerge · 09b7cbaa
      Georg Brandl yazdı
      ........
        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.
      ........
        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.
      ........
        r83528 | georg.brandl | 2010-08-02 14:54:24 +0200 (Mo, 02 Aug 2010) | 1 line
      
        Document how to refer to decorators and decorator methods.
      ........
      09b7cbaa
    • Georg Brandl's avatar
      Merged revisions 83525 via svnmerge from · 11ce4d98
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        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.
      ........
      11ce4d98