subrepo: fix repo root path handling in svn sub...
Issue #13883: Document all platforms PYTHONCASE...
Issue #13883: Document all platforms PYTHONCASE...
Issue #13883: Document all platforms PYTHONCASE...
merge
Issue #15482: Properly document the default 'le...
Remove a now unneeded tweak to test_zipimport_s...
merge
Move off of assertEquals() and over to assertEq...
Add warnings support to test.support.args_from_...
merge
Close a stream properly in test.test_pulldom.
merge
Don't leave around a test symlink file.
Be more thorough in blanking out methods grabbe...
Properly close a file in test_os.
merge
merge
Undo an accidental commit.
Remove an overly specific exception message test.
merge
Make importlib compatible with __import__ by "f...
Have importlib use the repr of a module name in...
Remove a stale comment.
When building sqlite3, the directory where sqli...
Remove some extraneous parentheses and swap the...
Remove a redundant assignment.
Revert a reversed comparison order introduced i...
Make warnings accept a callable for showwarning...
Add Misc/NEWS entry and relevant doc change for...
Explicitly close a file to stop raising a Resou...
Silence altered execution state warnings from t...
Silence the altered state warning about threadg...
Minor grammar fix.
Issue #13588: Rename decorators in importlib.
Move some code from importlib.__init__ to impor...
Issue #13883: PYTHONCASEOK also works with OS X.
Merge
Merge
Relocate importlib._case_ok to importlib._boots...
Merge
Issue #13890: Also fix for extension module tes...
Allow for the specification of a file to dump i...
Let importlib.test.benchmark take a specific be...
Merge
Fix a minor output typo as found by Terry Reedy.
Check for errors in creating sub-interpreters w...
Merge
Have importlib.test.benchmark test with tabnann...
Merge
Re-order importlib benchmarks to be consistent....
Use the cwd when the empty string is found in s...
Move setup code from importlib.__init__ to
Clarify a NEWS entry.
Undo a bad mq management thingy.
Whitespace normalization.
Bring importlib in line w/ changes made in my p...
Refactor importlib.__import__() and _gcd_import...
Merge
Tweak the handling of the empty string in sys.p...
Have importlib use os.replace() for atomic rena...
Have importlib.test use argparse instead of som...
Optimize importlib's case-sensitivity check by ...
Fix importlib.test.__main__ to only worry about...
Fix a failing importlib test under Windows.
Refactor importlib to make it easier to re-impl...
Merge
Do a type check instead of an interface check.
Improper type for __package__ should raise Type...
merge
Make the benchmark recording more sensible for ...
merge
Turn _return_module() into _handle_fromlist().
merge
Simplify importib._resolve_name().
Update importlib.invalidate_caches() to be more...
Issue #14153 Create _Py_device_encoding() to pr...
Minor doc cleanup.
Clarify importlib.machinery.PathFinder's differ...
Remove a dead docstring.
merge
Guard an LLTRACE variable to silence an unused ...
If a module injects something into sys.modules ...
merge
Fix test_site from modifying sysconfig._CONFIG_...
merge
Issue #14500: Fix importlib.test.import_.test_p...
struct timeval.tv_usec is 4 bytes on 64-bit OS ...
Make the trace module ignore modules whose name...
Issue #1559549: Add 'name' and 'path' attribute...
Have importlib take advantage of ImportError's ...
NEWS entry about importlib and ImportError's ne...
Merge
Issue #2377: Make importlib the implementation ...
Undo a C99 idiom.
Try to fix a sporadic test failure from what is...
Fix an import race condition.
IDLE was relying on implicit relative imports w...
Add some comments.
Rebuild importlib.h to incorporate added comments.