43 Commits (bbfe6c3986dc61eecd592fb3a290fce6c089c4e7)

Author SHA1 Message Date
Martin Panter 9c8aa9bffe Issue #27487: Warn if submodule already imported before runpy execution 10 years ago
Martin Panter c04fb56e36 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar 11 years ago
Victor Stinner 9def284387 subprocess._optim_args_from_interpreter_flags() 11 years ago
Martin Panter dda584340e Issue #19771: Omit irrelevant message if package could not be initialized 11 years ago
Martin Panter 7dda421bff Issue #14285: Do not catch exceptions initializing any ancestor package 11 years ago
Martin Panter 657257edb6 Issue #14285: Do not catch __init__.py exceptions in runpy 11 years ago
Berker Peksag ce643913a9 Issue #9517: Move script_helper to the support package. 11 years ago
Serhiy Storchaka b0749ca933 Fixed bytes warnings when run tests with -vv. 11 years ago
Antoine Pitrou 4f23472fc2 Remove debugging output 12 years ago
Antoine Pitrou ffd72737d3 Fix debugging output to work with -W 12 years ago
Antoine Pitrou c1b22d9c22 Fix debugging output to work with -bb 12 years ago
Antoine Pitrou 0a44a0b827 Add debugging output for #21425 12 years ago
Antoine Pitrou 9845c7ebc5 Issue #21425: Fix flushing of standard streams in the interactive interpreter. 12 years ago
Nick Coghlan d979e4335d Close #20500: Don't trigger PyObject_Str assertion at shutdown 13 years ago
Nick Coghlan 720c7e28cb Issue #19700: set __spec__ appropriately in runpy 13 years ago
Victor Stinner e8785ff82a Close #18754: Run Python child processes in isolated more in the test suite. 13 years ago
Nick Coghlan 5517596c04 Close #15415: Factor out temp dir helpers to test.support 13 years ago
Victor Stinner 0af71aae2d Issue #16218, #16414, #16444: Backport FS_NONASCII, TESTFN_UNDECODABLE, 14 years ago
Victor Stinner d45c7f8d74 Issue #16455: On FreeBSD and Solaris, if the locale is C, the 14 years ago
Victor Stinner e667e98faa Issue #16218, #16444: Backport improvment on tests for non-ASCII characters 14 years ago
Victor Stinner e2c574fbe5 Issue #16444: disable undecodable characters in test_non_ascii() test until 14 years ago
Victor Stinner ff3d515952 Issue #16444, #16218: Use TESTFN_UNDECODABLE on UNIX 14 years ago
Victor Stinner 99dd8b577b Remove outdated comment 14 years ago
Victor Stinner 8b219b2936 Issue #16414: Add support.FS_NONASCII and support.TESTFN_NONASCII 14 years ago
Andrew Svetlov bcbf4036c9 Revome extra .py suffix 14 years ago
Andrew Svetlov 7529620a15 Issue #16218: Fix test for issue again 14 years ago
Andrew Svetlov 0f77bf27ca Issue #16218: skip test if filesystem doesn't support required encoding 14 years ago
Andrew Svetlov 683b46aa8d Issue #16218: Fix broken test for supporting nonascii characters in python launcher 14 years ago
Andrew Svetlov 90c0eb28c5 Issue #16218: Support non ascii characters in python launcher. 14 years ago
Nick Coghlan 8e6e7d39d3 Fix typo in a comment (noticed by Terry Reedy) 14 years ago
Nick Coghlan 3f94cbf9eb Actually initialize __main__.__loader__ with loader instances, not the corresponding type objects 14 years ago
Nick Coghlan 37b3b90b02 Note why we can't write an automated test for the code path that brings up the REPL for a bare 'python' call 14 years ago
Nick Coghlan 85e729ec3b Take the first step in resolving the messy pkgutil vs importlib edge cases by basing pkgutil explicitly on importlib, deprecating its internal import emulation and setting __main__.__loader__ correctly so that runpy still works (Affects #15343, #15314, #15357) 14 years ago
Senthil Kumaran 3b30b19e0a Fix closes issue # 15033 - Return the proper exitcode for failure when modules are invoked using -m switch. Patch contributed by Jeff Knupp 14 years ago
Senthil Kumaran f01a337950 Fix issue # 15033 - Return the proper exitcode for failure when modules are invoked using -m switch. Patch contributed by Jeff Knupp 14 years ago
Nick Coghlan 1d5ccdb24d Close #14136 by cleaning up the PEP 409 command line test (patch by Ethan Furman) 14 years ago
Brett Cannon e0d88a173c Issue #14605: Make explicit the entries on sys.path_hooks that used to 14 years ago
Nick Coghlan 37fc401188 Close issue #14026 by better testing sys.argv handling in test_cmd_line_script (patch by Jason Yeo) 14 years ago
Nick Coghlan 10ac77d2d8 Close #14032: fix incorrect variable reference in test_cmd_line_script 14 years ago
Victor Stinner e3874ed7dd test_cmd_line_script: format paths with ascii() instead of repr() 16 years ago
Georg Brandl f5247e35c1 #9964: fix running test_cmd_line_script under -O and -OO. 16 years ago
Antoine Pitrou f51d8d3a2e Better Python spawning primitives in test.script_helper, for 16 years ago
Nick Coghlan d26c18adcc Issue #8202: Set sys.argv[0] to -m rather than -c while searching for the module to execute. Also updates all the cmd_line_script tests to validate the setting of sys.path[0] and the current working directory 16 years ago
Barry Warsaw 28a691b7fd PEP 3147 16 years ago
Georg Brandl 1b37e8728c Merged revisions 78093 via svnmerge from 17 years ago
Florent Xicluna b7f27ff9ac Merged revisions 78500 via svnmerge from 17 years ago
Georg Brandl a4f46e1292 Remove unused imports in test modules. 17 years ago
Ezio Melotti aa98058cc4 use assert[Not]In where appropriate 17 years ago
Benjamin Peterson 577473fe68 use assert[Not]In where appropriate 17 years ago
Nick Coghlan 260bd3e557 Merged revisions 76286-76287,76289-76294,76296-76299,76301-76305,76307,76310-76311,76313-76322 via svnmerge from 17 years ago