summaryrefslogtreecommitdiff
path: root/Lib/test/support
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Issue #19527: Fixed tests with defined COUNT_ALLOCS.Serhiy Storchaka2016-07-031-0/+3
|/ / / / / / /
* | | | | | | Issue #18300: Set TERM='' by default in assert_python_*Berker Peksag2016-06-241-0/+4
| |_|_|_|_|/ |/| | | | |
* | | | | | 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 #26325: Added test.support.check_no_resource_warning() to check thatSerhiy Storchaka2016-02-111-1/+23
| |_|/ |/| |
* | | * Re-fix issue #19284: Don't generate the no-op -R command lineGregory P. Smith2015-12-131-1/+1
|\ \ \ | |/ / |/| |
* | | Issue #25626: Change zlib to accept Py_ssize_t and cap to UINT_MAXMartin Panter2015-11-201-6/+9
| |/ |/|
* | Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5Martin Panter2015-11-022-14/+297
|\ \ | |/ |/|
| * 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
| |\
| * \ Escaped backslashes in docstrings.Serhiy Storchaka2015-04-031-1/+29
| |\ \
| | * \ 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/+29
| | |\ \ \
| | | * \ \ Issue #22289: merge from 3.4Ned Deily2015-03-221-1/+29
| | | |\ \ \
| | | | * \ \ Issue #20876: correctly close temporary file in test.support.fs_is_case_insen...Antoine Pitrou2015-03-081-10/+9
| | | | |\ \ \
| | | | * \ \ \ 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
* | | | | | | | | Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Skip nntplib tests when transient errors captured.Berker Peksag2015-04-081-0/+5
|/ / / / / / /
* | | | | | | 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 #23445: Fix test.support.python_is_optimized() for CFLAGS=-OgVictor Stinner2015-03-271-1/+1
|/ / / /
* | | | 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-081-10/+9
| |/ |/|
* | Issue #23387: Skip test_issue16464 if it raises an 5xx error.Berker Peksag2015-03-021-0/+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
* Try to transfer the Unicode test data files gzipped.Georg Brandl2014-11-061-1/+6
* Issue #22770: Prevent some Tk segfaults on OS X when running gui tests.Ned Deily2014-11-011-3/+2
* Issue #22596: support.transient_internet() now also catchesBerker Peksag2014-10-251-0/+3
* Issue #22002: Make full use of test discovery in test sub-packages.Zachary Ware2014-07-231-1/+20
* Issue #19629: Add missing "import stat"Victor Stinner2014-07-211-12/+13
* Issue #19629: Fix support.rmtree(), use os.lstat() to check if the file is aVictor Stinner2014-07-211-1/+7
* Issue #18492: Allow all resources when tests are not run by regrtest.py.Zachary Ware2014-06-021-13/+7
* Issue #18604: Skip the Tk instantiation test on OS X because it canNed Deily2014-05-031-1/+3
* Issue #18604: Consolidated checks for GUI availability.Zachary Ware2014-05-021-12/+55
* Issue #20667: KqueueEventLoopTests.test_read_pty_output() hangs also on OpenB...Victor Stinner2014-02-181-10/+0
* Issue #20667: test_asyncio: Skip KqueueEventLoopTests.test_read_pty_output() onVictor Stinner2014-02-181-0/+10
* Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-071-73/+180
|\
| * Issue #18874: Implement the PEP 454 (tracemalloc)Victor Stinner2013-11-231-0/+19
| * Issue #19718: Add a case-insensitive FS check to test.support to useBrett Cannon2013-11-221-1/+15
| * Fix test.support.bind_port() to not cause an error when Python was compiledGregory P. Smith2013-11-171-73/+146
| |\
| | * test.support: considering the module is a mix of utilities unrelated with eac...Giampaolo Rodola'2013-11-121-18/+36
| | * Mitigate #19412: restore test skips for --without-doc-stringsNick Coghlan2013-10-271-1/+6
| | * Issue #19330: Handle the no-docstrings case in testsNick Coghlan2013-10-261-3/+7