1. 06 May, 2009 7 commits
  2. 05 May, 2009 6 commits
  3. 04 May, 2009 3 commits
  4. 03 May, 2009 5 commits
  5. 02 May, 2009 2 commits
    • Mark Dickinson's avatar
      Blocked revisions 72202 via svnmerge · 1439ff69
      Mark Dickinson authored
      ........
        r72202 | mark.dickinson | 2009-05-02 18:55:01 +0100 (Sat, 02 May 2009) | 3 lines
      
        Remove unnecessary use of context for long getters.
        (Related to issue #5880).
      ........
      1439ff69
    • Eric Smith's avatar
      Blocked revisions 72189 via svnmerge · b29647bc
      Eric Smith authored
      ........
        r72189 | eric.smith | 2009-05-02 05:58:09 -0400 (Sat, 02 May 2009) | 1 line
      
        Keep py3k and trunk code in sync.
      ........
      b29647bc
  6. 01 May, 2009 2 commits
    • Antoine Pitrou's avatar
      Merged revisions 72180 via svnmerge from · 8151da0f
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r72180 | antoine.pitrou | 2009-05-01 23:16:14 +0200 (ven., 01 mai 2009) | 4 lines
      
        Issue #5726: Make Modules/ld_so_aix return the actual exit code of the linker, rather than always exit successfully.
        Patch by Floris Bruynooghe.
      ........
      8151da0f
    • Walter Dörwald's avatar
      Blocked revisions 72167 via svnmerge · ef46d824
      Walter Dörwald authored
      ........
        r72167 | walter.doerwald | 2009-05-01 19:35:37 +0200 (Fr, 01 Mai 2009) | 5 lines
      
        Make test.test_support.EnvironmentVarGuard behave like a dictionary.
      
        All changes are mirrored to the underlying os.environ dict, but rolled back
        on exit from the with block.
      ........
      ef46d824
  7. 30 Apr, 2009 1 commit
  8. 29 Apr, 2009 6 commits
    • Mark Dickinson's avatar
      Blocked revisions 72126-72127 via svnmerge · 2795c7de
      Mark Dickinson authored
      ........
        r72126 | mark.dickinson | 2009-04-29 22:56:53 +0100 (Wed, 29 Apr 2009) | 2 lines
      
        Remove format_float and use _PyOS_double_to_string instead.
      ........
        r72127 | mark.dickinson | 2009-04-29 22:57:15 +0100 (Wed, 29 Apr 2009) | 2 lines
      
        Backport some of the float formatting tests from py3k.
      ........
      2795c7de
    • Mark Dickinson's avatar
      Blocked revisions 72119 via svnmerge · 8603ed50
      Mark Dickinson authored
      ........
        r72119 | mark.dickinson | 2009-04-29 21:41:00 +0100 (Wed, 29 Apr 2009) | 3 lines
      
        Issue #5864: format(1234.5, '.4') gives misleading result
        (Backport of r72109 from py3k.)
      ........
      8603ed50
    • R. David Murray's avatar
      One of these tests uses a unittest method that wasn't backported. · d6bbe99d
      R. David Murray authored
      Blocked revisions 72115 via svnmerge
      
      ........
        r72115 | r.david.murray | 2009-04-29 16:15:18 -0400 (Wed, 29 Apr 2009) | 2 lines
      
        More aifc tests.
      ........
      d6bbe99d
    • R. David Murray's avatar
      Merged revisions 72100-72101 via svnmerge from · cecc3a00
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r72100 | r.david.murray | 2009-04-29 09:17:37 -0400 (Wed, 29 Apr 2009) | 7 lines
      
        Fix issue 2245.  aifc now skips any chunk type it doesn't actually
        process instead of throwing errors for anything not in an explicit
        skip list.  This is per this spec: http://www.cnpbagwell.com/aiff-c.txt.
        Spec reference and test sound file provided by Santiago Peresón, fix
        based on patch by Hiroaki Kawai.
      ........
        r72101 | r.david.murray | 2009-04-29 09:51:44 -0400 (Wed, 29 Apr 2009) | 2 lines
      
        Now that we've got a test_aifc, add a few tests.
      ........
      cecc3a00
    • Tarek Ziadé's avatar
      Blocked revisions 72094 via svnmerge · dda50a81
      Tarek Ziadé authored
      ........
        r72094 | tarek.ziade | 2009-04-29 10:03:46 +0200 (Wed, 29 Apr 2009) | 1 line
      
        Fixed #5874 : distutils.tests.test_config_cmd is not locale-sensitive anymore
      ........
      dda50a81
    • 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
  9. 28 Apr, 2009 8 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