summaryrefslogtreecommitdiffstats
path: root/Lib/test/support
Commit message (Expand)AuthorAgeFilesLines
* Adds test.support.PGO and skips tests that are not useful for PGO.Steve Dower2016-09-071-1/+5
* Issue #27355: Removed support for Windows CE. It was never finished,Larry Hastings2016-09-051-1/+1
* Merge with 3.5Terry Jan Reedy2016-09-051-2/+3
|\
| * Issue #27918# test.resource.is_gui_available no longer flashes tk window.Terry Jan Reedy2016-09-051-2/+3
* | Merge 3.5 (script_helper)Victor Stinner2016-08-171-8/+8
|\ \ | |/
| * script_helper: kill the subprocess on errorVictor Stinner2016-08-171-8/+8
* | Issue #27472: Add test.support.unix_shell as the path to the default shell.Xavier de Gaye2016-07-221-1/+6
* | Issue #27027: Added test.support.is_android that is True when this is anXavier de Gaye2016-07-101-1/+3
* | Issue #19527: Fixed tests with defined COUNT_ALLOCS.Serhiy Storchaka2016-07-031-0/+3
|\ \ | |/
| * Issue #19527: Fixed tests with defined COUNT_ALLOCS.Serhiy Storchaka2016-07-031-0/+3
* | Issue #18300: Merge from 3.5Berker Peksag2016-06-241-0/+4
|\ \ | |/
| * Issue #18300: Set TERM='' by default in assert_python_*Berker Peksag2016-06-241-0/+4
* | Issue #27289: Merge from 3.5Berker Peksag2016-06-121-1/+2
|\ \ | |/
| * Issue #27289: Prevent test_urllib2net failures due to EOFError raised by ftplibBerker Peksag2016-06-121-1/+2
* | Issue #26494: Fixed crash on iterating exhausting iterators.Serhiy Storchaka2016-03-301-0/+19
|\ \ | |/
| * Issue #26494: Fixed crash on iterating exhausting iterators.Serhiy Storchaka2016-03-301-0/+19
* | support.temp_dir(): call support.rmtree() instead of shutil.rmtree()Victor Stinner2016-03-241-1/+1
* | Issue #26325: Added test.support.check_no_resource_warning() to check thatSerhiy Storchaka2016-02-111-1/+23
|\ \ | |/
| * Issue #26325: Added test.support.check_no_resource_warning() to check thatSerhiy Storchaka2016-02-111-1/+23
* | subprocess._optim_args_from_interpreter_flags()Victor Stinner2016-01-181-0/+5
* | * Re-fix issue #19284: Don't generate the no-op -R command lineGregory P. Smith2015-12-141-1/+1
|\ \ | |/
| * * Re-fix issue #19284: Don't generate the no-op -R command lineGregory P. Smith2015-12-141-1/+1
| |\
* | \ Issue #25626: Merge zlib fix from 3.5Martin Panter2015-11-211-6/+9
|\ \ \ | |/ /
| * | Issue #25626: Change zlib to accept Py_ssize_t and cap to UINT_MAXMartin Panter2015-11-201-6/+9
* | | Issue #23883: Add test.support.check__all__() and test gettext.__all__Martin Panter2015-11-141-0/+61
|/ /
* | Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5Martin Panter2015-11-021-1/+1
|\ \ | |/
| * Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-1/+1
* | Fix remaining tests and remove an unused import.Berker Peksag2015-05-061-1/+1
* | Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-061-0/+244
* | issue9859: Document test.support.detect_api_mismatch() and simplify its test.Gregory P. Smith2015-04-141-1/+1
* | issue9859: Adds a test.support.detect_api_mismatch function useful toGregory P. Smith2015-04-141-1/+16
* | Issue #23731: Implement PEP 488.Brett Cannon2015-04-131-12/+8
* | Skip nntplib tests when transient errors captured.Berker Peksag2015-04-081-0/+5
|\ \ | |/
| * Skip nntplib tests when transient errors captured.Berker Peksag2015-04-081-0/+5
* | Escaped backslashes in docstrings.Serhiy Storchaka2015-04-031-3/+3
|\ \ | |/
| * Escaped backslashes in docstrings.Serhiy Storchaka2015-04-031-3/+3
* | Issue #23799: Added test.support.start_threads() for running and cleaning upSerhiy Storchaka2015-04-011-1/+38
|\ \ | |/
| * Issue #23799: Added test.support.start_threads() for running and cleaning upSerhiy Storchaka2015-04-011-1/+38
* | Merge 3.4 (test.support)Victor Stinner2015-03-271-1/+1
|\ \ | |/
| * Issue #23445: Fix test.support.python_is_optimized() for CFLAGS=-OgVictor Stinner2015-03-271-1/+1
* | Issue #22289: merge from 3.4Ned Deily2015-03-221-1/+2
|\ \ | |/
| * Issue #22289: Prevent test_urllib2net failures due to ftp connection timeout.Ned Deily2015-03-221-1/+2
* | Issue #20876: correctly close temporary file in test.support.fs_is_case_insen...Antoine Pitrou2015-03-071-10/+9
|\ \ | |/
| * Issue #20876: correctly close temporary file in test.support.fs_is_case_insen...Antoine Pitrou2015-03-071-10/+9
* | Issue #23387: Skip test_issue16464 if it raises an 5xx error.Berker Peksag2015-03-021-0/+2
|\ \ | |/
| * Issue #23387: Skip test_issue16464 if it raises an 5xx error.Berker Peksag2015-03-021-0/+2
* | Issue 23314: SuppressCrashReports now disables CRT assertionsSteve Dower2015-02-231-0/+27
* | Issue #17554: Print "fetching <url> ..." messages only in verbose mode.Berker Peksag2014-12-101-1/+2
|/
* handle errors without a reason attributeBenjamin Peterson2014-11-251-1/+1
* don't fail tests when www.python.org can't be validated by the systemBenjamin Peterson2014-11-251-0/+12