1. 24 Oct, 2009 6 commits
    • Mark Dickinson's avatar
      Blocked revisions 75664 via svnmerge · 2123c849
      Mark Dickinson authored
      ........
        r75664 | mark.dickinson | 2009-10-24 14:44:16 +0100 (Sat, 24 Oct 2009) | 1 line
      
        Configure check for double rounding should take BASECFLAGS into account
      ........
      2123c849
    • Tarek Ziadé's avatar
      Merged revisions 75659 via svnmerge from · 978cca6e
      Tarek Ziadé authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75659 | tarek.ziade | 2009-10-24 15:29:44 +0200 (Sat, 24 Oct 2009) | 1 line
      
        #7066 - Fixed distutils.archive_util.make_archive behavior so it restores the cwd
      ........
      978cca6e
    • Mark Dickinson's avatar
      Blocked revisions 75653,75658,75660 via svnmerge · c2e05ed8
      Mark Dickinson authored
      ........
        r75653 | mark.dickinson | 2009-10-24 13:17:24 +0100 (Sat, 24 Oct 2009) | 1 line
      
        Temporary define to avoid build failure
      ........
        r75658 | mark.dickinson | 2009-10-24 14:28:38 +0100 (Sat, 24 Oct 2009) | 8 lines
      
        Issue #7117 (backport py3k float repr) continued:
         - add double endianness detection to configure script
         - add configure-time check to see whether we can use inline
           assembly to get and set x87 control word in configure script
         - add functions to get and set x87 control word in Python/pymath.c
         - add pyport.h logic to determine whether it's safe to use the
           short float repr or not
      ........
        r75660 | mark.dickinson | 2009-10-24 14:31:41 +0100 (Sat, 24 Oct 2009) | 1 line
      
        Remove temporary define from r75653
      ........
      c2e05ed8
    • Antoine Pitrou's avatar
      Blocked revisions 75650,75654-75655 via svnmerge · cc452c40
      Antoine Pitrou authored
      ........
        r75650 | antoine.pitrou | 2009-10-24 13:59:41 +0200 (sam., 24 oct. 2009) | 3 lines
      
        Manual py3k backport: [svn r74155] Issue #6242: Fix deallocator of io.StringIO and io.BytesIO
      ........
        r75654 | antoine.pitrou | 2009-10-24 14:23:18 +0200 (sam., 24 oct. 2009) | 3 lines
      
        Manual py3k backport: [svn r74158] Issue #6218: Make io.BytesIO and io.StringIO picklable.
      ........
        r75655 | antoine.pitrou | 2009-10-24 14:28:22 +0200 (sam., 24 oct. 2009) | 3 lines
      
        Manual py3k backport: [svn r74316] Issue #5449: Fix io.BytesIO to not accept arbitrary keywords
      ........
      cc452c40
    • Mark Dickinson's avatar
      Blocked revisions 75651 via svnmerge · 37493360
      Mark Dickinson authored
      ........
        r75651 | mark.dickinson | 2009-10-24 13:13:30 +0100 (Sat, 24 Oct 2009) | 7 lines
      
        Issue #7117: Prepare for backport of py3k float repr.
        Add the Python/dtoa.c file containing the main algorithms;
        add corresponding include file and include in Python.h;
        include license information for Python/dtoa.c;
        add dtoa.c and dtoa.h to Makefile.
      ........
      37493360
    • Mark Dickinson's avatar
      Recorded merge of revisions 75648 via svnmerge from · 21b6c260
      Mark Dickinson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75648 | mark.dickinson | 2009-10-24 12:47:17 +0100 (Sat, 24 Oct 2009) | 1 line
      
        Acknowledge Ned Deily (extensive bug hunting and testing on OS X)
      ........
      21b6c260
  2. 23 Oct, 2009 3 commits
  3. 22 Oct, 2009 4 commits
  4. 21 Oct, 2009 2 commits
  5. 20 Oct, 2009 6 commits
  6. 19 Oct, 2009 14 commits
  7. 18 Oct, 2009 5 commits
    • R. David Murray's avatar
      Clean up merge of r75400. · 0bc11ae5
      R. David Murray authored
      0bc11ae5
    • Antoine Pitrou's avatar
      Merged revisions 75499 via svnmerge from · be4d8094
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75499 | antoine.pitrou | 2009-10-18 20:22:04 +0200 (dim., 18 oct. 2009) | 3 lines
      
        Add a test for same-thread asynchronous exceptions (see #1779233).
      ........
      be4d8094
    • Mark Dickinson's avatar
      01458c7a
    • Skip Montanaro's avatar
      Issue 7147 - remove ability to attempt to build Python without complex number... · ba1e0f46
      Skip Montanaro authored
      Issue 7147 - remove ability to attempt to build Python without complex number support (was broken anyway)
      ba1e0f46
    • Nick Coghlan's avatar
      Note that a number of the changes listed below were not applicable to the Py3k... · 6ead552b
      Nick Coghlan authored
      Note that a number of the changes listed below were not applicable to the Py3k branch, and hence the corresponding
      files are unchanged in this checkin. This checkin is also the first time the environment checking in regrtest has
      been forward ported to the Py3k branch.
      
      This checkin causes test_xmlrpc to fail - see issue 7165 (it's a bug in the 3.x version of xmlrpc.server)
      I am also getting a failure in test_telnetlib, but it isn't clear yet if that is due to these changes.
      
      Recorded merge of revisions 75400-75401,75404,75406,75414,75416,75422,75425-75428,75435,75439,75441-75444,75447-75449,75451-75453,75455-75458,75460-75469,75471-75473,75475-75477,75479-75481,75483,75486-75489 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75400 | r.david.murray | 2009-10-14 23:58:07 +1000 (Wed, 14 Oct 2009) | 6 lines
      
        Enhanced Issue 7058 patch, which will not be backported.  Refactors the
        code, adds checks for stdin/out/err, cwd, and sys.path, and adds a new
        section in the summary for tests that modify the environment (thanks to
        Ezio Melotti for that suggestion).
      ........
        r75453 | nick.coghlan | 2009-10-17 16:33:05 +1000 (Sat, 17 Oct 2009) | 1 line
      
        Correctly restore sys.stdout in test_descr
      ........
        r75456 | nick.coghlan | 2009-10-17 17:30:40 +1000 (Sat, 17 Oct 2009) | 1 line
      
        Enhancement to the new environment checking code to print the changed items under -vv. Also includes a small tweak to allow underscores in the names of resources.
      ........
        r75457 | nick.coghlan | 2009-10-17 17:34:27 +1000 (Sat, 17 Oct 2009) | 1 line
      
        Formatting tweak so that before and after values are vertically aligned
      ........
        r75458 | nick.coghlan | 2009-10-17 18:21:21 +1000 (Sat, 17 Oct 2009) | 1 line
      
        Check and revert expected sys.path alterations
      ........
        r75461 | nick.coghlan | 2009-10-18 00:40:54 +1000 (Sun, 18 Oct 2009) | 1 line
      
        Restore original sys.path when running TTK tests
      ........
        r75462 | nick.coghlan | 2009-10-18 01:09:41 +1000 (Sun, 18 Oct 2009) | 1 line
      
        Don't invoke reload(sys) and use StringIO objects instead of real files to capture stdin and stdout when needed (ensures all sys attributes remain unmodified after test_xmlrpc runs)
      ........
        r75463 | nick.coghlan | 2009-10-18 01:23:08 +1000 (Sun, 18 Oct 2009) | 1 line
      
        Revert changes made to environment in test_httpservers
      ........
        r75465 | nick.coghlan | 2009-10-18 01:45:52 +1000 (Sun, 18 Oct 2009) | 1 line
      
        Move restoration of the os.environ object into the context manager where it belongs
      ........
        r75466 | nick.coghlan | 2009-10-18 01:48:16 +1000 (Sun, 18 Oct 2009) | 1 line
      
        Also check and restore identity of sys.path, sys.argv and os.environ rather than just their values (this picked up a few more misbehaving tests)
      ........
        r75467 | nick.coghlan | 2009-10-18 01:57:42 +1000 (Sun, 18 Oct 2009) | 1 line
      
        Avoid replacing existing modules and sys.path in import tests
      ........
        r75468 | nick.coghlan | 2009-10-18 02:19:51 +1000 (Sun, 18 Oct 2009) | 1 line
      
        Don't replace sys.path in test_site
      ........
        r75481 | nick.coghlan | 2009-10-18 15:38:48 +1000 (Sun, 18 Oct 2009) | 1 line
      
        Using CleanImport to revert a reload of the os module doesn't work due to function registrations in copy_reg. The perils of reloading modules even for tests...
      ........
        r75486 | nick.coghlan | 2009-10-18 20:29:10 +1000 (Sun, 18 Oct 2009) | 1 line
      
        Silence a deprecation warning by using the appropriate replacement construct
      ........
        r75489 | nick.coghlan | 2009-10-18 20:56:21 +1000 (Sun, 18 Oct 2009) | 1 line
      
        Restore sys.path in test_tk
      ........
      6ead552b