1. 29 Apr, 2009 1 commit
    • Jeroen Ruigrok van der Werven's avatar
      Merged revisions... · 0051bf31
      Jeroen Ruigrok van der Werven authored
      Merged revisions 71873-71874,71882,71890,71893,71898-71900,71910,71914-71923,71925-71929,71931-71934,71937 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r71873 | jeroen.ruigrok | 2009-04-25 13:15:06 +0200 (za, 25 apr 2009) | 2 lines
      
        Reformat prior to expanding.
      ........
        r71874 | jeroen.ruigrok | 2009-04-25 13:59:09 +0200 (za, 25 apr 2009) | 2 lines
      
        First attempt to document PyObject_HEAD_INIT and PyVarObject_HEAD_INIT.
      ........
        r71882 | jeroen.ruigrok | 2009-04-25 14:49:10 +0200 (za, 25 apr 2009) | 3 lines
      
        Issue #4239: adjust email examples not to use connect() and terminate with
        quit() and not close().
      ........
        r71890 | jeroen.ruigrok | 2009-04-25 15:07:40 +0200 (za, 25 apr 2009) | 3 lines
      
        Rewrite a sentence to be more in line with the rest of the documentation with
        regard to person and audience.
      ........
        r71893 | jeroen.ruigrok | 2009-04-25 15:58:58 +0200 (za, 25 apr 2009) | 2 lines
      
        Reformat file prior to editing.
      ........
        r71898 | jeroen.ruigrok | 2009-04-25 16:24:30 +0200 (za, 25 apr 2009) | 2 lines
      
        Reformat prior to editing.
      ........
        r71899 | jeroen.ruigrok | 2009-04-25 16:27:00 +0200 (za, 25 apr 2009) | 3 lines
      
        The type for ppos has been Py_ssize_t since 2.5, reflect this in the
        documentation.
      ........
        r71900 | jeroen.ruigrok | 2009-04-25 16:28:02 +0200 (za, 25 apr 2009) | 2 lines
      
        Reformat paragraph.
      ........
        r71910 | jeroen.ruigrok | 2009-04-25 19:59:03 +0200 (za, 25 apr 2009) | 4 lines
      
        Issue #4129: Belatedly document which C API functions had their argument(s) or
        return type changed from int or int * to Py_ssize_t or Py_ssize_t * as this
        might cause problems on 64-bit platforms.
      ........
        r71914 | jeroen.ruigrok | 2009-04-25 20:31:20 +0200 (za, 25 apr 2009) | 2 lines
      
        Reformat prior to editing.
      ........
        r71915 | jeroen.ruigrok | 2009-04-25 20:46:03 +0200 (za, 25 apr 2009) | 2 lines
      
        Issue #4129: Document more int -> Py_ssize_t changes.
      ........
        r71916 | jeroen.ruigrok | 2009-04-25 20:53:48 +0200 (za, 25 apr 2009) | 2 lines
      
        Reformat prior to editing.
      ........
        r71917 | jeroen.ruigrok | 2009-04-25 20:57:32 +0200 (za, 25 apr 2009) | 2 lines
      
        Reference to an int type, whereas it's a Py_ssize_t as the synopsis states.
      ........
        r71918 | jeroen.ruigrok | 2009-04-25 21:04:15 +0200 (za, 25 apr 2009) | 2 lines
      
        Since I edited this file, reformat for future edits.
      ........
        r71919 | jeroen.ruigrok | 2009-04-25 21:10:52 +0200 (za, 25 apr 2009) | 2 lines
      
        Reformat prior to editing.
      ........
        r71920 | jeroen.ruigrok | 2009-04-25 21:44:55 +0200 (za, 25 apr 2009) | 5 lines
      
        Issue #4129: More documentation pointers about int -> Py_ssize_t.
        Also fix up the documentation for PyObject_GC_Resize(). It seems that since
        it first got documented, the documentation was actually for
        _PyObject_GC_Resize().
      ........
        r71921 | jeroen.ruigrok | 2009-04-25 21:46:19 +0200 (za, 25 apr 2009) | 2 lines
      
        Issue #4129: Documentation notes for int -> Py_ssize_t changes.
      ........
        r71922 | jeroen.ruigrok | 2009-04-25 21:49:05 +0200 (za, 25 apr 2009) | 2 lines
      
        Reformat, since I've been busy here anyway.
      ........
        r71923 | jeroen.ruigrok | 2009-04-25 21:54:34 +0200 (za, 25 apr 2009) | 2 lines
      
        Issue #4129: Add a versionchanged notice for a few forgotten entries.
      ........
        r71925 | jeroen.ruigrok | 2009-04-25 22:37:39 +0200 (za, 25 apr 2009) | 2 lines
      
        Since it's a macro, actually refer to it as such instead of function.
      ........
        r71926 | jeroen.ruigrok | 2009-04-25 22:40:10 +0200 (za, 25 apr 2009) | 2 lines
      
        Reformat prior to editing.
      ........
        r71927 | jeroen.ruigrok | 2009-04-25 22:41:40 +0200 (za, 25 apr 2009) | 2 lines
      
        Issue #4129: int -> Py_ssize_t documentation.
      ........
        r71928 | jeroen.ruigrok | 2009-04-25 22:43:30 +0200 (za, 25 apr 2009) | 2 lines
      
        Reformat prior to editing.
      ........
        r71929 | jeroen.ruigrok | 2009-04-25 22:44:58 +0200 (za, 25 apr 2009) | 2 lines
      
        Issue #4129: int -> Py_ssize_t documentation.
      ........
        r71931 | jeroen.ruigrok | 2009-04-25 22:50:27 +0200 (za, 25 apr 2009) | 2 lines
      
        Issue #4129: int -> Py_ssize_t documentation.
      ........
        r71932 | jeroen.ruigrok | 2009-04-25 22:55:39 +0200 (za, 25 apr 2009) | 2 lines
      
        Issue #4129: more int -> Py_ssize_t documentation.
      ........
        r71933 | jeroen.ruigrok | 2009-04-25 22:58:35 +0200 (za, 25 apr 2009) | 2 lines
      
        Issue #4129: more int -> Py_ssize_t documentation.
      ........
        r71934 | jeroen.ruigrok | 2009-04-25 23:02:34 +0200 (za, 25 apr 2009) | 2 lines
      
        Issue #4129: field changed from int to Py_ssize_t.
      ........
        r71937 | jeroen.ruigrok | 2009-04-25 23:16:05 +0200 (za, 25 apr 2009) | 2 lines
      
        Issue #4129: document int -> Py_ssize_t changes.
      ........
      0051bf31
  2. 28 Apr, 2009 18 commits
    • Thomas Heller's avatar
      Merged revisions 72081 via svnmerge from · 01e117ff
      Thomas Heller authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r72081 | thomas.heller | 2009-04-28 21:23:41 +0200 (Di, 28 Apr 2009) | 3 lines
      
        Issue #4305: ctypes fails to build on mipsel-linux-gnu (detects mips
        instead of mipsel)
      ........
      01e117ff
    • R. David Murray's avatar
      Merged revisions 72079 via svnmerge from · 1cf26c01
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r72079 | r.david.murray | 2009-04-28 15:02:55 -0400 (Tue, 28 Apr 2009) | 2 lines
      
        Remove spurious 'u'.
      ........
      1cf26c01
    • R. David Murray's avatar
      Merged revisions 72038 via svnmerge from · 52cad403
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r72038 | r.david.murray | 2009-04-27 13:22:36 -0400 (Mon, 27 Apr 2009) | 8 lines
      
        Make sys.xxx variable references into links, note that print_last only
        works when an exception gets to the interactive prompt, and update the
        examples after testing.  The last one is now a valid Sphinx doctest,
        but of the preceding two one can't be made a doctest and the other one
        I'm postponing to 3.x because sphinx handles doctests as Unicode strings
        and that makes the 2.x output confusing.
      ........
      52cad403
    • Georg Brandl's avatar
      Update pydoc topics. · e91d765a
      Georg Brandl authored
      e91d765a
    • Georg Brandl's avatar
      Move comment to the right place. · 6d1169be
      Georg Brandl authored
      6d1169be
    • Georg Brandl's avatar
      Merged revisions 72007-72010,72036-72037 via svnmerge from · 3885314b
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r72007 | georg.brandl | 2009-04-27 17:09:25 +0200 (Mo, 27 Apr 2009) | 1 line
      
        #5856: fix typo s in traceback example.
      ........
        r72008 | georg.brandl | 2009-04-27 17:10:44 +0200 (Mo, 27 Apr 2009) | 1 line
      
        Remove ".. warning::" markup that doesnt contain warnings for users, rather todo items.
      ........
        r72009 | georg.brandl | 2009-04-27 17:29:09 +0200 (Mo, 27 Apr 2009) | 3 lines
      
        Demote warnings to notices where appropriate, following the goal that as few "red box" warnings
        should clutter the docs as possible.  Part 1: stuff that gets merged to Py3k.
      ........
        r72010 | georg.brandl | 2009-04-27 17:29:26 +0200 (Mo, 27 Apr 2009) | 2 lines
      
        Demote warnings to notices, part 2: stuff that is 2.x-only.
      ........
        r72036 | georg.brandl | 2009-04-27 19:04:23 +0200 (Mo, 27 Apr 2009) | 1 line
      
        #5848: small unittest doc patch.
      ........
        r72037 | georg.brandl | 2009-04-27 19:09:53 +0200 (Mo, 27 Apr 2009) | 1 line
      
        #5840: dont claim we dont support TLS.
      ........
      3885314b
    • Georg Brandl's avatar
      Blocked revisions 71960-71961 via svnmerge · 9ba8e571
      Georg Brandl authored
      ........
        r71960 | georg.brandl | 2009-04-26 11:56:44 +0200 (So, 26 Apr 2009) | 1 line
      
        Move pydoc_topics module to its own subdirectory, so that no generated code is in Lib/.
      ........
        r71961 | georg.brandl | 2009-04-26 11:57:29 +0200 (So, 26 Apr 2009) | 2 lines
      
        Update pydoc topics.
      ........
      9ba8e571
    • Georg Brandl's avatar
      Merged revisions 71956-71959 via svnmerge from · 6488969e
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r71956 | georg.brandl | 2009-04-26 08:05:18 +0200 (So, 26 Apr 2009) | 1 line
      
        Update versions in instructions for manual set-up.
      ........
        r71957 | georg.brandl | 2009-04-26 08:05:58 +0200 (So, 26 Apr 2009) | 2 lines
      
        Note that the versions are also in README.txt.
      ........
        r71958 | georg.brandl | 2009-04-26 08:06:19 +0200 (So, 26 Apr 2009) | 1 line
      
        Remove outdated TODO file.
      ........
        r71959 | georg.brandl | 2009-04-26 08:06:53 +0200 (So, 26 Apr 2009) | 2 lines
      
        Another file where the versions need to be up to date.
      ........
      6488969e
    • Georg Brandl's avatar
      Blocked revisions 71904,71955 via svnmerge · 93e1bc8a
      Georg Brandl authored
      ........
        r71904 | georg.brandl | 2009-04-25 17:11:29 +0200 (Sa, 25 Apr 2009) | 1 line
      
        #5841: add deprecation py3k warning and notice in the docs for commands module.
      ........
        r71955 | georg.brandl | 2009-04-26 08:01:04 +0200 (So, 26 Apr 2009) | 1 line
      
        Mostly formatting nits, and "and-ed together" -> "or-ed together" flags.
      ........
      93e1bc8a
    • Georg Brandl's avatar
      Merged revisions 71786-71787,71814-71817,71901-71903 via svnmerge from · 91e3f770
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r71786 | georg.brandl | 2009-04-21 20:23:08 +0200 (Di, 21 Apr 2009) | 1 line
      
        #5757: fix copy-paste error in notify().
      ........
        r71787 | georg.brandl | 2009-04-21 20:24:34 +0200 (Di, 21 Apr 2009) | 1 line
      
        #5751: fix escaping of \\n.
      ........
        r71814 | georg.brandl | 2009-04-23 10:44:57 +0200 (Do, 23 Apr 2009) | 1 line
      
        #5820: fix bug in usage of getreader().
      ........
        r71815 | georg.brandl | 2009-04-23 10:49:39 +0200 (Do, 23 Apr 2009) | 1 line
      
        Fix rewrapping accident.
      ........
        r71816 | georg.brandl | 2009-04-23 10:49:56 +0200 (Do, 23 Apr 2009) | 1 line
      
        #5813: add a reference to the "future statements" section.
      ........
        r71817 | georg.brandl | 2009-04-23 10:52:03 +0200 (Do, 23 Apr 2009) | 1 line
      
        Add link to PEP 236.
      ........
        r71901 | georg.brandl | 2009-04-25 16:50:25 +0200 (Sa, 25 Apr 2009) | 1 line
      
        #3320: fix spelling.
      ........
        r71902 | georg.brandl | 2009-04-25 16:51:31 +0200 (Sa, 25 Apr 2009) | 1 line
      
        #5834: use "failure" instead of "error" because the two have different meanings in unittest context.
      ........
        r71903 | georg.brandl | 2009-04-25 17:05:04 +0200 (Sa, 25 Apr 2009) | 1 line
      
        #5821: add some capabilities of TarFile's file-like object.
      ........
      91e3f770
    • Georg Brandl's avatar
      Blocked revisions 71696 via svnmerge · ed4cf72d
      Georg Brandl authored
      ........
        r71696 | georg.brandl | 2009-04-18 10:26:21 +0200 (Sa, 18 Apr 2009) | 1 line
      
        "not subscriptable" should be a bit more understandable than "unsubscriptable".
      ........
      ed4cf72d
    • Georg Brandl's avatar
      Merged revisions 71540,71544,71546,71563,71572,71607,71653 via svnmerge from · 537caa2a
      Georg Brandl authored
      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
    • Georg Brandl's avatar
      Blocked revisions 71507 via svnmerge · 508290fe
      Georg Brandl authored
      ........
        r71507 | georg.brandl | 2009-04-12 14:08:12 +0200 (So, 12 Apr 2009) | 1 line
      
        #5704: let python -3 imply -t as well.
      ........
      508290fe
    • Georg Brandl's avatar
      Blocked revisions... · e658fe88
      Georg Brandl authored
      Blocked revisions 69130,70647,70652,70770,70777,70788,71101,71405,71485,71492,71498,71503 via svnmerge
      
      ........
        r69130 | andrew.kuchling | 2009-01-31 03:50:09 +0100 (Sa, 31 Jan 2009) | 1 line
      
        Add a section
      ........
        r70647 | antoine.pitrou | 2009-03-28 20:10:13 +0100 (Sa, 28 Mär 2009) | 3 lines
      
        Publicize the GC untracking optimization
      ........
        r70652 | antoine.pitrou | 2009-03-28 20:17:54 +0100 (Sa, 28 Mär 2009) | 3 lines
      
        Fix a typo and be more specific
      ........
        r70770 | andrew.kuchling | 2009-03-31 00:30:20 +0200 (Di, 31 Mär 2009) | 1 line
      
        Add several items and placeholders
      ........
        r70777 | andrew.kuchling | 2009-03-31 01:09:46 +0200 (Di, 31 Mär 2009) | 1 line
      
        Add more items
      ........
        r70788 | andrew.kuchling | 2009-03-31 03:21:01 +0200 (Di, 31 Mär 2009) | 1 line
      
        Add various items
      ........
        r71101 | andrew.kuchling | 2009-04-03 23:43:00 +0200 (Fr, 03 Apr 2009) | 1 line
      
        Add some items
      ........
        r71405 | andrew.kuchling | 2009-04-09 13:22:47 +0200 (Do, 09 Apr 2009) | 1 line
      
        Add items
      ........
        r71485 | andrew.kuchling | 2009-04-11 18:12:23 +0200 (Sa, 11 Apr 2009) | 1 line
      
        Add various items
      ........
        r71492 | georg.brandl | 2009-04-11 20:19:27 +0200 (Sa, 11 Apr 2009) | 1 line
      
        Take credit for a patch of mine.
      ........
        r71498 | benjamin.peterson | 2009-04-11 22:27:15 +0200 (Sa, 11 Apr 2009) | 1 line
      
        fix markup
      ........
        r71503 | eric.smith | 2009-04-12 04:57:29 +0200 (So, 12 Apr 2009) | 1 line
      
        Take credit for my patch for issue 5237.
      ........
      e658fe88
    • Georg Brandl's avatar
      Merged revisions 71397-71398,71441 via svnmerge from · 583bdc0b
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r71397 | georg.brandl | 2009-04-08 18:36:39 +0200 (Mi, 08 Apr 2009) | 1 line
      
        Remove redundant backtick.
      ........
        r71398 | georg.brandl | 2009-04-08 18:39:04 +0200 (Mi, 08 Apr 2009) | 1 line
      
        Update ignore file for suspicious builder.
      ........
        r71441 | georg.brandl | 2009-04-10 10:16:47 +0200 (Fr, 10 Apr 2009) | 1 line
      
        Let "lambda" point to the correct heading.
      ........
      583bdc0b
    • Georg Brandl's avatar
      Blocked revisions 71237 via svnmerge · 19844eb9
      Georg Brandl authored
      ........
        r71237 | georg.brandl | 2009-04-05 16:24:52 +0200 (So, 05 Apr 2009) | 1 line
      
        #1326077: fix traceback formatting of SyntaxErrors.  This fixes two differences with formatting coming from Python: a) the reproduction of location details in the error message if no line text is given, b) the prefixing of the last line by one space.
      ........
      19844eb9
    • R. David Murray's avatar
      Merged revisions 72060 via svnmerge from · db5c3bd2
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r72060 | r.david.murray | 2009-04-28 12:08:18 -0400 (Tue, 28 Apr 2009) | 10 lines
      
        Various small fixups to the multiprocessing docs, mostly fixing and
        enabling doctests that Sphinx can run, and fixing and disabling tests that
        Sphinx can't run.  I hand checked every test not now marked as a doctest,
        and all except the two that have open bug reports against them now work,
        at least on Linux/trunk. (I did not look at the last example at all since
        there was already an open bug).  I did not read the whole document with
        an editor's eye, but I did fix a few things I noticed while working on
        the tests.
      ........
      db5c3bd2
    • Eric Smith's avatar
      Blocked revisions 72056 via svnmerge · 5c8a5aed
      Eric Smith authored
      ........
        r72056 | eric.smith | 2009-04-28 03:33:09 -0400 (Tue, 28 Apr 2009) | 1 line
      
        Silence warning on Windows.
      ........
      5c8a5aed
  3. 27 Apr, 2009 3 commits
  4. 26 Apr, 2009 6 commits
  5. 25 Apr, 2009 11 commits
  6. 24 Apr, 2009 1 commit