1. 05 Ara, 2013 1 kayıt (commit)
  2. 18 Kas, 2013 1 kayıt (commit)
  3. 15 Kas, 2013 1 kayıt (commit)
  4. 06 Kas, 2013 1 kayıt (commit)
  5. 01 Kas, 2013 1 kayıt (commit)
  6. 29 Eki, 2013 1 kayıt (commit)
  7. 22 Eki, 2013 1 kayıt (commit)
  8. 21 Eki, 2013 1 kayıt (commit)
  9. 20 Eki, 2013 1 kayıt (commit)
  10. 19 Eki, 2013 2 kayıt (commit)
  11. 12 Eki, 2013 1 kayıt (commit)
  12. 02 Şub, 2013 2 kayıt (commit)
  13. 06 Eki, 2012 1 kayıt (commit)
  14. 28 Haz, 2012 1 kayıt (commit)
  15. 14 Eki, 2011 1 kayıt (commit)
  16. 06 Eyl, 2010 1 kayıt (commit)
  17. 11 Agu, 2010 1 kayıt (commit)
  18. 09 May, 2010 1 kayıt (commit)
  19. 21 Mar, 2010 2 kayıt (commit)
    • Victor Stinner's avatar
      Merged revisions 78875 via svnmerge from · 38c36f85
      Victor Stinner yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r78875 | victor.stinner | 2010-03-12 18:00:41 +0100 (ven., 12 mars 2010) | 5 lines
      
        Issue #6697: use %U format instead of _PyUnicode_AsString(), because
        _PyUnicode_AsString() was not checked for error (NULL).
      
        The unicode string is no more truncated to 200 or 400 *bytes*.
      ........
      38c36f85
    • Georg Brandl's avatar
      Merged revisions… · b6453a90
      Georg Brandl yazdı
      Merged revisions 77120,77151,77155,77209,77229,77256,77317,77331,77333,77359-77360,77382,77561,77570 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r77120 | georg.brandl | 2009-12-29 22:09:17 +0100 (Di, 29 Dez 2009) | 1 line
      
        #7595: fix typo in argument default constant.
      ........
        r77151 | georg.brandl | 2009-12-30 19:32:50 +0100 (Mi, 30 Dez 2009) | 1 line
      
        #7487: update Pygments version.
      ........
        r77155 | georg.brandl | 2009-12-30 20:03:00 +0100 (Mi, 30 Dez 2009) | 1 line
      
        We only support Windows NT derivatives now.
      ........
        r77209 | georg.brandl | 2010-01-01 14:07:05 +0100 (Fr, 01 Jan 2010) | 1 line
      
        More yearly updates.
      ........
        r77229 | georg.brandl | 2010-01-02 13:35:01 +0100 (Sa, 02 Jan 2010) | 1 line
      
        Fix casing.
      ........
        r77256 | georg.brandl | 2010-01-02 23:55:55 +0100 (Sa, 02 Jan 2010) | 1 line
      
        Fix typo.
      ........
        r77317 | georg.brandl | 2010-01-05 19:14:52 +0100 (Di, 05 Jan 2010) | 1 line
      
        Add Stefan.
      ........
        r77331 | georg.brandl | 2010-01-06 18:43:06 +0100 (Mi, 06 Jan 2010) | 1 line
      
        Small fixes to test_cmd: fix signature of do_shell, remove duplicate import, add option to run the custom Cmd class.
      ........
        r77333 | georg.brandl | 2010-01-06 19:26:08 +0100 (Mi, 06 Jan 2010) | 1 line
      
        #5950: document that zip files with comments are unsupported in zipimport.
      ........
        r77359 | georg.brandl | 2010-01-07 21:54:45 +0100 (Do, 07 Jan 2010) | 1 line
      
        Fix description for Py_GetPath(); it sounded like it always returned sys.path.
      ........
        r77360 | georg.brandl | 2010-01-07 22:48:47 +0100 (Do, 07 Jan 2010) | 1 line
      
        #7653: clarify how the PythonPath registry key should look like.
      ........
        r77382 | georg.brandl | 2010-01-09 10:47:11 +0100 (Sa, 09 Jan 2010) | 1 line
      
        #7422: make it clear that getargspec() only works on Python functions.
      ........
        r77561 | georg.brandl | 2010-01-17 09:42:30 +0100 (So, 17 Jan 2010) | 1 line
      
        #7699: improve datetime docs: straightforward linking to strftime/strptime section, mark classmethods as such.
      ........
        r77570 | georg.brandl | 2010-01-17 13:14:42 +0100 (So, 17 Jan 2010) | 1 line
      
        Add note about usage of STRINGLIB_EMPTY.
      ........
      b6453a90
  20. 18 Mar, 2010 1 kayıt (commit)
  21. 12 Mar, 2010 1 kayıt (commit)
  22. 03 Şub, 2010 2 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 77937 via svnmerge from · 23b9ef72
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r77937 | benjamin.peterson | 2010-02-02 20:35:45 -0600 (Tue, 02 Feb 2010) | 75 lines
      
        Merged revisions 77484,77487,77561,77570,77593,77603,77608,77667,77702-77703,77739,77858,77887,77889 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r77484 | skip.montanaro | 2010-01-13 19:12:34 -0600 (Wed, 13 Jan 2010) | 4 lines
      
          Update PyEval_EvalFrame to PyEval_EvalFrameEx.  This looks to have been done
          partially before.  Also add a comment describing how this might have to work
          with different versions of the interpreter.
        ........
          r77487 | ezio.melotti | 2010-01-14 05:34:10 -0600 (Thu, 14 Jan 2010) | 1 line
      
          Fixed typo
        ........
          r77561 | georg.brandl | 2010-01-17 02:42:30 -0600 (Sun, 17 Jan 2010) | 1 line
      
          #7699: improve datetime docs: straightforward linking to strftime/strptime section, mark classmethods as such.
        ........
          r77570 | georg.brandl | 2010-01-17 06:14:42 -0600 (Sun, 17 Jan 2010) | 1 line
      
          Add note about usage of STRINGLIB_EMPTY.
        ........
          r77593 | georg.brandl | 2010-01-17 17:33:53 -0600 (Sun, 17 Jan 2010) | 1 line
      
          Fix internal reference.
        ........
          r77603 | benjamin.peterson | 2010-01-18 17:07:56 -0600 (Mon, 18 Jan 2010) | 8 lines
      
          data descriptors do not override the class dictionary if __get__ is not defined
      
          Adjust documentation and add a test to verify this behavior.
      
          See http://mail.python.org/pipermail/python-dev/2010-January/095637.html for
          discussion.
        ........
          r77608 | gregory.p.smith | 2010-01-19 02:19:03 -0600 (Tue, 19 Jan 2010) | 6 lines
      
          Do not compile stubs for the sha2 series hashes in the openssl hashlib
          module when the openssl version is too old to support them.  That
          leads both compiled code bloat and to unittests attempting to test
          implementations that don't exist for comparison purposes on such
          platforms.
        ........
          r77667 | mark.dickinson | 2010-01-21 12:32:27 -0600 (Thu, 21 Jan 2010) | 1 line
      
          Add two more test_strtod test values.
        ........
          r77702 | georg.brandl | 2010-01-23 02:43:31 -0600 (Sat, 23 Jan 2010) | 1 line
      
          #7762: fix refcount annotation of PyUnicode_Tailmatch().
        ........
          r77703 | georg.brandl | 2010-01-23 02:47:54 -0600 (Sat, 23 Jan 2010) | 1 line
      
          #7725: fix referencing issue.
        ........
          r77739 | benjamin.peterson | 2010-01-24 21:52:52 -0600 (Sun, 24 Jan 2010) | 1 line
      
          mention from_float() in error message
        ........
          r77858 | georg.brandl | 2010-01-30 11:57:48 -0600 (Sat, 30 Jan 2010) | 1 line
      
          #7802: fix invalid example (heh).
        ........
          r77887 | georg.brandl | 2010-01-31 12:51:49 -0600 (Sun, 31 Jan 2010) | 5 lines
      
          Fix-up ftplib documentation:
          move exception descriptions to toplevel, not inside a class
          remove attribution in "versionadded"
          spell and grammar check docstring of FTP_TLS
        ........
          r77889 | michael.foord | 2010-01-31 13:59:26 -0600 (Sun, 31 Jan 2010) | 1 line
      
          Minor modification to unittest documentation.
        ........
      ................
      23b9ef72
    • Benjamin Peterson's avatar
      Merged revisions… · 5e55b3e2
      Benjamin Peterson yazdı
      Merged revisions 77484,77487,77561,77570,77593,77603,77608,77667,77702-77703,77739,77858,77887,77889 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r77484 | skip.montanaro | 2010-01-13 19:12:34 -0600 (Wed, 13 Jan 2010) | 4 lines
      
        Update PyEval_EvalFrame to PyEval_EvalFrameEx.  This looks to have been done
        partially before.  Also add a comment describing how this might have to work
        with different versions of the interpreter.
      ........
        r77487 | ezio.melotti | 2010-01-14 05:34:10 -0600 (Thu, 14 Jan 2010) | 1 line
      
        Fixed typo
      ........
        r77561 | georg.brandl | 2010-01-17 02:42:30 -0600 (Sun, 17 Jan 2010) | 1 line
      
        #7699: improve datetime docs: straightforward linking to strftime/strptime section, mark classmethods as such.
      ........
        r77570 | georg.brandl | 2010-01-17 06:14:42 -0600 (Sun, 17 Jan 2010) | 1 line
      
        Add note about usage of STRINGLIB_EMPTY.
      ........
        r77593 | georg.brandl | 2010-01-17 17:33:53 -0600 (Sun, 17 Jan 2010) | 1 line
      
        Fix internal reference.
      ........
        r77603 | benjamin.peterson | 2010-01-18 17:07:56 -0600 (Mon, 18 Jan 2010) | 8 lines
      
        data descriptors do not override the class dictionary if __get__ is not defined
      
        Adjust documentation and add a test to verify this behavior.
      
        See http://mail.python.org/pipermail/python-dev/2010-January/095637.html for
        discussion.
      ........
        r77608 | gregory.p.smith | 2010-01-19 02:19:03 -0600 (Tue, 19 Jan 2010) | 6 lines
      
        Do not compile stubs for the sha2 series hashes in the openssl hashlib
        module when the openssl version is too old to support them.  That
        leads both compiled code bloat and to unittests attempting to test
        implementations that don't exist for comparison purposes on such
        platforms.
      ........
        r77667 | mark.dickinson | 2010-01-21 12:32:27 -0600 (Thu, 21 Jan 2010) | 1 line
      
        Add two more test_strtod test values.
      ........
        r77702 | georg.brandl | 2010-01-23 02:43:31 -0600 (Sat, 23 Jan 2010) | 1 line
      
        #7762: fix refcount annotation of PyUnicode_Tailmatch().
      ........
        r77703 | georg.brandl | 2010-01-23 02:47:54 -0600 (Sat, 23 Jan 2010) | 1 line
      
        #7725: fix referencing issue.
      ........
        r77739 | benjamin.peterson | 2010-01-24 21:52:52 -0600 (Sun, 24 Jan 2010) | 1 line
      
        mention from_float() in error message
      ........
        r77858 | georg.brandl | 2010-01-30 11:57:48 -0600 (Sat, 30 Jan 2010) | 1 line
      
        #7802: fix invalid example (heh).
      ........
        r77887 | georg.brandl | 2010-01-31 12:51:49 -0600 (Sun, 31 Jan 2010) | 5 lines
      
        Fix-up ftplib documentation:
        move exception descriptions to toplevel, not inside a class
        remove attribution in "versionadded"
        spell and grammar check docstring of FTP_TLS
      ........
        r77889 | michael.foord | 2010-01-31 13:59:26 -0600 (Sun, 31 Jan 2010) | 1 line
      
        Minor modification to unittest documentation.
      ........
      5e55b3e2
  23. 19 Ock, 2010 1 kayıt (commit)
  24. 09 Ock, 2010 2 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 77389 via svnmerge from · ffeda291
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r77389 | benjamin.peterson | 2010-01-09 12:45:30 -0600 (Sat, 09 Jan 2010) | 25 lines
      
        Merged revisions 77209,77229,77359-77360,77371 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r77209 | georg.brandl | 2010-01-01 07:07:05 -0600 (Fri, 01 Jan 2010) | 1 line
      
          More yearly updates.
        ........
          r77229 | georg.brandl | 2010-01-02 06:35:01 -0600 (Sat, 02 Jan 2010) | 1 line
      
          Fix casing.
        ........
          r77359 | georg.brandl | 2010-01-07 14:54:45 -0600 (Thu, 07 Jan 2010) | 1 line
      
          Fix description for Py_GetPath(); it sounded like it always returned sys.path.
        ........
          r77360 | georg.brandl | 2010-01-07 15:48:47 -0600 (Thu, 07 Jan 2010) | 1 line
      
          #7653: clarify how the PythonPath registry key should look like.
        ........
          r77371 | senthil.kumaran | 2010-01-08 13:20:25 -0600 (Fri, 08 Jan 2010) | 3 lines
      
          Fix for Issue7026. For the Error - RuntimeError: dictionary changed size during iteration
        ........
      ................
      ffeda291
    • Benjamin Peterson's avatar
      Merged revisions 77209,77229,77359-77360,77371 via svnmerge from · 46a9900e
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r77209 | georg.brandl | 2010-01-01 07:07:05 -0600 (Fri, 01 Jan 2010) | 1 line
      
        More yearly updates.
      ........
        r77229 | georg.brandl | 2010-01-02 06:35:01 -0600 (Sat, 02 Jan 2010) | 1 line
      
        Fix casing.
      ........
        r77359 | georg.brandl | 2010-01-07 14:54:45 -0600 (Thu, 07 Jan 2010) | 1 line
      
        Fix description for Py_GetPath(); it sounded like it always returned sys.path.
      ........
        r77360 | georg.brandl | 2010-01-07 15:48:47 -0600 (Thu, 07 Jan 2010) | 1 line
      
        #7653: clarify how the PythonPath registry key should look like.
      ........
        r77371 | senthil.kumaran | 2010-01-08 13:20:25 -0600 (Fri, 08 Jan 2010) | 3 lines
      
        Fix for Issue7026. For the Error - RuntimeError: dictionary changed size during iteration
      ........
      46a9900e
  25. 02 Ock, 2010 1 kayıt (commit)
  26. 01 Ock, 2010 1 kayıt (commit)
  27. 04 May, 2009 4 kayıt (commit)
  28. 13 Şub, 2009 1 kayıt (commit)
  29. 12 Şub, 2009 1 kayıt (commit)
  30. 02 Şub, 2009 1 kayıt (commit)
  31. 08 Ock, 2009 1 kayıt (commit)
  32. 24 Eyl, 2008 1 kayıt (commit)