]> granicus.if.org Git - python/log
python
14 years agoBranch merge
Éric Araujo [Sat, 11 Jun 2011 17:56:09 +0000 (19:56 +0200)]
Branch merge

14 years agoIssue #12287: In ossaudiodev, check that the device isn't closed in several
Charles-François Natali [Sat, 11 Jun 2011 16:58:24 +0000 (18:58 +0200)]
Issue #12287: In ossaudiodev, check that the device isn't closed in several
methods.

14 years agomerge 3.2
Benjamin Peterson [Sat, 11 Jun 2011 16:34:37 +0000 (11:34 -0500)]
merge 3.2

14 years agomerge 3.1
Benjamin Peterson [Sat, 11 Jun 2011 16:34:31 +0000 (11:34 -0500)]
merge 3.1

14 years agoonto 3.1.5
Benjamin Peterson [Sat, 11 Jun 2011 16:33:01 +0000 (11:33 -0500)]
onto 3.1.5

14 years agomerge 3.2
Benjamin Peterson [Sat, 11 Jun 2011 15:01:35 +0000 (10:01 -0500)]
merge 3.2

14 years agomerge 3.1
Benjamin Peterson [Sat, 11 Jun 2011 15:01:14 +0000 (10:01 -0500)]
merge 3.1

14 years agoAdded tag v3.1.4 for changeset c918ec9f3a76
Benjamin Peterson [Sat, 11 Jun 2011 14:59:17 +0000 (09:59 -0500)]
Added tag v3.1.4 for changeset c918ec9f3a76

14 years agobump to 3.1.4 v3.1.4
Benjamin Peterson [Sat, 11 Jun 2011 14:58:58 +0000 (09:58 -0500)]
bump to 3.1.4

14 years agoAdjust logging in packaging.util.spawn (related to #11599)
Éric Araujo [Sat, 11 Jun 2011 07:46:07 +0000 (09:46 +0200)]
Adjust logging in packaging.util.spawn (related to #11599)

14 years agoUse correct directive to document one method
Éric Araujo [Sat, 11 Jun 2011 01:27:03 +0000 (03:27 +0200)]
Use correct directive to document one method

14 years agoAllow multiple setup hooks in packaging’s setup.cfg files (#12240).
Éric Araujo [Fri, 10 Jun 2011 22:33:38 +0000 (00:33 +0200)]
Allow multiple setup hooks in packaging’s setup.cfg files (#12240).

Original patch by Erik Bray.

14 years agosetup.cfg: Document that description-file can contain more than one file
Éric Araujo [Fri, 10 Jun 2011 22:21:18 +0000 (00:21 +0200)]
setup.cfg: Document that description-file can contain more than one file

14 years agoFix assorted bugs in packaging.util.cfg_to_args (#11595).
Éric Araujo [Fri, 10 Jun 2011 21:52:26 +0000 (23:52 +0200)]
Fix assorted bugs in packaging.util.cfg_to_args (#11595).

Original patch by Erik Bray.

14 years agoMove useful function to packaging.util.
Éric Araujo [Fri, 10 Jun 2011 21:26:31 +0000 (23:26 +0200)]
Move useful function to packaging.util.

Original patch by Erik Bray as part of #11595, changed by me to improve
readability.

14 years agoUpdated Formatter.formatTime docs to indicate configuration via class attributes.
Vinay Sajip [Fri, 10 Jun 2011 18:05:16 +0000 (19:05 +0100)]
Updated Formatter.formatTime docs to indicate configuration via class attributes.

14 years agoMerged documentation change for Issue #12168.
Vinay Sajip [Fri, 10 Jun 2011 17:54:12 +0000 (18:54 +0100)]
Merged documentation change for Issue #12168.

14 years agoDocumented change for Issue #12168.
Vinay Sajip [Fri, 10 Jun 2011 17:52:50 +0000 (18:52 +0100)]
Documented change for Issue #12168.

14 years agomerge heads
Benjamin Peterson [Fri, 10 Jun 2011 17:32:07 +0000 (12:32 -0500)]
merge heads

14 years agomerge 3.2 (#12009)
Benjamin Peterson [Fri, 10 Jun 2011 17:30:16 +0000 (12:30 -0500)]
merge 3.2 (#12009)

14 years agomerge 3.1 (#12009)
Benjamin Peterson [Fri, 10 Jun 2011 17:29:40 +0000 (12:29 -0500)]
merge 3.1 (#12009)

14 years agoBranch merge
Éric Araujo [Fri, 10 Jun 2011 16:34:45 +0000 (18:34 +0200)]
Branch merge

14 years agofix regression in netrc comment handling (closes #12009)
Benjamin Peterson [Fri, 10 Jun 2011 16:32:52 +0000 (11:32 -0500)]
fix regression in netrc comment handling (closes #12009)

14 years agoDon’t try to install something when running from uninstalled source (#12246).
Éric Araujo [Fri, 10 Jun 2011 16:31:40 +0000 (18:31 +0200)]
Don’t try to install something when running from uninstalled source (#12246).

Original patch by Tshepang Lekhonkhobe.

14 years agonull merge 3.2 (patch already applied to 3.3)
Victor Stinner [Fri, 10 Jun 2011 14:38:38 +0000 (16:38 +0200)]
null merge 3.2 (patch already applied to 3.3)

14 years agonull merge 3.1 (patch already applied to 3.2)
Victor Stinner [Fri, 10 Jun 2011 14:37:41 +0000 (16:37 +0200)]
null merge 3.1 (patch already applied to 3.2)

14 years agoIssue #10801: Fix test_unicode_filenames() of test_zipfile
Victor Stinner [Fri, 10 Jun 2011 14:32:54 +0000 (16:32 +0200)]
Issue #10801: Fix test_unicode_filenames() of test_zipfile

Just try to open files from the ZIP for reading, don't extract them to avoid
UnicodeEncodeError if the filename is not encodable to the filesystem encoding
(e.g. ASCII locale encoding).

14 years agoIssue #8407: skip sigwait() tests if pthread_sigmask() is missing
Victor Stinner [Fri, 10 Jun 2011 12:02:10 +0000 (14:02 +0200)]
Issue #8407: skip sigwait() tests if pthread_sigmask() is missing

The new tests now requires pthread_sigmask(). Skip the test if the function is
missing, e.g. if Python is compiled without threads.

14 years agotest_platform: ignore DeprecationWarning on popen() test
Victor Stinner [Fri, 10 Jun 2011 11:59:59 +0000 (13:59 +0200)]
test_platform: ignore DeprecationWarning on popen() test

14 years agoIssue #8407: write error message on sigwait test failure
Victor Stinner [Fri, 10 Jun 2011 11:53:32 +0000 (13:53 +0200)]
Issue #8407: write error message on sigwait test failure

14 years agoIssue #8407: Make signal.sigwait() tests more reliable
Victor Stinner [Fri, 10 Jun 2011 10:48:13 +0000 (12:48 +0200)]
Issue #8407: Make signal.sigwait() tests more reliable

Block the signal before calling sigwait(). Use os.fork() to ensure that we have
only one thread.

Initial patch written by Charles-François Natali.

14 years agoIssue #9344: Add os.getgrouplist().
Ross Lagerwall [Fri, 10 Jun 2011 05:30:30 +0000 (07:30 +0200)]
Issue #9344: Add os.getgrouplist().

14 years agoClean up extra environment variable after packaging tests.
Éric Araujo [Fri, 10 Jun 2011 02:29:43 +0000 (04:29 +0200)]
Clean up extra environment variable after packaging tests.

packaging.util.check_environ will define HOME and PLAT if they don’t exist; for
some reason, it does not define PLAT when running the tests from a checkout (so
no regrtest warning) but does when running from an installed Python.

Cleaning up the envvar in test_dist fixes the warning on my machine, but I
suspect that a test runner using a different order to run files or running them
in parallel may have PLAT defined in its environment because of another test.
Quite a lot of code ends up calling check_environ; maybe we should just clean
up PLAT in every test.  For now I’m doing this simple fix, we’ll see if we get
bug reports.

14 years agoFix omission in test for packaging install_distinfo command.
Éric Araujo [Fri, 10 Jun 2011 01:53:49 +0000 (03:53 +0200)]
Fix omission in test for packaging install_distinfo command.

The code does not write checksum or file length for .pyc and .pyo in the RECORD
file, in compliance with PEP 376, but the test forgot to take .pyo into
account.  This was not caught because there were no .pyo in the checkout, but
after installing there are .pyo files created by compileall, and the test picks
them up.

14 years agoRemove *.egg-info from Makefile.pre.in (follow-up to d615eb7bce33, #12218)
Éric Araujo [Fri, 10 Jun 2011 01:48:04 +0000 (03:48 +0200)]
Remove *.egg-info from Makefile.pre.in (follow-up to d615eb7bce33, #12218)

14 years agoPackaging: use repr to display projects name (3ebabfbf6fe3 followup)
Éric Araujo [Fri, 10 Jun 2011 01:10:53 +0000 (03:10 +0200)]
Packaging: use repr to display projects name (3ebabfbf6fe3 followup)

14 years agoIssue #8407: signal.sigwait() releases the GIL
Victor Stinner [Thu, 9 Jun 2011 23:39:53 +0000 (01:39 +0200)]
Issue #8407: signal.sigwait() releases the GIL

Initial patch by Charles-François Natali.

14 years agoRemoved a Windows 9x trick used before LoadLibraryExW.
Brian Curtin [Thu, 9 Jun 2011 22:55:54 +0000 (17:55 -0500)]
Removed a Windows 9x trick used before LoadLibraryExW.

Windows 9x has long been unsupported and the result of GetFullPathName
was not even being used in the first place.

14 years agoMerge #10694: zipfile now ignores garbage at the end of a zipfile.
R David Murray [Thu, 9 Jun 2011 19:52:31 +0000 (15:52 -0400)]
Merge #10694: zipfile now ignores garbage at the end of a zipfile.

14 years ago#10694: zipfile now ignores garbage at the end of a zipfile.
R David Murray [Thu, 9 Jun 2011 19:50:51 +0000 (15:50 -0400)]
#10694: zipfile now ignores garbage at the end of a zipfile.

Original fix by 'rep', final patch (with tests) by Xuanji Li.

14 years agomerge #12283: Fixed regression in smtplib quoting of leading dots in DATA.
R David Murray [Thu, 9 Jun 2011 19:21:02 +0000 (15:21 -0400)]
merge #12283: Fixed regression in smtplib quoting of leading dots in DATA.

14 years ago#12283: Fixed regression in smtplib quoting of leading dots in DATA.
R David Murray [Thu, 9 Jun 2011 19:05:57 +0000 (15:05 -0400)]
#12283: Fixed regression in smtplib quoting of leading dots in DATA.

I unfortunately introduced the regression when I refactored the code,
and there were no tests of quoting so it wasn't caught.  Now there
is one.

14 years agoMerged upstream changes.
Vinay Sajip [Thu, 9 Jun 2011 17:43:11 +0000 (18:43 +0100)]
Merged upstream changes.

14 years agoMade time formats in Formatter more configurable.
Vinay Sajip [Thu, 9 Jun 2011 17:42:19 +0000 (18:42 +0100)]
Made time formats in Formatter more configurable.

14 years ago#10424: argument names are now included in the missing argument message
R David Murray [Thu, 9 Jun 2011 16:34:07 +0000 (12:34 -0400)]
#10424: argument names are now included in the missing argument message

Fix and initial test patch by Michele Orrù.

14 years agoMerged fix for issue #12168 from 3.2.
Vinay Sajip [Thu, 9 Jun 2011 15:55:23 +0000 (16:55 +0100)]
Merged fix for issue #12168 from 3.2.

14 years agoIssue #12168: SysLogHandler now allows NUL termination to be controlled using a new...
Vinay Sajip [Thu, 9 Jun 2011 15:50:49 +0000 (16:50 +0100)]
Issue #12168: SysLogHandler now allows NUL termination to be controlled using a new 'append_nul' attribute on the handler.

14 years agoMerge 3.2
Brian Curtin [Thu, 9 Jun 2011 14:46:21 +0000 (09:46 -0500)]
Merge 3.2

14 years agoMerge doc fixes from 3.2
Éric Araujo [Thu, 9 Jun 2011 14:28:19 +0000 (16:28 +0200)]
Merge doc fixes from 3.2

14 years agoCorrection to 88e318166eaf - Issue #11583
Brian Curtin [Thu, 9 Jun 2011 14:10:38 +0000 (09:10 -0500)]
Correction to 88e318166eaf - Issue #11583

Rather than wrapping the C _isdir function in a Python function,
just import the C _isdir function directly. Additionally, add in the
docstring which was left out.

14 years agoThe change done for #10645 deserves a NEWS entry
Éric Araujo [Thu, 9 Jun 2011 12:10:07 +0000 (14:10 +0200)]
The change done for #10645 deserves a NEWS entry

14 years agoBranch merge
Éric Araujo [Thu, 9 Jun 2011 12:07:46 +0000 (14:07 +0200)]
Branch merge

14 years agoStop creating a Python-X.Y.Z-pyX.Y.egg-info file on install (#10645)
Éric Araujo [Thu, 9 Jun 2011 12:07:02 +0000 (14:07 +0200)]
Stop creating a Python-X.Y.Z-pyX.Y.egg-info file on install (#10645)

14 years agoBranch merge
Éric Araujo [Thu, 9 Jun 2011 11:13:24 +0000 (13:13 +0200)]
Branch merge

14 years agoDocument how to define extension modules in setup.cfg
Éric Araujo [Thu, 9 Jun 2011 06:18:17 +0000 (08:18 +0200)]
Document how to define extension modules in setup.cfg

14 years agoFix incorrect nesting of sections in setup.cfg specification
Éric Araujo [Thu, 9 Jun 2011 06:15:47 +0000 (08:15 +0200)]
Fix incorrect nesting of sections in setup.cfg specification

14 years agoFix example in packaging test_config.
Éric Araujo [Thu, 9 Jun 2011 05:47:25 +0000 (07:47 +0200)]
Fix example in packaging test_config.

The example C extension used the “three.fast_taunt” name, but no “three” parent
was defined in the setup.cfg.  This did not cause a failure nor even print a
warning, we may want to change that.

14 years agoFix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat.
Brian Curtin [Wed, 8 Jun 2011 23:43:57 +0000 (18:43 -0500)]
Fix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat.

By changing to the Windows GetFileAttributes API in nt._isdir we can figure
out if the path is a directory without opening the file via os.stat. This has
the minor benefit of speeding up os.path.isdir by at least 2x for regular
files and 10-15x improvements were seen on symbolic links (which opened the
file multiple times during os.stat). Since os.path.isdir is used in
several places on interpreter startup, we get a minor speedup in startup time.

14 years agoFix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat.
Brian Curtin [Wed, 8 Jun 2011 23:17:18 +0000 (18:17 -0500)]
Fix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat.

By changing to the Windows GetFileAttributes API in nt._isdir we can figure
out if the path is a directory without opening the file via os.stat. This has
the minor benefit of speeding up os.path.isdir by at least 2x for regular
files and 10-15x improvements were seen on symbolic links (which opened the
file multiple times during os.stat). Since os.path.isdir is used in
several places on interpreter startup, we get a minor speedup in startup time.

14 years agoIssue #12021: Make mmap's read() method argument optional. Patch by Petri
Charles-François Natali [Wed, 8 Jun 2011 17:18:14 +0000 (19:18 +0200)]
Issue #12021: Make mmap's read() method argument optional. Patch by Petri
Lehtinen.

14 years agoIssue #9205: concurrent.futures.ProcessPoolExecutor now detects killed
Antoine Pitrou [Wed, 8 Jun 2011 15:21:55 +0000 (17:21 +0200)]
Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed
children and raises BrokenProcessPool in such a situation.  Previously it
would reliably freeze/deadlock.

14 years agoFix a few misuses of :option: I missed in r86521.
Éric Araujo [Wed, 8 Jun 2011 03:29:39 +0000 (05:29 +0200)]
Fix a few misuses of :option: I missed in r86521.

Extract of the commit message:

  Fix usage of :option: in the docs (#9312).

  :option: is used to create a link to an option of python, not to mark
  up any instance of any arbitrary command-line option.  These were
  changed to ````.

14 years agoRevert a reversed comparison order introduced in r70695.
Brett Cannon [Wed, 8 Jun 2011 03:09:32 +0000 (20:09 -0700)]
Revert a reversed comparison order introduced in r70695.

14 years agoAdd links from builtins module docs to built-in functions and constants docs
Éric Araujo [Wed, 8 Jun 2011 02:53:20 +0000 (04:53 +0200)]
Add links from builtins module docs to built-in functions and constants docs

14 years agoStyle change in packaging: use “not in” over “not x in”.
Éric Araujo [Wed, 8 Jun 2011 02:47:13 +0000 (04:47 +0200)]
Style change in packaging: use “not in” over “not x in”.

Such tests are IMO easier to read if both operators are grouped.

14 years agoPackaging: always use repr to display project names.
Éric Araujo [Wed, 8 Jun 2011 02:40:13 +0000 (04:40 +0200)]
Packaging: always use repr to display project names.

This helps debugging in case of trailing blanks and such things.

14 years agoFix misunderstanding of how booleans work
Éric Araujo [Wed, 8 Jun 2011 02:31:18 +0000 (04:31 +0200)]
Fix misunderstanding of how booleans work

14 years agoPackaging cleanup: normalize print calls.
Éric Araujo [Wed, 8 Jun 2011 02:10:57 +0000 (04:10 +0200)]
Packaging cleanup: normalize print calls.

Namely: use default arguments instead of explicit empty string; use multiple
arguments instead of building strings.

14 years agoPackaging cleanup: remove use of script_name where obsolete
Éric Araujo [Wed, 8 Jun 2011 02:06:50 +0000 (04:06 +0200)]
Packaging cleanup: remove use of script_name where obsolete

14 years agoAdd examples that work on Windows to distutils docs (#1626300)
Éric Araujo [Tue, 7 Jun 2011 23:11:36 +0000 (01:11 +0200)]
Add examples that work on Windows to distutils docs (#1626300)

14 years agoRemove outdated bit of advice (584f9c213a6d follow-up)
Éric Araujo [Tue, 7 Jun 2011 22:47:49 +0000 (00:47 +0200)]
Remove outdated bit of advice (584f9c213a6d follow-up)

14 years agoKill dead code in importlib.test.__main__ (#12019, reviewed by Brett Cannon)
Éric Araujo [Tue, 7 Jun 2011 15:58:50 +0000 (17:58 +0200)]
Kill dead code in importlib.test.__main__ (#12019, reviewed by Brett Cannon)

14 years agoBranch merge: packaging fixes
Éric Araujo [Tue, 7 Jun 2011 15:31:39 +0000 (17:31 +0200)]
Branch merge: packaging fixes

14 years ago#12274: use proper escaping for % in IDLE config (merged from 3.2).
Łukasz Langa [Tue, 7 Jun 2011 13:20:51 +0000 (15:20 +0200)]
#12274: use proper escaping for % in IDLE config (merged from 3.2).

14 years ago#12274: use proper escaping for % in IDLE config.
Łukasz Langa [Tue, 7 Jun 2011 13:19:44 +0000 (15:19 +0200)]
#12274: use proper escaping for % in IDLE config.

14 years ago(Merge 3.2) test.support: don't catch OSError when can_symlink() removes the
Victor Stinner [Tue, 7 Jun 2011 10:19:34 +0000 (12:19 +0200)]
(Merge 3.2) test.support: don't catch OSError when can_symlink() removes the
temporary symbolic link.

14 years agotest.support: can_symlink() removes the temporary symbolic link
Victor Stinner [Tue, 7 Jun 2011 10:17:15 +0000 (12:17 +0200)]
test.support: can_symlink() removes the temporary symbolic link

14 years agoRemove a redundant assignment.
Brett Cannon [Tue, 7 Jun 2011 03:24:11 +0000 (20:24 -0700)]
Remove a redundant assignment.

Found by LLVM/clang 2.9.

14 years agoChecking if an unsigned long is < 0 is pointless.
Brett Cannon [Tue, 7 Jun 2011 03:22:56 +0000 (20:22 -0700)]
Checking if an unsigned long is < 0 is pointless.

Found by LLVM/clang 2.9.

14 years agoRemove some extraneous parentheses and swap the comparison order to
Brett Cannon [Tue, 7 Jun 2011 03:20:36 +0000 (20:20 -0700)]
Remove some extraneous parentheses and swap the comparison order to
prevent accidental assignment.

Silences a warning from LLVM/clang 2.9.

14 years agoWhen building sqlite3, the directory where sqlite.h was found was
Brett Cannon [Tue, 7 Jun 2011 03:09:10 +0000 (20:09 -0700)]
When building sqlite3, the directory where sqlite.h was found was
always appended to the include directories regardless of whether it
was already in the list of directories. This could cause issue if
sqlite was installed in the same location as another install of
Python. Now a check is done to make sure the directory is not included
twice.

14 years agoUse a sleep for test_subprocess timeout test
Victor Stinner [Mon, 6 Jun 2011 21:43:02 +0000 (23:43 +0200)]
Use a sleep for test_subprocess timeout test

instead of an active loop (while True: pass) to limit race conditions.

14 years agoFix UnboundLocalError in a finally block of one packaging test
Éric Araujo [Mon, 6 Jun 2011 20:24:19 +0000 (22:24 +0200)]
Fix UnboundLocalError in a finally block of one packaging test

14 years agoFix sdist to always include setup.cfg (#11092), to comply with the spec
Éric Araujo [Mon, 6 Jun 2011 19:55:43 +0000 (21:55 +0200)]
Fix sdist to always include setup.cfg (#11092), to comply with the spec

14 years agoUse strings instead of sets of lines in packaging.create tests.
Éric Araujo [Mon, 6 Jun 2011 18:59:56 +0000 (20:59 +0200)]
Use strings instead of sets of lines in packaging.create tests.

Using sets in tests did not check whether the values were written in the right
section or with the right key.

14 years agoFix comment
Éric Araujo [Mon, 6 Jun 2011 18:28:13 +0000 (20:28 +0200)]
Fix comment

14 years agoUpdate comments in sysconfig.cfg
Éric Araujo [Mon, 6 Jun 2011 18:07:04 +0000 (20:07 +0200)]
Update comments in sysconfig.cfg

14 years agoFix documentation of requires-python field in setup.cfg (#11041)
Éric Araujo [Mon, 6 Jun 2011 17:57:02 +0000 (19:57 +0200)]
Fix documentation of requires-python field in setup.cfg (#11041)

14 years agoIssue #12196: Make os.pipe2() flags argument mandatory.
Charles-François Natali [Mon, 6 Jun 2011 17:49:47 +0000 (19:49 +0200)]
Issue #12196: Make os.pipe2() flags argument mandatory.

14 years agoWhitespace normalization
Antoine Pitrou [Mon, 6 Jun 2011 17:36:01 +0000 (19:36 +0200)]
Whitespace normalization

14 years agoIssue #12040: Expose a new attribute `sentinel` on instances of
Antoine Pitrou [Mon, 6 Jun 2011 17:35:31 +0000 (19:35 +0200)]
Issue #12040: Expose a new attribute `sentinel` on instances of
:class:`multiprocessing.Process`.  Also, fix Process.join() to not use
polling anymore, when given a timeout.

14 years agoIssue #11893: Remove obsolete internal wrapper class `SSLFakeFile` in the smtplib...
Antoine Pitrou [Mon, 6 Jun 2011 17:17:09 +0000 (19:17 +0200)]
Issue #11893: Remove obsolete internal wrapper class `SSLFakeFile` in the smtplib module.
Patch by Catalin Iacob.

14 years agoMerge 3.2
Éric Araujo [Mon, 6 Jun 2011 15:13:08 +0000 (17:13 +0200)]
Merge 3.2

14 years agoBranch merge
Éric Araujo [Mon, 6 Jun 2011 15:12:29 +0000 (17:12 +0200)]
Branch merge

14 years agoBranch merge
Éric Araujo [Mon, 6 Jun 2011 15:11:47 +0000 (17:11 +0200)]
Branch merge

14 years agoRemove wsgiref.egg-info from msi.py (follow-up to d615eb7bce33, #12218)
Éric Araujo [Mon, 6 Jun 2011 15:08:41 +0000 (17:08 +0200)]
Remove wsgiref.egg-info from msi.py (follow-up to d615eb7bce33, #12218)

14 years agoIssue #12250: regrtest --timeout displays a warning instead of failing with an
Victor Stinner [Mon, 6 Jun 2011 10:14:23 +0000 (12:14 +0200)]
Issue #12250: regrtest --timeout displays a warning instead of failing with an
error if faulthandler.dump_tracebacks_later() is missing (e.g. if Python is
compiled without threads).

14 years agoIssue #12250: modify "make buildbottest" command line instead of TESTOPTS
Victor Stinner [Mon, 6 Jun 2011 10:04:36 +0000 (12:04 +0200)]
Issue #12250: modify "make buildbottest" command line instead of TESTOPTS

Add TESTTIMEOUT variable (default: 3600 seconds). Use TESTTIMEOUT=0 to disable
the timeout.
***
fix

14 years agoDrop claim about nasty problem.
Martin v. Löwis [Mon, 6 Jun 2011 08:27:56 +0000 (10:27 +0200)]
Drop claim about nasty problem.
It's unclear what this was referring to; most likely, it was about sockets
that the application had already closed, in which case it's not a sockets
problem, but an application problem.

14 years agoDrop unfounded claims about performance.
Martin v. Löwis [Mon, 6 Jun 2011 08:25:55 +0000 (10:25 +0200)]
Drop unfounded claims about performance.