Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Issue #26939: Add the support.setswitchinterval() function to fix | Xavier de Gaye | 2016-12-08 | 1 | -0/+16 | |
| | | | | | | | | | | | | test_functools hanging on the Android armv7 qemu emulator. | |||||
* | | | Issue #28847: dbm.dumb now supports reading read-only files and no longer | Serhiy Storchaka | 2016-12-07 | 1 | -2/+2 | |
|\ \ \ | |/ / | | | | | | | writes the index file when it is not changed. | |||||
| * | | Issue #28847: dbm.dumb now supports reading read-only files and no longer | Serhiy Storchaka | 2016-12-07 | 1 | -2/+2 | |
| |\ \ | | |/ | | | | | | | writes the index file when it is not changed. | |||||
| | * | Issue #28847: dbm.dumb now supports reading read-only files and no longer | Serhiy Storchaka | 2016-12-07 | 1 | -3/+3 | |
| | | | | | | | | | | | | writes the index file when it is not changed. | |||||
| * | | Issue #28666: Fix removing readonly directories on Windows. | Serhiy Storchaka | 2016-11-20 | 1 | -1/+1 | |
| |\ \ | | |/ | ||||||
| | * | Issue #28666: Fix removing readonly directories on Windows. | Serhiy Storchaka | 2016-11-20 | 1 | -1/+1 | |
| | | | ||||||
* | | | Add sys.getandroidapilevel() | Victor Stinner | 2016-12-02 | 1 | -2/+7 | |
| | | | | | | | | | | | | | | | | | | | | | Issue #28740: Add sys.getandroidapilevel(): return the build time API version of Android as an integer. Function only available on Android. | |||||
* | | | Issue #28666: Try to fix removing readonly directories on Windows. | Serhiy Storchaka | 2016-11-20 | 1 | -1/+1 | |
|/ / | ||||||
* | | Issue #28666: Now test.support.rmtree is able to remove unwritable or | Serhiy Storchaka | 2016-11-20 | 1 | -15/+16 | |
|\ \ | |/ | | | | | unreadable directories on Windows too. | |||||
| * | Issue #28666: Now test.support.rmtree is able to remove unwritable or | Serhiy Storchaka | 2016-11-20 | 1 | -15/+16 | |
| | | | | | | | | unreadable directories on Windows too. | |||||
* | | Issue #28666: Now test.support.rmtree is able to remove unwritable or | Serhiy Storchaka | 2016-11-20 | 1 | -1/+31 | |
|\ \ | |/ | | | | | unreadable directories. | |||||
| * | Issue #28666: Now test.support.rmtree is able to remove unwritable or | Serhiy Storchaka | 2016-11-20 | 1 | -1/+31 | |
| | | | | | | | | unreadable directories. | |||||
* | | Issue 26931: Skip the test_distutils tests using a compiler executable | Xavier de Gaye | 2016-11-17 | 1 | -1/+26 | |
| | | | | | | | | that is not found | |||||
* | | Issue 28668: Merge 3.5 | Xavier de Gaye | 2016-11-15 | 1 | -1/+17 | |
|\ \ | |/ | ||||||
| * | Issue 28668: Skip tests where instanciation of multiprocessing.Queue | Xavier de Gaye | 2016-11-15 | 1 | -0/+17 | |
| | | | | | | | | would raise ImportError | |||||
* | | Issue #26934: Handle _ANDROID_API_LEVEL is None on Windows | Xavier de Gaye | 2016-11-13 | 1 | -1/+1 | |
| | | ||||||
* | | Fix test_faulthandler on Android where raise() exits with 0 | Xavier de Gaye | 2016-11-13 | 1 | -2/+10 | |
| | | ||||||
* | | #27364: fix "incorrect" uses of escape character in the stdlib. | R David Murray | 2016-09-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | And most of the tools. Patch by Emanual Barry, reviewed by me, Serhiy Storchaka, and Martin Panter. | |||||
* | | Adds test.support.PGO and skips tests that are not useful for PGO. | Steve Dower | 2016-09-07 | 1 | -1/+5 | |
| | | ||||||
* | | Issue #27355: Removed support for Windows CE. It was never finished, | Larry Hastings | 2016-09-05 | 1 | -1/+1 | |
| | | | | | | | | and Windows CE is no longer a relevant platform for Python. | |||||
* | | Merge with 3.5 | Terry Jan Reedy | 2016-09-05 | 1 | -2/+3 | |
|\ \ | |/ | ||||||
| * | Issue #27918# test.resource.is_gui_available no longer flashes tk window. | Terry Jan Reedy | 2016-09-05 | 1 | -2/+3 | |
| | | | | | | | | Also, don't run it if 'gui' is not requested. Patch by Xiang Zhang. | |||||
* | | Merge 3.5 (script_helper) | Victor Stinner | 2016-08-17 | 1 | -8/+8 | |
|\ \ | |/ | ||||||
| * | script_helper: kill the subprocess on error | Victor Stinner | 2016-08-17 | 1 | -8/+8 | |
| | | | | | | | | | | | | | | | | If Popen.communicate() raises an exception, kill the child process to not leave a running child process in background and maybe create a zombi process. This change fixes a ResourceWarning in Python 3.6 when unit tests are interrupted by CTRL+c. | |||||
* | | Issue #27472: Add test.support.unix_shell as the path to the default shell. | Xavier de Gaye | 2016-07-22 | 1 | -1/+6 | |
| | | ||||||
* | | Issue #27027: Added test.support.is_android that is True when this is an | Xavier de Gaye | 2016-07-10 | 1 | -1/+3 | |
| | | | | | | | | Android build. | |||||
* | | Issue #19527: Fixed tests with defined COUNT_ALLOCS. | Serhiy Storchaka | 2016-07-03 | 1 | -0/+3 | |
|\ \ | |/ | ||||||
| * | Issue #19527: Fixed tests with defined COUNT_ALLOCS. | Serhiy Storchaka | 2016-07-03 | 1 | -0/+3 | |
| | | ||||||
* | | Issue #18300: Merge from 3.5 | Berker Peksag | 2016-06-24 | 1 | -0/+4 | |
|\ \ | |/ | ||||||
| * | Issue #18300: Set TERM='' by default in assert_python_* | Berker Peksag | 2016-06-24 | 1 | -0/+4 | |
| | | ||||||
* | | Issue #27289: Merge from 3.5 | Berker Peksag | 2016-06-12 | 1 | -1/+2 | |
|\ \ | |/ | ||||||
| * | Issue #27289: Prevent test_urllib2net failures due to EOFError raised by ftplib | Berker Peksag | 2016-06-12 | 1 | -1/+2 | |
| | | ||||||
* | | Issue #26494: Fixed crash on iterating exhausting iterators. | Serhiy Storchaka | 2016-03-30 | 1 | -0/+19 | |
|\ \ | |/ | | | | | | | | | Affected classes are generic sequence iterators, iterators of str, bytes, bytearray, list, tuple, set, frozenset, dict, OrderedDict, corresponding views and os.scandir() iterator. | |||||
| * | Issue #26494: Fixed crash on iterating exhausting iterators. | Serhiy Storchaka | 2016-03-30 | 1 | -0/+19 | |
| | | | | | | | | | | | | Affected classes are generic sequence iterators, iterators of str, bytes, bytearray, list, tuple, set, frozenset, dict, OrderedDict, corresponding views and os.scandir() iterator. | |||||
* | | support.temp_dir(): call support.rmtree() instead of shutil.rmtree() | Victor Stinner | 2016-03-24 | 1 | -1/+1 | |
| | | ||||||
* | | Issue #26325: Added test.support.check_no_resource_warning() to check that | Serhiy Storchaka | 2016-02-11 | 1 | -1/+23 | |
|\ \ | |/ | | | | | no ResourceWarning is emitted. | |||||
| * | Issue #26325: Added test.support.check_no_resource_warning() to check that | Serhiy Storchaka | 2016-02-11 | 1 | -1/+23 | |
| | | | | | | | | no ResourceWarning is emitted. | |||||
* | | subprocess._optim_args_from_interpreter_flags() | Victor Stinner | 2016-01-18 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Issue #26100: * Add subprocess._optim_args_from_interpreter_flags() * Add test.support.optim_args_from_interpreter_flags() * Use new functions in distutils, test_cmd_line_script, test_compileall and test_inspect The change enables test_details() test of test_inspect when -O or -OO command line option is used. | |||||
* | | * Re-fix issue #19284: Don't generate the no-op -R command line | Gregory P. Smith | 2015-12-14 | 1 | -1/+1 | |
|\ \ | |/ | | | | | | | | | | | | | parameter to "enable" the always on sys.flags.hash_randomization in _args_from_interpreter_flags() used by multiprocessing and some unittests. This simplifies the code. * assert_python_ok docstring typo fix. * Fix test_cmd_line not to fail if PYTHONHASHSEED is set to a fixed seed. | |||||
| * | * Re-fix issue #19284: Don't generate the no-op -R command line | Gregory P. Smith | 2015-12-14 | 1 | -1/+1 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | parameter to "enable" the always on sys.flags.hash_randomization in _args_from_interpreter_flags() used by multiprocessing and some unittests. This simplifies the code. * assert_python_ok docstring typo fix. * Fix test_cmd_line not to fail if PYTHONHASHSEED is set to a fixed seed. | |||||
* | \ | Issue #25626: Merge zlib fix from 3.5 | Martin Panter | 2015-11-21 | 1 | -6/+9 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #25626: Change zlib to accept Py_ssize_t and cap to UINT_MAX | Martin Panter | 2015-11-20 | 1 | -6/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The underlying zlib library stores sizes in “unsigned int”. The corresponding Python parameters are all sizes of buffers filled in by zlib, so it is okay to reduce higher values to the UINT_MAX internal cap. OverflowError is still raised for sizes that do not fit in Py_ssize_t. Sizes are now limited to Py_ssize_t rather than unsigned long, because Python byte strings cannot be larger than Py_ssize_t. Previously this could result in a SystemError on 32-bit platforms. This resolves a regression in the gzip module when reading more than UINT_MAX or LONG_MAX bytes in one call, introduced by revision 62723172412c. | |||||
* | | | Issue #23883: Add test.support.check__all__() and test gettext.__all__ | Martin Panter | 2015-11-14 | 1 | -0/+61 | |
|/ / | | | | | | | Patches by Jacek Kołodziej. | |||||
* | | Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 | Martin Panter | 2015-11-02 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed or edited some other way to fix the grammar. | |||||
* | | Fix remaining tests and remove an unused import. | Berker Peksag | 2015-05-06 | 1 | -1/+1 | |
| | | ||||||
* | | Issue #9517: Move script_helper to the support package. | Berker Peksag | 2015-05-06 | 1 | -0/+244 | |
| | | | | | | | | Patch by Christie Wilson. | |||||
* | | issue9859: Document test.support.detect_api_mismatch() and simplify its test. | Gregory P. Smith | 2015-04-14 | 1 | -1/+1 | |
| | | ||||||
* | | issue9859: Adds a test.support.detect_api_mismatch function useful to | Gregory P. Smith | 2015-04-14 | 1 | -1/+16 | |
| | | | | | | | | compare the public APIs of two modules or classes. | |||||
* | | Issue #23731: Implement PEP 488. | Brett Cannon | 2015-04-13 | 1 | -12/+8 | |
| | | | | | | | | | | | | The concept of .pyo files no longer exists. Now .pyc files have an optional `opt-` tag which specifies if any extra optimizations beyond the peepholer were applied. |