summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/test
Commit message (Expand)AuthorAgeFilesLines
* Use the cwd when the empty string is found in sys.path. This leads toBrett Cannon2012-02-081-0/+10
* Re-order importlib benchmarks to be consistent. Also print out what implement...Brett Cannon2012-02-071-6/+8
* Have importlib.test.benchmark test with tabnanny as a medium-sized test.Brett Cannon2012-02-071-32/+58
* Fix a minor output typo as found by Terry Reedy.Brett Cannon2012-01-311-1/+1
* Let importlib.test.benchmark take a specific benchmark name to run.Brett Cannon2012-01-311-3/+18
* Allow for the specification of a file to dump importlib benchmarkBrett Cannon2012-01-311-10/+36
* Issue #13890: Also fix for extension module tests for case-insensitivity.Brett Cannon2012-01-301-0/+6
* Issue #13890: Fix importlib case-sensitivity tests to not run on Windows.Brett Cannon2012-01-301-0/+6
* Move some code from importlib.__init__ to importlib._bootstrap thatBrett Cannon2012-01-251-4/+4
* Port import fixes from 2.7.Antoine Pitrou2012-01-251-1/+1
|\
| * Port import fixes from 2.7.Antoine Pitrou2012-01-251-1/+1
* | Port remaining test fixes, and fix test_importlib too.Antoine Pitrou2012-01-251-1/+9
|\ \ | |/
| * Port remaining test fixes, and fix test_importlib too.Antoine Pitrou2012-01-251-1/+9
* | Issue #11235: Fix OverflowError when trying to import a source file whose mod...Antoine Pitrou2012-01-241-0/+17
|\ \ | |/
| * Issue #11235: Fix OverflowError when trying to import a source file whose mod...Antoine Pitrou2012-01-241-0/+17
* | kill useless import added by 87331661042bBenjamin Peterson2012-01-161-1/+0
* | Issue #13645: pyc files now contain the size of the corresponding sourceAntoine Pitrou2012-01-132-15/+39
* | Fix no-op tests in importlib.Antoine Pitrou2011-12-301-0/+4
|\ \ | |/
| * Fix no-op tests in importlib.Antoine Pitrou2011-12-301-0/+4
* | Issue #13593: updating the importlib utility decorators for __qualname__.Meador Inge2011-12-151-0/+10
* | Issue #13591: import_module potentially imports a module twice.Meador Inge2011-12-152-1/+23
|\ \ | |/
| * Issue #13591: import_module potentially imports a module twice.Meador Inge2011-12-152-1/+23
* | Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarn...Florent Xicluna2011-12-101-2/+2
* | Closes #12291 for 3.3 - merged fix from 3.2.Vinay Sajip2011-07-021-1/+1
|\ \ | |/
| * Closes #12291: Fixed bug which was found when doing multiple loads from one ...Vinay Sajip2011-07-021-1/+1
* | Kill dead code in importlib.test.__main__ (#12019, reviewed by Brett Cannon)Éric Araujo2011-06-071-6/+1
* | (Merge 3.2) Issue #11614: Fix importlib tests for the new __hello__ moduleVictor Stinner2011-05-161-9/+17
|\ \ | |/
| * (Merge 3.1) Issue #11614: Fix importlib tests for the new __hello__ moduleVictor Stinner2011-05-161-9/+17
| |\
| | * Issue #11614: Fix importlib tests for the new __hello__ moduleVictor Stinner2011-05-161-9/+17
| | * Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-214-23/+23
| | * Merged revisions 78242 via svnmerge fromBrett Cannon2010-02-191-24/+99
| | * Merged revisions 76146 via svnmerge fromBrett Cannon2009-11-071-0/+26
| | * Merged revisions 76113-76114 via svnmerge fromBrett Cannon2009-11-051-13/+10
| | * Merged revisions 74584 via svnmerge fromBrett Cannon2009-08-301-4/+14
| | * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-1318-84/+84
| | * Merged revisions 74107 via svnmerge fromBrett Cannon2009-07-201-14/+61
| | * Backport of r74103.Brett Cannon2009-07-201-8/+8
* | | Remove a stale comment.Brett Cannon2011-03-241-7/+0
|/ /
* | #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-204-23/+23
* | Make sure that no __pycache__ directory is needlessly left behind when testingBrett Cannon2010-08-221-7/+10
* | Add importlib benchmarks which try to be "realistic" by importing the decimalBrett Cannon2010-07-221-7/+50
* | Add comma grouping to max result so it's easier to read.Brett Cannon2010-07-161-1/+1
* | Add benchmarks for importing just source w/o writing bytecode, importing sourceBrett Cannon2010-07-161-14/+57
* | Touch up comments and code along with outputting what the unit of measure is.Brett Cannon2010-07-151-7/+10
* | Make importlib.abc.SourceLoader the primary mechanism for importlib.Brett Cannon2010-07-031-25/+36
* | Make importlib.abc.SourceLoader the primary mechanism for importlib.Brett Cannon2010-07-033-1/+32
* | Fix a spelling mistake in a comment.Brett Cannon2010-07-031-1/+1
* | Make importlib.abc.SourceLoader the primary mechanism for importlib.Brett Cannon2010-07-0312-127/+223
* | Add an inheritance test for importlib.abc.SourceLoader.Brett Cannon2010-06-281-0/+5
* | Move importlib.abc.SourceLoader to _bootstrap.Brett Cannon2010-06-281-4/+3