1. 06 Kas, 2011 1 kayıt (commit)
  2. 05 Kas, 2011 1 kayıt (commit)
  3. 19 Eyl, 2011 1 kayıt (commit)
  4. 16 Mar, 2011 1 kayıt (commit)
  5. 09 May, 2010 2 kayıt (commit)
  6. 01 Mar, 2010 1 kayıt (commit)
    • Ezio Melotti's avatar
      Merged revisions 78515-78516,78522 via svnmerge from · 56f1682a
      Ezio Melotti yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78515 | georg.brandl | 2010-02-28 20:19:17 +0200 (Sun, 28 Feb 2010) | 1 line
      
        #8030: make builtin type docstrings more consistent: use "iterable" instead of "seq(uence)", use "new" to show that set() always returns a new object.
      ........
        r78516 | georg.brandl | 2010-02-28 20:26:37 +0200 (Sun, 28 Feb 2010) | 1 line
      
        The set types can also be called without arguments.
      ........
        r78522 | ezio.melotti | 2010-03-01 01:59:00 +0200 (Mon, 01 Mar 2010) | 1 line
      
        #8030: more docstring fix for builtin types.
      ........
      56f1682a
  7. 28 Şub, 2010 2 kayıt (commit)
  8. 14 Şub, 2010 2 kayıt (commit)
  9. 29 Ock, 2010 2 kayıt (commit)
  10. 02 Kas, 2009 2 kayıt (commit)
  11. 27 Eki, 2009 1 kayıt (commit)
  12. 11 Eki, 2009 1 kayıt (commit)
  13. 02 Şub, 2009 2 kayıt (commit)
  14. 05 Ara, 2008 1 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions 67326,67498,67531-67532,67538,67553-67554,67556-67557 via svnmerge from · fa71a907
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r67326 | benjamin.peterson | 2008-11-22 02:59:15 +0100 (Sat, 22 Nov 2008) | 1 line
      
        backport r67325: make FileIO.mode always contain 'b'
      ........
        r67498 | raymond.hettinger | 2008-12-03 16:42:10 +0100 (Wed, 03 Dec 2008) | 1 line
      
        Backport r67478
      ........
        r67531 | georg.brandl | 2008-12-04 19:54:05 +0100 (Thu, 04 Dec 2008) | 2 lines
      
        Add reference to enumerate() to indices example.
      ........
        r67532 | georg.brandl | 2008-12-04 19:59:16 +0100 (Thu, 04 Dec 2008) | 2 lines
      
        Add another heapq example.
      ........
        r67538 | georg.brandl | 2008-12-04 22:28:16 +0100 (Thu, 04 Dec 2008) | 2 lines
      
        Clarification to avoid confusing output with file descriptors.
      ........
        r67553 | georg.brandl | 2008-12-05 08:49:49 +0100 (Fri, 05 Dec 2008) | 2 lines
      
        #4408: document regex.groups.
      ........
        r67554 | georg.brandl | 2008-12-05 08:52:26 +0100 (Fri, 05 Dec 2008) | 2 lines
      
        #4409: fix asterisks looking like footnotes.
      ........
        r67556 | georg.brandl | 2008-12-05 09:02:17 +0100 (Fri, 05 Dec 2008) | 2 lines
      
        #4441: improve doc for os.open() flags.
      ........
        r67557 | georg.brandl | 2008-12-05 09:06:57 +0100 (Fri, 05 Dec 2008) | 2 lines
      
        Add an index entry for "subclassing immutable types".
      ........
      fa71a907
  15. 03 Ara, 2008 1 kayıt (commit)
  16. 04 Eki, 2008 2 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions… · be2c0a9f
      Benjamin Peterson yazdı
      Merged revisions 66766-66767,66771-66772,66774,66776,66783-66787,66790,66793,66797 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ................
        r66766 | benjamin.peterson | 2008-10-03 06:52:06 -0500 (Fri, 03 Oct 2008) | 1 line
      
        update the mac installer script
      ................
        r66767 | andrew.kuchling | 2008-10-03 07:26:42 -0500 (Fri, 03 Oct 2008) | 1 line
      
        Docstring typo.
      ................
        r66771 | hirokazu.yamamoto | 2008-10-03 11:18:42 -0500 (Fri, 03 Oct 2008) | 2 lines
      
        Fixed following error when DocXMLRPCServer failed.
          UnboundLocalError: local variable 'serv' referenced before assignment
      ................
        r66772 | andrew.kuchling | 2008-10-03 11:29:19 -0500 (Fri, 03 Oct 2008) | 1 line
      
        Mention exception in docstring
      ................
        r66774 | andrew.kuchling | 2008-10-03 11:42:52 -0500 (Fri, 03 Oct 2008) | 1 line
      
        Typo fix
      ................
        r66776 | hirokazu.yamamoto | 2008-10-03 12:34:49 -0500 (Fri, 03 Oct 2008) | 2 lines
      
        Issue #1706863: Fixed "'NoneType' object has no attribute 'rfind'" error when sqlite libfile not found.
      ................
        r66783 | andrew.kuchling | 2008-10-03 20:02:29 -0500 (Fri, 03 Oct 2008) | 1 line
      
        Use correct capitalization of NaN
      ................
        r66784 | andrew.kuchling | 2008-10-03 20:03:42 -0500 (Fri, 03 Oct 2008) | 1 line
      
        Docstring change: Specify exception raised
      ................
        r66785 | andrew.kuchling | 2008-10-03 20:04:24 -0500 (Fri, 03 Oct 2008) | 1 line
      
        Docstring changes: Specify exceptions raised
      ................
        r66786 | andrew.kuchling | 2008-10-03 20:05:56 -0500 (Fri, 03 Oct 2008) | 3 lines
      
        Docstring change for *partition: use same tense as other docstrings.
        Hyphenate left- and right-justified.
        Fix 'registerd' typo
      ................
        r66787 | andrew.kuchling | 2008-10-03 22:08:56 -0500 (Fri, 03 Oct 2008) | 1 line
      
        two corrections
      ................
        r66790 | andrew.kuchling | 2008-10-04 11:52:01 -0500 (Sat, 04 Oct 2008) | 1 line
      
        Set svn:keywords
      ................
        r66793 | georg.brandl | 2008-10-04 13:26:01 -0500 (Sat, 04 Oct 2008) | 2 lines
      
        #4041: don't refer to removed and outdated modules.
      ................
        r66797 | benjamin.peterson | 2008-10-04 15:55:50 -0500 (Sat, 04 Oct 2008) | 19 lines
      
        Merged revisions 66707,66775,66782 via svnmerge from
        svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
      
        ........
          r66707 | benjamin.peterson | 2008-09-30 18:27:10 -0500 (Tue, 30 Sep 2008) | 1 line
      
          fix #4001: fix_imports didn't check for __init__.py before converting to relative imports
        ........
          r66775 | collin.winter | 2008-10-03 12:08:26 -0500 (Fri, 03 Oct 2008) | 4 lines
      
          Add an alternative iterative pattern matching system that, while slower, correctly parses files that cause the faster recursive pattern matcher to fail with a recursion error. lib2to3 falls back to the iterative matcher if the recursive one fails.
      
          Fixes http://bugs.python.org/issue2532. Thanks to Nick Edds.
        ........
          r66782 | benjamin.peterson | 2008-10-03 17:51:36 -0500 (Fri, 03 Oct 2008) | 1 line
      
          add Victor Stinner's fixer for os.getcwdu -> os.getcwd #4023
        ........
      ................
      be2c0a9f
    • Andrew M. Kuchling's avatar
      d810cdf8
  17. 15 Tem, 2008 1 kayıt (commit)
  18. 11 Haz, 2008 1 kayıt (commit)
    • Gregory P. Smith's avatar
      Merge in release25-maint r60793: · 9d53457e
      Gregory P. Smith yazdı
       Added checks for integer overflows, contributed by Google. Some are
       only available if asserts are left in the code, in cases where they
       can't be triggered from Python code.
      9d53457e
  19. 09 Haz, 2008 1 kayıt (commit)
  20. 01 Haz, 2008 2 kayıt (commit)
  21. 26 May, 2008 1 kayıt (commit)
  22. 27 Nis, 2008 2 kayıt (commit)
  23. 25 Mar, 2008 1 kayıt (commit)
  24. 19 Mar, 2008 1 kayıt (commit)
  25. 18 Mar, 2008 1 kayıt (commit)
  26. 24 Şub, 2008 1 kayıt (commit)
  27. 14 Şub, 2008 1 kayıt (commit)
  28. 08 Şub, 2008 1 kayıt (commit)
  29. 07 Şub, 2008 1 kayıt (commit)
  30. 06 Şub, 2008 1 kayıt (commit)
  31. 25 Ock, 2008 1 kayıt (commit)