summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Blocked revisions 76300 via svnmergeMark Dickinson2009-11-150-0/+0
| | | | | | | | | ........ r76300 | mark.dickinson | 2009-11-15 13:12:43 +0000 (Sun, 15 Nov 2009) | 3 lines Issue #5792: Extend short float repr support to x86 platforms using suncc or icc. Many thanks Stefan Krah for help and OpenSolaris testing. ........
* Merged revisions 76295 via svnmerge fromMark Dickinson2009-11-152-34/+113
| | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r76295 | mark.dickinson | 2009-11-15 12:31:13 +0000 (Sun, 15 Nov 2009) | 5 lines Avoid signed overflow in some xrange calculations, and extend xrange tests to cover some special cases that caused problems in py3k. This is a partial backport of r76292-76293 (see issue #7298.) ........
* Merged revisions 76288 via svnmerge fromSenthil Kumaran2009-11-151-1/+7
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r76288 | senthil.kumaran | 2009-11-15 14:06:20 +0530 (Sun, 15 Nov 2009) | 3 lines Fix for Issue4683 - urllib2.HTTPDigestAuthHandler fails on third hostname?. Resolution: Reset the nonce value for each unique nonce (as per RFC 2617) ........
* Blocked revisions 76286 via svnmergeNick Coghlan2009-11-150-0/+0
| | | | | | | | ........ r76286 | nick.coghlan | 2009-11-15 17:30:34 +1000 (Sun, 15 Nov 2009) | 1 line Issue #6816: expose the zipfile and directory execution mechanism to Python code via the runpy module. Also consolidated some script execution functionality in the test harness into a helper module and removed some implementation details from the runpy module documentation. ........
* Merged revisions 76282 via svnmerge fromSenthil Kumaran2009-11-151-2/+4
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r76282 | senthil.kumaran | 2009-11-15 11:40:30 +0530 (Sun, 15 Nov 2009) | 3 lines Addition of some details in the code comments. ........
* Merged revisions 76276-76277 via svnmerge fromR. David Murray2009-11-152-1/+8
| | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r76276 | r.david.murray | 2009-11-14 19:04:32 -0500 (Sat, 14 Nov 2009) | 3 lines Issue 7324: add a sanity check to regrtest argument parsing to catch the case of an option with no handler. ........ r76277 | r.david.murray | 2009-11-14 19:07:00 -0500 (Sat, 14 Nov 2009) | 3 lines Remove 'g' from regrtest getopt argument string, since there's no handler for it. ........
* Merged revisions 76190 via svnmerge fromR. David Murray2009-11-141-33/+71
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r76190 | r.david.murray | 2009-11-10 13:58:02 -0500 (Tue, 10 Nov 2009) | 3 lines Update the FAQ entry that explains that assignments in the local scope shadow variables in the outer scope (issue 7290). ........
* Merged revisions 76265 via svnmerge fromR. David Murray2009-11-141-2/+7
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r76265 | r.david.murray | 2009-11-14 12:43:16 -0500 (Sat, 14 Nov 2009) | 3 lines Turn the bsddb replication startup timeout test into a warning, to improve buildbot stability. ........
* Blocked revisions 76260 via svnmergeR. David Murray2009-11-140-0/+0
| | | | | | | | | | ........ r76260 | r.david.murray | 2009-11-14 10:18:22 -0500 (Sat, 14 Nov 2009) | 5 lines Issue #7312 (new feature): Add a -F flag to run the selected tests in a loop until a test fails. Can be combined with -j. Patch by Antoine Pitrou. ........
* Merged revisions 76255 via svnmerge fromBenjamin Peterson2009-11-132-2/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r76255 | benjamin.peterson | 2009-11-13 17:11:54 -0600 (Fri, 13 Nov 2009) | 1 line use Sphinx 0.6.3 ........
* Merged revisions 76245 via svnmerge fromAntoine Pitrou2009-11-132-2/+18
| | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r76245 | antoine.pitrou | 2009-11-13 23:31:18 +0100 (ven., 13 nov. 2009) | 6 lines Issue #7318: multiprocessing now uses a timeout when it fails to establish a connection with another process, rather than looping endlessly. The default timeout is 20 seconds, which should be amply sufficient for local connections. ........
* fix highlight in the datetime exampleEzio Melotti2009-11-121-2/+2
|
* Merged revisions 76217 via svnmerge fromAntoine Pitrou2009-11-112-7/+5
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r76217 | antoine.pitrou | 2009-11-11 21:55:07 +0100 (mer., 11 nov. 2009) | 3 lines Issue #7295: Do not use a hardcoded file name in test_tarfile. ........
* Merged revisions 76214 via svnmerge fromR. David Murray2009-11-111-1/+1
| | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r76214 | r.david.murray | 2009-11-11 13:07:27 -0500 (Wed, 11 Nov 2009) | 5 lines I got the relative magnitudes of the timeout increases reversed, so I'm bumping up the longer test to the 60 seconds I intended to make it. If this doesn't cure the intermittent buildbot timeouts, I'm going to turn that test into a warning rather than a failure. ........
* Merged revisions 76212 via svnmerge fromSenthil Kumaran2009-11-111-5/+5
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r76212 | senthil.kumaran | 2009-11-11 22:52:35 +0530 (Wed, 11 Nov 2009) | 3 lines Fixing the NameError on Windows - issue1235 ........
* Merged revisions 76208 via svnmerge fromSenthil Kumaran2009-11-111-54/+23
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r76208 | senthil.kumaran | 2009-11-11 07:04:44 +0530 (Wed, 11 Nov 2009) | 3 lines CGIHTTPRequestHandler.run_cgi() to use subprocess for Non Unix platforms. Fix based on Issue1235. ........
* Blocked revisions 76176 via svnmergeMark Dickinson2009-11-090-0/+0
| | | | | | | | | | | | ........ r76176 | mark.dickinson | 2009-11-09 17:03:34 +0000 (Mon, 09 Nov 2009) | 7 lines Issue #7251: Break out round tests for large values into a separate test function, and skip that test on Linux/alpha systems with a broken system round function. This should turn the Debian/alpha buildbot green. ........
* Merged revisions 76182 via svnmerge fromMark Dickinson2009-11-091-1/+3
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r76182 | mark.dickinson | 2009-11-09 19:54:51 +0000 (Mon, 09 Nov 2009) | 1 line Add extra information to a test_signal failure message to aid diagnosis of buildbot failure. ........
* Issue #7070: Fix problem with builtin round function for large oddMark Dickinson2009-11-093-5/+20
| | | | integer arguments. Also fixes the sign of round(-0.0).
* Merged revisions 76137,76172 via svnmerge fromAntoine Pitrou2009-11-095-30/+604
| | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r76137 | antoine.pitrou | 2009-11-06 23:34:35 +0100 (ven., 06 nov. 2009) | 4 lines Issue #7270: Add some dedicated unit tests for multi-thread synchronization primitives such as Lock, RLock, Condition, Event and Semaphore. ........ r76172 | antoine.pitrou | 2009-11-09 17:00:11 +0100 (lun., 09 nov. 2009) | 5 lines Issue #7282: Fix a memory leak when an RLock was used in a thread other than those started through `threading.Thread` (for example, using `thread.start_new_thread()`. ........
* Merged revisions 76168 via svnmerge fromEric Smith2009-11-091-1/+3
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r76168 | eric.smith | 2009-11-09 10:16:23 -0500 (Mon, 09 Nov 2009) | 1 line Issue 7294: Fixed URL in a comment. ........
* Merged revisions 76163 via svnmerge fromR. David Murray2009-11-091-7/+6
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r76163 | r.david.murray | 2009-11-09 09:18:14 -0500 (Mon, 09 Nov 2009) | 2 lines Remove redundant sentence. ........
* Merged revisions 76148 via svnmerge fromAntoine Pitrou2009-11-081-0/+2
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r76148 | antoine.pitrou | 2009-11-08 01:24:12 +0100 (dim., 08 nov. 2009) | 4 lines Kill a small potential leak in test_threading. The leak may not manifest itself if the OS re-uses the same thread ids (I suppose Neal's machine doesn't :-)) ........
* Merged revisions 76116 via svnmerge fromR. David Murray2009-11-051-2/+2
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r76116 | r.david.murray | 2009-11-04 20:50:56 -0500 (Wed, 04 Nov 2009) | 3 lines Increase the timeout in the bsddb3 replication test to allow the test time to complete on slow buildbots. See issue 6462. ........
* Merged revisions 76117 via svnmerge fromAntoine Pitrou2009-11-053-3/+12
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r76117 | antoine.pitrou | 2009-11-05 14:42:29 +0100 (jeu., 05 nov. 2009) | 5 lines Issue #7264: Fix a possible deadlock when deallocating thread-local objects which are part of a reference cycle. ........
* Merged revisions 76101 via svnmerge fromAntoine Pitrou2009-11-041-53/+56
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r76101 | antoine.pitrou | 2009-11-04 01:50:26 +0100 (mer., 04 nov. 2009) | 3 lines Make test_shutil clean up after itself ........
* Fix backport of test_curses test skip.R. David Murray2009-11-031-1/+1
|
* Merged revisions 76095 via svnmerge fromGeorg Brandl2009-11-031-0/+7
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r76095 | georg.brandl | 2009-11-03 18:34:27 +0000 (Di, 03 Nov 2009) | 1 line #7256: add versionadded tags for functions copied from cgi. ........
* Recorded merge of revisions 76075 via svnmerge fromGeorg Brandl2009-11-030-0/+0
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r76075 | skip.montanaro | 2009-11-03 02:43:59 +0000 (Di, 03 Nov 2009) | 1 line typo (space-o?) ........
* Merged revisions 76086 via svnmerge fromAntoine Pitrou2009-11-031-1/+8
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r76086 | antoine.pitrou | 2009-11-03 17:41:20 +0100 (mar., 03 nov. 2009) | 3 lines Try to make test_wsgiref less fragile against environment changes by other tests ........
* Merged revisions 76082 via svnmerge fromMark Dickinson2009-11-031-1/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r76082 | mark.dickinson | 2009-11-03 16:26:14 +0000 (Tue, 03 Nov 2009) | 1 line Fix doc typo reported by Arfrever. ........
* It turns out test_curses can fail in a 2.6 buildbot because stdout is notR. David Murray2009-11-031-0/+2
| | | | | | | | | | | | | | a tty in certain cases. Merged revisions 75518 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75518 | r.david.murray | 2009-10-19 12:01:28 -0400 (Mon, 19 Oct 2009) | 3 lines Only run test_curses when sys.__stdout__ is a tty. This eliminates the last false positive when running regrtest with -j. ........
* Unblocked revisions 75518 via svnmergeR. David Murray2009-11-030-0/+0
| | | | | | | | | ........ r75518 | r.david.murray | 2009-10-19 12:01:28 -0400 (Mon, 19 Oct 2009) | 3 lines Only run test_curses when sys.__stdout__ is a tty. This eliminates the last false positive when running regrtest with -j. ........
* typo (space-o?)Skip Montanaro2009-11-031-1/+1
|
* Try to fix test_wsgiref failures due to test_httpservers modifying the ↵Antoine Pitrou2009-11-021-1/+5
| | | | environment
* Issue #7249: Methods of io.BytesIO now allow `long` as well as `int` arguments.Antoine Pitrou2009-11-023-11/+22
| | | | | | | | | | | | Merged revisions 76071 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r76071 | antoine.pitrou | 2009-11-02 21:47:33 +0100 (lun., 02 nov. 2009) | 4 lines Add acceptance of long ints to test_memoryio.py (in preparation for fix of #7249 in 2.6) ........
* Fix broken test in test_hotshot. Treating the current directory as anNeil Schemenauer2009-11-021-1/+7
| | | | | empty file is sloppy and non-portable. Use NamedTemporaryFile to make an empty file.
* Merged revisions 76042 via svnmerge fromTarek Ziadé2009-11-011-1/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r76042 | tarek.ziade | 2009-11-01 23:33:45 +0100 (Sun, 01 Nov 2009) | 1 line fixed stdout alteration in test_distutils ........
* reapplied r74493 (after #6665 fix has been backported)Tarek Ziadé2009-11-012-8/+10
|
* Merged revisions 76037 via svnmerge fromAntoine Pitrou2009-11-011-3/+11
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r76037 | antoine.pitrou | 2009-11-01 23:02:03 +0100 (dim., 01 nov. 2009) | 3 lines Use a custom timeout in test_support.open_urlresource. ........
* Merged revisions 76033 via svnmerge fromAntoine Pitrou2009-11-011-2/+5
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r76033 | antoine.pitrou | 2009-11-01 22:26:14 +0100 (dim., 01 nov. 2009) | 3 lines test_normalization should skip and not crash when the resource isn't available ........
* Merged revisions 74475 via svnmerge fromGregory P. Smith2009-11-013-2/+11
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74475 | gregory.p.smith | 2009-08-16 11:52:58 -0700 (Sun, 16 Aug 2009) | 2 lines Issue 6665: Fix fnmatch to properly match filenames with newlines in them. ........
* Merged revisions 69519 via svnmerge fromGregory P. Smith2009-11-013-2/+19
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r69519 | gregory.p.smith | 2009-02-11 15:45:25 -0800 (Wed, 11 Feb 2009) | 3 lines Issue #1008086: Fixes socket.inet_aton() to always return 4 bytes even on LP64 platforms (most 64-bit Linux, bsd, unix systems). ........
* Fix space/tabs issue.Raymond Hettinger2009-11-011-62/+62
|
* Issue 7244: Fix indentation in C code. Fix test to not sent output to stdout.Raymond Hettinger2009-11-012-42/+45
|
* Merged revisions 76000 via svnmerge fromGregory P. Smith2009-11-012-3/+14
| | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r76000 | gregory.p.smith | 2009-10-31 14:26:08 -0700 (Sat, 31 Oct 2009) | 7 lines Fixes issue7208 - getpass would still allow the password to be echoed on Solaris due to not flushing the input buffer. This change also incorporates some additional getpass implementation suggestions for security based on an analysis of getpass.c linked to from the issue. ........
* (neither to 2.6)Antoine Pitrou2009-11-011-1/+4
| | | | | | | | | | | Merged revisions 76012 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r76012 | antoine.pitrou | 2009-11-01 17:10:47 +0100 (dim., 01 nov. 2009) | 3 lines Hum, test skipping when the URL isn't reachable hadn't been applied to trunk. ........
* Issue 7244: fix exception handling in itertools.izip_longest().Raymond Hettinger2009-11-013-5/+47
|
* Blocked revisions 75995 via svnmergeEric Smith2009-10-310-0/+0
| | | | | | | | ........ r75995 | eric.smith | 2009-10-31 13:07:17 -0400 (Sat, 31 Oct 2009) | 1 line Improved test for a deprecation warning. ........
* Blocked revisions 75991 via svnmergeMark Dickinson2009-10-310-0/+0
| | | | | | | | ........ r75991 | mark.dickinson | 2009-10-31 12:47:47 +0000 (Sat, 31 Oct 2009) | 1 line Set retval on PyOS_string_to_double failure. ........