1. 08 Eyl, 2016 1 kayıt (commit)
    • R David Murray's avatar
      #24277: The new email API is no longer provisional. · 29d1bc08
      R David Murray yazdı
      This is a wholesale reorganization and editing of the email documentation to
      make the new API the standard one, and the old API the 'legacy' one.  The
      default is still the compat32 policy, for backward compatibility.  We will
      change that eventually.
      29d1bc08
  2. 11 Haz, 2016 1 kayıt (commit)
  3. 12 Agu, 2012 1 kayıt (commit)
  4. 27 May, 2012 3 kayıt (commit)
  5. 01 Eyl, 2011 1 kayıt (commit)
  6. 18 Nis, 2011 2 kayıt (commit)
  7. 11 Şub, 2011 2 kayıt (commit)
    • R. David Murray's avatar
      Merged revisions… · 561b96f9
      R. David Murray yazdı
      Merged revisions 86542,87136,87216,87221,87228,87256,87337-87338,87372,87516,87571,88164 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r86542 | r.david.murray | 2010-11-19 22:48:58 -0500 (Fri, 19 Nov 2010) | 2 lines
      
        Make test class name unique so that both test classes run.
      ........
        r87136 | r.david.murray | 2010-12-08 17:53:00 -0500 (Wed, 08 Dec 2010) | 6 lines
      
        Have script_helper._assert_python strip refcount strings from stderr.
      
        This makes the output of the function and those that depend on it
        independent of whether or not they are being run under a debug
        build.
      ........
        r87216 | r.david.murray | 2010-12-13 17:50:30 -0500 (Mon, 13 Dec 2010) | 2 lines
      
        #10698: fix typo in example.
      ........
        r87221 | r.david.murray | 2010-12-13 19:55:46 -0500 (Mon, 13 Dec 2010) | 4 lines
      
        #10699: fix docstring for tzset: it does not take a parameter
      
        Thanks to Garrett Cooper for the fix.
      ........
        r87228 | r.david.murray | 2010-12-13 21:25:43 -0500 (Mon, 13 Dec 2010) | 2 lines
      
        Turn on regrtest -W (rerun immediately) option for Windows, too.
      ........
        r87256 | r.david.murray | 2010-12-14 21:19:14 -0500 (Tue, 14 Dec 2010) | 2 lines
      
        #10705: document what the values of debuglevel are and mean.
      ........
        r87337 | r.david.murray | 2010-12-17 11:11:40 -0500 (Fri, 17 Dec 2010) | 2 lines
      
        #10559: provide instructions for accessing sys.argv when first mentioned.
      ........
        r87338 | r.david.murray | 2010-12-17 11:29:07 -0500 (Fri, 17 Dec 2010) | 2 lines
      
        #10454: clarify the compileall docs and help messages.
        [changes to compileall.py were not backported, only the doc changes]
      ........
        r87372 | r.david.murray | 2010-12-18 11:39:06 -0500 (Sat, 18 Dec 2010) | 2 lines
      
        #10728: the default for printing help is sys.stdout, not stderr.
      ........
        r87516 | r.david.murray | 2010-12-27 15:09:32 -0500 (Mon, 27 Dec 2010) | 5 lines
      
        #7056: runtest and runtest_inner don't use testdir, so drop it from their sigs
      
        I've only tested regular runs and -j runs.  If I've broken anything
        else I'm sure I'll hear about it sooner or later.
      ........
        r87571 | r.david.murray | 2010-12-29 14:06:48 -0500 (Wed, 29 Dec 2010) | 2 lines
      
        Fix same typo in docs.
      ........
        r88164 | r.david.murray | 2011-01-24 14:34:58 -0500 (Mon, 24 Jan 2011) | 12 lines
      
        #10960: fix 'stat' links, link to lstat from stat, general tidy of stat doc.
      
        Original patch by Michal Nowikowski, with some additions and wording
        fixes by me.
      
        I changed the wording from 'Performs a stat system call' to 'Performs
        the equivalent of a stat system call', since on Windows there are no
        stat/lstat system calls involved.  I also extended Michal's breakout
        of the attributes into a list to the other paragraphs, and rearranged
        the order of the paragraphs in the 'stat' docs to make it flow
        better and put it in what I think is a more logical/useful order.
      ........
      561b96f9
    • R. David Murray's avatar
      Merged revisions 87136,87221,87256,87337-87338,87571,87839,88164 via svnmerge from · 43b2f457
      R. David Murray yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      
      ........
        r87136 | r.david.murray | 2010-12-08 17:53:00 -0500 (Wed, 08 Dec 2010) | 6 lines
      
        Have script_helper._assert_python strip refcount strings from stderr.
      
        This makes the output of the function and those that depend on it
        independent of whether or not they are being run under a debug
        build.
      ........
        r87221 | r.david.murray | 2010-12-13 19:55:46 -0500 (Mon, 13 Dec 2010) | 4 lines
      
        #10699: fix docstring for tzset: it does not take a parameter
      
        Thanks to Garrett Cooper for the fix.
      ........
        r87256 | r.david.murray | 2010-12-14 21:19:14 -0500 (Tue, 14 Dec 2010) | 2 lines
      
        #10705: document what the values of debuglevel are and mean.
      ........
        r87337 | r.david.murray | 2010-12-17 11:11:40 -0500 (Fri, 17 Dec 2010) | 2 lines
      
        #10559: provide instructions for accessing sys.argv when first mentioned.
      ........
        r87338 | r.david.murray | 2010-12-17 11:29:07 -0500 (Fri, 17 Dec 2010) | 2 lines
      
        #10454: clarify the compileall docs and help messages.
          [compileall.py changes not backported.]
      ........
        r87571 | r.david.murray | 2010-12-29 14:06:48 -0500 (Wed, 29 Dec 2010) | 2 lines
      
        Fix same typo in docs.
      ........
        r87839 | r.david.murray | 2011-01-07 16:57:25 -0500 (Fri, 07 Jan 2011) | 9 lines
      
        Fix formatting of values with embedded newlines when rfc2047 encoding
      
        Before this patch if a value being encoded had an embedded newline,
        the line following the newline would have no leading whitespace,
        and the whitespace it did have was encoded into the word.  Now
        the existing whitespace gets turned into a blank, the way it does
        in other header reformatting, and the _continuation_ws gets added
        at the beginning of the encoded line.
      ........
        r88164 | r.david.murray | 2011-01-24 14:34:58 -0500 (Mon, 24 Jan 2011) | 12 lines
      
        #10960: fix 'stat' links, link to lstat from stat, general tidy of stat doc.
      
        Original patch by Michal Nowikowski, with some additions and wording
        fixes by me.
      
        I changed the wording from 'Performs a stat system call' to 'Performs
        the equivalent of a stat system call', since on Windows there are no
        stat/lstat system calls involved.  I also extended Michal's breakout
        of the attributes into a list to the other paragraphs, and rearranged
        the order of the paragraphs in the 'stat' docs to make it flow
        better and put it in what I think is a more logical/useful order.
      ........
      43b2f457
  8. 09 Ock, 2011 1 kayıt (commit)
  9. 07 Ock, 2011 1 kayıt (commit)
  10. 06 Ock, 2011 1 kayıt (commit)
  11. 05 Ock, 2011 2 kayıt (commit)
  12. 29 Ara, 2010 1 kayıt (commit)
  13. 24 Eki, 2010 1 kayıt (commit)
  14. 23 Eki, 2010 1 kayıt (commit)
  15. 17 May, 2009 1 kayıt (commit)
  16. 28 Nis, 2009 1 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions 71540,71544,71546,71563,71572,71607,71653 via svnmerge from · 537caa2a
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r71540 | georg.brandl | 2009-04-12 22:30:53 +0200 (So, 12 Apr 2009) | 1 line
      
        #5719: add short usage example to optparse docstring.
      ........
        r71544 | benjamin.peterson | 2009-04-13 01:19:56 +0200 (Mo, 13 Apr 2009) | 1 line
      
        fix extra parenthesis #5774
      ........
        r71546 | benjamin.peterson | 2009-04-13 01:44:15 +0200 (Mo, 13 Apr 2009) | 1 line
      
        fix missing quote
      ........
        r71563 | georg.brandl | 2009-04-13 14:36:18 +0200 (Mo, 13 Apr 2009) | 1 line
      
        Simplify markup.
      ........
        r71572 | georg.brandl | 2009-04-13 15:13:25 +0200 (Mo, 13 Apr 2009) | 1 line
      
        #5745: more linking for identifiers in email docs.
      ........
        r71607 | benjamin.peterson | 2009-04-14 23:23:09 +0200 (Di, 14 Apr 2009) | 1 line
      
        tupel -> tuple
      ........
        r71653 | raymond.hettinger | 2009-04-16 20:16:10 +0200 (Do, 16 Apr 2009) | 1 line
      
        Clarify the behavior of any() and all() with an empty iterable.
      ........
      537caa2a
  17. 27 Nis, 2009 1 kayıt (commit)
  18. 13 Nis, 2009 1 kayıt (commit)
  19. 30 Mar, 2009 2 kayıt (commit)
  20. 25 Nis, 2008 2 kayıt (commit)
  21. 01 Şub, 2008 1 kayıt (commit)
  22. 04 Eyl, 2007 1 kayıt (commit)
  23. 01 Eyl, 2007 1 kayıt (commit)
  24. 15 Agu, 2007 2 kayıt (commit)