1. 15 May, 2012 1 kayıt (commit)
  2. 28 Nis, 2012 1 kayıt (commit)
  3. 24 Nis, 2012 1 kayıt (commit)
  4. 01 Kas, 2011 1 kayıt (commit)
  5. 02 Eki, 2011 1 kayıt (commit)
  6. 17 Eyl, 2011 1 kayıt (commit)
  7. 17 Tem, 2011 1 kayıt (commit)
  8. 04 Tem, 2011 2 kayıt (commit)
  9. 10 Ock, 2011 3 kayıt (commit)
  10. 08 Ock, 2011 1 kayıt (commit)
  11. 06 Eki, 2010 5 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions 85274 via svnmerge from · d098c3d9
      Georg Brandl yazdı
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r85274 | georg.brandl | 2010-10-06 12:26:05 +0200 (Mi, 06 Okt 2010) | 1 line
      
        Fix errors found by "make suspicious".
      ........
      d098c3d9
    • Georg Brandl's avatar
      Fix errors found by "make suspicious". · 682d7e0e
      Georg Brandl yazdı
      682d7e0e
    • Georg Brandl's avatar
      60203b41
    • Georg Brandl's avatar
      Merged revisions 79901,80170,80273,80342-80343,81061,81366,81368,81370,81840 via svnmerge from · 16489247
      Georg Brandl yazdı
      svn+ssh://svn.python.org/python/branches/py3k
      
      ................
        r79901 | georg.brandl | 2010-04-08 08:33:16 +0200 (Do, 08 Apr 2010) | 1 line
      
        Fix indentation.
      ................
        r80170 | georg.brandl | 2010-04-18 11:50:07 +0200 (So, 18 Apr 2010) | 1 line
      
        Remove colspanning cells.
      ................
        r80273 | georg.brandl | 2010-04-20 20:15:54 +0200 (Di, 20 Apr 2010) | 1 line
      
        Markup nit.
      ................
        r80342 | georg.brandl | 2010-04-22 09:00:42 +0200 (Do, 22 Apr 2010) | 1 line
      
        Fix indentation.
      ................
        r80343 | georg.brandl | 2010-04-22 09:02:51 +0200 (Do, 22 Apr 2010) | 1 line
      
        Typo fixes.
      ................
        r81061 | georg.brandl | 2010-05-10 23:17:00 +0200 (Mo, 10 Mai 2010) | 1 line
      
        Fix nits in the lexical analysis section: \u requires four digits, backtick is not allowed in source in 3.x.
      ................
        r81366 | georg.brandl | 2010-05-19 22:58:02 +0200 (Mi, 19 Mai 2010) | 61 lines
      
        Recorded merge of revisions 80030,80067,80069,80080-80081,80084,80432-80433,80465,80470,81059,81065-81067 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r80030 | georg.brandl | 2010-04-13 08:43:54 +0200 (Di, 13 Apr 2010) | 1 line
      
          Get rid of multi-row cells.
        ........
          r80067 | georg.brandl | 2010-04-14 10:53:38 +0200 (Mi, 14 Apr 2010) | 1 line
      
          #5341: typo.
        ........
          r80069 | georg.brandl | 2010-04-14 15:50:31 +0200 (Mi, 14 Apr 2010) | 1 line
      
          Add an x-ref to where the O_ constants are documented and move the SEEK_ constants after lseek().
        ........
          r80080 | georg.brandl | 2010-04-14 21:16:38 +0200 (Mi, 14 Apr 2010) | 1 line
      
          #8399: add note about Windows and O_BINARY.
        ........
          r80081 | georg.brandl | 2010-04-14 23:34:44 +0200 (Mi, 14 Apr 2010) | 1 line
      
          #5250: document __instancecheck__ and __subclasscheck__.  I hope the part about the class/metaclass distinction is understandable.
        ........
          r80084 | georg.brandl | 2010-04-14 23:46:45 +0200 (Mi, 14 Apr 2010) | 1 line
      
          Fix missing.
        ........
          r80432 | georg.brandl | 2010-04-24 10:56:58 +0200 (Sa, 24 Apr 2010) | 1 line
      
          Markup fixes.
        ........
          r80433 | georg.brandl | 2010-04-24 11:08:10 +0200 (Sa, 24 Apr 2010) | 1 line
      
          #7507: quote "!" in pipes.quote(); it is a special character for some shells.
        ........
          r80465 | georg.brandl | 2010-04-25 12:29:17 +0200 (So, 25 Apr 2010) | 1 line
      
          Remove LaTeXy index entry syntax.
        ........
          r80470 | georg.brandl | 2010-04-25 12:57:15 +0200 (So, 25 Apr 2010) | 1 line
      
          Patch from Tim Hatch: Make socket setblocking <-> settimeout examples symmetric.
        ........
          r81059 | georg.brandl | 2010-05-10 23:02:51 +0200 (Mo, 10 Mai 2010) | 1 line
      
          #8642: fix wrong function name.
        ........
          r81065 | georg.brandl | 2010-05-10 23:46:50 +0200 (Mo, 10 Mai 2010) | 1 line
      
          Fix reference direction.
        ........
          r81066 | georg.brandl | 2010-05-10 23:50:57 +0200 (Mo, 10 Mai 2010) | 1 line
      
          Consolidate deprecation messages.
        ........
          r81067 | georg.brandl | 2010-05-10 23:51:33 +0200 (Mo, 10 Mai 2010) | 1 line
      
          Fix typo.
        ........
      ................
        r81368 | georg.brandl | 2010-05-19 23:06:36 +0200 (Mi, 19 Mai 2010) | 9 lines
      
        Merged revisions 80068 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r80068 | georg.brandl | 2010-04-14 10:56:01 +0200 (Mi, 14 Apr 2010) | 1 line
      
          #5341: fix typo and adapt docstring syntax.
        ........
      ................
        r81370 | georg.brandl | 2010-05-19 23:39:51 +0200 (Mi, 19 Mai 2010) | 1 line
      
        Add descriptor HOWTO to py3k docs.
      ................
        r81840 | alexander.belopolsky | 2010-06-08 20:59:20 +0200 (Di, 08 Jun 2010) | 9 lines
      
        Merged revisions 81489 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r81489 | georg.brandl | 2010-05-23 17:29:29 -0400 (Sun, 23 May 2010) | 1 line
      
          #1436346: make it more obvious that timetuple[7] is yday.
        ........
      ................
      16489247
    • Georg Brandl's avatar
      Merged revisions 78959,79170,79175,79177,79180,79183,79186,79193,79581 via svnmerge from · 16215c73
      Georg Brandl yazdı
      svn+ssh://svn.python.org/python/branches/py3k
      
      ................
        r78959 | georg.brandl | 2010-03-14 11:56:14 +0100 (So, 14 Mär 2010) | 33 lines
      
        Merged revisions 78760,78771-78773,78802,78922,78952 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r78760 | georg.brandl | 2010-03-07 16:23:59 +0100 (So, 07 Mär 2010) | 1 line
      
          #5341: more built-in vs builtin fixes.
        ........
          r78771 | georg.brandl | 2010-03-07 21:58:31 +0100 (So, 07 Mär 2010) | 1 line
      
          #8085: The function is called PyObject_NewVar, not PyObject_VarNew.
        ........
          r78772 | georg.brandl | 2010-03-07 22:12:28 +0100 (So, 07 Mär 2010) | 1 line
      
          #8039: document conditional expressions better, giving them their own section.
        ........
          r78773 | georg.brandl | 2010-03-07 22:32:06 +0100 (So, 07 Mär 2010) | 1 line
      
          #8044: document Py_{Enter,Leave}RecursiveCall functions.
        ........
          r78802 | georg.brandl | 2010-03-08 17:28:40 +0100 (Mo, 08 Mär 2010) | 1 line
      
          Fix typo.
        ........
          r78922 | georg.brandl | 2010-03-13 14:41:58 +0100 (Sa, 13 Mär 2010) | 1 line
      
          Update for new download location.
        ........
          r78952 | georg.brandl | 2010-03-14 10:55:08 +0100 (So, 14 Mär 2010) | 1 line
      
          #8137: add iso-8859-16 to the standard encodings table.
        ........
      ................
        r79170 | georg.brandl | 2010-03-21 10:02:59 +0100 (So, 21 Mär 2010) | 1 line
      
        Fix some issues found by Jacques Ducasse on the docs list.
      ................
        r79175 | georg.brandl | 2010-03-21 10:10:32 +0100 (So, 21 Mär 2010) | 9 lines
      
        Merged revisions 79172 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r79172 | georg.brandl | 2010-03-21 10:08:00 +0100 (So, 21 Mär 2010) | 1 line
      
          Add a paragraph about set displays.
        ........
      ................
        r79177 | georg.brandl | 2010-03-21 10:25:54 +0100 (So, 21 Mär 2010) | 1 line
      
        Need to use list(range()) to get a list.
      ................
        r79180 | georg.brandl | 2010-03-21 10:50:49 +0100 (So, 21 Mär 2010) | 9 lines
      
        Merged revisions 79178 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r79178 | georg.brandl | 2010-03-21 10:28:16 +0100 (So, 21 Mär 2010) | 1 line
      
          Clarify that for shell=True, the shell PID will be the child PID.
        ........
      ................
        r79183 | georg.brandl | 2010-03-21 10:52:24 +0100 (So, 21 Mär 2010) | 9 lines
      
        Merged revisions 79181 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r79181 | georg.brandl | 2010-03-21 10:51:16 +0100 (So, 21 Mär 2010) | 1 line
      
          Update os.kill() emulation example for Windows to use ctypes.
        ........
      ................
        r79186 | georg.brandl | 2010-03-21 11:03:36 +0100 (So, 21 Mär 2010) | 13 lines
      
        Merged revisions 79184-79185 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r79184 | georg.brandl | 2010-03-21 10:58:36 +0100 (So, 21 Mär 2010) | 1 line
      
          Update text for newest US DST regulation.  The sample file already has the calculation right.
        ........
          r79185 | georg.brandl | 2010-03-21 11:02:47 +0100 (So, 21 Mär 2010) | 1 line
      
          Include structmember.h correctly.
        ........
      ................
        r79193 | georg.brandl | 2010-03-21 12:53:50 +0100 (So, 21 Mär 2010) | 9 lines
      
        Merged revisions 79192 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r79192 | georg.brandl | 2010-03-21 12:50:58 +0100 (So, 21 Mär 2010) | 1 line
      
          Remove leftover word.
        ........
      ................
        r79581 | georg.brandl | 2010-04-02 10:47:07 +0200 (Fr, 02 Apr 2010) | 1 line
      
        #8213: document behavior of -u on py3k better.
      ................
      16215c73
  12. 17 Agu, 2010 1 kayıt (commit)
  13. 01 Agu, 2010 1 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions 83325,83328,83341 via svnmerge from · 527a5cf1
      Georg Brandl yazdı
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r83325 | georg.brandl | 2010-07-31 11:37:03 +0200 (Sa, 31 Jul 2010) | 1 line
      
        Copy Sun-specific inclusion of <alloca.h> from 2.7 maint to trunk; it seems to not have been merged to py3k.
      ........
        r83328 | raymond.hettinger | 2010-07-31 12:14:41 +0200 (Sa, 31 Jul 2010) | 1 line
      
        Document how to change OrderedDict update order from first to last.
      ........
        r83341 | georg.brandl | 2010-07-31 13:40:07 +0200 (Sa, 31 Jul 2010) | 1 line
      
        #9430: document timedelta str() and repr().
      ........
      527a5cf1
  14. 31 Tem, 2010 1 kayıt (commit)
  15. 21 Haz, 2010 1 kayıt (commit)
  16. 18 Haz, 2010 1 kayıt (commit)
  17. 17 Haz, 2010 1 kayıt (commit)
  18. 15 Haz, 2010 1 kayıt (commit)
  19. 14 Haz, 2010 1 kayıt (commit)
  20. 09 Haz, 2010 1 kayıt (commit)
  21. 08 Haz, 2010 1 kayıt (commit)
  22. 31 May, 2010 1 kayıt (commit)
  23. 08 May, 2010 1 kayıt (commit)
  24. 20 Nis, 2010 1 kayıt (commit)
  25. 21 Mar, 2010 1 kayıt (commit)
  26. 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
  27. 25 Kas, 2009 1 kayıt (commit)
  28. 03 Kas, 2009 4 kayıt (commit)
  29. 27 Eki, 2009 1 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions 75797 via svnmerge from · 628e6f90
      Georg Brandl yazdı
      svn+ssh://svn.python.org/python/branches/py3k
      
      ................
        r75797 | georg.brandl | 2009-10-27 16:28:25 +0100 (Di, 27 Okt 2009) | 129 lines
      
        Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r75365 | georg.brandl | 2009-10-11 22:16:16 +0200 (So, 11 Okt 2009) | 1 line
      
          Fix broken links found by "make linkcheck".  scipy.org seems to be done right now, so I could not verify links going there.
        ........
          r75394 | georg.brandl | 2009-10-13 20:10:59 +0200 (Di, 13 Okt 2009) | 1 line
      
          Fix markup.
        ........
          r75402 | georg.brandl | 2009-10-14 17:51:48 +0200 (Mi, 14 Okt 2009) | 1 line
      
          #7125: fix typo.
        ........
          r75403 | georg.brandl | 2009-10-14 17:57:46 +0200 (Mi, 14 Okt 2009) | 1 line
      
          #7126: os.environ changes *do* take effect in subprocesses started with os.system().
        ........
          r75418 | georg.brandl | 2009-10-14 20:48:32 +0200 (Mi, 14 Okt 2009) | 1 line
      
          #7116: str.join() takes an iterable.
        ........
          r75459 | georg.brandl | 2009-10-17 10:57:43 +0200 (Sa, 17 Okt 2009) | 1 line
      
          Fix refleaks in _ctypes PyCSimpleType_New, which fixes the refleak seen in test___all__.
        ........
          r75484 | georg.brandl | 2009-10-18 09:58:12 +0200 (So, 18 Okt 2009) | 1 line
      
          Fix missing word.
        ........
          r75592 | georg.brandl | 2009-10-22 09:05:48 +0200 (Do, 22 Okt 2009) | 1 line
      
          Fix punctuation.
        ........
          r75593 | georg.brandl | 2009-10-22 09:06:49 +0200 (Do, 22 Okt 2009) | 1 line
      
          Revert unintended change.
        ........
          r75594 | georg.brandl | 2009-10-22 09:56:02 +0200 (Do, 22 Okt 2009) | 1 line
      
          Fix markup.
        ........
          r75595 | georg.brandl | 2009-10-22 09:56:56 +0200 (Do, 22 Okt 2009) | 1 line
      
          Fix duplicate target.
        ........
          r75596 | georg.brandl | 2009-10-22 10:05:04 +0200 (Do, 22 Okt 2009) | 1 line
      
          Add a new directive marking up implementation details and start using it.
        ........
          r75600 | georg.brandl | 2009-10-22 13:01:46 +0200 (Do, 22 Okt 2009) | 1 line
      
          Make it more robust.
        ........
          r75602 | georg.brandl | 2009-10-22 13:28:06 +0200 (Do, 22 Okt 2009) | 1 line
      
          Document new directive.
        ........
          r75603 | georg.brandl | 2009-10-22 13:28:23 +0200 (Do, 22 Okt 2009) | 1 line
      
          Allow short form with text as argument.
        ........
          r75604 | georg.brandl | 2009-10-22 13:36:50 +0200 (Do, 22 Okt 2009) | 1 line
      
          Fix stylesheet for multi-paragraph impl-details.
        ........
          r75605 | georg.brandl | 2009-10-22 13:48:10 +0200 (Do, 22 Okt 2009) | 1 line
      
          Use "impl-detail" directive where applicable.
        ........
          r75606 | georg.brandl | 2009-10-22 17:00:06 +0200 (Do, 22 Okt 2009) | 1 line
      
          #6324: membership test tries iteration via __iter__.
        ........
          r75607 | georg.brandl | 2009-10-22 17:04:09 +0200 (Do, 22 Okt 2009) | 1 line
      
          #7088: document new functions in signal as Unix-only.
        ........
          r75610 | georg.brandl | 2009-10-22 17:27:24 +0200 (Do, 22 Okt 2009) | 1 line
      
          Reorder __slots__ fine print and add a clarification.
        ........
          r75611 | georg.brandl | 2009-10-22 17:42:32 +0200 (Do, 22 Okt 2009) | 1 line
      
          #7035: improve docs of the various <method>_errors() functions, and give them docstrings.
        ........
          r75612 | georg.brandl | 2009-10-22 17:52:15 +0200 (Do, 22 Okt 2009) | 1 line
      
          #7156: document curses as Unix-only.
        ........
          r75613 | georg.brandl | 2009-10-22 17:54:35 +0200 (Do, 22 Okt 2009) | 1 line
      
          #6977: getopt does not support optional option arguments.
        ........
          r75616 | georg.brandl | 2009-10-22 18:17:05 +0200 (Do, 22 Okt 2009) | 1 line
      
          Add proper references.
        ........
          r75617 | georg.brandl | 2009-10-22 18:20:55 +0200 (Do, 22 Okt 2009) | 1 line
      
          Make printout margin important.
        ........
          r75623 | georg.brandl | 2009-10-23 10:14:44 +0200 (Fr, 23 Okt 2009) | 1 line
      
          #7188: fix optionxform() docs.
        ........
          r75627 | fred.drake | 2009-10-23 15:04:51 +0200 (Fr, 23 Okt 2009) | 2 lines
      
          add further note about what's passed to optionxform
        ........
          r75640 | neil.schemenauer | 2009-10-23 21:58:17 +0200 (Fr, 23 Okt 2009) | 2 lines
      
          Improve some docstrings in the 'warnings' module.
        ........
          r75647 | georg.brandl | 2009-10-24 12:04:19 +0200 (Sa, 24 Okt 2009) | 1 line
      
          Fix markup.
        ........
          r75696 | georg.brandl | 2009-10-25 21:25:43 +0100 (So, 25 Okt 2009) | 1 line
      
          Fix a demo.
        ........
          r75795 | georg.brandl | 2009-10-27 16:10:22 +0100 (Di, 27 Okt 2009) | 1 line
      
          Fix a strange mis-edit.
        ........
      ................
      628e6f90