1. 09 Mar, 2011 1 kayıt (commit)
  2. 02 Agu, 2010 2 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions 83593 via svnmerge from · 0771591f
      Georg Brandl yazdı
      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.
        ........
      ................
      0771591f
    • 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
  3. 09 Eki, 2009 1 kayıt (commit)
  4. 05 Tem, 2008 1 kayıt (commit)
  5. 25 Şub, 2008 1 kayıt (commit)
  6. 23 Şub, 2008 2 kayıt (commit)
  7. 20 Ock, 2008 1 kayıt (commit)
  8. 19 Ock, 2008 1 kayıt (commit)
  9. 02 Haz, 2005 1 kayıt (commit)
  10. 19 Eki, 2004 3 kayıt (commit)
  11. 07 Agu, 2004 2 kayıt (commit)
  12. 18 Tem, 2004 1 kayıt (commit)
  13. 02 Eyl, 2003 2 kayıt (commit)
  14. 29 Agu, 2003 2 kayıt (commit)
  15. 06 Nis, 2003 1 kayıt (commit)
  16. 29 Eyl, 2002 1 kayıt (commit)
  17. 23 Şub, 2002 1 kayıt (commit)
  18. 13 Agu, 2001 2 kayıt (commit)
  19. 05 Nis, 2001 1 kayıt (commit)
  20. 26 Ara, 2000 1 kayıt (commit)
  21. 22 Ara, 2000 1 kayıt (commit)
  22. 09 Agu, 2000 1 kayıt (commit)
  23. 04 Agu, 2000 1 kayıt (commit)
  24. 01 Agu, 2000 1 kayıt (commit)
  25. 12 Tem, 2000 1 kayıt (commit)
  26. 11 Tem, 2000 1 kayıt (commit)
  27. 07 Tem, 2000 1 kayıt (commit)
  28. 27 Haz, 2000 3 kayıt (commit)
  29. 26 Haz, 2000 2 kayıt (commit)