1. 07 May, 2009 1 commit
    • R. David Murray's avatar
      Merged revisions 72422,72425-72426 via svnmerge from · d0a45396
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r72422 | benjamin.peterson | 2009-05-07 07:45:38 -0400 (Thu, 07 May 2009) | 1 line
      
        actually close files instead of leaving it to the gc #5955
      ........
        r72425 | r.david.murray | 2009-05-07 12:27:02 -0400 (Thu, 07 May 2009) | 3 lines
      
        Issue5955: aifc's close method did not close the file it wrapped,
        now it does.  This also means getfp method now returns the real fp.
      ........
        r72426 | r.david.murray | 2009-05-07 12:29:19 -0400 (Thu, 07 May 2009) | 3 lines
      
        News item for Issue5955.
      ........
      d0a45396
  2. 06 May, 2009 9 commits
  3. 05 May, 2009 6 commits
  4. 04 May, 2009 3 commits
  5. 03 May, 2009 5 commits
  6. 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
  7. 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
  8. 30 Apr, 2009 1 commit
  9. 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
  10. 28 Apr, 2009 5 commits