summaryrefslogtreecommitdiff
path: root/Lib/test/support/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* support: temp_dir() and change_cwd() uses repr() in error messageVictor Stinner2017-02-081-2/+2
* Update test_support for my temp_dir/change_cwd changesVictor Stinner2017-02-081-1/+1
* support: add more info on temp_dir() and change_cwd() failureVictor Stinner2017-02-081-4/+6
* Issue #28683: Merge 3.6.Xavier de Gaye2016-12-141-0/+10
|\
| * Issue #28683: Fix the tests that bind() a unix socket and raise PermissionErrorXavier de Gaye2016-12-141-0/+10
* | Issue #28759: Merge 3.6.Xavier de Gaye2016-12-131-1/+2
|\ \ | |/
| * Issue #28759: Fix the tests that fail with PermissionError when run asXavier de Gaye2016-12-131-1/+2
* | Issue #28512: Fixed setting the offset attribute of SyntaxError bySerhiy Storchaka2016-12-111-2/+7
|\ \ | |/ |/|
| * Issue #26939: Merge 3.6.Xavier de Gaye2016-12-081-2/+7
| |\
| | * Issue #28847: dbm.dumb now supports reading read-only files and no longerSerhiy Storchaka2016-12-071-2/+7
| | |\
| | | * Add sys.getandroidapilevel()Victor Stinner2016-12-021-2/+7
* | | | Issue #28512: Fixed setting the offset attribute of SyntaxError bySerhiy Storchaka2016-12-111-5/+130
|\ \ \ \ | |/ / /
| * | | Issue #26939: Add the support.setswitchinterval() function to fixXavier de Gaye2016-12-081-0/+16
| |/ /
| * | Issue #28847: dbm.dumb now supports reading read-only files and no longerSerhiy Storchaka2016-12-071-2/+2
| |\ \ | | |/ | |/|
| * | Issue #28666: Fix removing readonly directories on Windows.Serhiy Storchaka2016-11-201-1/+1
| |\ \
| * \ \ Issue #28666: Now test.support.rmtree is able to remove unwritable orSerhiy Storchaka2016-11-201-6/+115
| |\ \ \
| | * \ \ Issue #28666: Now test.support.rmtree is able to remove unwritable orSerhiy Storchaka2016-11-201-1/+31
| | |\ \ \
| | * | | | Issue 26931: Skip the test_distutils tests using a compiler executableXavier de Gaye2016-11-171-1/+26
| | * | | | Issue 28668: Merge 3.5Xavier de Gaye2016-11-151-1/+17
| | |\ \ \ \
| | * | | | | Issue #26934: Handle _ANDROID_API_LEVEL is None on WindowsXavier de Gaye2016-11-131-1/+1
| | * | | | | Fix test_faulthandler on Android where raise() exits with 0Xavier de Gaye2016-11-131-2/+10
| | * | | | | #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-1/+1
| | * | | | | Adds test.support.PGO and skips tests that are not useful for PGO.Steve Dower2016-09-061-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 #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 #27289: Merge from 3.5Berker Peksag2016-06-121-1/+2
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Issue #26494: Fixed crash on iterating exhausting iterators.Serhiy Storchaka2016-03-301-1/+67
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | 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-0/+66
| | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | subprocess._optim_args_from_interpreter_flags()Victor Stinner2016-01-181-0/+5
| | | | * | | | | | | | Issue #25626: Merge zlib fix from 3.5Martin Panter2015-11-211-0/+61
| | | | |\ \ \ \ \ \ \ \
| | | | | * | | | | | | | Issue #23883: Add test.support.check__all__() and test gettext.__all__Martin Panter2015-11-141-0/+61
* | | | | | | | | | | | | Issue #28512: Fixed setting the offset attribute of SyntaxError bySerhiy Storchaka2016-12-111-3/+10
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Issue #28847: dbm.dumb now supports reading read-only files and no longerSerhiy Storchaka2016-12-071-3/+3
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Issue #28666: Fix removing readonly directories on Windows.Serhiy Storchaka2016-11-201-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Issue #28666: Now test.support.rmtree is able to remove unwritable orSerhiy Storchaka2016-11-201-15/+16
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Issue #28666: Now test.support.rmtree is able to remove unwritable orSerhiy Storchaka2016-11-201-1/+31
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Issue 28668: Skip tests where instanciation of multiprocessing.QueueXavier de Gaye2016-11-151-0/+17
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Issue #27918# test.resource.is_gui_available no longer flashes tk window.Terry Jan Reedy2016-09-051-2/+3
| |_|_|_|_|/ |/| | | | |
* | | | | | Issue #19527: Fixed tests with defined COUNT_ALLOCS.Serhiy Storchaka2016-07-031-0/+3
| |_|_|_|/ |/| | | |
* | | | | 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
|/ /
* | 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-021-14/+53
|\
| * 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