1. 02 Tem, 2015 1 kayıt (commit)
  2. 01 Tem, 2015 1 kayıt (commit)
  3. 30 Mar, 2015 1 kayıt (commit)
  4. 29 Eki, 2014 7 kayıt (commit)
  5. 02 Eki, 2014 1 kayıt (commit)
  6. 01 Eki, 2014 1 kayıt (commit)
  7. 30 Eyl, 2014 2 kayıt (commit)
  8. 22 Eyl, 2014 2 kayıt (commit)
  9. 16 Mar, 2014 1 kayıt (commit)
  10. 13 Mar, 2014 1 kayıt (commit)
    • Nick Coghlan's avatar
      Close #19407: New installation & distribution guides · f7614d55
      Nick Coghlan yazdı
      - based on pip and other PyPA tools
      - includes references to the new Python Packaging User Guide
        where appropriate (and the relevant section is at least
        partially filled in)
      - started new FAQ sections
      - both guides aim to introduce users to basic open source
        concepts if they aren't aware of them
      - existing guides have been relocated (now linked from the
        distutils docs) rather then removed, since there is
        some needed material that has yet to be relocated to the
        distutils docs as a reference for the legacy formats
      f7614d55
  11. 16 Şub, 2014 1 kayıt (commit)
  12. 12 Eki, 2013 1 kayıt (commit)
  13. 07 Nis, 2012 2 kayıt (commit)
  14. 25 Mar, 2012 1 kayıt (commit)
  15. 21 Ock, 2012 1 kayıt (commit)
  16. 16 Ock, 2012 2 kayıt (commit)
  17. 26 Kas, 2010 2 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions… · f65e25b6
      Georg Brandl yazdı
      Merged revisions 86134,86315-86316,86390,86424-86425,86428,86550,86561-86562,86564-86565,86705,86708,86713 via svnmerge from
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r86134 | georg.brandl | 2010-11-03 08:41:00 +0100 (Mi, 03 Nov 2010) | 1 line
      
        A newline in lineno output breaks pyframe output.
      ........
        r86315 | georg.brandl | 2010-11-08 12:05:18 +0100 (Mo, 08 Nov 2010) | 1 line
      
        Fix latex conversion glitch in property/feature descriptions.
      ........
        r86316 | georg.brandl | 2010-11-08 12:08:35 +0100 (Mo, 08 Nov 2010) | 1 line
      
        Fix typo.
      ........
        r86390 | georg.brandl | 2010-11-10 08:57:10 +0100 (Mi, 10 Nov 2010) | 1 line
      
        Fix typo.
      ........
        r86424 | georg.brandl | 2010-11-12 07:19:48 +0100 (Fr, 12 Nov 2010) | 1 line
      
        Build a PDF of the FAQs too.
      ........
        r86425 | georg.brandl | 2010-11-12 07:20:12 +0100 (Fr, 12 Nov 2010) | 1 line
      
        #10008: Fix duplicate index entry.
      ........
        r86428 | georg.brandl | 2010-11-12 09:09:26 +0100 (Fr, 12 Nov 2010) | 1 line
      
        Fix weird line block in table.
      ........
        r86550 | georg.brandl | 2010-11-20 11:24:34 +0100 (Sa, 20 Nov 2010) | 1 line
      
        Fix rst markup errors.
      ........
        r86561 | georg.brandl | 2010-11-20 12:47:10 +0100 (Sa, 20 Nov 2010) | 1 line
      
        #10460: Update indent.pro to match PEP 7 better.
      ........
        r86562 | georg.brandl | 2010-11-20 14:44:41 +0100 (Sa, 20 Nov 2010) | 1 line
      
        #10439: document PyCodec C APIs.
      ........
        r86564 | georg.brandl | 2010-11-20 15:08:53 +0100 (Sa, 20 Nov 2010) | 1 line
      
        #10460: an even better indent.pro.
      ........
        r86565 | georg.brandl | 2010-11-20 15:16:17 +0100 (Sa, 20 Nov 2010) | 1 line
      
        socket.gethostbyname(socket.gethostname()) can fail when host name resolution is not set up correctly; do not fail test_socket if this is the case.
      ........
        r86705 | georg.brandl | 2010-11-23 08:54:19 +0100 (Di, 23 Nov 2010) | 1 line
      
        #10468: document Unicode exception creation and access functions.
      ........
        r86708 | georg.brandl | 2010-11-23 09:37:54 +0100 (Di, 23 Nov 2010) | 2 lines
      
        #10511: clarification of what heaps are; suggested by Johannes Hoff.
      ........
        r86713 | georg.brandl | 2010-11-23 19:14:57 +0100 (Di, 23 Nov 2010) | 1 line
      
        assert.h is also included. Thanks to Savio Sena.
      ........
      f65e25b6
    • Georg Brandl's avatar
      Merged revisions… · 3b85b9b4
      Georg Brandl yazdı
      Merged revisions 85843,85849-85850,85867,85907,85914,86134,86187,86315-86316,86390,86424-86425,86428 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r85843 | georg.brandl | 2010-10-26 08:59:23 +0200 (Di, 26 Okt 2010) | 1 line
      
        Markup fix.
      ........
        r85849 | georg.brandl | 2010-10-26 21:31:06 +0200 (Di, 26 Okt 2010) | 1 line
      
        #10200: typo.
      ........
        r85850 | georg.brandl | 2010-10-26 21:58:11 +0200 (Di, 26 Okt 2010) | 1 line
      
        #10200: typo.
      ........
        r85867 | georg.brandl | 2010-10-27 22:01:51 +0200 (Mi, 27 Okt 2010) | 1 line
      
        Add David.
      ........
        r85907 | georg.brandl | 2010-10-29 06:54:13 +0200 (Fr, 29 Okt 2010) | 1 line
      
        #10222: fix for overzealous AIX compiler.
      ........
        r85914 | georg.brandl | 2010-10-29 08:17:38 +0200 (Fr, 29 Okt 2010) | 1 line
      
        (?:...) is a non-capturing, but still grouping construct.
      ........
        r86134 | georg.brandl | 2010-11-03 08:41:00 +0100 (Mi, 03 Nov 2010) | 1 line
      
        A newline in lineno output breaks pyframe output.
      ........
        r86187 | georg.brandl | 2010-11-05 08:10:41 +0100 (Fr, 05 Nov 2010) | 1 line
      
        Move glossary entry to the right position and fix link.
      ........
        r86315 | georg.brandl | 2010-11-08 12:05:18 +0100 (Mo, 08 Nov 2010) | 1 line
      
        Fix latex conversion glitch in property/feature descriptions.
      ........
        r86316 | georg.brandl | 2010-11-08 12:08:35 +0100 (Mo, 08 Nov 2010) | 1 line
      
        Fix typo.
      ........
        r86390 | georg.brandl | 2010-11-10 08:57:10 +0100 (Mi, 10 Nov 2010) | 1 line
      
        Fix typo.
      ........
        r86424 | georg.brandl | 2010-11-12 07:19:48 +0100 (Fr, 12 Nov 2010) | 1 line
      
        Build a PDF of the FAQs too.
      ........
        r86425 | georg.brandl | 2010-11-12 07:20:12 +0100 (Fr, 12 Nov 2010) | 1 line
      
        #10008: Fix duplicate index entry.
      ........
        r86428 | georg.brandl | 2010-11-12 09:09:26 +0100 (Fr, 12 Nov 2010) | 1 line
      
        Fix weird line block in table.
      ........
      3b85b9b4
  18. 12 Kas, 2010 1 kayıt (commit)
  19. 15 Eki, 2010 1 kayıt (commit)
  20. 06 Eki, 2010 2 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions… · 21946afe
      Georg Brandl yazdı
      Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,84480,84482,84484,84530-84531,84553,84619,84915-84916 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r82798 | georg.brandl | 2010-07-11 11:23:11 +0200 (So, 11 Jul 2010) | 1 line
      
        #6774: explain shutdown() behavior varying with platform.
      ........
        r82805 | georg.brandl | 2010-07-11 11:42:10 +0200 (So, 11 Jul 2010) | 1 line
      
        #7935: cross-reference to ast.literal_eval() from eval() docs.
      ........
        r83659 | georg.brandl | 2010-08-03 14:06:29 +0200 (Di, 03 Aug 2010) | 1 line
      
        Terminology fix: exceptions are raised, except in generator.throw().
      ........
        r83977 | georg.brandl | 2010-08-13 17:10:49 +0200 (Fr, 13 Aug 2010) | 1 line
      
        Fix copy-paste error.
      ........
        r84015 | georg.brandl | 2010-08-14 17:44:34 +0200 (Sa, 14 Aug 2010) | 1 line
      
        Add some maintainers.
      ........
        r84018 | georg.brandl | 2010-08-14 17:48:49 +0200 (Sa, 14 Aug 2010) | 1 line
      
        Typo fix.
      ........
        r84141 | georg.brandl | 2010-08-17 16:11:59 +0200 (Di, 17 Aug 2010) | 1 line
      
        Markup nits.
      ........
        r84264 | georg.brandl | 2010-08-22 22:23:38 +0200 (So, 22 Aug 2010) | 1 line
      
        #9649: fix default value description.
      ........
        r84326 | georg.brandl | 2010-08-26 16:30:15 +0200 (Do, 26 Aug 2010) | 1 line
      
        #9689: add links from overview to in-depth class API descriptions.
      ........
        r84327 | georg.brandl | 2010-08-26 16:30:56 +0200 (Do, 26 Aug 2010) | 1 line
      
        #9681: typo.
      ........
        r84480 | georg.brandl | 2010-09-04 00:33:27 +0200 (Sa, 04 Sep 2010) | 1 line
      
        More inclusive title.
      ........
        r84482 | georg.brandl | 2010-09-04 00:40:02 +0200 (Sa, 04 Sep 2010) | 1 line
      
        #9760: clarify what context expression is.
      ........
        r84484 | georg.brandl | 2010-09-04 00:49:27 +0200 (Sa, 04 Sep 2010) | 1 line
      
        Fix missing word.
      ........
        r84530 | georg.brandl | 2010-09-05 19:07:12 +0200 (So, 05 Sep 2010) | 1 line
      
        #9747: fix copy-paste error in getresgid() doc.
      ........
        r84531 | georg.brandl | 2010-09-05 19:09:18 +0200 (So, 05 Sep 2010) | 1 line
      
        #9776: fix some spacing.
      ........
        r84553 | georg.brandl | 2010-09-06 08:49:07 +0200 (Mo, 06 Sep 2010) | 1 line
      
        #9780: both { and } are not valid fill characters.
      ........
        r84619 | georg.brandl | 2010-09-08 12:43:45 +0200 (Mi, 08 Sep 2010) | 1 line
      
        Add Lukasz.
      ........
        r84915 | georg.brandl | 2010-09-20 08:27:02 +0200 (Mo, 20 Sep 2010) | 1 line
      
        Fix typo.
      ........
        r84916 | georg.brandl | 2010-09-20 08:29:01 +0200 (Mo, 20 Sep 2010) | 1 line
      
        Mention % as string formatting.
      ........
      21946afe
    • Georg Brandl's avatar
      Merged revisions… · 57a5e3f0
      Georg Brandl yazdı
      Merged revisions 84249,84264,84326-84327,84407,84476,84480-84482,84484,84530-84531,84553,84619,84684,84915-84916 via svnmerge from
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r84249 | georg.brandl | 2010-08-22 01:20:01 +0200 (So, 22 Aug 2010) | 1 line
      
        Remove usage of rexec in tkinter demo.
      ........
        r84264 | georg.brandl | 2010-08-22 22:23:38 +0200 (So, 22 Aug 2010) | 1 line
      
        #9649: fix default value description.
      ........
        r84326 | georg.brandl | 2010-08-26 16:30:15 +0200 (Do, 26 Aug 2010) | 1 line
      
        #9689: add links from overview to in-depth class API descriptions.
      ........
        r84327 | georg.brandl | 2010-08-26 16:30:56 +0200 (Do, 26 Aug 2010) | 1 line
      
        #9681: typo.
      ........
        r84407 | georg.brandl | 2010-09-01 23:02:50 +0200 (Mi, 01 Sep 2010) | 1 line
      
        #9677: fix link.
      ........
        r84476 | georg.brandl | 2010-09-04 00:14:52 +0200 (Sa, 04 Sep 2010) | 1 line
      
        Use tabs consistently.
      ........
        r84480 | georg.brandl | 2010-09-04 00:33:27 +0200 (Sa, 04 Sep 2010) | 1 line
      
        More inclusive title.
      ........
        r84481 | georg.brandl | 2010-09-04 00:36:22 +0200 (Sa, 04 Sep 2010) | 1 line
      
        #9767: doctest run over json docs.
      ........
        r84482 | georg.brandl | 2010-09-04 00:40:02 +0200 (Sa, 04 Sep 2010) | 1 line
      
        #9760: clarify what context expression is.
      ........
        r84484 | georg.brandl | 2010-09-04 00:49:27 +0200 (Sa, 04 Sep 2010) | 1 line
      
        Fix missing word.
      ........
        r84530 | georg.brandl | 2010-09-05 19:07:12 +0200 (So, 05 Sep 2010) | 1 line
      
        #9747: fix copy-paste error in getresgid() doc.
      ........
        r84531 | georg.brandl | 2010-09-05 19:09:18 +0200 (So, 05 Sep 2010) | 1 line
      
        #9776: fix some spacing.
      ........
        r84553 | georg.brandl | 2010-09-06 08:49:07 +0200 (Mo, 06 Sep 2010) | 1 line
      
        #9780: both { and } are not valid fill characters.
      ........
        r84619 | georg.brandl | 2010-09-08 12:43:45 +0200 (Mi, 08 Sep 2010) | 1 line
      
        Add Lukasz.
      ........
        r84684 | georg.brandl | 2010-09-10 22:43:53 +0200 (Fr, 10 Sep 2010) | 1 line
      
        release() is probably not the most important method
      ........
        r84915 | georg.brandl | 2010-09-20 08:27:02 +0200 (Mo, 20 Sep 2010) | 1 line
      
        Fix typo.
      ........
        r84916 | georg.brandl | 2010-09-20 08:29:01 +0200 (Mo, 20 Sep 2010) | 1 line
      
        Mention % as string formatting.
      ........
      57a5e3f0
  21. 03 Eyl, 2010 1 kayıt (commit)
  22. 01 Eyl, 2010 3 kayıt (commit)
  23. 30 Tem, 2010 1 kayıt (commit)
  24. 27 Tem, 2010 1 kayıt (commit)
  25. 27 Eki, 2009 2 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions… · 5be70d44
      Georg Brandl yazdı
      Merged revisions 74492,74531,74545-74550,74553-74555,74588,74603,74608,74614,74616-74618,74631-74633,74652-74653,74666,74671,74737,74739,74779,74781-74782,74784,74791,74793,74818-74820,74822,74832 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r74492 | r.david.murray | 2009-08-17 21:26:49 +0200 (Mo, 17 Aug 2009) | 2 lines
      
        Issue 6685: 'toupper' -> 'upper' in cgi doc example explanation.
      ........
        r74531 | vinay.sajip | 2009-08-21 00:04:32 +0200 (Fr, 21 Aug 2009) | 1 line
      
        Added section on exceptions raised during logging.
      ........
        r74545 | georg.brandl | 2009-08-24 19:14:29 +0200 (Mo, 24 Aug 2009) | 1 line
      
        #6772: mention utf-8 as utf8 alias.
      ........
        r74546 | georg.brandl | 2009-08-24 19:20:40 +0200 (Mo, 24 Aug 2009) | 1 line
      
        #6725: spell "namespace" consistently.
      ........
        r74547 | georg.brandl | 2009-08-24 19:22:05 +0200 (Mo, 24 Aug 2009) | 1 line
      
        #6718: fix example.
      ........
        r74548 | georg.brandl | 2009-08-24 19:24:27 +0200 (Mo, 24 Aug 2009) | 1 line
      
        #6677: mention "deleting" as an alias for removing files.
      ........
        r74549 | benjamin.peterson | 2009-08-24 19:42:36 +0200 (Mo, 24 Aug 2009) | 1 line
      
        fix pdf building by teaching latex the right encoding package
      ........
        r74550 | georg.brandl | 2009-08-24 19:48:40 +0200 (Mo, 24 Aug 2009) | 1 line
      
        #6677: note that rmdir only removes empty directories.
      ........
        r74553 | r.david.murray | 2009-08-27 03:04:59 +0200 (Do, 27 Aug 2009) | 2 lines
      
        Remove leftover text from end of sentence.
      ........
        r74554 | georg.brandl | 2009-08-27 20:59:02 +0200 (Do, 27 Aug 2009) | 1 line
      
        Typo fix.
      ........
        r74555 | georg.brandl | 2009-08-27 21:02:43 +0200 (Do, 27 Aug 2009) | 1 line
      
        #6787: reference fix.
      ........
        r74588 | georg.brandl | 2009-08-30 10:35:01 +0200 (So, 30 Aug 2009) | 1 line
      
        #6803: fix old name.
      ........
        r74603 | georg.brandl | 2009-08-31 08:38:29 +0200 (Mo, 31 Aug 2009) | 1 line
      
        other -> others where multiple arguments are accepted.
      ........
        r74608 | senthil.kumaran | 2009-08-31 18:40:27 +0200 (Mo, 31 Aug 2009) | 3 lines
      
        Doc fix for the issue2637.
      ........
        r74614 | georg.brandl | 2009-09-01 09:40:54 +0200 (Di, 01 Sep 2009) | 1 line
      
        #6813: better documentation for numberless string formats.
      ........
        r74616 | georg.brandl | 2009-09-01 09:46:26 +0200 (Di, 01 Sep 2009) | 1 line
      
        #6808: clarification.
      ........
        r74617 | georg.brandl | 2009-09-01 09:53:37 +0200 (Di, 01 Sep 2009) | 1 line
      
        #6765: hint that log(x, base) is not very sophisticated.
      ........
        r74618 | georg.brandl | 2009-09-01 10:00:47 +0200 (Di, 01 Sep 2009) | 1 line
      
        #6810: add a link to the section about frame objects instead of just a description where to find it.
      ........
        r74631 | georg.brandl | 2009-09-02 22:37:16 +0200 (Mi, 02 Sep 2009) | 1 line
      
        #6821: fix signature of PyBuffer_Release().
      ........
        r74632 | georg.brandl | 2009-09-03 09:27:26 +0200 (Do, 03 Sep 2009) | 1 line
      
        #6828: fix wrongly highlighted blocks.
      ........
        r74633 | georg.brandl | 2009-09-03 14:31:39 +0200 (Do, 03 Sep 2009) | 1 line
      
        #6757: complete the list of types that marshal can serialize.
      ........
        r74652 | georg.brandl | 2009-09-04 13:25:37 +0200 (Fr, 04 Sep 2009) | 1 line
      
        #6756: add some info about the "acct" parameter.
      ........
        r74653 | georg.brandl | 2009-09-04 13:32:18 +0200 (Fr, 04 Sep 2009) | 1 line
      
        #6777: dont discourage usage of Exception.args or promote usage of Exception.message.
      ........
        r74666 | georg.brandl | 2009-09-05 11:04:09 +0200 (Sa, 05 Sep 2009) | 1 line
      
        #6841: remove duplicated word.
      ........
        r74671 | georg.brandl | 2009-09-05 18:47:17 +0200 (Sa, 05 Sep 2009) | 1 line
      
        #6843: add link from filterwarnings to where the meaning of the arguments is covered.
      ........
        r74737 | georg.brandl | 2009-09-09 18:49:13 +0200 (Mi, 09 Sep 2009) | 1 line
      
        Properly document copy and deepcopy as functions.
      ........
        r74739 | georg.brandl | 2009-09-11 09:55:20 +0200 (Fr, 11 Sep 2009) | 1 line
      
        Move function back to its section.
      ........
        r74779 | michael.foord | 2009-09-13 18:13:36 +0200 (So, 13 Sep 2009) | 1 line
      
        Change to tutorial wording for reading text / binary files on Windows. Issue #6301.
      ........
        r74781 | michael.foord | 2009-09-13 18:46:19 +0200 (So, 13 Sep 2009) | 1 line
      
        Note that sys._getframe is not guaranteed to exist in all implementations of Python, and a corresponding note in inspect.currentframe. Issue 6712.
      ........
        r74782 | michael.foord | 2009-09-13 19:07:46 +0200 (So, 13 Sep 2009) | 1 line
      
        Tutorial tweaks. Issue 6849.
      ........
        r74784 | georg.brandl | 2009-09-13 20:15:07 +0200 (So, 13 Sep 2009) | 1 line
      
        Typo fix.
      ........
        r74791 | georg.brandl | 2009-09-14 16:08:54 +0200 (Mo, 14 Sep 2009) | 1 line
      
        #6574: list the future features in a table.
      ........
        r74793 | georg.brandl | 2009-09-14 16:50:47 +0200 (Mo, 14 Sep 2009) | 1 line
      
        #6908: fix association of hashlib hash attributes.
      ........
        r74818 | georg.brandl | 2009-09-16 11:23:04 +0200 (Mi, 16 Sep 2009) | 1 line
      
        #6880: add reference to classes section in exceptions section, which comes earlier.
      ........
        r74819 | georg.brandl | 2009-09-16 11:24:57 +0200 (Mi, 16 Sep 2009) | 1 line
      
        #6876: fix base class constructor invocation in example.
      ........
        r74820 | georg.brandl | 2009-09-16 11:30:48 +0200 (Mi, 16 Sep 2009) | 1 line
      
        #6891: comment out dead link to Unicode article.
      ........
        r74822 | georg.brandl | 2009-09-16 12:12:06 +0200 (Mi, 16 Sep 2009) | 1 line
      
        #5621: refactor description of how class/instance attributes interact on a.x=a.x+1 or augassign.
      ........
        r74832 | georg.brandl | 2009-09-16 17:57:46 +0200 (Mi, 16 Sep 2009) | 1 line
      
        Rewrap long lines.
      ........
      5be70d44
    • Georg Brandl's avatar
      Merged revisions… · a3c242c1
      Georg Brandl yazdı
      Merged revisions 72558,72745,72750,72876,73042,73045-73048,73069,73089,73163,73186,73213,73215,73217,73257-73258,73260 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r72558 | benjamin.peterson | 2009-05-11 01:52:09 +0200 (Mo, 11 Mai 2009) | 1 line
      
        sys.setdefaultencoding() strikes me as a bad example
      ........
        r72745 | benjamin.peterson | 2009-05-17 16:16:29 +0200 (So, 17 Mai 2009) | 1 line
      
        ignore .rst files in sphinx its self
      ........
        r72750 | benjamin.peterson | 2009-05-17 18:59:27 +0200 (So, 17 Mai 2009) | 1 line
      
        chop off slash
      ........
        r72876 | benjamin.peterson | 2009-05-23 22:59:09 +0200 (Sa, 23 Mai 2009) | 1 line
      
        remove mention of old ctypes version
      ........
        r73042 | benjamin.peterson | 2009-05-30 05:10:52 +0200 (Sa, 30 Mai 2009) | 1 line
      
        no fdatasync on macos
      ........
        r73045 | georg.brandl | 2009-05-30 09:26:04 +0200 (Sa, 30 Mai 2009) | 1 line
      
        #6146: fix markup bug.
      ........
        r73046 | georg.brandl | 2009-05-30 09:31:25 +0200 (Sa, 30 Mai 2009) | 1 line
      
        Use preferred form of raising exceptions.
      ........
        r73047 | georg.brandl | 2009-05-30 12:33:23 +0200 (Sa, 30 Mai 2009) | 1 line
      
        Fix some more small markup problems.
      ........
        r73048 | georg.brandl | 2009-05-30 12:34:25 +0200 (Sa, 30 Mai 2009) | 1 line
      
        Fix markup problem.
      ........
        r73069 | benjamin.peterson | 2009-05-31 02:42:42 +0200 (So, 31 Mai 2009) | 1 line
      
        fix signature
      ........
        r73089 | andrew.kuchling | 2009-06-01 02:14:19 +0200 (Mo, 01 Jun 2009) | 1 line
      
        The class for regexes isn't called RegexObject any more; correct the text
      ........
        r73163 | georg.brandl | 2009-06-03 09:25:35 +0200 (Mi, 03 Jun 2009) | 1 line
      
        Use the preferred form of raise statements in the docs.
      ........
        r73186 | georg.brandl | 2009-06-03 23:21:09 +0200 (Mi, 03 Jun 2009) | 1 line
      
        #6174: fix indentation in code example.
      ........
        r73213 | georg.brandl | 2009-06-04 12:15:57 +0200 (Do, 04 Jun 2009) | 1 line
      
        #5967: note that the C slicing APIs do not support negative indices.
      ........
        r73215 | georg.brandl | 2009-06-04 12:22:31 +0200 (Do, 04 Jun 2009) | 1 line
      
        #6176: fix man page section for flock(2).
      ........
        r73217 | georg.brandl | 2009-06-04 12:27:21 +0200 (Do, 04 Jun 2009) | 1 line
      
        #6175: document that inet_aton supports alternate input formats with less than three dots.
      ........
        r73257 | georg.brandl | 2009-06-06 19:50:05 +0200 (Sa, 06 Jun 2009) | 1 line
      
        #6211: elaborate a bit on ways to call the function.
      ........
        r73258 | georg.brandl | 2009-06-06 19:51:31 +0200 (Sa, 06 Jun 2009) | 1 line
      
        #6204: use a real reference instead of "see later".
      ........
        r73260 | georg.brandl | 2009-06-06 20:21:58 +0200 (Sa, 06 Jun 2009) | 1 line
      
        #6224: s/JPython/Jython/, and remove one link to a module nine years old.
      ........
      a3c242c1