1. 26 Eki, 2017 1 kayıt (commit)
  2. 24 Eki, 2017 1 kayıt (commit)
    • Alexander Belopolsky's avatar
      Closes bpo-28292: Implemented Calendar.itermonthdays3() and itermonthdays4(). (#4079) · fdd9b217
      Alexander Belopolsky yazdı
      Calendar.itermonthdates() will now consistently raise an exception when a date falls outside of the 0001-01-01 through 9999-12-31 range. To support applications that cannot tolerate such exceptions, the new methods itermonthdays3() and itermonthdays4() are added. The new methods return tuples and are not restricted by the range supported by datetime.date.
      
      Thanks @serhiy-storchaka for suggesting the itermonthdays4() method and for the review.
      fdd9b217
  3. 06 Haz, 2017 1 kayıt (commit)
  4. 26 Kas, 2016 1 kayıt (commit)
  5. 11 Haz, 2016 1 kayıt (commit)
  6. 13 Eki, 2013 1 kayıt (commit)
  7. 19 Agu, 2011 1 kayıt (commit)
  8. 10 Ock, 2011 2 kayıt (commit)
  9. 07 Ock, 2011 1 kayıt (commit)
  10. 26 Kas, 2010 2 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions 85728,85731,85735,85766-85771,85773,85777 via svnmerge from · d62ecbf0
      Georg Brandl yazdı
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r85728 | georg.brandl | 2010-10-19 20:54:25 +0200 (Di, 19 Okt 2010) | 1 line
      
        #10092: Properly reset locale in Locale*Calendar classes.  The context manager was buggy because setlocale() returns the *new* locale, not the old.  Also add a test for this.
      ........
        r85731 | georg.brandl | 2010-10-19 23:07:16 +0200 (Di, 19 Okt 2010) | 1 line
      
        Be consistent in the spelling of thread-safe(ty).
      ........
        r85735 | georg.brandl | 2010-10-20 08:50:19 +0200 (Mi, 20 Okt 2010) | 1 line
      
        Fix r85728: use "" to mean the system default locale, which should work on more systems.
      ........
        r85766 | georg.brandl | 2010-10-21 09:40:03 +0200 (Do, 21 Okt 2010) | 1 line
      
        #10159: sort completion matches before comparing to dir() result.
      ........
        r85767 | georg.brandl | 2010-10-21 14:49:28 +0200 (Do, 21 Okt 2010) | 1 line
      
        #9095, #8912, #8999: add support in patchcheck for Mercurial checkouts, C file reindenting, and docs whitespace fixing.
      ........
        r85768 | georg.brandl | 2010-10-21 14:59:14 +0200 (Do, 21 Okt 2010) | 1 line
      
        #9919: fix off-by-one error in lineno command in Misc/gdbinit; also add newline to its output.
      ........
        r85769 | georg.brandl | 2010-10-21 15:01:23 +0200 (Do, 21 Okt 2010) | 1 line
      
        Fix missing import.
      ........
        r85770 | georg.brandl | 2010-10-21 15:29:10 +0200 (Do, 21 Okt 2010) | 1 line
      
        #3077: fix h2py substitution of character literals.
      ........
        r85771 | georg.brandl | 2010-10-21 15:34:51 +0200 (Do, 21 Okt 2010) | 1 line
      
        #1203650: allow larger list of files in windows makefile for freeze.
      ........
        r85773 | georg.brandl | 2010-10-21 15:45:52 +0200 (Do, 21 Okt 2010) | 1 line
      
        #4829: better error message for invalid file mode
      ........
        r85777 | georg.brandl | 2010-10-21 17:44:51 +0200 (Do, 21 Okt 2010) | 1 line
      
        Add .hgeol file for the Mercurial EOL extension.
      ........
      d62ecbf0
    • Georg Brandl's avatar
      Merged revisions 85728 via svnmerge from · 79f096a7
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r85728 | georg.brandl | 2010-10-19 20:54:25 +0200 (Di, 19 Okt 2010) | 1 line
      
        #10092: Properly reset locale in Locale*Calendar classes.  The context manager was buggy because setlocale() returns the *new* locale, not the old.  Also add a test for this.
      ........
      79f096a7
  11. 22 Kas, 2010 1 kayıt (commit)
  12. 16 Kas, 2010 1 kayıt (commit)
  13. 05 Kas, 2010 1 kayıt (commit)
  14. 19 Eki, 2010 1 kayıt (commit)
  15. 11 Tem, 2010 1 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions 82301 via svnmerge from · c62efa87
      Georg Brandl yazdı
      svn+ssh://svn.python.org/python/branches/py3k
      
      ................
        r82301 | benjamin.peterson | 2010-06-28 00:32:30 +0200 (Mo, 28 Jun 2010) | 303 lines
      
        Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,80852,80854,80870,80872-80873,80907,80915-80916,80951-80952,80976-80977,80985,81038-81040,81042,81053,81070,81104-81105,81114,81125,81245,81285,81402,81463,81516,81562-81563,81567,81593,81635,81680-81681,81684,81801,81888,81931-81933,81939-81942,81963,81984,81991,82120,82188,82264-82267 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r80605 | andrew.kuchling | 2010-04-28 19:22:16 -0500 (Wed, 28 Apr 2010) | 1 line
      
          Add various items
        ........
          r80606 | andrew.kuchling | 2010-04-28 20:44:30 -0500 (Wed, 28 Apr 2010) | 6 lines
      
          Fix doubled 'the'.
          Markup fixes to use :exc:, :option: in a few places.
            (Glitch: unittest.main's -c ends up a link to the Python
            interpreter's -c option.  Should we skip using :option: for that
            switch, or disable the auto-linking somehow?)
        ........
          r80607 | andrew.kuchling | 2010-04-28 20:45:41 -0500 (Wed, 28 Apr 2010) | 1 line
      
          Add various unittest items
        ........
          r80608 | benjamin.peterson | 2010-04-28 22:18:05 -0500 (Wed, 28 Apr 2010) | 1 line
      
          update pypy description
        ........
          r80609 | benjamin.peterson | 2010-04-28 22:30:59 -0500 (Wed, 28 Apr 2010) | 1 line
      
          update pypy url
        ........
          r80642 | andrew.kuchling | 2010-04-29 19:49:09 -0500 (Thu, 29 Apr 2010) | 1 line
      
          Always add space after RFC; reword paragraph
        ........
          r80643 | andrew.kuchling | 2010-04-29 19:52:31 -0500 (Thu, 29 Apr 2010) | 6 lines
      
          Reword paragraph to make its meaning clearer.
      
          Antoine Pitrou: is my version of the paragraph still correct?
      
          R. David Murray: is this more understandable than the previous version?
        ........
          r80644 | andrew.kuchling | 2010-04-29 20:02:15 -0500 (Thu, 29 Apr 2010) | 1 line
      
          Fix typos
        ........
          r80645 | andrew.kuchling | 2010-04-29 20:32:47 -0500 (Thu, 29 Apr 2010) | 1 line
      
          Markup fix; clarify by adding 'in that order'
        ........
          r80646 | andrew.kuchling | 2010-04-29 20:33:40 -0500 (Thu, 29 Apr 2010) | 1 line
      
          Add various items; rearrange unittest section a bit
        ........
          r80651 | andrew.kuchling | 2010-04-30 08:46:55 -0500 (Fri, 30 Apr 2010) | 1 line
      
          Minor grammar re-wording
        ........
          r80652 | andrew.kuchling | 2010-04-30 08:47:34 -0500 (Fri, 30 Apr 2010) | 1 line
      
          Add item
        ........
          r80674 | andrew.kuchling | 2010-04-30 20:19:16 -0500 (Fri, 30 Apr 2010) | 1 line
      
          Add various items
        ........
          r80684 | andrew.kuchling | 2010-05-01 07:05:52 -0500 (Sat, 01 May 2010) | 1 line
      
          Minor grammar fix
        ........
          r80685 | andrew.kuchling | 2010-05-01 07:06:51 -0500 (Sat, 01 May 2010) | 1 line
      
          Describe memoryview
        ........
          r80686 | antoine.pitrou | 2010-05-01 07:16:39 -0500 (Sat, 01 May 2010) | 4 lines
      
          Fix attribution. Travis didn't do much and he did a bad work.
          (yes, this is a sensitive subject, sorry)
        ........
          r80748 | andrew.kuchling | 2010-05-03 20:24:22 -0500 (Mon, 03 May 2010) | 1 line
      
          Add some more items; the urlparse change is added twice
        ........
          r80852 | andrew.kuchling | 2010-05-05 20:09:47 -0500 (Wed, 05 May 2010) | 1 line
      
          Reword paragraph; fix filename, which should be pyconfig.h
        ........
          r80854 | andrew.kuchling | 2010-05-05 20:10:56 -0500 (Wed, 05 May 2010) | 1 line
      
          Add various items
        ........
          r80870 | andrew.kuchling | 2010-05-06 09:14:09 -0500 (Thu, 06 May 2010) | 1 line
      
          Describe ElementTree 1.3; rearrange new-module sections; describe dict views as sets; small edits and items
        ........
          r80872 | andrew.kuchling | 2010-05-06 12:21:59 -0500 (Thu, 06 May 2010) | 1 line
      
          Add 2 items; record ideas for two initial sections; clarify wording
        ........
          r80873 | andrew.kuchling | 2010-05-06 12:27:57 -0500 (Thu, 06 May 2010) | 1 line
      
          Change section title; point to unittest2
        ........
          r80907 | andrew.kuchling | 2010-05-06 20:45:14 -0500 (Thu, 06 May 2010) | 1 line
      
          Add a new section on the development plan; add an item
        ........
          r80915 | antoine.pitrou | 2010-05-07 05:15:51 -0500 (Fri, 07 May 2010) | 3 lines
      
          Fix some markup and a class name. Also, wrap a long line.
        ........
          r80916 | andrew.kuchling | 2010-05-07 06:30:47 -0500 (Fri, 07 May 2010) | 1 line
      
          Re-word text
        ........
          r80951 | andrew.kuchling | 2010-05-07 20:15:26 -0500 (Fri, 07 May 2010) | 1 line
      
          Add two items
        ........
          r80952 | andrew.kuchling | 2010-05-07 20:35:55 -0500 (Fri, 07 May 2010) | 1 line
      
          Get accents correct
        ........
          r80976 | andrew.kuchling | 2010-05-08 08:28:03 -0500 (Sat, 08 May 2010) | 1 line
      
          Add logging.dictConfig example; give up on writing a Ttk example
        ........
          r80977 | andrew.kuchling | 2010-05-08 08:29:46 -0500 (Sat, 08 May 2010) | 1 line
      
          Markup fixes
        ........
          r80985 | andrew.kuchling | 2010-05-08 10:39:46 -0500 (Sat, 08 May 2010) | 7 lines
      
          Write summary of the 2.7 release; rewrite the future section some more;
          mention PYTHONWARNINGS env. var; tweak some examples for readability.
      
          And with this commit, the "What's New" is done... except for a
          complete read-through to polish the text, and fixing any reported errors,
          but those tasks can easily wait until after beta2.
        ........
          r81038 | benjamin.peterson | 2010-05-09 16:09:40 -0500 (Sun, 09 May 2010) | 1 line
      
          finish clause
        ........
          r81039 | andrew.kuchling | 2010-05-10 09:18:27 -0500 (Mon, 10 May 2010) | 1 line
      
          Markup fix; re-word a sentence
        ........
          r81040 | andrew.kuchling | 2010-05-10 09:20:12 -0500 (Mon, 10 May 2010) | 1 line
      
          Use title case
        ........
          r81042 | andrew.kuchling | 2010-05-10 10:03:35 -0500 (Mon, 10 May 2010) | 1 line
      
          Link to unittest2 article
        ........
          r81053 | florent.xicluna | 2010-05-10 14:59:22 -0500 (Mon, 10 May 2010) | 2 lines
      
          Add a link on maketrans().
        ........
          r81070 | andrew.kuchling | 2010-05-10 18:13:41 -0500 (Mon, 10 May 2010) | 1 line
      
          Fix typo
        ........
          r81104 | andrew.kuchling | 2010-05-11 19:38:44 -0500 (Tue, 11 May 2010) | 1 line
      
          Revision pass: lots of edits, typo fixes, rearrangements
        ........
          r81105 | andrew.kuchling | 2010-05-11 19:40:47 -0500 (Tue, 11 May 2010) | 1 line
      
          Let's call this done
        ........
          r81114 | andrew.kuchling | 2010-05-12 08:56:07 -0500 (Wed, 12 May 2010) | 1 line
      
          Grammar fix
        ........
          r81125 | andrew.kuchling | 2010-05-12 13:56:48 -0500 (Wed, 12 May 2010) | 1 line
      
          #8696: add documentation for logging.config.dictConfig (PEP 391)
        ........
          r81245 | andrew.kuchling | 2010-05-16 18:31:16 -0500 (Sun, 16 May 2010) | 1 line
      
          Add cross-reference to later section
        ........
          r81285 | vinay.sajip | 2010-05-18 03:16:27 -0500 (Tue, 18 May 2010) | 1 line
      
          Fixed minor typo in ReST markup.
        ........
          r81402 | vinay.sajip | 2010-05-21 12:41:34 -0500 (Fri, 21 May 2010) | 1 line
      
          Updated logging documentation with more dictConfig information.
        ........
          r81463 | georg.brandl | 2010-05-22 03:17:23 -0500 (Sat, 22 May 2010) | 1 line
      
          #8785: less confusing description of regex.find*.
        ........
          r81516 | andrew.kuchling | 2010-05-25 08:34:08 -0500 (Tue, 25 May 2010) | 1 line
      
          Add three items
        ........
          r81562 | andrew.kuchling | 2010-05-27 08:22:53 -0500 (Thu, 27 May 2010) | 1 line
      
          Rewrite wxWidgets section
        ........
          r81563 | andrew.kuchling | 2010-05-27 08:30:09 -0500 (Thu, 27 May 2010) | 1 line
      
          Remove top-level 'General Questions' section, pushing up the questions it contains
        ........
          r81567 | andrew.kuchling | 2010-05-27 16:29:59 -0500 (Thu, 27 May 2010) | 1 line
      
          Add item
        ........
          r81593 | georg.brandl | 2010-05-29 03:46:18 -0500 (Sat, 29 May 2010) | 1 line
      
          #8616: add new turtle demo "nim".
        ........
          r81635 | georg.brandl | 2010-06-01 02:25:23 -0500 (Tue, 01 Jun 2010) | 1 line
      
          Put docs for RegexObject.search() before RegexObject.match() to mirror re.search() and re.match() order.
        ........
          r81680 | vinay.sajip | 2010-06-03 17:34:42 -0500 (Thu, 03 Jun 2010) | 1 line
      
          Issue #8890: Documentation changed to avoid reference to temporary files.
        ........
          r81681 | sean.reifschneider | 2010-06-03 20:51:26 -0500 (Thu, 03 Jun 2010) | 2 lines
      
          Issue8810: Clearing up docstring for tzinfo.utcoffset.
        ........
          r81684 | vinay.sajip | 2010-06-04 08:41:02 -0500 (Fri, 04 Jun 2010) | 1 line
      
          Issue #8890: Documentation changed to avoid reference to temporary files - other cases covered.
        ........
          r81801 | andrew.kuchling | 2010-06-07 08:38:40 -0500 (Mon, 07 Jun 2010) | 1 line
      
          #8875: Remove duplicated paragraph
        ........
          r81888 | andrew.kuchling | 2010-06-10 20:54:58 -0500 (Thu, 10 Jun 2010) | 1 line
      
          Add a few more items
        ........
          r81931 | georg.brandl | 2010-06-12 01:26:54 -0500 (Sat, 12 Jun 2010) | 1 line
      
          Fix punctuation.
        ........
          r81932 | georg.brandl | 2010-06-12 01:28:58 -0500 (Sat, 12 Jun 2010) | 1 line
      
          Document that an existing directory raises in mkdir().
        ........
          r81933 | georg.brandl | 2010-06-12 01:45:33 -0500 (Sat, 12 Jun 2010) | 1 line
      
          Update version in README.
        ........
          r81939 | georg.brandl | 2010-06-12 04:45:01 -0500 (Sat, 12 Jun 2010) | 1 line
      
          Use newer toctree syntax.
        ........
          r81940 | georg.brandl | 2010-06-12 04:45:28 -0500 (Sat, 12 Jun 2010) | 1 line
      
          Add document on how to build.
        ........
          r81941 | georg.brandl | 2010-06-12 04:45:58 -0500 (Sat, 12 Jun 2010) | 1 line
      
          Fix gratuitous indentation.
        ........
          r81942 | georg.brandl | 2010-06-12 04:46:03 -0500 (Sat, 12 Jun 2010) | 1 line
      
          Update README.
        ........
          r81963 | andrew.kuchling | 2010-06-12 15:00:55 -0500 (Sat, 12 Jun 2010) | 1 line
      
          Grammar fix
        ........
          r81984 | georg.brandl | 2010-06-14 10:58:39 -0500 (Mon, 14 Jun 2010) | 1 line
      
          #8993: fix reference.
        ........
          r81991 | andrew.kuchling | 2010-06-14 19:38:58 -0500 (Mon, 14 Jun 2010) | 1 line
      
          Add another bunch of items
        ........
          r82120 | andrew.kuchling | 2010-06-20 16:45:45 -0500 (Sun, 20 Jun 2010) | 1 line
      
          Note that Python 3.x isn't covered; add forward ref. for UTF-8; note error in 2.5 and up
        ........
          r82188 | benjamin.peterson | 2010-06-23 19:02:46 -0500 (Wed, 23 Jun 2010) | 1 line
      
          remove reverted changed
        ........
          r82264 | georg.brandl | 2010-06-27 05:47:47 -0500 (Sun, 27 Jun 2010) | 1 line
      
          Confusing punctuation.
        ........
          r82265 | georg.brandl | 2010-06-27 05:49:23 -0500 (Sun, 27 Jun 2010) | 1 line
      
          Use designated syntax for optional grammar element.
        ........
          r82266 | georg.brandl | 2010-06-27 05:51:44 -0500 (Sun, 27 Jun 2010) | 1 line
      
          Fix URL.
        ........
          r82267 | georg.brandl | 2010-06-27 05:55:38 -0500 (Sun, 27 Jun 2010) | 1 line
      
          Two typos.
        ........
      ................
      c62efa87
  16. 27 Haz, 2010 1 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions… · d7c3ed54
      Benjamin Peterson yazdı
      Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,80852,80854,80870,80872-80873,80907,80915-80916,80951-80952,80976-80977,80985,81038-81040,81042,81053,81070,81104-81105,81114,81125,81245,81285,81402,81463,81516,81562-81563,81567,81593,81635,81680-81681,81684,81801,81888,81931-81933,81939-81942,81963,81984,81991,82120,82188,82264-82267 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r80605 | andrew.kuchling | 2010-04-28 19:22:16 -0500 (Wed, 28 Apr 2010) | 1 line
      
        Add various items
      ........
        r80606 | andrew.kuchling | 2010-04-28 20:44:30 -0500 (Wed, 28 Apr 2010) | 6 lines
      
        Fix doubled 'the'.
        Markup fixes to use :exc:, :option: in a few places.
          (Glitch: unittest.main's -c ends up a link to the Python
          interpreter's -c option.  Should we skip using :option: for that
          switch, or disable the auto-linking somehow?)
      ........
        r80607 | andrew.kuchling | 2010-04-28 20:45:41 -0500 (Wed, 28 Apr 2010) | 1 line
      
        Add various unittest items
      ........
        r80608 | benjamin.peterson | 2010-04-28 22:18:05 -0500 (Wed, 28 Apr 2010) | 1 line
      
        update pypy description
      ........
        r80609 | benjamin.peterson | 2010-04-28 22:30:59 -0500 (Wed, 28 Apr 2010) | 1 line
      
        update pypy url
      ........
        r80642 | andrew.kuchling | 2010-04-29 19:49:09 -0500 (Thu, 29 Apr 2010) | 1 line
      
        Always add space after RFC; reword paragraph
      ........
        r80643 | andrew.kuchling | 2010-04-29 19:52:31 -0500 (Thu, 29 Apr 2010) | 6 lines
      
        Reword paragraph to make its meaning clearer.
      
        Antoine Pitrou: is my version of the paragraph still correct?
      
        R. David Murray: is this more understandable than the previous version?
      ........
        r80644 | andrew.kuchling | 2010-04-29 20:02:15 -0500 (Thu, 29 Apr 2010) | 1 line
      
        Fix typos
      ........
        r80645 | andrew.kuchling | 2010-04-29 20:32:47 -0500 (Thu, 29 Apr 2010) | 1 line
      
        Markup fix; clarify by adding 'in that order'
      ........
        r80646 | andrew.kuchling | 2010-04-29 20:33:40 -0500 (Thu, 29 Apr 2010) | 1 line
      
        Add various items; rearrange unittest section a bit
      ........
        r80651 | andrew.kuchling | 2010-04-30 08:46:55 -0500 (Fri, 30 Apr 2010) | 1 line
      
        Minor grammar re-wording
      ........
        r80652 | andrew.kuchling | 2010-04-30 08:47:34 -0500 (Fri, 30 Apr 2010) | 1 line
      
        Add item
      ........
        r80674 | andrew.kuchling | 2010-04-30 20:19:16 -0500 (Fri, 30 Apr 2010) | 1 line
      
        Add various items
      ........
        r80684 | andrew.kuchling | 2010-05-01 07:05:52 -0500 (Sat, 01 May 2010) | 1 line
      
        Minor grammar fix
      ........
        r80685 | andrew.kuchling | 2010-05-01 07:06:51 -0500 (Sat, 01 May 2010) | 1 line
      
        Describe memoryview
      ........
        r80686 | antoine.pitrou | 2010-05-01 07:16:39 -0500 (Sat, 01 May 2010) | 4 lines
      
        Fix attribution. Travis didn't do much and he did a bad work.
        (yes, this is a sensitive subject, sorry)
      ........
        r80748 | andrew.kuchling | 2010-05-03 20:24:22 -0500 (Mon, 03 May 2010) | 1 line
      
        Add some more items; the urlparse change is added twice
      ........
        r80852 | andrew.kuchling | 2010-05-05 20:09:47 -0500 (Wed, 05 May 2010) | 1 line
      
        Reword paragraph; fix filename, which should be pyconfig.h
      ........
        r80854 | andrew.kuchling | 2010-05-05 20:10:56 -0500 (Wed, 05 May 2010) | 1 line
      
        Add various items
      ........
        r80870 | andrew.kuchling | 2010-05-06 09:14:09 -0500 (Thu, 06 May 2010) | 1 line
      
        Describe ElementTree 1.3; rearrange new-module sections; describe dict views as sets; small edits and items
      ........
        r80872 | andrew.kuchling | 2010-05-06 12:21:59 -0500 (Thu, 06 May 2010) | 1 line
      
        Add 2 items; record ideas for two initial sections; clarify wording
      ........
        r80873 | andrew.kuchling | 2010-05-06 12:27:57 -0500 (Thu, 06 May 2010) | 1 line
      
        Change section title; point to unittest2
      ........
        r80907 | andrew.kuchling | 2010-05-06 20:45:14 -0500 (Thu, 06 May 2010) | 1 line
      
        Add a new section on the development plan; add an item
      ........
        r80915 | antoine.pitrou | 2010-05-07 05:15:51 -0500 (Fri, 07 May 2010) | 3 lines
      
        Fix some markup and a class name. Also, wrap a long line.
      ........
        r80916 | andrew.kuchling | 2010-05-07 06:30:47 -0500 (Fri, 07 May 2010) | 1 line
      
        Re-word text
      ........
        r80951 | andrew.kuchling | 2010-05-07 20:15:26 -0500 (Fri, 07 May 2010) | 1 line
      
        Add two items
      ........
        r80952 | andrew.kuchling | 2010-05-07 20:35:55 -0500 (Fri, 07 May 2010) | 1 line
      
        Get accents correct
      ........
        r80976 | andrew.kuchling | 2010-05-08 08:28:03 -0500 (Sat, 08 May 2010) | 1 line
      
        Add logging.dictConfig example; give up on writing a Ttk example
      ........
        r80977 | andrew.kuchling | 2010-05-08 08:29:46 -0500 (Sat, 08 May 2010) | 1 line
      
        Markup fixes
      ........
        r80985 | andrew.kuchling | 2010-05-08 10:39:46 -0500 (Sat, 08 May 2010) | 7 lines
      
        Write summary of the 2.7 release; rewrite the future section some more;
        mention PYTHONWARNINGS env. var; tweak some examples for readability.
      
        And with this commit, the "What's New" is done... except for a
        complete read-through to polish the text, and fixing any reported errors,
        but those tasks can easily wait until after beta2.
      ........
        r81038 | benjamin.peterson | 2010-05-09 16:09:40 -0500 (Sun, 09 May 2010) | 1 line
      
        finish clause
      ........
        r81039 | andrew.kuchling | 2010-05-10 09:18:27 -0500 (Mon, 10 May 2010) | 1 line
      
        Markup fix; re-word a sentence
      ........
        r81040 | andrew.kuchling | 2010-05-10 09:20:12 -0500 (Mon, 10 May 2010) | 1 line
      
        Use title case
      ........
        r81042 | andrew.kuchling | 2010-05-10 10:03:35 -0500 (Mon, 10 May 2010) | 1 line
      
        Link to unittest2 article
      ........
        r81053 | florent.xicluna | 2010-05-10 14:59:22 -0500 (Mon, 10 May 2010) | 2 lines
      
        Add a link on maketrans().
      ........
        r81070 | andrew.kuchling | 2010-05-10 18:13:41 -0500 (Mon, 10 May 2010) | 1 line
      
        Fix typo
      ........
        r81104 | andrew.kuchling | 2010-05-11 19:38:44 -0500 (Tue, 11 May 2010) | 1 line
      
        Revision pass: lots of edits, typo fixes, rearrangements
      ........
        r81105 | andrew.kuchling | 2010-05-11 19:40:47 -0500 (Tue, 11 May 2010) | 1 line
      
        Let's call this done
      ........
        r81114 | andrew.kuchling | 2010-05-12 08:56:07 -0500 (Wed, 12 May 2010) | 1 line
      
        Grammar fix
      ........
        r81125 | andrew.kuchling | 2010-05-12 13:56:48 -0500 (Wed, 12 May 2010) | 1 line
      
        #8696: add documentation for logging.config.dictConfig (PEP 391)
      ........
        r81245 | andrew.kuchling | 2010-05-16 18:31:16 -0500 (Sun, 16 May 2010) | 1 line
      
        Add cross-reference to later section
      ........
        r81285 | vinay.sajip | 2010-05-18 03:16:27 -0500 (Tue, 18 May 2010) | 1 line
      
        Fixed minor typo in ReST markup.
      ........
        r81402 | vinay.sajip | 2010-05-21 12:41:34 -0500 (Fri, 21 May 2010) | 1 line
      
        Updated logging documentation with more dictConfig information.
      ........
        r81463 | georg.brandl | 2010-05-22 03:17:23 -0500 (Sat, 22 May 2010) | 1 line
      
        #8785: less confusing description of regex.find*.
      ........
        r81516 | andrew.kuchling | 2010-05-25 08:34:08 -0500 (Tue, 25 May 2010) | 1 line
      
        Add three items
      ........
        r81562 | andrew.kuchling | 2010-05-27 08:22:53 -0500 (Thu, 27 May 2010) | 1 line
      
        Rewrite wxWidgets section
      ........
        r81563 | andrew.kuchling | 2010-05-27 08:30:09 -0500 (Thu, 27 May 2010) | 1 line
      
        Remove top-level 'General Questions' section, pushing up the questions it contains
      ........
        r81567 | andrew.kuchling | 2010-05-27 16:29:59 -0500 (Thu, 27 May 2010) | 1 line
      
        Add item
      ........
        r81593 | georg.brandl | 2010-05-29 03:46:18 -0500 (Sat, 29 May 2010) | 1 line
      
        #8616: add new turtle demo "nim".
      ........
        r81635 | georg.brandl | 2010-06-01 02:25:23 -0500 (Tue, 01 Jun 2010) | 1 line
      
        Put docs for RegexObject.search() before RegexObject.match() to mirror re.search() and re.match() order.
      ........
        r81680 | vinay.sajip | 2010-06-03 17:34:42 -0500 (Thu, 03 Jun 2010) | 1 line
      
        Issue #8890: Documentation changed to avoid reference to temporary files.
      ........
        r81681 | sean.reifschneider | 2010-06-03 20:51:26 -0500 (Thu, 03 Jun 2010) | 2 lines
      
        Issue8810: Clearing up docstring for tzinfo.utcoffset.
      ........
        r81684 | vinay.sajip | 2010-06-04 08:41:02 -0500 (Fri, 04 Jun 2010) | 1 line
      
        Issue #8890: Documentation changed to avoid reference to temporary files - other cases covered.
      ........
        r81801 | andrew.kuchling | 2010-06-07 08:38:40 -0500 (Mon, 07 Jun 2010) | 1 line
      
        #8875: Remove duplicated paragraph
      ........
        r81888 | andrew.kuchling | 2010-06-10 20:54:58 -0500 (Thu, 10 Jun 2010) | 1 line
      
        Add a few more items
      ........
        r81931 | georg.brandl | 2010-06-12 01:26:54 -0500 (Sat, 12 Jun 2010) | 1 line
      
        Fix punctuation.
      ........
        r81932 | georg.brandl | 2010-06-12 01:28:58 -0500 (Sat, 12 Jun 2010) | 1 line
      
        Document that an existing directory raises in mkdir().
      ........
        r81933 | georg.brandl | 2010-06-12 01:45:33 -0500 (Sat, 12 Jun 2010) | 1 line
      
        Update version in README.
      ........
        r81939 | georg.brandl | 2010-06-12 04:45:01 -0500 (Sat, 12 Jun 2010) | 1 line
      
        Use newer toctree syntax.
      ........
        r81940 | georg.brandl | 2010-06-12 04:45:28 -0500 (Sat, 12 Jun 2010) | 1 line
      
        Add document on how to build.
      ........
        r81941 | georg.brandl | 2010-06-12 04:45:58 -0500 (Sat, 12 Jun 2010) | 1 line
      
        Fix gratuitous indentation.
      ........
        r81942 | georg.brandl | 2010-06-12 04:46:03 -0500 (Sat, 12 Jun 2010) | 1 line
      
        Update README.
      ........
        r81963 | andrew.kuchling | 2010-06-12 15:00:55 -0500 (Sat, 12 Jun 2010) | 1 line
      
        Grammar fix
      ........
        r81984 | georg.brandl | 2010-06-14 10:58:39 -0500 (Mon, 14 Jun 2010) | 1 line
      
        #8993: fix reference.
      ........
        r81991 | andrew.kuchling | 2010-06-14 19:38:58 -0500 (Mon, 14 Jun 2010) | 1 line
      
        Add another bunch of items
      ........
        r82120 | andrew.kuchling | 2010-06-20 16:45:45 -0500 (Sun, 20 Jun 2010) | 1 line
      
        Note that Python 3.x isn't covered; add forward ref. for UTF-8; note error in 2.5 and up
      ........
        r82188 | benjamin.peterson | 2010-06-23 19:02:46 -0500 (Wed, 23 Jun 2010) | 1 line
      
        remove reverted changed
      ........
        r82264 | georg.brandl | 2010-06-27 05:47:47 -0500 (Sun, 27 Jun 2010) | 1 line
      
        Confusing punctuation.
      ........
        r82265 | georg.brandl | 2010-06-27 05:49:23 -0500 (Sun, 27 Jun 2010) | 1 line
      
        Use designated syntax for optional grammar element.
      ........
        r82266 | georg.brandl | 2010-06-27 05:51:44 -0500 (Sun, 27 Jun 2010) | 1 line
      
        Fix URL.
      ........
        r82267 | georg.brandl | 2010-06-27 05:55:38 -0500 (Sun, 27 Jun 2010) | 1 line
      
        Two typos.
      ........
      d7c3ed54
  17. 30 Nis, 2010 1 kayıt (commit)
  18. 17 Ock, 2010 1 kayıt (commit)
  19. 25 Kas, 2009 2 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 76518 via svnmerge from · 39778f6b
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r76518 | benjamin.peterson | 2009-11-25 12:34:42 -0600 (Wed, 25 Nov 2009) | 60 lines
      
        Merged revisions 76259,76326,76376-76377,76430,76471,76517 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ................
          r76259 | georg.brandl | 2009-11-14 05:50:51 -0600 (Sat, 14 Nov 2009) | 1 line
      
          Fix terminology.
        ................
          r76326 | georg.brandl | 2009-11-16 10:44:05 -0600 (Mon, 16 Nov 2009) | 1 line
      
          #7302: fix link.
        ................
          r76376 | georg.brandl | 2009-11-18 13:39:14 -0600 (Wed, 18 Nov 2009) | 1 line
      
          upcase Python
        ................
          r76377 | georg.brandl | 2009-11-18 14:05:15 -0600 (Wed, 18 Nov 2009) | 1 line
      
          Fix markup.
        ................
          r76430 | r.david.murray | 2009-11-20 07:29:43 -0600 (Fri, 20 Nov 2009) | 2 lines
      
          Issue 7363: fix indentation in socketserver udpserver example.
        ................
          r76471 | georg.brandl | 2009-11-23 13:53:19 -0600 (Mon, 23 Nov 2009) | 1 line
      
          #7345: fix arguments of formatyear().
        ................
          r76517 | benjamin.peterson | 2009-11-25 12:16:46 -0600 (Wed, 25 Nov 2009) | 29 lines
      
          Merged revisions 76160-76161,76250,76252,76447,76506 via svnmerge from
          svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
      
          ........
            r76160 | benjamin.peterson | 2009-11-08 18:53:48 -0600 (Sun, 08 Nov 2009) | 1 line
      
            undeprecate the -p option; it's useful for converting python3 sources
          ........
            r76161 | benjamin.peterson | 2009-11-08 19:05:37 -0600 (Sun, 08 Nov 2009) | 1 line
      
            simplify condition
          ........
            r76250 | benjamin.peterson | 2009-11-13 16:56:48 -0600 (Fri, 13 Nov 2009) | 1 line
      
            fix handling of a utf-8 bom #7313
          ........
            r76252 | benjamin.peterson | 2009-11-13 16:58:36 -0600 (Fri, 13 Nov 2009) | 1 line
      
            remove pdb turd
          ........
            r76447 | benjamin.peterson | 2009-11-22 18:17:40 -0600 (Sun, 22 Nov 2009) | 1 line
      
            #7375 fix nested transformations in fix_urllib
          ........
            r76506 | benjamin.peterson | 2009-11-24 18:34:31 -0600 (Tue, 24 Nov 2009) | 1 line
      
            use generator expressions in any()
          ........
        ................
      ................
      39778f6b
    • Benjamin Peterson's avatar
      Merged revisions 76259,76326,76376-76377,76430,76471,76517 via svnmerge from · 2021100d
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ................
        r76259 | georg.brandl | 2009-11-14 05:50:51 -0600 (Sat, 14 Nov 2009) | 1 line
      
        Fix terminology.
      ................
        r76326 | georg.brandl | 2009-11-16 10:44:05 -0600 (Mon, 16 Nov 2009) | 1 line
      
        #7302: fix link.
      ................
        r76376 | georg.brandl | 2009-11-18 13:39:14 -0600 (Wed, 18 Nov 2009) | 1 line
      
        upcase Python
      ................
        r76377 | georg.brandl | 2009-11-18 14:05:15 -0600 (Wed, 18 Nov 2009) | 1 line
      
        Fix markup.
      ................
        r76430 | r.david.murray | 2009-11-20 07:29:43 -0600 (Fri, 20 Nov 2009) | 2 lines
      
        Issue 7363: fix indentation in socketserver udpserver example.
      ................
        r76471 | georg.brandl | 2009-11-23 13:53:19 -0600 (Mon, 23 Nov 2009) | 1 line
      
        #7345: fix arguments of formatyear().
      ................
        r76517 | benjamin.peterson | 2009-11-25 12:16:46 -0600 (Wed, 25 Nov 2009) | 29 lines
      
        Merged revisions 76160-76161,76250,76252,76447,76506 via svnmerge from
        svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
      
        ........
          r76160 | benjamin.peterson | 2009-11-08 18:53:48 -0600 (Sun, 08 Nov 2009) | 1 line
      
          undeprecate the -p option; it's useful for converting python3 sources
        ........
          r76161 | benjamin.peterson | 2009-11-08 19:05:37 -0600 (Sun, 08 Nov 2009) | 1 line
      
          simplify condition
        ........
          r76250 | benjamin.peterson | 2009-11-13 16:56:48 -0600 (Fri, 13 Nov 2009) | 1 line
      
          fix handling of a utf-8 bom #7313
        ........
          r76252 | benjamin.peterson | 2009-11-13 16:58:36 -0600 (Fri, 13 Nov 2009) | 1 line
      
          remove pdb turd
        ........
          r76447 | benjamin.peterson | 2009-11-22 18:17:40 -0600 (Sun, 22 Nov 2009) | 1 line
      
          #7375 fix nested transformations in fix_urllib
        ........
          r76506 | benjamin.peterson | 2009-11-24 18:34:31 -0600 (Tue, 24 Nov 2009) | 1 line
      
          use generator expressions in any()
        ........
      ................
      2021100d
  20. 23 Kas, 2009 1 kayıt (commit)
  21. 05 Nis, 2009 1 kayıt (commit)
  22. 16 May, 2008 2 kayıt (commit)
    • Alexandre Vassalotti's avatar
      Merged revisions 63361-63373,63375,63377-63380 via svnmerge from · bee32538
      Alexandre Vassalotti yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r63361 | alexandre.vassalotti | 2008-05-16 03:14:08 -0400 (Fri, 16 May 2008) | 2 lines
      
        Rename the test file of reprlib.
      ........
        r63364 | georg.brandl | 2008-05-16 05:34:48 -0400 (Fri, 16 May 2008) | 2 lines
      
        Make generator repr consistent with function and code object repr.
      ........
        r63365 | georg.brandl | 2008-05-16 05:47:29 -0400 (Fri, 16 May 2008) | 2 lines
      
        #2869: remove parameter from signature.
      ........
        r63366 | christian.heimes | 2008-05-16 06:23:31 -0400 (Fri, 16 May 2008) | 1 line
      
        Fixed #2870: cmathmodule.c compile error
      ........
        r63367 | christian.heimes | 2008-05-16 07:28:56 -0400 (Fri, 16 May 2008) | 1 line
      
        Following Amaury's advice
      ........
        r63368 | georg.brandl | 2008-05-16 09:10:15 -0400 (Fri, 16 May 2008) | 2 lines
      
        #2890: support os.O_ASYNC and fcntl.FASYNC.
      ........
        r63369 | georg.brandl | 2008-05-16 09:18:50 -0400 (Fri, 16 May 2008) | 2 lines
      
        #2845: fix copy2's docs.
      ........
        r63370 | georg.brandl | 2008-05-16 09:24:29 -0400 (Fri, 16 May 2008) | 2 lines
      
        Don't allow keyword arguments to reversed().
      ........
        r63373 | georg.brandl | 2008-05-16 09:41:26 -0400 (Fri, 16 May 2008) | 2 lines
      
        Document O_ASYNC addition.
      ........
        r63380 | georg.brandl | 2008-05-16 13:33:13 -0400 (Fri, 16 May 2008) | 2 lines
      
        Fix reprlib docs.
      ........
      bee32538
    • Georg Brandl's avatar
      #2869: remove parameter from signature. · 107b8129
      Georg Brandl yazdı
      107b8129
  23. 25 Nis, 2008 2 kayıt (commit)
  24. 09 Şub, 2008 1 kayıt (commit)
    • Christian Heimes's avatar
      Merged revisions… · 77c02ebf
      Christian Heimes yazdı
      Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617-60678 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r60618 | walter.doerwald | 2008-02-06 15:31:55 +0100 (Wed, 06 Feb 2008) | 6 lines
      
        Remove month parameter from Calendar.yeardatescalendar(),
        Calendar.yeardays2calendar() and Calendar.yeardayscalendar() as the methods
        don't have such a parameter. Fixes issue #2017.
      
        Rewrap content to 80 chars.
      ........
        r60622 | facundo.batista | 2008-02-06 20:28:49 +0100 (Wed, 06 Feb 2008) | 4 lines
      
      
        Fixes issue 1959. Converted tests to unittest.
        Thanks Giampaolo Rodola.
      ........
        r60626 | thomas.heller | 2008-02-06 21:29:17 +0100 (Wed, 06 Feb 2008) | 3 lines
      
        Fixed refcounts and error handling.
      
        Should not be merged to py3k branch.
      ........
        r60630 | mark.dickinson | 2008-02-06 23:10:50 +0100 (Wed, 06 Feb 2008) | 4 lines
      
        Issue 1979: Make Decimal comparisons (other than !=, ==) involving NaN
        raise InvalidOperation (and return False if InvalidOperation is trapped).
      ........
        r60632 | mark.dickinson | 2008-02-06 23:25:16 +0100 (Wed, 06 Feb 2008) | 2 lines
      
        Remove incorrect usage of :const: in documentation.
      ........
        r60634 | georg.brandl | 2008-02-07 00:45:51 +0100 (Thu, 07 Feb 2008) | 2 lines
      
        Revert accidental changes to test_queue in r60605.
      ........
        r60636 | raymond.hettinger | 2008-02-07 01:54:20 +0100 (Thu, 07 Feb 2008) | 1 line
      
        Issue 2025:  Add tuple.count() and tuple.index() to follow the ABC in collections.Sequence.
      ........
        r60637 | mark.dickinson | 2008-02-07 02:14:23 +0100 (Thu, 07 Feb 2008) | 2 lines
      
        Fix broken link in decimal documentation.
      ........
        r60638 | mark.dickinson | 2008-02-07 02:42:06 +0100 (Thu, 07 Feb 2008) | 3 lines
      
        IEEE 754 should be IEEE 854;  give precise reference for
        comparisons involving NaNs.
      ........
        r60639 | raymond.hettinger | 2008-02-07 03:12:52 +0100 (Thu, 07 Feb 2008) | 1 line
      
        Return ints instead of longs for tuple.count() and tuple.index().
      ........
        r60640 | raymond.hettinger | 2008-02-07 04:10:33 +0100 (Thu, 07 Feb 2008) | 1 line
      
        Merge 60627.
      ........
        r60641 | raymond.hettinger | 2008-02-07 04:25:46 +0100 (Thu, 07 Feb 2008) | 1 line
      
        Merge r60628, r60631, and r60633.  Register UserList and UserString will the appropriate ABCs.
      ........
        r60642 | brett.cannon | 2008-02-07 08:47:31 +0100 (Thu, 07 Feb 2008) | 3 lines
      
        Cast a struct to a void pointer so as to do a type-safe pointer comparison
        (mistmatch found by clang).
      ........
        r60643 | brett.cannon | 2008-02-07 09:04:07 +0100 (Thu, 07 Feb 2008) | 2 lines
      
        Remove unnecessary curly braces around an int literal.
      ........
        r60644 | andrew.kuchling | 2008-02-07 12:43:47 +0100 (Thu, 07 Feb 2008) | 1 line
      
        Update URL
      ........
        r60645 | facundo.batista | 2008-02-07 17:16:29 +0100 (Thu, 07 Feb 2008) | 4 lines
      
      
        Fixes issue 2026.  Tests converted to unittest.  Thanks
        Giampaolo Rodola.
      ........
        r60646 | christian.heimes | 2008-02-07 18:15:30 +0100 (Thu, 07 Feb 2008) | 1 line
      
        Added some statistics code to dict and list object code. I wanted to test how a larger freelist affects the reusage of freed objects. Contrary to my gut feelings 80 objects is more than fine for small apps. I haven't profiled a large app yet.
      ........
        r60648 | facundo.batista | 2008-02-07 20:06:52 +0100 (Thu, 07 Feb 2008) | 6 lines
      
      
        Fixes Issue 1401. When redirected, a possible POST get converted
        to GET, so it loses its payload. So, it also must lose the
        headers related to the payload (if it has no content any more,
        it shouldn't indicate content length and type).
      ........
        r60649 | walter.doerwald | 2008-02-07 20:30:22 +0100 (Thu, 07 Feb 2008) | 3 lines
      
        Clarify that the output of TextCalendar.formatmonth() and
        TextCalendar.formatyear() for custom instances won't be influenced by calls
        to the module global setfirstweekday() function. Fixes #2018.
      ........
        r60651 | walter.doerwald | 2008-02-07 20:48:34 +0100 (Thu, 07 Feb 2008) | 3 lines
      
        Fix documentation for Calendar.iterweekdays(): firstweekday is a property.
        Fixes second part of #2018.
      ........
        r60653 | walter.doerwald | 2008-02-07 20:57:32 +0100 (Thu, 07 Feb 2008) | 2 lines
      
        Fix typo in docstring for Calendar.itermonthdays().
      ........
        r60655 | raymond.hettinger | 2008-02-07 21:04:37 +0100 (Thu, 07 Feb 2008) | 1 line
      
        The float conversion recipe is simpler in Py2.6
      ........
        r60657 | raymond.hettinger | 2008-02-07 21:10:49 +0100 (Thu, 07 Feb 2008) | 1 line
      
        Fix typo
      ........
        r60660 | brett.cannon | 2008-02-07 23:27:10 +0100 (Thu, 07 Feb 2008) | 3 lines
      
        Make sure a switch statement does not have repetitive case statements.
        Error found through LLVM post-2.1 svn.
      ........
        r60661 | christian.heimes | 2008-02-08 01:11:31 +0100 (Fri, 08 Feb 2008) | 1 line
      
        Deallocate content of the dict free list on interpreter shutdown
      ........
        r60662 | christian.heimes | 2008-02-08 01:14:34 +0100 (Fri, 08 Feb 2008) | 1 line
      
        Use prefix decrement
      ........
        r60663 | amaury.forgeotdarc | 2008-02-08 01:56:02 +0100 (Fri, 08 Feb 2008) | 5 lines
      
        issue 2045: Infinite recursion when printing a subclass of defaultdict,
        if default_factory is set to a bound method.
      
        Will backport.
      ........
        r60667 | jeffrey.yasskin | 2008-02-08 07:45:40 +0100 (Fri, 08 Feb 2008) | 2 lines
      
        Oops! 2.6's Rational.__ne__ didn't work.
      ........
        r60671 | hyeshik.chang | 2008-02-08 18:10:20 +0100 (Fri, 08 Feb 2008) | 2 lines
      
        Update big5hkscs codec to conform to the HKSCS:2004 revision.
      ........
        r60673 | raymond.hettinger | 2008-02-08 23:30:04 +0100 (Fri, 08 Feb 2008) | 4 lines
      
        Remove unnecessary modulo division.
        The preceding test guarantees that 0 <= i < len.
      ........
        r60674 | raymond.hettinger | 2008-02-09 00:02:27 +0100 (Sat, 09 Feb 2008) | 1 line
      
        Speed-up __iter__() mixin method.
      ........
        r60675 | raymond.hettinger | 2008-02-09 00:34:21 +0100 (Sat, 09 Feb 2008) | 1 line
      
        Fill-in missing Set comparisons
      ........
        r60677 | raymond.hettinger | 2008-02-09 00:57:06 +0100 (Sat, 09 Feb 2008) | 1 line
      
        Add advice on choosing between DictMixin and MutableMapping
      ........
      77c02ebf
  25. 07 Şub, 2008 2 kayıt (commit)
  26. 06 Şub, 2008 1 kayıt (commit)
  27. 01 Eyl, 2007 1 kayıt (commit)
  28. 30 Agu, 2007 1 kayıt (commit)
    • Thomas Wouters's avatar
      Merged revisions 57620-57771 via svnmerge from · 47b49bf6
      Thomas Wouters yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r57771 | thomas.wouters | 2007-08-30 23:54:39 +0200 (Thu, 30 Aug 2007) | 5 lines
      
      
        Don't lie in __all__ attributes when SSL is not available: only add the SSL
        classes when they are actually created.
      
      ........
        r57620 | walter.doerwald | 2007-08-28 18:38:26 +0200 (Tue, 28 Aug 2007) | 5 lines
      
        Fix title endtag in HTMLCalender.formatyearpage(). Fix documentation for
        HTMLCalender.formatyearpage() (there's no themonth parameter).
      
        This fixes issue1046.
      ........
        r57622 | georg.brandl | 2007-08-28 20:54:44 +0200 (Tue, 28 Aug 2007) | 2 lines
      
        Add a crasher for the thread-unsafety of file objects.
      ........
        r57626 | skip.montanaro | 2007-08-29 01:22:52 +0200 (Wed, 29 Aug 2007) | 1 line
      
        fixes 813986
      ........
        r57628 | walter.doerwald | 2007-08-29 01:35:33 +0200 (Wed, 29 Aug 2007) | 2 lines
      
        Fix test output.
      ........
        r57631 | skip.montanaro | 2007-08-29 03:24:11 +0200 (Wed, 29 Aug 2007) | 2 lines
      
        Install pygettext (once the scriptsinstall target is working again).
      ........
        r57633 | skip.montanaro | 2007-08-29 03:33:45 +0200 (Wed, 29 Aug 2007) | 2 lines
      
        Recent items.
      ........
        r57650 | neal.norwitz | 2007-08-29 08:15:33 +0200 (Wed, 29 Aug 2007) | 1 line
      
        Add Bill as a developer
      ........
        r57651 | facundo.batista | 2007-08-29 12:28:28 +0200 (Wed, 29 Aug 2007) | 5 lines
      
      
        Ignore test failures caused by 'resource temporarily unavailable'
        exceptions raised during FailingServerTestCase tests.
        [GSoC - Alan McIntyre]
      ........
        r57680 | bill.janssen | 2007-08-30 00:35:05 +0200 (Thu, 30 Aug 2007) | 17 lines
      
        This contains a number of things:
      
        1) Improve the documentation of the SSL module, with a fuller
           explanation of certificate usage, another reference, proper
           formatting of this and that.
      
        2) Fix Windows bug in ssl.py, and general bug in sslsocket.close().
           Remove some unused code from ssl.py.  Allow accept() to be called on
           sslsocket sockets.
      
        3) Use try-except-else in import of ssl in socket.py.  Deprecate use of
           socket.ssl().
      
        4) Remove use of socket.ssl() in every library module, except for
           test_socket_ssl.py and test_ssl.py.
      ........
        r57714 | georg.brandl | 2007-08-30 12:09:42 +0200 (Thu, 30 Aug 2007) | 2 lines
      
        Stronger urge to convert filenames to str before using them as argument to ZipFile.write().
      ........
        r57716 | georg.brandl | 2007-08-30 12:38:56 +0200 (Thu, 30 Aug 2007) | 2 lines
      
        Patch #1680959: add test suite for pipes module.
      ........
        r57717 | georg.brandl | 2007-08-30 14:32:23 +0200 (Thu, 30 Aug 2007) | 3 lines
      
        * Skip test_pipes on non-POSIX.
        * Don't raise TestSkipped within a test function.
      ........
        r57723 | mark.summerfield | 2007-08-30 17:03:03 +0200 (Thu, 30 Aug 2007) | 3 lines
      
        Added more cross-references.
      ........
        r57726 | walter.doerwald | 2007-08-30 17:30:09 +0200 (Thu, 30 Aug 2007) | 2 lines
      
        Rewrap line.
      ........
        r57727 | walter.doerwald | 2007-08-30 17:34:55 +0200 (Thu, 30 Aug 2007) | 2 lines
      
        Set startinpos before calling the error handler.
      ........
        r57730 | bill.janssen | 2007-08-30 19:07:28 +0200 (Thu, 30 Aug 2007) | 3 lines
      
        Added docstrings to methods and functions.
      ........
        r57743 | bill.janssen | 2007-08-30 20:08:06 +0200 (Thu, 30 Aug 2007) | 1 line
      
        added note on new ssl module and deprecation of socket.ssl
      ........
        r57747 | martin.v.loewis | 2007-08-30 20:14:01 +0200 (Thu, 30 Aug 2007) | 1 line
      
        Fix popen usage.
      ........
        r57748 | martin.v.loewis | 2007-08-30 20:15:22 +0200 (Thu, 30 Aug 2007) | 1 line
      
        Fix typo.
      ........
        r57750 | martin.v.loewis | 2007-08-30 20:25:47 +0200 (Thu, 30 Aug 2007) | 1 line
      
        Bug #1746880: Correctly install DLLs into system32 folder on Win64.
      ........
        r57760 | martin.v.loewis | 2007-08-30 21:04:09 +0200 (Thu, 30 Aug 2007) | 1 line
      
        Bug #1709599: Run test_1565150 only if the file system is NTFS.
      ........
        r57762 | martin.v.loewis | 2007-08-30 22:10:57 +0200 (Thu, 30 Aug 2007) | 2 lines
      
        Bump autoconf minimum version to 2.61.
      ........
        r57764 | lars.gustaebel | 2007-08-30 22:24:31 +0200 (Thu, 30 Aug 2007) | 2 lines
      
        Warn about possible risks when extracting untrusted archives.
      ........
        r57769 | thomas.wouters | 2007-08-30 23:01:17 +0200 (Thu, 30 Aug 2007) | 7 lines
      
      
        Somewhat-preliminary slice-object and extended slicing support for ctypes.
        The exact behaviour of omitted and negative indices for the Pointer type may
        need a closer look (especially as it's subtly different from simple slices)
        but there's time yet before 2.6, and not enough before 3.0a1 :-)
      ........
      47b49bf6
  29. 28 Agu, 2007 1 kayıt (commit)
  30. 15 Agu, 2007 2 kayıt (commit)